/*
Theme Name: Flowering Pink
Theme URI: http://wordpress.org/
Description: Flowering Pink is a cute widget-ready Pink theme with implemented "Add to" social bookmarking links.
Version: 1.0
Author: Erik Gyepes
Author URI: http://www.erikgyepes.com/

	This theme was coded by Erik Gyepes,
	whose website you will find at http://www.erikgyepes.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Flowering Pink uses:

	Fam Fam Fam Silk Icons:
	http://www.famfamfam.com/lab/icons/silk/
	Social Bookmark Script
	http://www.social-bookmark-script.com/
*/


/* USED COLORS
-----------------------------------------------------------
	#000 - black (commom text)
	#fff - white (date block month)
	#a822a3; - pink (posts headers, some links)
*/


/* BEGIN STRUCTURE
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url("images/bg-px.gif") repeat;
}

#wrapper {
	background: url("images/bg.gif") no-repeat;
}

#subwrapper {
	margin: 0 auto;
	width: 770px;
}

#header {
	padding: 100px 0 0 15px;
}


#content-box {
	float: left;
}
#content-top {
	background: url("images/content-top-bg.gif") no-repeat 0 1px;
	height: 13px;
	width: 471px;
}
#content {
	background: url("images/content-bg.gif") repeat-y 0 0;
	padding: 10px;
	width: 451px;
}
#content-bottom {
	background: url("images/content-bottom-bg.gif") no-repeat 0 0;
	height: 15px;
	width: 471px;
}


#sidebar-box {
	float: left;
	margin-top: 150px;
}
#sidebar-top {
	background: url("images/sidebar-top-bg.gif") no-repeat 0 2px;
	height: 12px;
	width: 156px;
}
#sidebar {
	background: url("images/sidebar-bg.gif") repeat-y 0 0;
	padding: 0 15px 0 12px;
	width: 129px;
}
#sidebar-bottom {
	background: url("images/sidebar-bottom-bg.gif") no-repeat 0 0;
	height: 12px;
	width: 156px;
}

#footer {
	clear: both;
	height: auto;
	padding: 0 10px;
	width: 451px;
}

#footer div#credits {
	clear: both;
	display: block;
	padding: 10px 0;
}

/* END STRUCTURE
----------------------------------------------------------- */


/* BEGIN HYPERLINKS
----------------------------------------------------------- */
a {
	color: #000;
	outline-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

#footer a {
 	color: #000;
	font-weight: bold;
}
/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN TYPHOGRAPHY & COLORS
----------------------------------------------------------- */
* {
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

h1, h1 a {
	font-size: 22px;
}
h2, h2 a {
	font-size: 17px;
}
h3, h3 a {
	font-size: 18px;
}
h4, h4 a {
	font-size: 16px;
}

#header h1 a {
	color: #000;
	font-size: 30px;
	font-weight: normal;
}
#header h2 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}

#content .post h2 a {
	color: #a822a3;
	font-weight: normal;
}

#content h2.pagetitle {
	text-align: center;
}

h3#comments,
h3#respond {
	font-size: 16px;
	font-weight: normal;
}

h3.highlight, h3.highlight em, h3.highlight a, span.highlight {
	font-size: 16px;
	font-weight: normal;
	color: #a822a3;
}
h3.highlight a {
	color: #000;
}

#sidebar ul li h2 {
	color: #a822a3;
	font-size: 12px;
}

#footer {
	color: #000;
}

#footer #credits,
#footer #credits a {
	font-size: 9px;
}
/* END TYPHOGRAPHY & COLORS
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */
#sidebar ul li,
#footer ul li {
	list-style: none;
}

#sidebar ul li ul li {
	background: url("images/bullet.gif") no-repeat 0 6px;
	padding-left: 10px;
}



/*
#sidebar ul li#rssfeed-big a {
	background: url("images/icons/rss-icon-big.png") no-repeat;
	display: block;
	height: 115px;
	margin: 0 auto;
	width: 125px;
}
*/

#sidebar ul li {
	padding-bottom: 15px;
}
#sidebar ul li ul li{
	padding-bottom: 0px;
}

#content ol li {
	margin-left: 35px;
}

#content ul li {
	background: url("images/bullet.gif") no-repeat 0 50%;
	list-style: none;
	padding-left: 10px;
	margin-left: 15px;
	position: relative;
}

#content .commentlist ul li {
	background: url("images/bullet.gif") no-repeat 0 50%;
}
/* END LISTS
----------------------------------------------------------- */


/* BEGIN IMAGES
----------------------------------------------------------- */
#content img {
	border: 1px solid #feeaf3;
	margin: 5px;
	padding: 3px;
}

#content img.left {
	display: inline;
	float: left;
	margin: 5px 5px 5px 0;
}
#content img.right {
	display: inline;
	float: right;
	margin: 5px 0 5px 5px;
}
#content img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* END IMAGES
----------------------------------------------------------- */


/* BEGIN FORMS
----------------------------------------------------------- */

#sidebar div.search, #sidebar #searchform #s {
	background: transparent url("images/form-input-bg.gif") repeat-x;
	border: 1px solid #feeaf3;
	height: 16px;
	padding: 4px 10px;
}
#sidebar input.s, #sidebar input#s {
	background: transparent;
	border: none;
	color: #000;
	width: 100px;
}

#content form#commentform input {
	background: transparent url("images/form-input-bg.gif") repeat-x;
	border: 1px solid #feeaf3;
	color: #000;
	float: left;
	height: 14px;
	padding: 8px 10px;
}

#content form#commentform textarea {
	background: transparent url("images/form-textarea-bg.gif") repeat-x;
	border: 1px solid #feeaf3;
	color: #000;
	float: left;
	height: 185px;
	padding: 8px 10px;
	width: 420px;
	overflow: hidden;
}

#content form#commentform input#submit {
	background: transparent url("images/form-input-bg.gif") repeat-x;
	border: 1px solid #feeaf3;
	color: #000;
	float: left;
	height: 30px;
	padding: 8px 10px;
	width: 150px;
}

* html #header input.s,
* html #content form#commentform input,
* html #content form#commentform textarea,
* html input#submit,
* html #sidebar input#s {
	background-attachment: fixed;
}

#commentform input,
#commentform textarea {
	margin: 5px 0;
}

* html #commentform input,
* html #commentform textarea {
	margin: 10px 0;
}


#commentform label {
	float: left;
	margin: 10px 0 0 10px;
}

#commentform p {
	clear: both;
	height: 1%;
}

#content form div.search input {
	background: transparent url("images/form-input-bg.gif") repeat-x;
	border: 1px solid #feeaf3;
	color: #000;
	height: 15px;
	padding: 8px 10px;
	width: 150px;
	margin: 0 auto;
}

#content form div.search {
	text-align: center;
}

/* END FORMS
----------------------------------------------------------- */


/* BEGIN DATE BLOCK
----------------------------------------------------------- */
#content .post .date {
	background: url("images/date-bg.gif") no-repeat;
	float: left;
	height: 42px;
	margin-right: 10px;
	text-align: center;
	width: 42px;
}

#content .post .date .month {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

#content .post .date .day {
	font-size: 18px;
}

/* END DATE BLOCK
----------------------------------------------------------- */


/* BEGIN POST
----------------------------------------------------------- */
#content .post .title {
	background: url("images/dot.gif") repeat-x 0 100%;
	float: left;
	padding-bottom: 5px;
	width: 395px;
}

#content .post {
	clear: both;
	height: 1%;
	position: relative;
}

#content .post .comments {
	background: url("images/post-bottom-bg.gif") repeat-x;
	color: #a822a3;
	display: block;
	font-weight: normal;
	height: 24px;
	padding-top: 6px;
	padding-left: 10px;
}
#content .post a.commentslink {
	background: url("images/icons/comments.gif") no-repeat;
	color: #a822a3;
	font-weight: bold;
	padding-left: 20px;
}

#content .entry {
	clear: both;
	height: 1%;
	padding-bottom: 30px;
	padding-top: 5px;
}

.editlink a {
	background: url("images/icons/pencil.gif") no-repeat;
	bottom: 35px;
	display: block;
	padding-left: 20px;
	position: absolute;
	right: 10px;
}

#content .post small.author {
	background: url("images/icons/user.gif") no-repeat;
	padding-left: 20px;
}
#content .post small.authorname {
 	color: #a822a3;
	font-weight: normal;
}
#content .post small.categories {
	background: url("images/icons/tag_pink.gif") no-repeat;
 	color: #a822a3;
	padding-left: 20px;
}
#content .post small.categories a {
 	color: #a822a3;
}

#content .post .comments {
 	color: #000;
}
#content .post a.commentslink {
	background: url("images/icons/comments.gif") no-repeat;
 	color: #a822a3;
	padding-left: 20px;
}

#content a.rssfeed-small {
	background: url("images/icons/rss-icon-small.gif") no-repeat;
	padding-left: 20px;
}

#content .post p {
	margin: 10px 0;
}
/* END POST
----------------------------------------------------------- */


/* BEGIN COMMENTS
----------------------------------------------------------- */
ol.commentlist {
  list-style: none;
}

#content ol.commentlist li.comm {
  margin-left: 0;
}

#content ol.commentlist li.comm {
	color: #000;
	position: relative;
	width: 450px;
}

.comment {
	padding: 15px;
}

cite.comment-author,
small.comment-metadata  {
	display: block;
}

cite.comment-author,
cite.comment-author a {
	color: #a822a3;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}

cite.comment-author {
	background: url("images/dot.gif") repeat-x 0 100%;
	color: #000;
	padding-bottom: 5px;
}

small.comment-metadata,
small.comment-metadata a {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

small.comment-metadata a {
	font-weight: bold;
}

#respond {
	background: url("images/icons/user_comment.gif") no-repeat 0 50%;
	padding-left: 20px;
}

#content .comment .editlink a {
	bottom: 0px;
}
/* END COMMENTS
----------------------------------------------------------- */


/* BEGIN OTHER
----------------------------------------------------------- */
.navigation {
	display: block;
	padding-bottom: 30px;
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

blockquote {
	background: url("images/quotes.gif") no-repeat;
	font-style: italic;
	min-width: 41px;
	/* IE6 min-height hack: */
	min-height: 28px;
	height: auto !important;
	height: 28px;
	/**/
	margin:	15px 0;
	padding-left: 56px;
}

#content .post .wp-smiley {
	border: none;
	vertical-align: middle;
}
/* END OTHER
----------------------------------------------------------- */


/* BEGIN CALENDAR
----------------------------------------------------------- */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto 0;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}


#wp-calendar caption {
	color: #a822a3;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	color: #a822a3;
	font-weight: bold;
	text-transform: capitalize;
}

#wp-calendar {
	color: #000;
}

table#wp-calendar tr td a {
	color: #a822a3;
}
/* END CALENDAR
----------------------------------------------------------- */

#body_content {position: absolute;left: -10000px;};