/* @override http://truenorthcommunitychurch.cpmpreview.com/css/blog.css */

/* @override http://truenorthcommunitychurch.cpmpreview.com/css/blog.css */

/* @group PAGINATION */
#pagination 			{ float:right; position:relative; top:-30px; height:25px; }
#pagination span		{ display:inline; font-size:13px; color:#333; margin-right:10px;}
#pagination p			{ display:inline-block; height:25px; }
#pagination a			{ display:inline-block; line-height:20px; padding:0 5px; text-align:center; }
#pagination a.current	{ background:#019b47; color:#fff; text-decoration:none; }
/* @end */

/* @group POST LISTING */
#content .post			{ padding:5px 0; border-bottom:1px solid #efefef; }
#content .post h4		{ margin-bottom:6px; margin-top: 12px}
#content .comments		{ padding:2px 0 2px 22px; background:url(/_img/icons.gif) no-repeat left -80px; }
/* @end */

/* @group COMMENTS */
#comments				{ margin-top:5em; background:#f9f9f9; padding:15px; border:1px solid #e6e6e6; }
#comments h3			{ margin-bottom:20px; }
.comment				{ padding:10px; border-bottom:1px solid #e8e8e8; }
.comment.alt			{ background:#fff; }
/* @end */

/* @group COMMENT FORM */
#post-comment-form					{ margin-top:5em; padding:20px; margin-right: 30px; background:#f9f9f9; border:1px solid #e6e6e6;}
#post-comment-form h3				{ margin-bottom:20px; }
#post-comment-form label			{ display:inline-block; font-size:13px; font-weight:bold; color:#333; margin-bottom:4px; padding-top: 5px;width:100px; vertical-align:top; position:relative; top:4px;}
#post-comment-form input			{ display:inline-block; padding:4px; height: 22px;border:1px solid #dcdcdc; width:80%; margin-bottom:15px;}
#post-comment-form input.hidden		{ padding:0; border:none; }
#post-comment-form textarea			{ display:inline-block; padding:4px; border:1px solid #dcdcdc; width:80%; height:100px; margin-bottom:15px; }
#post-comment-form #comment-submit	{ border:none; padding: 7px 9px 20px 9px; background: #00a64b; color:  #fff;width:auto; margin-left:17%; }
/* @end */

/* @group SIDEBAR */
#subscribe			{ display:block; width:220px; height:50px; background:url(/_img/blog_feed_btn.gif) no-repeat; text-indent:-999em; margin:0 0 25px;}
#subscribe:focus	{ outline:none; }

#sidebar h3			{ 
	font-size: 1.5em; 
   display: block;
   font-weight: bold;
   color: #00853e;
   text-transform: uppercase;   
   background: url(/_img/bg_latest_h3.gif) repeat-x bottom;
   padding-bottom: 13px;
   width: 195px; 
   margin-left: 10px;
}
#sidebar ul			{ padding-left:9px; margin-bottom:40px;margin-top: 7px; }
#sidebar li			{ padding:10px 15px 12px 0;  }
#sidebar li a		{ font-size: 1.3em;
   display: inline;
   color: #242729;
   text-transform: none;
   padding-right: 15px;
  }
  #sidebar li a:hover	{ text-decoration: none;
  }
#sidebar li span	{ display:inline-block; width:45px; font-size:12px; color:#9b9b9b; }
/* @end */