/* @override 
	http://centergrove.dev/_css/blogs.css
	http://redeemer.dev/css/blogs.css
	http://rc.dev/css/blogs.css
	http://harvest.dev/css/blogs.css
*/

#primaryContent{
   position: relative;
}

#text{
   width: 700px;
   float: left;
}

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

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

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

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

#primaryContent .pagination a {
	display: block;
	float: left;
	width: 25px;
	height: 19px;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
}

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

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

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

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

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

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

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

.post.last{
   border: none;
}

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

#blog .post p.date strong {
	color: #793e21;
	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: 0 0 20px;
}

#blog-sidebar h3{
   	font: bold 1.5em;
   	margin-top: 0;
}

#primaryContent #blog-sidebar h3{
   color: #333;
}

#blog #subnav{
   clear: left;
}

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

#comment-status{
   	padding: 15px;
	background: #e1c4c4;
	border: 1px dotted #911e1e;
	margin-bottom: 20px;
}

#primaryContent #comment-status p{
   margin: 0;
}


#blog-sidebar ul {
	list-style: none;
	padding: 10px 4px 10px 20px;
	width: 184px;
	float: left;
	margin: 0;
}

#blog-sidebar ul li{
   margin-bottom: 10px;
   width: 184px;
   float: left;
   list-style: none;
}

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

#blog-sidebar a{
   	color: #2b93e7;
}

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

#latest-posts li span {
	font-size: 11px;
	color: #29150b;
	padding-left: 0px;
	width: 44px;
	display: inline-block;
	float: left;
	line-height: 1.5;
}

#latest-posts li a {
	float: left;
	width: 140px;
	line-height: 1.3;
}

#blog-categories,
#latest-posts {
	margin-bottom: 15px;
	width: 170px;
	float: left;
	padding: 0 20px 0 0;
}

#blog-sidebar p#blog-feed {
	margin: 10px 0 20px 0;
	float: left;
}

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

.WidenMargins {
	padding-top: 10px;
}

#comments {
	padding: 0;
	background: #f9f9f9;
	border: 1px solid #e6e6e6;
}

#comments h3{
   padding: 10px;
}

#comments .comment {
	padding: 10px;
}

#comments .alt {
	background: #efefef;
}

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

#blog #primaryContent #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;
}