@charset "UTF-8";

#content .post {
	background: url(../images/page-div-xtile.png) top repeat-x;
	padding-top:18px;
	clear: both;
}

#content .post h3 a, #content .post h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #20a4ff;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}
#content .post h2 { padding-bottom: 15px; }
#content .post h3 a:hover {
	text-decoration: underline;
}
#content .post h5 { padding: 8px 0; color: #888888; font-weight: normal; }
#content .post .read-btn {
	float: left;
}
#content .post .read-btn a {
	background: url(../images/post-excerpt-btn-read.png) top left no-repeat;
	width: 99px;
	height: 36px;
	display: block;
	text-decoration: none;
}
#content .post .read p {
	color: #888888;
	float: left;
	padding: 11px 10px 0 10px;
	height: 25px;
	font-size: 11px;
	background: url(../images/post-excerpt-right.png) top right no-repeat #f4f4ee;
}
#content .post .read p strong, #content .post h5 { color: #383838; }
#content .post .read p a, #content .post h5 a { color: #f8981d; font-weight: bold; }


#sidebar ul {
	width: 190px;
	margin-left: 10px;
	color: #ccc;
	margin-bottom: 14px;
}
#sidebar li h2 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 4px;
}
#sidebar li a {
	color: #b0dffb;
	text-decoration: none;
}
#sidebar li a:hover { text-decoration: underline; }



#content #respond, #content h3#comments {
	background: url(../images/page-div-xtile.png) top repeat-x;
	padding-top:18px;
}
#content #respond h3, #content h3#comments {
	color: #f8981d;
	font-size: 18px;
	font-weight: normal;
}
#content h3#comments { padding-bottom: 14px; }
#content #respond p { padding: 8px 0 0 0; color: #888888; font-weight: normal; }
#content #respond textarea {
	width: 655px;	
}