/* @override http://sevensandiego.cpmpreview.com/css/blog.css */
#blog-sidebar		{ padding:21px 0 0 11px; margin-top:10px; width:255px; background:url(/images/sidebar_divider.gif) no-repeat 11px top; }
#blog-feed			{ 
					  display:block; background:url(/images/icons.png) no-repeat left -78px; padding:5px 0 14px 24px; font-size:12px; 
					  text-decoration:none; color:#9aaec3; 
					}
					
/* @group RECENT POSTS */
#recent-posts,
#blog-categories,
#archives				{ margin:10px 0 25px; }
#recent-posts h3,
#blog-categories h3,
#archives h3			{ font-size:14px; font-weight:normal; color:#f4f3e8; padding:0 0 9px; margin-bottom:12px; border-bottom:1px dotted #2d2a26; }
#archives li,
#recent-posts li		{ color:#cdc9c2; font-size:12px; margin-bottom:12px; }
#recent-posts li span	{ font-size:12px; display:inline-block; width:50px; }
#archives li a,
#blog-categories li a,
#recent-posts li a		{ color:#9aaec3; font-size:13px; }
#blog-sidebar a:hover	{ text-decoration:none; }
/* @end RECENT POSTS */

/* @group PAGINATION */
#postlist					{ position:relative; }
#pagination					{ position:absolute; right:0; top:-30px; padding-right:5px;}
#pagination span.first		{ float:left; padding:2px 10px 0 0; font-size:13px; color:#fff; font-weight:bold; }
#pagination p.pagination	{ float:right; }
#pagination a				{ font-size:12px; line-height:22px;padding:0 5px; text-decoration:none; background:#0f2234; margin-right:1px; }
#pagination a:hover			{ background:#000; color:#fff; }
/* @end PAGINATION */

/* @group BLOG */
#postlist .post				{ padding:20px 0; border-bottom:1px dotted #e9e3cf }
#comment-status p			{ color:#333; margin:0;}
#post-comment-form h3		{ color:#0a1929; }
#comment-status,
#post-comment-form			{ background:#dcd2b6; padding:10px; border:5px solid #fff; margin-top:50px; }
#comment-status				{ margin:20px 0; }
#post-comment-form label	{ display:block; color:#ae3b2f; margin-bottom:3px;}
#post-comment-form input	{ display:block; margin-bottom:8px; padding:4px; width:65%; }
#post-comment-form textarea	{ padding:4px; width:75%; height:80px; margin-bottom:10px; }
#post-comment-form input.submit	{ width:auto; }
/* @end BLOG */