/*
Theme Name: Salt Bay Chamberfest Website
Author: Diane Clayton for Steinhardt Design
*/



/* Initialize
----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
body {
	background-color: #e8f1e8;
	font: 14px/18px Arial, Sans-Serif;
	}

div#wrapper {
	width: 100%;
/*	height: 100%; */
	text-align: center;
	}


/* Header
----------------------------------------------------------------------------*/

div#header {
	position: relative;
	width: 780px;
	height: 260px;
	margin: 0 auto;
	background-color: #416841;
	}

div#logo {
	float: left;
	width: 260px;
	height: 260px;
	}

div#logo h1 {
	height: 260px;
	background: #416841 url("/images/logo-saltbaychamberfest.gif") no-repeat top left;
	}
div#logo h1 span {
	display: none;
	}

div#slideshow {
	float: right;
	width: 520px;
	height: 260px
	}


/* Menu
----------------------------------------------------------------------------*/

div#menu {
	position: relative;
	z-index: 2;
	width: 780px;
	height: 40px;
	background-color: #375b37; 								/*#2f5484;*/
	margin: 0 auto;
	}

div#menu li {
	position: relative;
	display: block;
	background-color: #375b37;
	float: left;
	list-style-type: none;
	height: 40px;
	font: 11px/24px Futura, Arial, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a3c1a3;
	}

div#menu a:link, div#menu a:visited {
	display: block;
	float: left; /* necessary for IE6 */
	height: 40px;
	color: #a3c1a3;
	text-decoration: none;
	background-color: #375b37;
	border-right: 1px solid #456945;
	}
div#menu li#home a {
	border-left: 1px solid #456945;
	}
div#menu a:hover, div#menu a:active {
	background-color: #456945; 								/*#3d6293;*/
	}

div#menu span {
	padding: 0 16px;
	line-height: 40px;
	vertical-align: middle;
	}

div#menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 40px;
	left: 0;
	text-align: left;
	}
div#menu ul ul#drop1 a, div#menu ul ul#drop2 a, div#menu ul ul#drop3 a {
	border-top: 1px solid #456945;
	border-right: 0;
	}
div#menu ul ul#drop1 a {
	width: 185px;
	}
div#menu ul ul#drop2 a {
	width: 120px;
	}
div#menu ul ul#drop3 a {
	width: 185px;
	}

/* bit of wackiness that IE needs to function properly */
div#menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;;
	}

/* make the second level visible when hover on first level list OR link */
div#menu ul li:hover ul, div#menu ul a:hover ul {
	visibility: visible;
	}


/* Music Player
----------------------------------------------------------------------------*/

div#launchmusicplayer {
	float: right;
	width: 20px;
	height: 20px;
	margin: 10px 20px 10px 0;
	}
div#launchmusicplayer p span {
	display: none;
	}
div#launchmusicplayer p a:link, div#launchmusicplayer p a:visited {
	display: block;
	height: 20px;
	width: 20px;
	background: url("/images/listen.png") no-repeat top left;
	border: 0;
	}
div#launchmusicplayer p a:hover, div#launchmusicplayer p a:active {
	background-position: -20px;
	border: 0;
	}



/* Content
----------------------------------------------------------------------------*/

div#contentwrapper {
	position: relative;
	margin: 0 auto;
	width: 780px;
	text-align: center;
	background: #fff url("/images/content-watermark.jpg") no-repeat 60px -150px;
	}
div#content {
	width: 700px;
	margin: 0 auto;
	padding: 40px 0 60px 0;
	text-align: left;
	}

/* links */

div#content a:link, div#content a:visited {
	color: #416841;
	}
div#content a:hover, div#content a:active {
	text-decoration: none;
	background-color: #c3d7c3;
	}


/* main text */

div#content h1 {
	font: normal 28px/38px Futura, Arial, Sans-Serif;
	color: #375b37;
	margin: 0 0 30px 0;
	}
div#content h1.pastseason {
	font-weight: normal;
	font-family: Arial, Sans-Serif;
	font-size: 26px;
	color: #375b37;
	margin: 50px 0 30px 0;
	}
	
div#content h2 {
	font: normal 22px/26px Arial, Sans-Serif;
	color: #416841;
	margin: 30px 0 15px 0;
	padding-bottom: 2px;
	border-bottom: 2px dotted #92a992;
	}

div#content h3 {
	font: normal 20px/24px Arial, Sans-Serif;
	margin: 30px 0 15px 0;
	}

div#content h4 {
	font: normal 18px/22px Arial, Sans-Serif;
	margin: 15px 0 -15px 0;
	}

div#content p {
	font: 14px/18px Arial, Sans-Serif;
	margin: 15px 0;
	}


div#content em {
	font-style: italic;
	font-family: Times, Serif;
	font-size: 110%;
	}

div#content p.signature {
	font: italic 22px/28px Times, Serif;
	color: #416841;
	margin: 25px 0 -15px 0;
	}

div#content hr {
	color: #f00;
	background-color: #ccc;
	height: 2px;
	margin: 25px 0;
	}


/* lists */

div#content p, div#content ul, div#content ol, div#content td {
	font: 14px/19px Arial, Sans-Serif;
	margin: 15px 0;
	}

div#content ul {
	list-style-type: square;
	margin: 15px 25px;
	}
div#content ul.nobullets {
	list-style-type: none;
	margin: 15px 0;
	}
div#content ul.nobullets li {
	text-indent: -10px;
	margin-left: 10px;
	}
div#content ul.nobullets li span {
	font-weight: bold;
	font-family: 'Arial Narrow';
	text-transform: uppercase;
	color: #749474;
	}

div#content ul.spacing li {
	margin-bottom: 7px;
	}

div#menu li.indented span {
	padding-left: 20px;
	}

/* spacing */

div#content .topmargin40 {
	margin-top: 50px;
	}
div#content .notopmargin {
	margin-top: 0;
	}
div#content .bottommarginneg15 {
	margin-bottom: -15px;
	}
div#content .bottommarginneg10 {
	margin-bottom: -10px;
	}


/* floating divs */

div#content div.floatleft {
	float: left;
	margin: -9px 30px 5px 0;
	}
div#content div.floatright {
	float: right;
	margin: 0 0 15px 20px;
	}
div#content div.floatclear {
	height: 1px;
	width: 100%;
	clear: both;
	}


/* tables */

div#content table.column3 {
	width: 100%;
	}
div#content table.column3 td {
	vertical-align: top;
	width: 33%;
	}

div#content table#tickets td {
	padding-right: 10px;
	vertical-align: middle;
	}
div#content table#tickets input.button {
	padding-top: 6px;
	}




/* News Page
----------------------------------------------------------------------------*/

div#content div.nextprev {
	margin-top: 40px;
	}

div#content div.nextprev a:link, div#content div.nextprev a:visited {
	display: block;
	width: 110px;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #253E26;
	color: #253E26;
	font: 13px/16px Arial, Sans-serif;
	background-color: #C3D7C3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C3D7C3', endColorstr='#91AC92');
	background: -webkit-gradient(linear, left top, left bottom, from(#C3D7C3), to(#91AC92));
	background: -moz-linear-gradient(top, #C3D7C3, #91AC92);
	text-decoration: none;
	}
div#content div.nextprev a:hover, div#content div.nextprev a:active {
	background-color: transparent;
	color: #557555;
	border: 1px solid #557555;
	}



/* Footer
----------------------------------------------------------------------------*/

div#footer {
	clear: both;
	position: relative;
	width: 780px;
	height: 360px;
	background: #416841 url("/images/footer-watermark.gif") no-repeat bottom right;
	margin: 0 auto;
	color: #87a788;
	font: 16px/20px Arial, Sans-serif;
	text-align: left;
	}
div#footer a:link, div#footer a:visited {
	color: #c3d8c3;
	text-decoration: none;
	}
div#footer a:hover, div#footer a:active {
	color: #fff;
	}
	
div#copyright {
	position: absolute;
	top: 90px;
	left: 40px;
	font-size: 13px;
	}

div#buttons {
	position: absolute;
	left: 40px;
	top: 40px;
	}
div#buttons img {
	padding-right: 3px;
	}

div#altmenu {
	position: absolute;
	top: 40px;
	left: 480px;
	text-align: left;
	}
div#altmenu ul {
	list-style-type: none;
	line-height: 24px;
	}
div#altmenu ul ul {
	list-style-type: square;
	margin: 0 0 3px 20px;
	font-size: 13px;
	line-height: 16px;
	}

div#credits {
	position: absolute;
	bottom: 40px;
	left: 40px;
	}
div#credits ul {
	list-style-type: none;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 15px 0;
	}
div#credits p#copyright {
	font-size: 13px;
	}




