/*  
iShortman 3.0 (based on Simpla 1.01 Phu Ly) CC-by-sa-2.5
*/

body{
	background:#fff url(./images/bg.png) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:850px;	
}
#content{
	float:left;
	padding:1em;
	width:600px;
	line-height:1.5;
}
#contentfull{
	float:left;
	padding:1em;
	line-height:1.5;
}
#sidebar{
	float:right;
	width:200px;
}
#header{
	text-align:center;
	margin:30px 0 10px 0;
}
#footer{
	color:#888;
	clear:both;
	font-size:0.9em;
	padding-top:3em;
	padding-left:1em;
	margin-bottom:3em;
}

h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	color:#E87830;
}
#header p{
	color:#aaa;
	padding:0;
	margin:0;
}
.menu{
	float:right;
	list-style: none;
	font-size:0.9em;
	margin-bottom:1em;
	border-bottom:1px solid #777;
}
.menu li{
	float:left;
	margin:0 0 0 5px;
	background:#777;
	line-height:1;
}
.menu li a{
	display:block;
	color:#fff;
	padding:5px 10px;
}
.menu li a:hover{
	text-decoration:none;
	background:#888;
}
.menu li.current_page_item a{
	background:#375986;
}

.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	color:#6F6F6F;
}
#sidebar h2{
	color:#555;
	font-size:1.2em;
	padding-top:1em;
	padding-bottom:0.5em;
}

.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}

#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.2em;
	padding:0.2em;
}
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#39f;
}
img{
	border:0;
}
.commentlist, .children {
	margin:0;
	padding: 0;
	list-style-type:none;
}
.commentlist li{
	margin:0;
	padding:5px;
	border:1px solid #dadada;
}
.avatar{
	float:right;
	position:relative;
	padding-right:5px;
}
.comment-meta{
	font-size:0.8em;
	color:#777;
}
.commentlist .children li{
	margin-left:5px;
	margin-top:5px;
	background-color:#eeeeee;
}
.depth-1, .parent{
	border:1px solid #ffffff;
}
.thread-alt, .alt{
	background-color:#fdfdfd;
}
.bypostauthor{
	background-color:#fafafa;
}
#commentform{
	margin:0 0 4em 0;
}
#commentform input[type=text]{
	width:45%;
}
#commentform textarea{
	width:100%;
}
#commentform #submit{
	height:30px;
}
