/*
*************************************************
AgChoice Farm Credit
Blog Pages

Author:		andCulture, info@andCulture.com
Updated:	July 21, 2009
*************************************************
*/


/*-------------------------------------------
	MAIN BLOG PAGE
-------------------------------------------*/

body.blog h1 { display: none; }
body.blog a.print { float: right; }
div#top-post { padding-top: 20px; overflow: auto; }
div#top-post h2 { margin: 20px 0 0 0; font-size: 24px; }
div#top-post p { font-size: 13px; }
div#top-post h2 + p { margin: -44px 0 2em 0; color: #777; font-size: 12px; }
div#top-post h2 + p + p { font-size: 11px; }
div#top-post a.more { float: left; }

body.blog #content h3 { padding-bottom: 5px; border-bottom: 1px solid #CCC; }
ol.blog-articles { margin: 12px 0 0 -20px; padding: 0; list-style: none; background: url(../images/bg_dashed_line.gif) 280px repeat-y; overflow: hidden; }
ol.blog-articles li { margin: 0 0 0 20px; padding: 15px 0 0 0; width: 250px; border-top: 1px solid #CCC; float: left; position: relative; }
ol.blog-articles li h2 { margin: 16px 0 0 0; }
ol.blog-articles li h2 + p { margin: 0; position: absolute; top: 15px; color: #777; font-size: 11px; }
ol.blog-articles li h2 + p + p { font-size: 11px; }
ol.blog-articles + p { margin-top: 10px; padding-top: 5px; border-top: 1px solid #CCC; }

