/*
Theme Name: Museums in the Park
Theme URI: http://www.museumsinthepark.org/
Description: A custom skin designed for Museums in the Park.
Version: 0.9
Author: C Murray Consulting
Author URI: http://www.cmurrayconsulting.com
Tags: custom, museums in the park
*/


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	margin: 40px 0px 30px 0px;
}
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 1.5em;
}

body {
	font-family: "Times New Roman", "Times CE","Times", sans-serif;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

#printlogo { display: none; }

img {
	border: none;
}

hr {
	border: 1px solid #cccccc;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

#container {
	margin: 0 auto;
	width: 991px;
}

#header {
	margin-top: 10px;
	padding: 0px;
}

.ads  {
	float: left;
	height: 105px;
}

#nav {
	background: url(images/ulbg.jpg) repeat-x;
	clear: left;
	height: 68px;
	text-transform: uppercase;
	width: 991px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#border_left {
	background: url(images/ul_left_border.jpg) no-repeat center left;
	float: left;
	height: 68px;
	width: 16px;
}

#nav ul {
	border-bottom: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-top: 2px solid #cccccc;
	float: left;
	height: 32px;
	list-style-type: none;
	margin: 16px 0px 0px 0px;
	padding: 0px;
	width: 957px;
}

	#nav ul li {
		display: block;
		float: left;
		margin: 0px;
		position: relative;
		margin-left: -2px;
	}

	#nav ul li:first-child {
		margin-left: 0px;
	}

	#nav ul li a {
		color: #53a81a;
		display: block;
		font-size: .88em;
		text-decoration: none;
		padding: 8px 24px;
		border-left: 2px solid #cccccc;
		border-right: 2px transparent #fff;
	}

	#nav ul li ul {
		border: none;
		border-bottom: 2px solid #cccccc;
		visibility: hidden;
		position: absolute;
		text-align: center;
		height: auto;
		width: 100%;
		z-index: 1000;
		margin: 0;
		padding: 0;
		font-size: .87em;
		letter-spacing: .03em;
		padding-top: 8px;
		top: 24px;
		background-image: url('images/blank.gif');
	}

	#nav ul li:hover ul {
		display: block;
		visibility: visible;
	}

	#nav ul ul li {
		background-color: #ffffff;
		float: none;
		margin: 0;
		padding: 0;
	}

	#nav ul ul li a {
		color: #b2b2b2;
		padding: 8px 0px;
		border-right: 2px solid #cccccc;
	}

	#nav ul ul li a:hover {
		color: #939393;
	}

	/* IE6 NAV COMPATABILITY */
	* html #nav li a:hover { position: relative; }
  * html #nav li ul { visibility: hidden; display: block; width: 121px; left: -26px; font-size: 1em; }
  * html #nav li a:hover ul { visibility: visible; }
  * html #nav table { position: absolute; border-collapse: collapse; top: 0; left: 0; z-index: 100; font-size: 1em; }

#border_right {
	background: url(images/ul_right_border.jpg) no-repeat center right;
	float: right;
	height: 68px;
	width: 16px;
}

#content_wrapper {
	background: transparent url(images/content_bg.gif) repeat-y;
	width: 991px;
}

#content_wrapper_top {
	background: #fff url(images/content_top_bg.jpg) no-repeat bottom;
	height: 16px;
}

#main_content {
	border: 2px solid #cccccc;
	height: 1%;
	margin: 0px 15px 0px 16px;
	z-index: 1;
}


	#main_content a {
		color: #6db33f;
		font-weight: bold;
		text-decoration: none;
	}

	#main_content a:hover {
		color: #53a81a;
	}

#content_left {
	border-right: 2px solid #cccccc;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 582px;
}

#content_left ul#staff_pages {
	list-style-type: none;
	margin: 30px 0px;
	padding: 0;
	line-height: 1.7em;
}

	#content_left ul#staff_pages li {
		padding: 0;
		margin: 0;
	}

	#content_left ul#staff_pages li:first-child {
		padding-bottom: 20px;
	}

h1 {
	font-family: Georgia, sans-serif;
	color: #53a81a;
	font-size: 2em;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	margin: 35px 0px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	text-transform: uppercase;
}

h4 {
	font-family: Georgia, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}

div.grey {
	color: #5f5f5f;
	padding: 2px 15px;
	z-index: 5;
	position: relative;
}

#content_right {
	border-left: 2px solid #cccccc;
	float: right;
	margin: 0px 0px 0px -2px;
	padding: 10px;
	width: 352px;
}

#main_content, #content_left, #content_right {
	text-align: center;
}

#content_wrapper_bottom {
	background: #fff url(images/content_bottom_bg.jpg) no-repeat;
	clear: both;
	height: 16px;
}

#footer {
	clear: both;
	margin: 10px 17px;
	padding: 0px;
}

form {
	line-height: 2em;
}