/*------------------------------------------------------------------------
STRUCTURE
------------------------------------------------------------------------*/
img#alert {
	position:absolute;
	top:0;
	left:445px;
 	display:none; /* Use this for holidays, closings, etc. */
	/* display: none;  kill this line to display the /_images/alert.gif image */ 
}


#content p#callout70 {
	margin-top: 15px;
	font-size: 1.6em;
	line-height: 22px;
	font-family: 'lucida grande', futura, 'helvetica neue', arial, sans-serif;
}

#content p#callout70 a {

	color: #72629d;
	text-decoration: none;
}

#content p#callout70 a:hover {
	color: #f48244;
	text-decoration: underline;
}
	

body {
	margin:0;padding:0;
	font-family: "trebuchet ms",arial,sans-serif;
	font-size:13px;
	color: #534D4B;
}

#branding {
	width:900px;
	margin:0;padding:0;
	background-color:#434B52;
	border: solid 1px #CDC9D1;
}

#header {
	width:900px;
	height:160px;
	margin:0;padding:0;
	border-left: solid 1px #CDC9D1;
	border-right: solid 1px #CDC9D1;
}

#container {
	margin:0;padding:0 15px 0 0;
	width:885px;
}

#pagetitle {
	width:685px;
	width:680px; 
	min-height:38px;
	margin:0 0 0 200px;
	padding-top:12px;
}

#content {
	width:500px;
	margin-left:200px;
	margin-top:15px;
	margin-bottom:20px;
}
	
	#content #left {
		width:48%;
		float:left;
		margin-bottom:10px;
	}

	#content #right {
		width:48%;
		float:right;
		margin-bottom:10px;
	}
	
	.narrow_400px {
		width:390px !important; 
	}
	
	.content_full {
		width:655px !important;
	}
	
#sidebar {
	width:140px;
	float:right;
	margin:0;
	padding:10px 5px 20px 15px;
}
	
	.wide_270px {
		width:265px !important;
		background-image:none !important;
	}

#footer {
	clear:both;
	margin:0;padding:0;
	font-size: 11px;
	color: #3B3341;
	background-color: #EDECEA;
	border-top: solid 1px #CDC9D1;
	border-bottom: solid 1px #CDC9D1;
}


/*------------------------------------------------------------------------
NAVIGATION
------------------------------------------------------------------------*/

/*PRIMARY NAV*/

#nav {
	width:899px;
	height:30px;
	border-top:1px solid #CDC9D1;
	border-bottom:1px solid #CDC9D1;
	border-left:1px solid #CDC9D1;
	background-color:#F7F7F6;
}

	#nav #color_box { /* background-color changes for each section */
		float:left;
		padding:0;margin:0;
		width: 185px;
		height:30px;	
		border-right:1px solid #CDC9D1;
	}

	#nav ul {
		width:700px;
		height:30px;
		float:left;
		margin:0;padding:0;
		list-style-type:none;
	}
	
	#nav ul li {
		display:inline;
		margin:0;padding:0;
	}
	
	#nav ul li a:link, #nav ul li a:visited {
		display:block;
		float:left;
		height:23px;
		margin:0;padding:7px 13px 0 25px;
		color: #3B3341;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		border-right: solid 1px #CDC9D1;
		background-image: url(http://www.hydeparkart.org/_images/arrow.gif);
		background-repeat: no-repeat;
		background-position: 5px 50%;
	}
	
	#nav ul li a:hover, #nav ul li a:active {
		/* See each section css for UNIQUE COLORS*/
	}

	#nav ul li a:active {
		text-decoration: underline !important;
	}
	
	#nav ul li a.id { /*CURRENT PAGE INDICATOR*/
		background-image: url(../_images/arrow_down.gif) !important;
		background-repeat: no-repeat;
		background-position: 5px 50%;
	}
	
/*SECONDARY NAV*/

#nav_secondary {
	margin:0;padding:0;
	width:185px;
	float:left;
}

	#nav_secondary ul {
		list-style-type:none;
		margin:0;padding:0;
	}
	
	#nav_secondary ul li {
		margin:0;padding:0;
	}
	
	#nav_secondary ul li a {
		display:block;
		color: #3B3341;
		text-decoration:none;
		background-color:red;

		margin:0px !important;
		width:152px;
		padding:10px 10px 10px 24px !important;
		
	}

/*------------------------------------------------------------------------
TYPOGRAPHIC STYLING
------------------------------------------------------------------------*/

h1, h2, h3, h4 {
	font-family: "Arial Black", arial, sans-serif;
	font-weight:normal;
}

em { /*ALLOWS FOR ITALICS IN TITLES*/
	font-family: arial;
	font-weight:bold;
}

h1#pagetitle {
	font-size:24px !important;
	line-height:25px !important;
}

#content h1 {
	font-size:20px;
	line-height:25px;
}

#content h2 {
	font-size: 16px;
	line-height: 17px;
	margin:5px 5px 5px 0;
}

#content h3, .ul_list li a {
	font-size: 13px;
	line-height: 15px;
	margin:5px 5px 5px 0;
}

#content h3 a {
	font-weight:normal;
}

#content h4 {
	font-size:12px;
}

.grey_header { /*CSS STYLING FOR GRAY BG HEADER*/
	font-family: "Arial Narrow", arial,sans-serif;
 	font-size: 20px !important;
 	font-weight: bold;
	background-color:#4C4750;
	color:#ffffff !important;
	margin:0;padding:5px 0 5px 10px;
}

p.callout { /*CODE FOR CALLOUTS:UNIQUE COLORS*/
	width:165px;
	padding:8px;
	margin-left:5px !important;
	float:right;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:20px !important;
}

/* link states for HP and other section HP rollovers */
#content h1 a, #content h2 a {
	text-decoration: none;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, /* .ul_list li a:hover */ {
	color: #336699 !important;
	text-decoration: none;
}

#content p {
	margin: 5px 0 10px 0;
	line-height:16px;
}

	p, li {
		font-size:13px;
		line-height:15px;
	}

#sidebar h2 { 
	 	font-family: "Arial Narrow", arial,sans-serif;
	 	font-size: 18px !important;
	 	font-weight: bold;
		color:#4C4750;
		margin:0;padding:5px 0 10px 0;
	 }
	
	#sidebar p {
		font-size: 11px;
		margin:0;padding:5px 0 10px 0;
	}

#footer p {
	padding: 3px 0px 3px 200px;
	margin: 0px;
	font-size:11px;
}


/*------------------------------------------------------------------------
IMAGE STYLING
------------------------------------------------------------------------*/

img {
	border: 0px none;
}

#content img, #sidebar img {
	border:1px solid #666;;
}

.img_left {
	float:left;
	margin:0 10px 5px 0;padding:0;
}

.img_right {
	float:right;
	margin:0 0px 10px 10px;padding:0;
}

.img_no_border {
	border:none !important;
}

.img_title { /*STYLING FOR IMAGED TITLES*/
	margin:0;padding:10px 0 3px 0;
	border:none !important;
}


/*------------------------------------------------------------------------
LINK STYLING
------------------------------------------------------------------------*/

a:link, a:visited {
	font-weight: bold;
	color: #336699;
	text-decoration:underline;
}

a:hover {
	color: #666666;
	text-decoration:none;
}

a:active {
	color: #666666;
	text-decoration:underline;
}

#footer a:link, div#footer a:visited {
	color: #3B3341;
	text-decoration: underline;
}

#footer a:hover, div#footer a:active {
	color: #746E79;
	text-decoration: none;
}

/*------------------------------------------------------------------------
EXHIBITION LIST STYLING
------------------------------------------------------------------------*/

.exhib_index { /*EXHIBITIONS LIST WITH THUMBNAILS*/
	padding-top:15px; 
}

	.exhib_index img {
		float:left;
	}
	
	.exhib_index h3 {
		margin:0 0 4px 85px !important;
	}
	
	.exhib_index p {
		padding-left:85px;
		margin:0 !important;
	}
	
	div.exhib_date p { /* for both exib_index and past_exhib_list */
		font-size:10px !important; 		
		font-weight:bold !important; 
	}

#past_exhib_list {
	margin-top:0;	
}
	
	#past_exhib_list h2 {
		margin-top:15px !important;
	}

	#past_exhib_list h3 {
		margin:15px 0 4px 0px !important;	
	}
	
	#past_exhib_list p {
		padding:0;
		margin:0 !important;
	}
	
/*------------------------------------------------------------------------
EXHIBITION INSTALLATION VIEWS
------------------------------------------------------------------------*/

#installation_views p {
	padding:0px 0 15px 0;
}

/*------------------------------------------------------------------------
LIST STYLING
------------------------------------------------------------------------*/

/* UL LIST STYLING */

.ul_list {
	margin:10px 0 10px 0;padding:0;
	list-style-type:none;
}
	
	.ul_list li {
		font-size:11px;
		padding:0px 0 5px 0;
	}
	
	/*SEE LINK STYLING IN TYPOGRAPHY SECTION*/

/* NEWS LIST */

.news_list {
	list-style-type: none;
	padding:0;margin:0;
}

	li.news_item {
		margin:0;
		padding: 0 0 10px 15px;
		background-image: url(../_images/bullet_news.gif);
		background-position: 0 .2em;
		background-repeat: no-repeat;
	}

/* HIGHLIGHT LIST */

#highlight_list {
	list-style-type: none;
	padding:15px 0 0 0;margin:10px 0 0 0;
	width:240px;
	float:left;
}

	li.highlight_item {
		margin:0;
		padding: 0 0 10px 15px;
		background-image: url(../_images/bullet_highlight.gif);
		background-position: 0 .2em;
		background-repeat: no-repeat;
	}


/*------------------------------------------------------------------------
HOMEPAGE SPONSOR STYLING
------------------------------------------------------------------------*/

#sponsors {
	border:solid 1px #CDC9D1;
	margin-top:20px;
	padding:10px;
}

	#sponsors img {
		padding:0 5px 0 5px;
		border:none !important;
	}

/*------------------------------------------------------------------------
SEARCH STYLING
------------------------------------------------------------------------*/

#search {
	position:absolute;
	top:12px;
	left:725px;
}
