/*
Theme Name: Essencious
Theme URI: http://essencious.org
Description: 
Version: 1.0
Author: Krystal Wu
Tags: 

*/

body{
	background:#515151;
	font-family: "lucida grande","lucida sans unicode",tahoma,sans-serif;
	font-size: 12px;
}

p{
	line-height: 20px;
}

img{
	border:none;
}

a:link,
a:visited{
	color: #727B84;
	text-decoration: none;
}
a:hover,
a:active{
	color: cae0de;
	text-decoration: underline;
}

h1, h2, h3, h4, h5{
	font-family:Tahoma;
}

.align-center{
	text-align:center;
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

input[type=text], 
textarea{
	border: #515151 1px solid;
	padding: 5px;
	background: #e6e6e6;
	font-family:"lucida grande","lucida sans unicode",tahoma,sans-serif;
	font-size: 12px;
} 

input:focus,
textarea:focus{
	border: #000000 1px solid;
} 
input:focus,
textarea:focus{
	background: #ffffff;
}
/*------
	STRUCTURE
-----*/
#wrapper{
	width:900px;
	margin: 0 auto;
}

#header{
	width: 		100%;
	height:		120px;
	background:	#f4f3ee;
	-moz-border-radius-topleft:	8px;
	-moz-border-radius-topright:	8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
	margin: 0 0 10px 0;
}
	#header img{
		float:left;
		margin:10px 0 0 12px;
	}
	#header #nagviation{
		float: right;
		margin: 10px 5px 0 0;		
	}
		#header #nagviation ul{
			list-style:none;
		}
			#header #nagviation ul li{
				float: left;
				margin: 0 10px 0 0;
			}
			#header #nagviation ul a{
				text-decoration: none;
				font-weight:bold;
				font-family:Tahoma;
				text-transform:lowercase;
				letter-spacing: 1px;
				background: #f1e7d0;
				padding: 10px;
			}
			#header #nagviation ul a:link,
			#header #nagviation ul a:visited{
				color:#727B84;
			}
			#header #nagviation ul a:hover,
			#header #nagviation ul a:active,
			#header #nagviation ul li:hover{
				color: #A2ADBC;
				background:#D9E2E1;
			}
			

#content{
	float: left;
	width: 72%;
}
	#content .entry{
		background: #F4F3EE;
		padding: 10px;
		margin: 5px 10px 15px 0;
	}
	#content .entry .date{
		background: #F4F3EE;
		margin: -10px 0px 0 -80px;
		width: 60px;
		text-align: center;
		float:left;
		padding: 5px;
		-moz-border-radius-topleft:	8px;
		-moz-border-radius-bottomleft:	8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
		font-weight:bold;
	}
		#content .entry .date .month{
			background: #cae0de;
			padding: 5px 3px 5px 3px;
			-moz-border-radius: 8px;
-webkit-border-radius: 8px;
			height: 30px;
			margin: 0 0 5px 0;
			color:#DF9496;
		}	
		#content .entry .date .day{
			background: #DF9496;
			padding: 5px 3px 5px 3px;
			-moz-border-radius: 8px;
-webkit-border-radius:8px;
			height:30px;
			color:#FFF;
		}
	
	#content .entry h2{
		font-size: 15px;
		font-weight:bold;
		letter-spacing: 1px;
		margin: 0 0 5px 0;
	}	
		#content .entry h2 a{
			text-decoration: none;
		}
		#content .entry h2 a:link,
		#content .entry h2 a:visited{
			color:#DF9496;
		}
		#content .entry h2 a:hover{
			text-decoration:underline;
		}
	#content .meta_catagory,
	#content .meta_breadcrumb{
		background: #f1e7d0;
		padding:10px;
		margin: 0 0 0 20px;
	}
	#content .meta_tags{
		background: #f1e7d0;
		padding:10px;
	}
	#content .meta_comments{
		text-align:center;
	}
	
	#content #comment h3{
		font-size: 13px;
		background: #cae0de;
		padding: 10px;
		margin: 5px 10px 15px 0;
	}
	#content #comment ol{
		list-style:none;
		margin: 0;
		padding: 0;
	}
		#content #comment ol li{
			padding: 10px;
			margin: 5px 10px 15px 0;
		}
			#content #comment ol li.even{
				background: #f1e7d0;			
			}
			#content #comment ol li.odd{
				background: #fff;			
			}
			#content #comment ol li .avatar{
				float: left;
				-moz-border-radius-topleft:	8px;
				-moz-border-radius-bottomleft:	8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
				margin: -10px 0px 0 -76px;
				text-align: center;
				border: 8px solid #fff;
			}
				#content #comment ol li.even .avatar{
					border: 8px solid #f1e7d0;
				}
			#content #comment .comment .comment-author cite{
				font-style:normal;
			}
		#content #comment #leave_comment{
			background: #f0d6d6;
			padding: 10px;
			margin: 5px 10px 15px 0;
		}
			#content #comment #leave_comment .comment_form,
			#content #comment #leave_comment .comment_message{
				margin:0 0 0 90px;	
			}
				#content #comment #leave_comment .comment_form label{
					float:left;
					width: 250px;
				}

#sidebar{
	float: right;
	width: 28%;
	font-size: 11px;
}
	#sidebar ul{
		padding:0;
		list-style:none;
	}
		#sidebar ul li{
			margin:0 0 5px 0;
		}
	#sidebar .section{
		background: #F4F3EE;
		padding: 10px;
		margin: 5px 0px 15px 5px;
	}
		#sidebar .section h3{
			font-size: 13px;
			font-weight:bold;
			background: #cae0de;
			letter-spacing: 1px;
			margin: 0 0 5px 0;
			color: #727B84;
			padding: 5px;
		}
		#sidebar .section .social_links{
			text-align: center;
		}
		
	#sidebar ul.twitter li{
		margin:0 0 10px 0;
	}

	#sidebar ul.catagories li ul{
		padding: 0 0 0 25px;
		list-style:circle;
	}
	#sidebar .linkcat h2{
		display:none;
	}
		#sidebar .linkcat ul{
			padding:0;
		}
	
#footer{
	clear:both;
	background: #f1e7d0;
	width: 100%;
	padding:20px;
	text-align:center;
}