/* @override 
	http://covina.dev/css/blogs.css
*/

#blog-feed a {
	color: #9d4f37;
	text-decoration: none;
	background: url(/images/media/feed_icon.png) no-repeat 0 1px;
	padding: 2px 2px 2px 24px;
}

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

#recent-posts {
	padding: 20px;
	width: 235px;
}

#recent-posts a, #blog-categories a {
	color: #9d4f37;
	text-decoration: none;
	display: block;
	padding: 5px 0;
}

#recent-posts a:hover, #blog-categories a:hover {
	text-decoration: underline;
}

#recent-posts h3, #blog-categories h3 {
	font-size: 15px;
	color: #897968;
	margin-bottom: 6px;
}

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

#blog #pagination {
	float: right;
	margin-top: -40px;
	width: 300px;
}

#blog #pagination span {
	display: inline;
	float: left;
	padding-top: 4px;
	font-size: 13px;
	color: #fff;
	padding-right: 10px;
}

#blog p.pagination {
	display: inline-block;
	position: relative;
	font-size: 13px;
	padding-right: 55px;
	margin: 0;
}

#blog .pagination a {
	color: #9d4f37;
	display: inline-block;
	width: 16px;
	height: 17px;
	text-align: center;
	padding: 3px 1px 1px;
}

#blog .pagination a.current {
	background: #9d4f37;
	color: #fff;
	text-decoration: none;
}

#blog .pagination a.next, 
#blog .pagination a.previous {
	width: 22px;
	height: 24px;
	display: block;
	padding: 0;
	background: url(/images/blog/blog_pagination_btns.png) no-repeat;
	text-indent: -999em;
}

#blog .pagination a.next {
	position: absolute;
	left: 235px;
	top: 4px;
	background-position: right top;
	width: 55px !important;
	background-position: right bottom;
}

#blog .pagination .next:hover {
	opacity: .75;
}

#blog .previous {
	position: absolute;
	left: 150px;
	top: 4px;
	width: 78px !important;
	right: 58px !important;
}

#blog .pagination .previous:hover {
	opacity: .75;
}

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

.post p {
	margin-bottom: 10px !important;
	
}

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

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

#blog .post h4 {
	font: 18px helvetica, arial, sans-serif;
	margin-bottom: 12px;
	text-transform: none;
	font-weight: normal;
}

#blog .post h4 a {
	color: #9d4f37;
	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: #4bc6c3;
}

.post .comments {
	background: url(/images/comments_icon.gif) no-repeat left center;
}

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

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

#blog-sidebar p#blog-feed {
	margin: 0 0 1em;
}

#blog-sidebar p#blog-feed a {
	font-size: 1.3em;
	color: #e0d6c3;
	padding-left: 20px;
	background: url(/images/media/feed_icon.png) no-repeat 0 1px;
	display: block;
	padding: 2px 2px 2px 20px;
	text-decoration: none;
}

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

#blog-sidebar h3 {
	font-size: 17px;
	color: #fff;
	padding-bottom: 7px;
	border-bottom: 3px solid #261E16;
	margin-bottom: 10px;
}

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

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

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

#latest-posts li span {
	font-size: 11px;
	color: #998a7c;
	padding-left: 4px;
	width: 40px;
	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;
	padding: 20px;
	width: 235px;
	float: left;
}

/* @group DETAIL PAGE */

.WidenMargins {
	padding-top: 10px;
}

#comments {
	background: #f1efea;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 20px;
}

#comments h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

#comments .comment {
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #ccc;
}

#comments .alt {
	background: #efefef;
}

#post-comment-form {
	width: 500px;
	margin: 5em 0;
	padding: 15px;
	background: #f1efea;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#comment-status {
	background: #f1efea;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}

#comment-status p {
	margin: 0 !important;
}

#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: #998a7c;
	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;
	background: auto;
	margin-left: 88px;
}

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