@charset "utf-8";
/* CSS Document */
/**************************************
Coded by Scratch - Feel Free to Borrow
Paula Shackles 6-11-09
**************************************/

* {
margin:0;
padding:0;
}

/*****
For Images
*****/

.clear {clear:both; display:block;}
.floatLeft {float:left;}
.floatRight {float:right;}
.floatLeftPad {float:left;padding:10px;}
.floatRightPad{float:right;padding:10px;}
.curtain {
	background-attachment: scroll;
	background-image: url(assets/curtain.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px 0px 0px 125px;
}

/***
Main Tag Declarations
***/

body {
	background-attachment: fixed;
	background-color: #909197;
	background-image: url(assets/page-design-bg-gray.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
		}
		
a:link, a:visited {
color:#003399;
font-size:14px;
text-decoration: underline;

}

a:hover, a:active {
color:#003399;
font-size:14px;
text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #2a5e8c;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #12416a;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #5c5c5f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5c5c5f;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bb6010;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bb6010;
}

/*********************************
Start of Main Divided Layers
*********************************/

#wrapper {
	width:800px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(assets/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border-right-width: 5px;

	border-right-style: solid;

	border-right-color: #6d6e74;

	} /**Be sure to set other layer text-align back to left**/

#crowderBanner {background-color:#5c5c5f;
width:800px;
height:23px}
#conceptualBanner {
	background-attachment: scroll;
	background-color: #58aaf0;
	background-image: url(assets/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:800px;
	height:97px;
	clear:both;
}

#navBanner {
	width:800px;
	height:27px;
	background-attachment: scroll;
	background-color: #000;
	background-image: url(assets/nav-bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	}
	
#content {
	position:relative;
	width:740px;
	padding:0px 30px 50px 30px;
	text-align:left;
	margin-top:450px;
				}	
			
	.white {
	background-image: url(assets/white-block.png);
	background-repeat: repeat;
}

.hr-music {
	width: 100%;
	height: 20;
	color: #2a5e8c;
	margin: 10px auto;
}

.music-survey {
	color: #000;
	font-weight: normal;
}

.music-survey img {
	margin-bottom: 20px;
	margin-left: 20px;
}

.music-class {
	margin: 35px auto;
}

.music-title {
	font-weight: bold;
	text-align: center;
}

.music-credit {
	font-style: italic;
	text-align: center;
}

.music-desc {
	margin: 5px auto;
	text-align: justify;
}

.theatre-pics {
	margin-top: 35px;
}

.theatre-pics img {
	padding: 20px;
}

.center {
	text-align: center;
}

#footer {
	border-top-width: 3px;
	width:774px;
	border-top-style: solid;
	border-top-color: #449fef;	
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#5c5c5f;
	padding:10px 15px 10px 15px;
	height:50px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF
	}
	
/**************************
Nav Bar
***************************/
#navlist
{
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 90%;
	text-align: right;
	padding:0px 0px 0px 0px;
	list-style-type: none;
	font-variant:small-caps;
}

#navlist li
{
	padding: 0;
	margin: 0px 25px 0px 0px;
	text-indent: 0;
	display: inline;
	line-height: 2.0em;
}

#navlist li a
{
	letter-spacing: -1px;
	text-decoration: none;
	color: #1e75d7;
	font-size: 1em;
	padding: 0 2px;
}

#navlist li a:hover,#navlist a#current
{
	color: #cae4fa;
	border-top: none;
	font-size: 1.5em;
}

#navlist a#current { color: #fc6; }
.blueText {
	font-size: 16px;
	font-weight: bold;
	color: #0B5599;
}

/*********Google Search Box*********/
.graybox {
	background-color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#fff;
	border:1px #000 solid;
	padding:1px;
}

		.grayboxSearch {
	background-attachment: scroll;
	background-image: url(assets/magnifying-glass.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:29px;
	height:24px;
	margin-top:-4px;
	border:0px;
		}

