/*----------------------------------------------------------------
NCECA Exhibition Pages stylesheet 
Version:	1.0
Author:		Josh Southern
email:		josh@paradigmshiftinteractive.com
Updated:	8/13/08  3:00 PM
----------------------------------------------------------------*/

/* Rules for the Exhibitions home page */
dl {
	clear: both;
	padding: 10px 20px 15px 0;
}
dt {
	font-size: 130%;
	color: #cf5b0e;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 0;
}
dt a, dt a:link {
	color: #cf5b0e;
	text-decoration: none;
}
dt a:hover {
	color: #333;
	text-decoration: underline;
}
dd {
	font-size: 110%;
	line-height: 1.5;
}
dd.image {
	float: left;
	margin: 0 10px 5px 0;
}
a.details {
	padding: 0 15px 0 0; 
}


/* Rules for the specific Exhibition Results pages */
#exhibition_feature {
	background: #fff;
	width: 100%;
	margin: 10px 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 7px solid #666F75;
}
ul.exhib_nav {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.exhib_nav li {
	float: left;
	padding: 5px 15px 5px 0;
}
ul.exhib_nav li a, p.feature {
	font-size: 130%;
	color: #445865;
	line-height: 1.4;
}
ul.exhib_nav li a:hover {color: #cf5b0e;}
div.imagefield {
	float: left;
	margin: 20px 0;
}
div.imagefield dl {
	width: 270px;
	float: left;
	clear: none;
	padding: 0;
	margin: 5px 5px 5px 0;
}
div.imagefield dd {
	float: left;
	margin-right: 10px;
}
div.imagefield dt {
	margin: 5px 10px;
	line-height: 1.6;
	text-transform: none;
	font-size: 100%;
	color: #333;
	font-weight: normal;
}
div.imagefield dt a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
div.imagefield dt a:hover {color: #cf5b0e;}

/* Nav highlighting */
#subnav ul.emerging_entry li ul li a.emerging_entry,
#subnav ul.emerging_info li ul li a.emerging_info {
	color: #fff;
	background: #628EA4 url(../img/little_white_bullet.gif) no-repeat 22px 10px;
	text-decoration: none;
}