/*
Theme Name: Pink Blush	
Theme URI: http://www.annas-playground.info
Description: A light pink colored theme.
Author: Anna
Author URI: http://www.annas-playground.info
Tags: pink, fixed width, two columns, widgets

*/

/*----------------------------*/
/* Generic Styles START 			*/
/*----------------------------*/
		body {
			margin: 0 0 20px 0;
			padding: 0;
			font-size: 12px;
			font-family: 'Lucida Sans', Verdana, Arial, Sans-Serif;	
			color: #333333;
		}
		#page {
			background-color: #ffffff;
			margin: 20px auto;
			padding: 0;
			width: 860px;
		}
		a {
			text-decoration: none;
			color: #67003A;
		}
		a img {
			border: none;
		}
		small {
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 11px;
			line-height: 1.5em;			
		}
		blockquote {
			margin: 15px 30px 0 10px;
			padding-left: 4px;
			border-left: 5px solid #F5DAE4;
		}
		acronym, abbr {
			border-bottom: 1px dashed #ED528B;			
			letter-spacing: 1px;
			cursor: help;
		}
		code {
			font-family: 'Courier New', Courier, Fixed;
		}
		p img {
			padding: 0;
			max-width: 100%;
		}
		img.centered {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		img.alignright {
			padding: 4px;
			margin: 0 0 2px 7px;
			display: inline;
		}
		img.alignleft {
			padding: 4px;
			margin: 0 7px 2px 0;
			display: inline;
		}
		.hidden {
			display: none;
		}
		.alignright {
			float: right;
		}
		.alignleft {
			float: left;
		}
		.aligncenter {			
			margin: 2px auto !important;	
		}
		.center {
			text-align: center;
			margin: 2px auto;
		}
		.clear {
			clear: both;
		}		
		.spacer {
			height:12px;
		}
		.navigation {					
			margin: 15px 8px;			
		}
		.navigation .alignright{
			width:49%;
			text-align:right;						
		}
		.navigation .alignright a{
			min-height:18px;
			display:block;
			padding-right:18px;
			padding-top:0;
			background: url('images/arrow-right.png') no-repeat right top;
		}
		.navigation .alignleft{
			width:49%;
			text-align:left;			
		}
		.navigation .alignleft a{
			display:block;
			min-height:18px;
			padding-left:18px;
			padding-top:0;
			background: url('images/arrow-left.png') no-repeat left top;
		}
		.pagetitle {
			font-variant: small-caps;
		}
/*----------------------------*/
/* Generic Styles END 			  */
/*----------------------------*/

/*----------------------------*/
/* Header Styles START 				*/
/*----------------------------*/
		#header {
			background: #ffffff url('images/header.jpg') no-repeat bottom center;
			margin: 0;
			padding: 0;
			height: 250px;
			width: 850px;
			position: relative;
		}
		#header a {
			color:#67003A;
		}
		#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited {
			text-decoration: none;
			color: #67003A;	
			padding:0;
			margin:0;
			font-size:45px;
			font-variant:small-caps;
		}
		#header #bloginfo {
			margin: 0;
			height: 200px;
			width: 100%;
			text-align:center;
			padding:80px 0 0 0;
		}
		#header #bloginfo .description {			
			color: #67003A;
			font-weight:bold;	
		}
		#header #search {
			position: absolute;
			top: 15px;
			left:60px;
			height:42px;
			/*z-index: 20;*/
		}
		#header #rss {
			position: absolute;
			top: 15px;
			left:15px;
			height:42px;
			/*z-index: 20;*/
		}
		#header #rss div#rss-info,
		#header #search div#search-input {
			position:absolute;
			top:30px;
			left:10px;
			z-index:10;
			background:#FFE6EF;
			border:1px solid #ed528b;	
			width:170px;
			padding:0;
			line-height:1.3;
			text-align:left;
		}
		#header #search div#search-input {
			width:290px;
			height:33px;
			padding:4px;			
			font-weight:bold;
		}
		#search-input #searchform {
			margin: 0;
			padding: 3px 1px;
			text-align: left;
		}
		#search-input #searchform #s {
			width:130px;
		}
		#header #rss div#rss-info a		{
			color:#67003A;
			display:block;
			text-decoration:none;
			font-weight:bold;
			padding:5px 5px 3px 5px;			
		}
		#header #rss div#rss-info a:hover{
			background:#F5DAE4
		}
		/*----------------------------*/
		/* Page Menu Styles START 		*/
		/*----------------------------*/
				#header #pages {
					position:absolute;
					bottom:25px;
					left:15px;
					height:30px;
					width:100%;
					font-weight:bold;
				}
				#header #pages ul.pages {			
					list-style-type:none;
					height:25px;
					margin:11px 0 0 0;
					padding:0;
					width:100%;
				}
				#header #pages ul.pages li.page_item {
					display:inline;
					background:#FFE6EF;
					border:1px solid #ed528b;
					padding:6px 6px 5px 6px;
					margin: 0 2px 0 0;					
					white-space: nowrap;
					float: left;
				}
				#header #pages ul.pages li.page_item:hover {
					background:#F5DAE4;
				}
				#header #pages ul.pages li.current-page-item,
				#header #pages ul.pages li.current_page_parent{
					background:#EDC4D3;
				}
				#header #pages ul.pages li.current-page-item:hover,
				#header #pages ul.pages li.current_page_parent:hover{
					background:#EDC4D3 !important;
				}		
				#header #pages div.childpages {
					position: absolute;
					background:#FFE6EF;
					border:1px solid #D2618B;	
					width:150px;
					padding:0;
					text-align:left;
					white-space: normal;
					margin:5px 0 0 -7px;
				}				
				#header #pages div.childpages ul {
					list-style-type:none;
					margin:0;
					padding:0;
				}
				#header #pages div.childpages a:hover {
					background: #F5DAE4;
				}
				#header #pages div.childpages ul li.current-page-item,
				#header #pages div.childpages ul li.current_page_parent{
					background:#EDC4D3;
				}
				#header #pages div.childpages ul li.current-page-item a:hover,
				#header #pages div.childpages ul li.current_page_parent a:hover{
					background:#EDC4D3 !important;
				}
				#header #pages div.childpages a {		
					display:block;
					padding:5px 5px 3px 5px;
				}
		/*----------------------------*/
		/* Page Menu Styles END   		*/
		/*----------------------------*/
/*----------------------------*/
/* Header Styles END 				  */
/*----------------------------*/

/*----------------------------*/
/* Content Styles START			  */
/*----------------------------*/
		#content {
			/*font-size: 12px;*/
			float: left;
			padding: 0 0 20px 0;
			margin: 0 0 0 3px;
			width: 480px;			
		}					
		h2.pagetitle {
			font-size: 19px;
			margin: 30px 3px 10px 3px;
			text-align: center;
			border-top:1px solid #ed528b;
			border-bottom:1px solid #ed528b;
		}
		#archives {
			margin: 15px 0 10px 2px;			
		}	
		#archives a:link {
			color: #ED528B;
		}
		#archives a:hover {
			color: #8C3253;
			text-decoration:underline;
		}
		#archives a:visited {
			color: #8C3253;
		}
		#archives h2 {
			margin-top:4px;
			font-variant:small-caps;
		}
		#archives .archive {					
			padding:0 10px;
			width:215px;
		}
		#archives ul {
			list-style-type:none;
			margin: 2px 1px 0 5px;
			padding: 0;
		}
		#archives ul li{
			margin: 0;
			padding: 0 0 0 10px;				
			background:	url('images/dot.png') no-repeat left top;				
		}
		#links {
			margin: 15px 0 10px 2px;		
		}
		#links a:link {
				color: #ED528B;
		}
		#links a:hover {
			color: #8C3253;
			text-decoration:underline;
		}
		#links a:visited {
			color: #8C3253;
		}
		#links h2 {
			margin-top:4px;
			font-variant:small-caps;
		}
		#links .links {
			padding:0 10px;
			width:215px;
			margin:0;
		}
		#links ul {
				list-style-type:none;
				margin: 0;
				padding: 0;
		}
		#links ul li ul {
			margin: 2px 1px 0 5px;
		}
		#links ul li ul li{
			margin: 0;
			padding: 0 0 0 10px;				
			background:	url('images/dot.png') no-repeat left top;				
		}
		/*----------------------------*/
		/* Post/Page Styles START			    */
		/*----------------------------*/
				.post, #comments, #respond {
					margin: 15px 0 10px 0;					
					background: url('images/header-post.jpg') no-repeat top;						
				}
				.sticky {
					background: url('images/header-post-pinned.jpg') no-repeat top center;
				}
				.post-title {
					height:57px;						
					padding:15px 12px 0 12px;
					margin:0;		
					position:relative;
					color: #67003A;						
				}
				.post-title a {
					color: #67003A;
				}
				.post-title h2 a {
					color:#67003A;
				}
				.post-title a:hover {
					text-decoration:none;
				}
				.post-title h2 {
					padding:0;
					margin:0;
					word-spacing:-2px;
					font-size:19px;
					line-height:1;
					font-variant:small-caps;
				}				
				.commentlink, .postinfo, .edit, .commentinfo {
					float:left;
					margin:6px 2px 0 0;
					background:#FFE6EF;
					border:1px solid #ed528b;
					padding:2px 5px;
					font-size:10px;
				}	
				.edited {
					font-style:italic;
					padding: 0 6px 0 6px;
					font-size:10px;
				}
				.commentlink:hover, .edit:hover, .link:hover {
					background: #F5DAE4;
					text-decoration:none;
				}
				.smallinfo {
					color:#BF8B96;
				}
				.entry {
					padding:6px 6px 0 6px;
					margin:0;		
					word-spacing:-1px;
					line-height:1.3;						
				}
				.entry ul, .entry ol, .entry dl {
					list-style-position:inside;
					margin:2px 12px;
					padding:0 3px;
				}
				.entry dl dt {
					font-weight:bold;
				}
				.entry dl dd {
					margin:2px 0 2px 15px;
					font-style:italic;
				}
				.entry li ul, .entry li ol{
					margin:2px 0 2px 8px;
				}
				.entry table {
					border: 1px solid #ED528B;
					margin:3px 12px;
					empty-cells: show;
					border-spacing:0;
				}
				.entry table td, .entry table th{
					padding:5px;
					border: 2px solid #EDC4D3;
					border-collapse: collapse;
				}
				.entry p {
					margin:4px 0 10px 0;
					text-align: justify;							
				}
				.entry p a:link {
					color: #ED528B;
				}
				.entry p a:hover {
					color: #8C3253;
					text-decoration:underline;
				}
				.entry p a:visited {
					color: #8C3253;
				}
				.entry p img {
					padding: 0;
					max-width: 100%;
				}
				.entry .aligncenter {								
					margin: 2px auto;			
					text-align:center;
				}
				.entry .alignright {								
					margin: 0 0 2px 6px;
					display: inline;
				}
				.entry .alignleft {								
					margin: 0 6px 2px 0;
					display: inline;
				}
				.entry .wp-caption {
					border: 1px solid #EDC4D3;
					text-align: center;
					background-color: #FFF9FD;
					padding-top: 4px;								
					-moz-border-radius: 3px;
					-khtml-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;								
				}
				.entry .wp-caption img {
					margin: 1px;
					padding: 0;
					border: 0 none;
				}
				.entry .wp-caption p.wp-caption-text {
					font-size: 11px;
					line-height: 17px;
					padding: 0 4px 5px;
					margin: 0;
				}
				.commentstatus {
					margin: 5px 2px 20px 2px;
					padding: 3px 4px;
					background:#FFE6EF;
					border:1px solid #ed528b;
				}
				.commentstatus a:link  {
					color: #ED528B;
				}
				.commentstatus a:visited {
					color: #8C3253;
				}
				.commentstatus a:hover, .commentstatus a:active  {
					color: #8C3253;
					text-decoration:underline;
				}
				.commentstatus p {
					text-align: center;
					margin:0;
					padding:0;
				}
				.entry .attachment {
					margin:0 auto;
					width:auto;
				}
				.entry .center p {
					text-align:center;
				}
				.entry .attachment a img {
					border: 1px solid #EDC4D3;
					text-align: center;
					background-color: #FFF9FD;
					padding: 4px;		
					-moz-border-radius: 3px;
					-khtml-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
				}
				.entry .continue {
					line-height:2.2em;
				}
				.postmetadata {
					clear: both;
					margin: 5px 2px 20px 2px;
					padding: 3px 5px;
					border-top:1px solid #ed528b;
					border-bottom:1px solid #ed528b;
				}
				.postmetadata a:link  {
				color: #ED528B;
				}
				.postmetadata a:visited {
				color: #8C3253;
				}
				.postmetadata a:hover, .postmetadata a:active  {
				color: #8C3253;
				text-decoration:underline;
				}
				.navigation a:hover {
					text-decoration: underline;
				}
		/*----------------------------*/
		/* Post Styles END		  	    */
		/*----------------------------*/		
		/*----------------------------*/
		/* Comment Styles START   	  */
		/*----------------------------*/
				#comments .reply {
					margin-left:46px;
				}
				li #respond {
					background:none;								
				}
				li #respond .post-title{								
					border-top:1px solid #ed528b;
					border-bottom:1px solid #ed528b;
					height:44px;						
					padding:8px 5px 0 5px;
					margin:0 0 5px 0;	
				}
				#author-info {
					font-weight:normal;
				}
				#comments a:link  {
					color: #ED528B;
				}
				#comments a:visited {
					color: #8C3253;
				}
				#comments a:hover, #comments a:active  {
					color: #8C3253;
					text-decoration:underline;
				}
				#author-info .info{
					border-bottom:1px solid #EDC4D3;
					padding: 2px 0 6px 0;
					margin: 0 3px 0 46px;
				}
				#author-info .avatar { 
					float: left;
					border: 1px solid #ed528b;
					padding: 2px;
					background: #fff;
					margin-right:6px;
				}
				#author-info .commentmetadata {
					margin: 0;
					display: block;
					font-weight: normal;
				}
				#author-info cite, #author-info cite a {
					font-weight: bold;
					font-style: normal;
					font-size: 14px;
				}
				.commentlist {
					padding: 0;
					text-align: justify;						
				}
				.commentlist li {
					margin: 15px 4px 10px 4px;
					padding: 6px 5px 10px 6px;
					list-style: none;							
				}
				.commentlist li ul li { 							
					margin-left: 6px;
				}									
				.commentlist p {
					font-weight: normal;							
					text-transform: none;
					margin: 10px 5px 10px 47px;							
				}					
				.nocomments {
					text-align: center;
					margin: 0;							
					padding: 0;
				}
				.thread-alt {
					background-color: #FFF9FD;
				}
				.thread-even {
					background-color: #ffffff;
				}
				.depth-1 {
					border-top: 1px solid #ed528b;
					border-bottom: 1px solid #ed528b;
				}
				.even, .alt {
					border: 1px solid #ed528b;							
				}
				.alt {
					margin: 0;
					padding: 10px;
					}
				.children { 
					padding: 0; 	
					margin-right:2px;
				}
				.children .even, .children .alt {
					border: 1px solid #EDC4D3;							
				}					
				.children .even {
					background-color: #ffffff;
				}
				.children .alt {
					background-color: #FFF9FD;
				}
				#commentform input {
					width: 170px;
					padding: 2px;
					margin: 5px 5px 1px 0;
				}
				#commentform {
					margin: 5px 10px 0 0;
				}
				#commentform textarea {
					width: 100%;
					padding: 2px;
				}
				#commentform #submit {
					margin: 0 0 5px auto;
					float: right;
				}
				#commentform p {
					margin: 5px 0;
				}						
		/*----------------------------*/
		/* Comment Styles END     	  */
		/*----------------------------*/
/*----------------------------*/
/* Content Styles END		  	  */
/*----------------------------*/

/*----------------------------*/
/* Sidebar Styles Start			  */
/*----------------------------*/		
		#sidebar {			
			margin: 16px 0 0 490px;
			width: 354px;
			border-left:1px solid #ed528b;
			padding:0;			
		}
		#sidebar ul {
			list-style-type: none;
			list-style-image: none;
			margin: 0;
			padding: 0;
		}
		#sidebar ul li{
			margin: 0;
			padding: 0;
		}
		#sidebar h2 {
			margin:8px 0 0 0;
			padding:0 3px;
			font-size:19px;
			border-top:1px solid #ed528b;
			border-bottom:1px solid #ed528b;
			word-spacing: -2px;
			font-variant: small-caps;
		}
		#sidebar a:link {
			color: #ED528B;
		}
		#sidebar a:hover {
			color: #8C3253;
			text-decoration:underline;
		}
		#sidebar a:visited {
			color: #8C3253;
		}
		#sidebar #sidebar-top {
			padding: 4px 0px 10px 0px;
			width: 345px;
			/*border-bottom:1px solid #ed528b;*/
			margin: 0 0 9px 9px;
			text-align:justify;
			word-spacing:-1px;
			line-height:1.3;				
		}
		#sidebar #sidebar-top ul {
			margin:0;
		}
		#sidebar #sidebar-top ul li {
			margin: 0 0 3px 0;
			padding:0;
		}
		#sidebar #sidebar-top p {
			margin: 3px 0 2px 0;
			padding:0;
		}
		#sidebar #sidebar-right {
			padding: 0 0 0 2px;
			width: 170px;
			margin:0;
			float:right;
			border-left:1px solid #ed528b;
		}
		#sidebar #sidebar-left {
			padding: 0 7px 0 4px;
			width: 170px;
			float:left;
			margin:0;
		}
		#sidebar #sidebar-right h2,
		#sidebar #sidebar-left h2 {
			margin:0;
			padding: 0 3px;
		}		
		#sidebar #sidebar-right ul,
		#sidebar #sidebar-left ul	{
			margin: 0 1px 0 5px;
			padding: 0;
		}	
		#sidebar #sidebar-right ul li,
		#sidebar #sidebar-left ul li {
			margin: 0 0 8px 0;
			padding: 0;
		}
		#sidebar #sidebar-right ul li ul,
		#sidebar #sidebar-left ul li ul{
			margin: 2px 1px 0 5px;
			padding: 0;
		}
		#sidebar #sidebar-right ul li ul li,
		#sidebar #sidebar-left ul li ul li{
			margin: 0;
			padding: 0 0 0 10px;				
			background:	url('images/dot.png') no-repeat left top;
		}
		#wp-calendar {
			empty-cells: show;
			margin: 10px auto 0;
			width: 155px;
		}
		#wp-calendar caption {
			font-size:18px;
			font-variant: small-caps;
			text-align: center;
			font-weight:bold;				
			width: 100%;
		}
		#wp-calendar a {
			display: block;
		}
		#wp-calendar #prev a, #wp-calendar #next a {
			font-size: 9pt;
		}
		#wp-calendar #next a {
			padding-right: 10px;
			text-align: right;
		}
		#wp-calendar #prev a {
			padding-left: 10px;
			text-align: left;
		}			
		#wp-calendar th {
			font-style: normal;
			text-transform: capitalize;
		}
		#wp-calendar td {
			padding: 1px 0;
			text-align: center;
		}					
/*----------------------------*/
/* Sidebar Styles End 			  */
/*----------------------------*/

/*----------------------------*/
/* Footer Styles Start			  */
/*----------------------------*/			
		#footer {
			border-top:3px solid #ed528b;
			width:845px;
			margin:8px 2px;
			padding:0;
		}
		#footer .bloginfo {
			margin:10px 4px;
			padding:2px;
		}
		#footer .themeinfo {
			margin:10px 0;
			padding:2px;
			float:right;
			text-align:right;
		}
/*----------------------------*/
/* Footer Styles End  			  */
/*----------------------------*/

/*----------------------------*/
/* Extra Styles End           */
/*----------------------------*/
div.ctc {
text-align:center;
margin-top:4px;
}
div.ctc a {
padding:0 3px;
}
#sidebar #sidebar-top ul.tweets {
margin: 4px 3px;
}
#sidebar #sidebar-top ul.tweets li {
background: url('images/dot.png') no-repeat left top;
padding: 0 0 1px 10px;
margin-bottom: 7px;
}
