/* --------------------------------------------
   
----------------------------------------------- */
div#content
{
	width: 440px;
	margin-right: 40px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div.sidebar-wide
{
	width: 300px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div.sidebar-narrow
{

}

/* --------------------------------------------
   
----------------------------------------------- */
ul#posts
{
	margin-top: 10px;
}

ul#posts li.main
{
	padding-bottom: 29px;
	border-bottom: 3px solid #c03;
	padding-top: 4px;
}

ul#posts li.last
{
	border-bottom: 0;
}

/* --------------------------------------------
   
----------------------------------------------- */
ul#posts div.post div.post-meta
{
	background: url(../img/home/bg_post_meta.gif) repeat-x;
	height: 41px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div.post a.headline,
div.post h2.headline
{
	margin-bottom: 12px;
}

div.post h3.subhead
{
	margin-top: -10px;
}

/* --------------------------------------------
   
----------------------------------------------- */
ul.article-highlights
{
	margin-bottom: 15px;
}

ul.article-highlights li
{
	background: #f6f6f6 url(../img/home/bg_article_highlight.gif) repeat-x bottom left;
	padding-top: 6px;
	padding-bottom: 14px;
}

ul.article-highlights li.highlight
{
	padding-top: 0;
}

ul.article-highlights li.last
{
	background-image: url(../img/home/bg_article_highlight_last.gif);
}

ul.article-highlights li a
{
	display: block;
}

ul.article-highlights li a:hover
{
	text-decoration: none;
}

ul.article-highlights li img.lead-photo
{
	width: 300px;
	height: 230px;
}

ul.article-highlights li span
{
	padding: 0 5px;
}

ul.article-highlights li a:hover span
{
	text-decoration: underline;
}

ul.article-highlights li span.title
{
	display: block;
	font: 16px/18px georgia, serif;
	color: #c03;
	margin-bottom: 3px;
}

ul.article-highlights li.highlight span.title
{
	margin-top: 7px;
}

ul.article-highlights li span.lead
{
	display: block;
	font: 12px/15px arial, sans-serif;
	color: #222;
}

ul.article-highlights li span.lead strong
{
	font-weight: normal;
	color: #c03;
}

ul.article-highlights li a:hover span.lead strong
{

}


