@import url("../styles.css");



/* Home
---------------------------------------------------------------------- */

#home #body > .content .section.intro hr
{
	width: 120%;
}

#home #body > .content .section.intro
{
	position: relative;
	float: left;
	width: 410px;
}



/* Newsreel
---------------------------------------------------------------------- */

#home #body > .content .section.news
{
	width: 310px;
}

#home #body > .content .section.news h2
{
	background-image: url("../../images/pages/home/news-heading.gif");
}

#home #body > .content .section.news h3
{
	width: 100%;
	padding-top: 1.5em;
	font-size: 1em;
	font-weight: bold;
}

#home #body > .content .section.news h3 em
{
	position: relative;
	float: right;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	color: #6c635b;
}

#home #body > .content .section.news p
{
	padding-top: 0.3em;
	font-size: 0.85em;
	color: #211914;
}