/*  
Theme Name: Minimalista
Theme URI: http://birdthemes.com/minimalista/
Description: A super minimal WordPress theme by birdthemes.com
Version: 1
Author: Amanda Hawkins
Author URI: http://www.birdthemes.com/
Tags: fixed-width, two-columns, light, silver, right-sidebar, threaded-comments
 
The CSS, XHTML and design is released under GPL:
hhttp://www.gnu.org/licenses/gpl-3.0-standalone.html

*/


* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	color: #2d2c2a;
	padding: 0; 
	margin: 0;
	}

body, select, input, textarea {
	font: 12px Helvetica, Arial, Verdana, Sans-Serif;
	line-height: 180%; 
	}

/**************** Structure *****************/
			#page {
				width:953px;
				margin:0 auto;
				}
						#content {
									width:943px;
									float:left;
										}
									#multi_posts {width: 640px; float:left; overflow:hidden;}
									
									.navigation {display:block; overflow:hidden; margin-bottom: 30px; padding: 0 25px 0 0px; width: 150px;}
												img.attachment-thumbnail {width: 80px; height: 80px; border: 1px solid gray; padding: 2px; background: #fff;}
												.navigation .alignleft {display:inline; float:left;}
												.navigation .alignright {display:inline; float:right; }
												
												
									.entry {
											padding:10px 0 0 0;
											display:block;
											font-size: 108%;
											line-height: 22px;
											margin-top: 10px;
											}	
								
									#gallery-1 .gallery-item {
										float:left;
										margin-top:10px;
										text-align:left;
										width:100px;
										}
									
									dt.gallery-icon {
											padding: 0;
											margin: 0;
											width: 100px;
											height: 120px;
										}
									dd.gallery-caption {display:none;}
									.caption {text-align: left; color: #b8b5aa; font-size: .85em; font-style: italic; letter-spacing: .03em; }
									
									dl.gallery-item {margin: 0; padding: 0; width: 100px;}
									
									.post {
											padding: 10px 25px 5px 10px ;	
											margin: 0 0 80px 0;
											overflow:hidden;
											
											}						
											.sticky {border-left:2px solid yellow;}			
											#page_content {
														width:500px;
														min-height: 300px;
														float:left;
														padding: 0 0 0 10px;
														margin: 12px 0 0 0;
														}	
			#header {
				width:953px;
				height: 140px;
				padding:0;
				}
						.description {float:right; display:block; width: 230px;
						font-family: georgia, serif; font-size: 1.4em; text-transform: lowercase;
						color: #b7b3ac; line-height: 1em; font-style: italic; padding: 12px 10px 0 0;
						}		
						.description:before {content: '{ '; color: #e8e7e5;}
						.description:after {content: ' }'; color: #e8e7e5;}
								
			#sidebar {
				width: 240px;
				padding: 6px 0 7px 0;
				float:right;
				margin: 0px 0 5px 0;
				}

			#footer {
				margin: 0 auto;
				margin-top: 40px;
				width: 943px;
				padding: 10px 0 10px 0px;
				overflow: hidden;
				line-height: 14px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				float:left;
				}
				.copyright {padding: 0px 4px 0 4px; display:block; color: #aeaba6; text-transform: uppercase; font-size: .8em; letter-spacing: .04em;}
				.copyright p.left {width: 300px; float:left;}
				.copyright p.right {width: 300px; float:right; text-align: right; padding-right: 20px;}
				.copyright a:link, .copyright a:visited, .copyright a:hover {border-bottom: 1px dotted #aeaba6; color: #aeaba6;}
		
		.date {
				font-size: 110%;
				height: 35px;
				width: 35px;
				padding:0;
				float: left;
				margin: -15px 5px 0px -60px;
				clear: all;
				padding: 4px;
				text-align: center;
				color: #b1afaa;
			}
			.month {display:block;}
			.day {font-size: 20px; display:block; margin-top: -8px; }
			.year {display:block; margin-top: -8px; font-size: .75em; color: #b1afaa;}
			
			.tags a {padding: 4px 8px 2px 18px; margin-right: 5px; text-transform:uppercase; letter-spacing: .06em; font-size: 90%;}
			.category { text-transform:uppercase; letter-spacing: .04em; font-size: 95%; }
			
			.commentct {float:right; padding: 10px 12px 10px 50px; text-transform:uppercase; letter-spacing: .04em; font-size: 200%; line-height: 12px;} 
			.edit {float:left; padding-top: 20px;}
			
			.c_title {font-size: 20px;; display:block; margin-left: -10px;}
			
.entry a:link.more-link, .entry a:visited.more-link { 
padding-top: 10px; display:block; border: none;
color: #928e84;
}
.entry a:hover.more-link { padding-top: 10px; display:block; border: none; color: #afaba1;}
			

/**************** SIDEBAR ****************/				

ul.sidelist {list-style: none;}
ul.sidelist li.cat-item {
color: #54524e; list-style: none; 
display:block; font-size: .98em;
background: url('images/dot.jpg') bottom;
background-repeat: repeat-x;
line-height: 1.1em;
margin-bottom: 14px;
}



ul.sidelist li.cat-item a:link, ul.sidelist li.cat-item a:visited {
				color: #54524e; 
				text-transform: lowercase; 
				font-size: .98em; 
				padding: 3px 6px 2px 5px; margin-right: 4px;
				background: #f6f6f3;
				letter-spacing: .03em;
				}
ul.sidelist li.cat-item a:hover {color: #86837d; background: #fff;
-moz-border-radius: 2px;
	-webkit-border-radius: 2px;}
ul.sidelist li.cat-item .cat-num{float: right; background: #f6f6f3; padding-left: 11px; font-family: Georgia, serif; font-size: 1.3em; display:block; margin-top: -2px; padding-bottom: 3px;}
ul.sidelist li.current-cat a:link, ul.sidelist li.current-cat a:visited {background: #fff;
-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#cat {padding: 14px 10px 1px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f6f6f3; 
	margin-right: 10px;
}

ul.post-info {list-style: none; padding: 0; margin: 0; line-height: 1.2em; text-transform: lowercase; font-size: .95em;}
ul.post-info li {list-style: none; padding: 3px; margin: 0 0 7px 0;
-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #EFEEEA;
}				


/**************** Footer WIDGETS ****************/

ul.widgets {padding: 0; margin: 0;}
ul.widgets li {
		display:block; 
		width: 209px; 
		float: left; 
		background: #f6f6f3; 
		margin:8px 10px 0 0; 
		padding: 12px 8px 8px 8px; 
		height: 220px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		font-size: .98em;
		overflow:hidden;
	}
ul.widgets li.widget_recent_entries {text-transform: lowercase;}
	
ul.widgets li li {width: auto; height: auto; background: none; float:none; padding: 0; margin: 0 10px 0 0;}

ul.widgets li.widget_pages li a:link, ul.widgets li.widget_pages li a:visited {background: none; line-height: .9em;}
ul.widgets li.widget_pages li {padding: 0 0 0 14px; margin: 0;}
ul.widgets li.widget_pages ul {padding: 0; margin: 0;}

ul.widgets li.widget_pages li.current_page_item a {color: #75B1B8;}

ul.widgets li.recentcomments {padding: 0 0 10px 0;}
ul.widgets li.recentcomments a:link, ul.widgets li.recentcomments a:visited {background: none; }
ul.widgets li.recentcomments a:hover {color: #75B1B8;}


ul.widgets li li  a:link, ul.widgets li li  a:visited {display:block; background:#efeeea; padding: 4px 8px 1px 8px; margin: 0 0 4px 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
ul.widgets li li  a:hover {background:#d9d7cf; color: #454441;}
ul.widgets li ul {margin-top: 8px;}
h2.widgettitle {font-size: 1.5em; padding-bottom: 8px; padding-left: 6px;}

ul.widgets li div {
			display:block; 
			background:#efeeea; 
			padding:4px; 
			margin: 8px 0 4px 0;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			line-height: 1.6em;
			}
ul.widgets li div a:link, ul.widgets li div a:visited {border-bottom: 1px dotted #8c8882;}
ul.widgets li div a:hover {color: #2d2c2a; border-bottom: 1px dotted #d6d3cc;}

ul li.widget_tag_cloud div a:link, ul li.widget_tag_cloud div a:visited {border:none; text-transform: lowercase;}
ul li.widget_tag_cloud div a:hover {border:none; color: #5f5d59;}
ul li.widget_tag_cloud div {font-size: .6em; padding-top: 16px; line-height: 2.6em; padding-bottom: 10px;}



/**************** HTML Elements *****************/
				.postmetadata {
				border-top: 2px solid #f3ddea;
				border-bottom: 2px solid #f3ddea;
				padding: 2px 0 2px 0;
				margin-top: -18px;
				clear:all;
				min-height: 26px;
				}
				
			.edit_comments {display:block; overflow:hidden; clear:all;}
	
	
			img.wp-smiley {border: 0; padding: 0; margin:0;}
	
			.left { float:left; padding-right: 8px; }
			.right { float:right; padding-left: 8px; }
			.post img.alignleft {float: left; margin: 2px 6px 6px 0;}
			.post img.alignright {float: right; margin: 2px 0 6px 6px;}
			.post img.aligncenter {text-align: center; margin: 8px 0 8px 0}
			
			
			
			
			p {	
				margin: 0 0 5px 0;
				}
			
			a:link, a:visited {
				color: #75b1b8;
				text-decoration:none;
				}
	
				.entry a:link, .entry a:visited {
				color: #75b1b8;
				}
			
			a:hover, a:active {
				color:#2d2c2a;
				text-decoration: none;
				}
			.entry a:hover, .entry a:active {color: #2d2c2a; }
			
			
			a:focus { 
		    outline: none; 
				}

			
			hr {
				display: block;
				border:0;
				border-bottom: 3px dotted #666666;
				}
			
			small {
				font-size: 90%;
				}
			
			img {
				border:0;
				outline: none;
				}
			
			ol li {
				margin: 0 0 0 30px;
				padding: 0px;
				}
	
					
/****************	Headers ****************/

			h1 {
				font-size: 3.5em;
				font-weight:normal;
				letter-spacing:-0.02em;
				font-family: Georgia, serif;
				}
				
			h2 {
				font-size: 2.9em;
				font-family: Georgia, serif;
				font-weight: normal;
				text-transform: lowercase;
				display:block;
				}
				h2 a:link, h2 a:visited {color: #75B1B8;}
				h2 a:hover {color: #2d2c2a;}
				h2.title {margin: 5px 0 18px -2px;}
				
				
				h2.pagetitle {
				margin: 0 0 30px 0; font-size: 1.1em;
				background: #f6f6f3; 
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				padding: 1px 10px 2px 10px;
				color: #afafa7;
				}

			h3 {
				font-family: georgia, serif; font-size: 1.3em; line-height: 1.4em; font-style: italic; letter-spacing: .02em; font-weight: normal; 
				}

			h4 {
			font-family: Georgia, serif;
				font-size:1.6em;
					font-weight: normal;

				}
			
			h5 {
			font-family: Georgia, serif;
				font-size:1.2em;
				font-weight: normal;
				}	

				h6 {
			font-family: Georgia, serif;
				font-size:1em;
				font-weight: normal;
				}
/**************** Small Content ****************/
			
			cite {font-size: .9em; letter-spacing: .01em; display:block; margin-top: 20px;}
			
			code, pre {
				font-family:"Bitstream Vera Sans Mono","Courier New",monospace; 
				display:block; 
				padding: 4px 8px 4px 8px; 
				border-left: 20px solid #F6F6F3;
				background: #fefefd;
				margin-bottom: 4px;
				}

			
			.bullets li {
				list-style:none;
				}
			
				
			#writer {
				margin:25px 0 15px 0;
				padding:12px;
				}
			
			#writer img {
				padding:1px;
				float:left;
				width:80px;
				}
			
			#writer span {
				display:block;
				padding-top:4px;
				margin-top:12px;
				}
			
			#writer p {
				margin:0;
				width:482px;
				}	

/****************Post Formatting****************/

			.post blockquote {
				padding:0 0 0 10px;
				margin:0px 0 0 20px;		
				float:right;
				width: 180px;		
				font-size: .9em;
				line-height: 1.7em;
				color: #706e68;
				border-left: 1px dashed #e4e2dc;
				}	
				
				
			.post ul, .post ol {margin-bottom: 25px;}
			.post ul li {
				list-style:disc;
				margin-bottom:5px;
				line-height:115%;
				margin-left:30px;
				}
			
			.post ol li {
				margin-bottom:5px;
				line-height:115%;
				margin-left:30px;
				}
				
			#tags {
				padding:3px;
				}	

/********************* Form Elements ******************/

			div.wpcf7 {display:block; font-size: 11px;}
			.wpcf7 input {float:none; width: 175px;
					padding: 3px 2px 2px 2px;
					margin-bottom: 8px;
					font-size: 1em;
					border: none;
					border: 1px solid #d5d1c9;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					color: #858076;
					}
				
			.wpcf7 p {line-height: 14px;}
			.wpcf7 textarea { 
				width: 175px;
				padding: 2px;
				margin-top: 1px;
				margin-bottom: 10px;
				font-size: 1.1em;
				border: 1px solid #d5d1c9;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				color: #858076; }

			select {
				padding: 3px 2px 4px 2px;
				width:100%;
				font-size: 12px;	
				}

			#searchform {
				padding:0 5px 20px 0; 
				clear:all;
				overflow:hidden;
				}
			#searchform div {background: none;}	
			#searchform input {
					padding: 3px 2px 2px 2px;
					margin: 8px;
					font-size: 1.1em;
					border: none;
					border: 1px solid #d5d1c9;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					color: #858076;
					}
			#searchform .button {
					text-transform: uppercase; 
					letter-spacing: .05em;
					font-size: 11px;
					padding: 2px; margin-top: 0;
						}
			
			#commentform input {
			    padding: 3px 2px 2px 2px;
					float:right;
					font-size: 1.1em;
					border: none;
					border: 1px solid #d5d1c9;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					color: #858076;
					width: 100%;
					clear:all;
				}
			
			#commentform textarea {
				width: 100%;
				padding: 2px;
				margin-top: 10px;
				margin-bottom: 10px;
				float:right;
				font-size: 1.1em;
				border: 1px solid #d5d1c9;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				color: #858076;
				clear:all;
				}
#commentform {padding-left: 13px; font-size: .9em; letter-spacing: .02em; padding-right: 14px; color: #b9b4aa;}
input {float:right;}
#respond {margin-top: 15px; overflow:hidden; margin-bottom: 15px;}

.reply a:link, .reply a:visited {
						font-size: .8em;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					color: #f6f6f3;
					background: #b7b2a9;
					padding: 3px;
											}
.reply {display:block; margin-bottom: 20px;}


*html #commentform input {margin-top: -10px;}
*html #respond p {margin-top: 32px;} 
*html .commentlist li #respond p {margin-top: 20px;}

/*************** Comments *****************/
			h2.comments {font-size: 1.2em; display:block; margin: 20px 0 16px 11px; font-style: italic; color: #EFEEEA;}
			.comment-author {}
			.comment-meta {line-height: 1.5em; font-size: .85em; margin-top: -6px; }
			.comment-meta a:link, .comment-meta a:visited, .comment-meta a:hover {color: #91918a;}
			.fn a:link, .fn a:visited, .fn a:hover {color: #444038;}
			.says {font-size: .1em; display:none;}
			.alt {
						margin: 10px;
						}
			
			.commentlist {
						padding: 0;
						margin-bottom: 40px;
						}
			ol.commentlist {margin:0px 10px 0 11px;}
			.commentlist li {
						margin:0 0 8px 0px;
						list-style: none;	
						text-transform: lowercase;
						padding: 0 5px 2px 5px;					
						-moz-border-radius:4px 4px 4px 4px;
						background:none repeat scroll 0 0 #F6F6F3;
						width: 100%;
						}
				.commentlist li code {display:inline; background: none; padding: 0; margin: 0; border: none;}		
						.commentlist li p {line-height: 1em; font-size: .95em;}
						.commentlist li #respond p {line-height: 2em;}
						.commentlist li ul li { 
						margin-right: 10px;
						margin-left: 10px;
						list-style: none;		
						background: #fff;
						width: 92%;
						}
			.commentlist li ul li li {background: #F6F6F3; width: 90%;}
			.commentlist li ul li li li {background: #fff; width: 89%;}
			.commentlist li ul li li li li{background: #F6F6F3; width: 88%;}	
			.commentlist p {
						margin: 10px 5px 10px 0;
						color: #858076;
						}
						.children { padding: 0; }
			
			.commentlist li .avatar { 
						float: left;
						border: 1px solid #eee;
						padding: 2px;
						margin: 4px 0 6px -45px;
						}
					
			.commentlist cite, .commentlist cite a {
						font-weight: bold;
						font-style: normal;
						font-size: 1.1em;
						color: #444038;
						}
				.commentlist p {
						font-weight: normal;
						line-height: 1.5em;
						text-transform: none;
						}
				
			.nocomments {
						text-align: center;
						margin: 0;
						padding: 0;
						}
							
						
/* Captions */
					.post img, .post img a:link, .post img a:visited {
												border: 1px solid #EFEEEA; 
												padding: 5px 5px 20px 5px; 
												background: #fff;
												margin: 5px 0 5px -8px;
												z-index: 1;
												}

						p.wp-caption-text {color: #b8b5aa; padding: 0 0 0 -0px; margin: -26px 0 20px 0; font-size: .85em; font-style: italic; letter-spacing: .03em; }
	
/* End captions */

		
/***************** Float Properties******************/

			.clearfloat:after {
				display:block;
				visibility:hidden;
				clear:both;
				height:0;
				content:".";
				}
				
			.clearfloat {
				display:inline-block
				}
			
			.clearfloat {
				display:block
				}

				i, em {font-style: italic;}
