@charset "utf-8";

/* CSS Document */

/* =home page spotlights
-------------------------------------------------------------- */

div.spotlight {
	float: left;
	margin: 1em 2.7% 0 0;
	width: 45.9%;
	background:#e8f0ff;
	border: 1px solid #bbb;	
	position: relative;
}

body.home div.wide {
	width: 96%;
	margin: 2em 0 0 0;
}

div.spotlight dl {
	margin: 5px;	
	padding: 0 0.4em 0 0.4em;
	overflow: hidden;
	background:#e8f0ff;
	min-height:140px;
}

div.spotlight dt {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #c60;
}

div#what dt {
	background: url(../images/icon-cal-large.gif) no-repeat 0 0;
	padding: 3px 0 6px 25px;
}
div#what dd a.more, div#media dd a.more {
	float:right;
	margin-right:-20px;
	padding-left:15px;
	background: transparent url(../images/icon-arrow-nav-primary.gif) 
no-repeat 0 3px;
}

div#what dd a:hover.more, div#media dd a:hover.more {
	background: transparent 
url(../images/icon-arrow-nav-primary-orange.gif) no-repeat 0 3px;
}

div#media dt {
	background: url(../images/icon-cal-large.gif) no-repeat 0 0;
	padding: 3px 0 6px 25px;
}

/*
div.spotlight dd.title{
	font-weight: normal;
	}
*/

div.spotlight dd.date {
	margin-top:-7px;
	color: #c60;
	font-size: 0.9em;
}

div.spotlight dd.description p {
	float: left;
	font-size: 1em;
	width: 99%;
	margin: 0;
	padding: 0;
}

div#content-primary div.spotlight dd img {
	float: right;
	border: none;
	margin: 0 0 0.4em 0.4em;
	padding: 5px;
	display: block;
	background: white;
	border:solid 1px #ddd;
}

div#content-primary div.spotlight-wrapper div.spotlight dl dd.title a:hover img {
	background: #c60;
}

div#content-primary div.spotlight a {
	font-weight:bold;

	text-decoration:none;
}

div#content-primary div.spotlight a:visited {
	color:#003c79;
}

div#content-primary div.spotlight a:hover {
	text-decoration:underline;
	color:#c60;
}


