@charset "utf-8";
/* CSS Document */



#content p {
	float: left;
}
div#featured {
	width: 590px;
	margin: 0 auto;
	position: relative;
	left: 75px;
	top: -25px;
	text-align: left;
}

#featured div.featured-cat {
	width: 590px;
	margin-left: 10px;
	/*background: #D5CFC7;*/
	padding: 5px;
	/*border-bottom: 1px dotted #F7F4F0;*/
}

#featured div.featured-cat:last-child {
	border-bottom: none;
}

#featured div.featured-cat h3 {
	font-size: 1.2em;
	color: #C1D82F;
}

#main {
	padding-bottom: 20px;
}

.featured-cat a:link, .featured-cat a:visited {
	font-size: .9em;
	line-height: 1.8em;
}

div.homehighlight {
	background-color: #5e6466;
	color: #FFF;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 275px;
	height: 165px;
	padding: 10px 5px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	float: left;
	margin: 30px 0 0;
}
div.homehighlight div {
	margin-left:70px;
}
div.homehighlight h3 {
	color:#c1d82f;
	font-size:1em;
}
div.homehighlight p {
	font-size:.7em !important;
	margin: .3em 0 !important;
	line-height: 1.1em !important;
}
div.homehighlight a.action {
	
	color:#c1d82f;
	font-size:.9em;
	text-transform: uppercase;
}
div.homehighlight.second {
	margin-left: 10px;
	background-color: #495155;
}
span.date {
	font-size: .7em;
	position: relative;
	top: -6px;
	display: block;
	margin-bottom: -6px;
	font-weight: bold;
}
