/* @override 
	http://stjohns.dev/css/blogs.css
	http://sjlc.cpmpreview.com/css/blogs.css
*/

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

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

#content p.pagination{
   float: left;
   padding-right: 51px;
   position: relative;
   margin-top: 0;
   background: url(/images/bg_pagination.png) no-repeat right -25px;
}

#pagination span{
   float: left;
   margin-right: 15px;
   color: #5a5956;
   font-size: 1em;
   display: block;
   line-height: 1.7;
   padding-top: 5px;
}

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

.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 #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 {
	margin-top:7px; 
	padding:7px 17px 0 17px; 
	background:url(/images/box_bg.gif) repeat-y left top;	
}

#blog-sidebar .box-btm{
	clear: both;
}

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



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

#blog-sidebar ul li{
   margin-bottom: 10px;
   float: left;
   width: 191px;
}

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

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

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

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

#archives,
#blog-categories,
#latest-posts {
	margin-bottom: 15px;
	width: 195px;

	padding: 0 20px;
}

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

#blog-sidebar p#blog-feed a {
	font-size: 1em;
	padding: 2px 24px 2px 0;
	background: url(/images/feed_icon_app.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 */

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

#comments .comment {
	padding: 10px;
}

#comments .alt {
	background: #efefef;
}

#post-comment-form {
	width: 523px;
	margin: 5em 0;
	padding: 15px;
	background: #dad2c1;
	border: 1px solid #c6bfaf;
}

#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: #c6bfaf;
	margin-left: 0px;
	padding: 5px;
	font-size: 1em;
}

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