/*  
Theme Name: Jentri
Theme URI: http://ifelse.co.uk/jentri/
Description: Smart and sophisticated. Background image courtesy of squidfingers.
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/

body{
	background:#4C0A0A url(./images/bg.png);
	color:#555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:75%;
	line-height:1.7;
	margin:0px auto;
}

#mainframe {
	width: 960px;
	margin: 0px auto;
	position: relative;
	left: -20px;
}

#content{
	padding:20px 0px;
	width:600px;
	margin-left: 95px;
}
#footer{
	color:#888;
	font-size:0.8em;
	margin-top:20px;
	padding:3px;
}
#header{
	margin-top:40px;
	margin-left:105px;
	font-size:1em;
}

#sidebar{
	margin-top:40px;
	color:#eee;
	float:left;
	margin-left:-40px;
	width:170px;
	text-shadow: #000 2px 1px 1px !important;
}
#wrap{
	float:left;
	width:820px;
	margin: -20px auto 0px auto;
	background:#FEFCFA url(./images/bodybg.png) repeat-y;
}
:focus {
	outline-style: none;
}
* html body #wrap{
	background:#FEFCFA url(./images/bodybg.gif) repeat-y;
}

blockquote {
	border-left: 2px solid #7B7448;
	padding-left: 10px;
}

cite {
	font-weight: bold;
	font-size: 150%;
	border-bottom: 1px solid #7B7448;
	display: block;
	margin-top: -10px;
}

img.avatar {
	float:left;
	margin-right:5px;
}

.entry li{
	margin-bottom: 15px;
}

/*************************************
 +Hn
 *************************************/
#sidebar h2{
	color:#EADED3;
	font-size:1.8em;
	margin-bottom:3px;
	font-weight:normal;
	text-shadow: #000 2px 1px 1px !important;
}
#header h1{
	display:inline;
	font-size:2.8em;
	line-height:1;
	margin:0;
	font-weight:normal;
	letter-spacing: -2px;
	text-shadow: #AAA 2px 1px 1px;
}
#header h1 a{
	color:#5F1010;
}
h1, h2, h3{
	letter-spacing: -1px;
	text-shadow: #CCC 2px 1px 1px;
}
h2{
	font-size:1.5em;
	padding-right:5px;
}
h3{
	font-size:1.2em;
}
.entrytitle h2, .entrytitle h3{
	display:inline;
	font-weight:normal;
}
.entrytitle h2{
	color:#C04422;
	font-family: Sylfaen, Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
}
.entrytitle h3{
	font-family: "Century Gothic", Helvetica, arial;
	font-weight:normal;
}
.entrymeta{
	background:url(./images/swirl.png) no-repeat center bottom;
	padding:3px;
	padding-bottom:45px;
}
/*************************************
 +Lists
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;

}
#sidebar ul li a{
	color:#fff;
}
#sidebar ul li a:hover{
	color:#fffab8;
}
/*************************************
 +Misc
 *************************************/
a{
	text-decoration:none;
	color:#8E7D6C;
}
.entry a{
	font-weight:bold;
}
a:hover, .commentsblock a:hover{
	color:#7D1515;
	text-decoration:underline;
}
#footer a{
	color:#9A8F95;
	font-weight:bold;
}
#footer a:hover{
	color:#7D1515;
	text-decoration:underline;
}
.navigation{
	font-style: italic;
	font-weight: bold;
	height:35px;
	font-size: 150%;
}
.alignleft{
	text-align:left;
	float:left;
	position:relative;
	left: 15px;
}
.alignright{
	text-align:right;
	float:right;
}
.navigation a{
	color:#8E7D6C;
}
#header {
	margin-bottom:5px;
}
#header p{
	color:#86827A;
	font-size:1em;
	margin:0;
}

/*************************************
 +Entry
 *************************************/
.entry{
	font-size:1.2em;
	margin:5px;
	padding:0 10px;
}

.entrytitle{
}
.entrytitle a {
	color:#8C4A4A;
	text-decoration:none;	
}
.entrytitle a:hover {
	color:#aC4A4A;
}
.entrymeta{
	color:#666;
	font-size:0.8em;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:5px;
	padding:10px;
}
.commentsblock a {
	color: #7B7448;
}
.commentsblock textarea{
	width:520px;
}
.commentsblock textarea, input {
	font-family: calibri,arial,helvetica,tahoma,sans-serif;
	padding: 3px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
.commentlist li{
	padding: 10px;
	margin-bottom: 20px;
}
.even{
	background:#EDECCB;
	border:1px solid #DDDB9B;
}
.alt{
	background:#EEE6D5;
	border:1px solid #E1DDAA;
}