/* @override 
	http://kingsfield.dev/css/blogs.css
	http://zion.dev/css/blogs.css
*/

#blog #postlist {
	margin: 50px 0 30px;
}

#text{
   padding-top: 30px;
}

#pagination {
	height: 30px;
	position: absolute;
	right: 20px;
	top: 0px;
	margin: 0 0 1.5em -5px;
}

#content p.pagination{
   float: left;
   padding-right: 51px;
   position: relative;
   margin-top: 0;
}

#pagination span{
   float: left;
   margin-right: 15px;
   color: #eee7d9;
   font-size: 12px;
   display: block;
   line-height: 1.7;
   padding-top: 2px;
}

#content .pagination a {
	display: block;
	float: left;
	color: #e56142;
	width: 25px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
}

.pagination a:hover{
   text-decoration: underline;
}

.pagination a.current {
   background: url(/images/bg_pagination_a_current.png);
   text-decoration: none;
   color: #444444;
}

.pagination a.previous,
.pagination a.next{
   position: absolute;
   top: 3px;
   width: 21px;
   height: 18px;
   text-indent: -9999px;
   background: url(/images/bg_pagination.png) no-repeat;
   padding: 0;
}

.pagination a.previous{
   right: 23px;
}

.pagination a.next{
   right: 0;
   background-position: -23px 0;
}

.pagination a.previous.off{
   background-position: 0 -18px;
}

.post {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #4d1205;
}

#blog .post p.date {
	font-size: 11px;
	color: #eee7d9;
	text-transform: uppercase;
}

#blog .post p.date strong {
	color: #fefefe;
	font-weight: normal;
}

#blog .post h4 {
	font-size: 14px;
	margin-bottom: 17px;
}

#blog .post h4 a {
	text-decoration: none;
	font-weight: bold;

}

#blog .post h4 a:hover {
	text-decoration: underline;
}

.post p.meta {
	font-size: 12px;
	color: #8e8e8e;
	margin-top: 17px;
}

.post p.meta a {
	color: #30536f;
}

.post .comments {
	background: url(/images/comments_icon.png) no-repeat left center;
	padding-left: 18px;
}

#blog-sidebar {
	float: left;
	padding: 12px 0 20px;
}

#blog #subnav{
   clear: left;
}

#blog-sidebar a img {
	margin-bottom: 20px;
}



#blog-sidebar ul {
	list-style: none;
	padding: 10px 10px;
	margin-top: 0;
}

#blog-sidebar ul li{
   margin-bottom: 10px;   
}

#blog-sidebar li a {
	font-size: 13px;
	text-decoration: none;
	color: #e56142;
}

#blog-sidebar li a:hover {
	text-decoration: underline;
}

#latest-posts li span {
	font-size: 11px;
	color: #eee7d9;
	padding-left: 4px;
	width: 38px;
	display: inline-block;
	float: left;
	line-height: 1.5;
}

#latest-posts li a {	
	line-height: 1.3;
}

#blog-categories,
#latest-posts {
	margin-bottom: 25px;
	/*
	float: left;
	padding: 0 20px;
	*/
}

#blog-sidebar p#blog-feed {
	margin: 10px 0 30px 10px;
}

#blog-sidebar p#blog-feed a {
	font-size: 1em;
	padding: 2px 24px 2px 0;
	background: url(/images/feed-icon.png) no-repeat right;
	display: block;
	float: left;
	line-height: 2;
	color: #e56142;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#blog-sidebar p#blog-feed a:hover{
   text-decoration: underline;
}


/* @group DETAIL PAGE */


#comments {
	padding: 3em 0;
}

#comments .comment {
	padding: 10px;
}

#comments .alt {
	background: #efefef;
}

#post-comment-form {
	width: 510px;
	margin: 5em 0;
	padding: 15px;
	background: #eee7d9;
	border: 1px solid #c0c1b1;
}

#blog #content #post-comment-form h3 {
	margin: 0 0 20px;
	border: 0;
	padding: 0;
	font-size: 17px;
	color: #343d43;
	background: none;
}

#post-comment-form label {
	display: inline-block;
	width: 88px;
	font-size: 13px;
	color: #5e6265;
	font-weight: bold;
	vertical-align: top;
	padding-top: 8px;
}

#post-comment-form input,
#post-comment-form textarea {
	width: 360px;
	height: 21px;
	padding: 4px;
	border: 1px solid #ddd;
	margin-bottom: 8px;
	vertical-align: middle;
}

#post-comment-form textarea {
	height: 100px;
}

#post-comment-form input.submit {
	width: auto;
	height: auto;
	clear: both;
	float: none;
	border: auto;
	display: block;
	background: #2b2a25;
	margin-left: 0px;
	padding: 5px;
	font-size: 1em;
	color: #e3e3d7;
}

#blog #blog-sidebar #latest-posts {
	margin-bottom: 20px;
}
