/*  
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
 *************************************/

html{ 
        font-size: 100%; /* IE hack */
}

body{
	background:#4C0A0A url(./images/bg.png);
	color:#484848;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:65%;
	line-height:1.7;
	margin:0;
}

#content{
	padding:20px;
	width:470px;
}
#footer{
	color:#888;
	font-size:1em;
	margin-top:5px;
	padding:3px;
}
#header{
	margin-top:40px;
	margin-left:40px;
}

#subheader{
	margin-top:30px;
	margin-left:40px;
}

#sidebar{
	margin-top:10px;
	color:#eee;
	font-size:1.2em;
	line-height:1.5;
	float:left;
	margin-left:-55px;
	width:220px;
}
#wrap{
	float:left;
	width:611px;	
	margin-top:-20px;
	background:#FEFCFA url(./images/bodybg.png) repeat-y ;
}
* html body #wrap{
	background:#FEFCFA url(./images/bodybg.gif) repeat-y 0px;
}

/*************************************
 +Hn
 *************************************/
#sidebar h2{
	color:#EADED3;
	font-size:1.3em;
	margin-bottom:1px;
	font-weight:500;
}
#header h1{
	display:inline;
	font-size:2.8em;
	line-height:1;
	margin:0;
	font-weight:normal;
	letter-spacing: -1px;
}
#header h1 a{
	color:#5F1010;
}
#header h1 a:hover{
	color:#86827A;
}

#subheader{
	font-size:2em;
         font-style: italic;
	line-height:1;
	margin:20;
	font-weight:normal;
	letter-spacing: -1px;
}
#subheader h1 {
	color:#5F1010;
}

h1, h2, h3{
	letter-spacing: 0px;
}
h2{
	font-size:1.5em;
	padding-right:5px;
}
h3{
	font-size:1.1em;
}
.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  50%;
	padding:3px;
	padding-bottom:50px;
}
/*************************************
 +Lists
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:-8px;
	padding:1em;

}
#sidebar ul li a{
	color:#fff;
}
#sidebar ul li a:hover{
	color:#fffab8;
}
/*************************************
 +Misc
 *************************************/
a{
	text-decoration:none;
	color:#8E7D6C;
}
.entry a{
font-size:1.0em;
font-weight:bold;
}
a:hover{
color:#9e9e9e;

}
#footer a{
	color:#9A8F95;
	font-size:1.1em;
	font-weight:500;
}
.navigation{
	padding:3px;
	text-align:center;
}
.navigation a{
	color:#8E7D6C;
}
#header {
	margin-bottom:5px;
}
#header p{
	color:#663333;
	font-size:1.1em;
	margin:0;
}

/*************************************
 +Entry
 *************************************/
.entry{
	font-size:1.2em;
	margin:5px;
	padding:0 5px;
}

.entrytitle{
}
.entrytitle a {
	color:#8C4A4A;
	text-decoration:none;	
}
.entrytitle a:hover {
	color:#aC4A4A;
}
.entrymeta{
	color:#666;
	font-size:0.8em;
}
.entrymeta a{
	color:#566;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:5px;
	padding:10px;
}
.commentsblock textarea{
	width:420px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
.even{
	background:#3F464A;
	border:1px solid #43494D;
}
.alt{
	background:#FCFAF4;
	border:1px solid #FCFAF4;
	padding:5px;
}