/*  
Theme Name: Treba
Theme URI: http://ifelse.co.uk/treba/
Description: A clean theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#473e2d url(./images/background.gif) no-repeat;
	background-position: top center;
	color:#322c20;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:center;
	margin:0;
	border-top:5px solid #4c4742;
}
#content{
	background-color: #ffffff;
	/*background:#ffffff url(./images/main.gif) repeat-x;*/
	border:2px solid #ffffff;
	border-bottom:none;
	float:left;
	padding:0px 10px 10px 10px;
	width:450px;
	font-size:12px;
}
*html #content{
	background-color: #ffffff;
	/*background:#ffffff url(./images/main.gif) repeat-x;*/
	border:2px solid #ffffff;
	border-bottom:none;
	float:left;
	padding:0px 10px 10px 10px;
	width:450px;
	font-size:12px;
}
#footer{
	display: none;
	color:#888;
	font-size:0.8em;
	margin:15px;
	padding:3px;
}
#header{
	margin-top:67px;
	margin-left:20px;
}
#sidebar{
	color:#ffffff;
	font-size:12px;
	float:left;
	margin-top: 24px;
	margin-left:14px;
	width:189px;
}
*html #sidebar{
	color:#ffffff;
	font-size:12px;
	float:left;
	margin-top: 29px;
	margin-left:14px;
	width:189px;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:750px;
}


/*************************************
 +Hn
 *************************************/
#sidebar h2{
	display: none;
	color:#333231;
	font-size:1.4em;
	margin-bottom:10px;
	font-weight:normal;
}
#header h1{
	display:inline;
	font-size:2.4em;
	line-height:1;
	margin:0;
}
#header h1 a{
	color:#fff;
}
#header h1 a:hover{
	color:#b59b37;
}
h1, h2, h3{
font-family: Verdana, Helvetica, Arial, sans-serif;
letter-spacing: -1px;
color: #b59b37;
font-weight: normal;
}
h2{
font-size: 16px;
line-height: 21px;
letter-spacing: 0.00em;
padding-right:5px;
}
h3{
font-size:1.2em;
}
#header h1{
font-weight:normal;
}

.entrytitle{
display: none;
}

.entrytitle h2, .entrytitle h3{
display:inline;
font-weight:normal;
}
.entrytitle h2{
color:#C04422;
}
.entrytitle h3{
font-weight:normal;
}
/*************************************
 +Lists
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:18px;
	
}

#sidebar ul ul{
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom:  1px dotted #ffffff;
	
}

#sidebar ul li a{
	color:#fff;
	font-size:16px;
	line-height:18px;
	cursor: default;
	
}
#sidebar ul ul li a{
	color:#fff;
	font-size:11px;
	line-height:18px;
	border-bottom:  0px dotted #ffffff;
	cursor: pointer;
}
#sidebar ul li a:hover{
	color:#ffffff;
}
#sidebar ul ul li a:hover{
	color:#b59b37;
}

#sidebar ul ul li.current_page_item a
{
color:#b59b37;
}

#sidebar ul ul li.current_page_item a:hover
{
color: #b59b37
}

/*************************************
 +Misc
 *************************************/
a{
text-decoration:none;
color:#9e9e9e;
}
a:hover{
color:#b59b37;
}
#footer a{
color:#ab8;
}
#header {
	margin-bottom:5px;
}
#header p{
	color:#eee;
	margin:0;
}
.navigation{
padding:3px;
text-align:center;
}
img{
margin-bottom: 8px;
}
.linkcat{
display: none;
}
.linkcat ul li{
display: none;
}
.cat-item{
display: none;
}
/*************************************
 +Entry
 *************************************/
.entry{
	font-size:1.2em;
	margin:0px;
	padding:10px;
}
.entrytitle{
}
.entrytitle a {color:#888; text-decoration:none;}
.entrymeta{
	display: none;
	color:#666;
	font-size:0.9em;
	padding:3px 8px;
}
.entrymeta a{
	color:#666;
}
.entry-1{
	background:#ffffff;
	border:0px solid #fff;
	color:#322c20;
	font-size:12px;
	text-align: left;
	-moz-border-radius:3px;
}
.entry-1 .entrymeta{
	color:#888;
}
.entry-1 .entrymeta a{
	color:#777;
}
.entry-1 .entrytitle{
	border-bottom:none;
}
.entry-1 .entrytitle a{
	color:#697557;;
	font-size:1.2em;
}
.entry-1 .entrytitle a:hover{
	color:#57634B;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	display: none;
	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;
}
