/* @override 
	http://destiny.dev/_css/blogs.css
	http://clarendon.dev/css/blog.css
	http://vineyardnorth.dev/css/blog.css
*/

#comment-status p { font-weight:bold; font-size:16px; }

#blog #postlist {
	margin: 10px 0 30px 0;
	clear: both;
	padding-top: 44px;
}

#blog #pagination {
	position: absolute;
	top: 0;
	right: 10px;
	margin-top: 0px;
	background: #fff;
	padding: 7px 10px 3px 14px;
}

#blog #pagination span {
	display: inline-block;
	float: left;
	padding-top: 4px;
	font-size: 13px;
	color: #1f1f1f;
	padding-right: 10px;
	line-height: 1.2;
}

#blog #content p.pagination {
	display: inline-block;
	position: relative;
	font-size: 13px;
	padding-right: 50px;
    background: url(/images/bg_blog_pagination.png) no-repeat right 4px;
    margin: 0;
    line-height: 1;
}

#blog .pagination a {
	color: #587423;
	display: inline-block;
	width: 16px;
	height: 24px;
	line-height: 1.6;
	padding: 2px 1px 0 9px;
}

#blog .pagination a.current {
	background: url(/images/bg_blog_pagination_a_current.png) no-repeat 0 0;
	color: #5a5956;
	font-weight: bold;
	text-decoration: none;
}

#blog .pagination a.next, 
#blog .pagination a.previous {
	width: 21px;
	height: 20px;
	display: block;
	text-indent: -999em;
	padding: 0;
}

#blog .pagination a.next {
	position: absolute;
	right: 0;
	top: 4px;
    background: url(/images/bg_pagination_next.png) no-repeat;
}

#blog .pagination a.previous {
	position: absolute;
	right: 21px;
	top: 4px;
	background: url(/images/bg_pagination_prev.png) no-repeat;
}

#blog .pagination a.next:hover,
#blog .pagination a.previous:hover{
   background-position: 0 -20px;
}

#blog .pagination a.next.off,
#blog .pagination a.previous.off{
   background: none;
}

.post {
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e9e9e9;
}

#blog .post p.date {
	font-size: 11px;
	color: #7d7f80;
	text-transform: uppercase;
}

#blog .post p.date strong {
	color: #5e6265;
	font-weight: normal;
}

#blog .post h4 {
	font-size: 14px;
	margin-bottom: 17px;
}

#blog .post h4 a {
	text-decoration: none;
	font-weight: bold;
	color: #4e4939;
}

#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: 18px 12px 20px;
}

#blog-sidebar a img {
	margin-bottom: 20px;
}

#blog-sidebar ul {
	list-style: none;
	padding: 10px 4px 10px 20px;
	width: 195px;
	float: left;
}

#blog-sidebar li a {
	font-size: 13px;
	text-decoration: none;
	color: #587423;
}

#blog-sidebar li a:hover {
	text-decoration: underline;
}

#latest-posts li span {
	font-size: 11px;
	color: #6e6a57;
	padding-left: 4px;
	width: 48px;
	display: inline-block;
	float: left;
	line-height: 1.5;
}

#latest-posts li a {
	float: left;
	width: 143px;
	line-height: 1.3;
}

#blog-categories,
#latest-posts {
	margin-bottom: 15px;
	width: 219px;
	float: left;
}

#latest-posts{
   margin-bottom: 0;
}

#blog-sidebar p#blog-feed {
	margin: 0 0 15px 18px;
	float: left;
}

#blog-sidebar p#blog-feed a {
	font-size: 1em;
	padding: 2px 24px 2px 0;
	background: url(/images/feed_icon.gif) no-repeat right;
	display: block;
	float: left;
	line-height: 2;
	color: #3f4448;
	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: 3em 0;
	background: #f9f9f9;
	border: 1px solid #e6e6e6;
}

#comments .comment {
	padding: 10px;
}

#comments .alt {
	background: #efefef;
}

#post-comment-form {
	width: 433px;
	margin: 5em 0;
	padding: 15px;
	background: #e6e3d9;
	border: 1px solid #C2C099;
}

#blog #post-comment-form h3 {
	margin: 0 0 20px;
	border: 0;
	padding: 0;
	font-size: 17px;
	color: #343d43;
}

#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: none;
	background: #84A647;
	margin-left: 10px;
	padding: 8px;
	font-size: 1.2em;
}

