body {
	text-align: center;
	background: #000;
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 16px;
}

hr {
	clear: none;	
}

a { color: #831f49; }
a:hover { color: #831f49; text-decoration: none; }
a:visited { color: #831f49; }
a:active { color: #831f49; }

#master_container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

#top {
	width: 900px;
	height: 533px;
	background: url('/img/top2.jpg') top left no-repeat;
}

#top_short {
	width: 900px;
	height: 427px;
	background: url('/img/top_short.jpg') top left no-repeat;
}

#nav {
	text-align: center;	
}

#nav ul {
	list-style: none;
}

#nav ul li {
	display: inline;
	margin: 0px;
}

#nav li a {
	font-family: GothicCustom, Impact, 'Arial Narrow', sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	text-shadow: #CCC 1px 1px;
	text-transform: uppercase;
	color: #000000;
	padding: 8px;
}

#nav li a:hover {
	text-decoration: none;	
	background-color: #5e7a85;
	color: #831f49;
}

#nav li a.active {
	text-decoration: none;	
	background-color: #5e7a85;
	color: #831f49;
}

#content_container {
	width: 890px;
	padding: 10px 0px 10px 10px;
	float: left;
}


.blue_box {
	width: 660px;
}
.blue_box_top {
	width: 660px;
	height: 35px;
	background: url('/img/blue_box_top.jpg') top left no-repeat;
}

.blue_box_body {
	width: 615px;
	background:url('/img/blue_box_bg.jpg') top left;
	padding-right: 30px;
	padding-left: 15px;
	padding-bottom: 15px;
}

.blue_box_bottom {
	width: 660px;
	height: 26px;
	background:url('/img/blue_box_bottom.jpg') bottom left no-repeat;
	
}

.yellow_box {
	width: 232px;
	float: right;
	clear: right;
}
.yellow_box_top {
	width: 232px;
	height: 36px;
	background: url('/img/yellow_box_top.jpg') top left no-repeat;
}

.yellow_box_top h1 {
	padding-left: 5px;	
}

.yellow_box_body {
	width: 187px;
	background:url('/img/yellow_box_bg.jpg') top left;
	padding-right: 30px;
	padding-left: 15px;
	padding-bottom: 15px;
}

.yellow_box_body p {
	margin-bottom: 0px;	
}

.yellow_box_bottom {
	width: 232px;
	height: 39px;
	background:url('/img/yellow_box_bottom.jpg') bottom left no-repeat;
	
}

.text_image {
	padding: 10px;	
}

.blog_container h1 a, .blog_container h1, .yellow_box_top h1  {
	color: #831f49;
	text-shadow: #CCC 1px 1px;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
}

.blog_container h2 {
	color: #522136;
	text-shadow: #CCC 1px 1px;
	font-size: 18px;
	margin: 0;
}

.blog_container h3 {
	color: #1e5168;
	text-shadow: #CCC 1px 1px;
	font-size: 18px;
	margin: 0;
}

h1 {
	font-family: GothicCustom, Impact, 'Arial Narrow', sans-serif;
	font-size: 35px;
	font-weight: normal;
	text-shadow: #CCC 1px 1px;
	text-transform: uppercase;
	color: #000000;
}


#flashMessage {
	display: none;	
}

#gallery ul {
	list-style: none;
}

#gallery li {
	display: inline;
	margin-left: 0px;
}

#gallery ul img {
	border: solid #3E3E3E;
	border-width: 5px 5px 15px; 	
}

#gallery ul img:hover {
	border: solid #000;
	border-width: 5px 5px 15px; 	
}

#gallery li a {
	text-decoration: none;	
}


/* THE BAND CSS */
#members {
	padding-top: 20px;
	list-style: none;
}
 
#members li{
	width:120px;
	height:40px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	display: block;
}

 
.active_bounce {
	height: 200px;
}
 
/*Menu Color Classes*/
.green{background:#6AA63B url('/img/bounce/katie-bounce.jpg') top left no-repeat;}
.yellow{background:#FBC700 url('/img/bounce/dj-bounce.jpg') top left no-repeat;}
.red{background:#D52100 url('/img/bounce/tim-bounce.jpg') top left no-repeat;}
.purple{background:#5122B4 url('/img/bounce/dan-bounce.jpg') top left no-repeat;}
 
#katie_box, #dj_box, #tim_box, #dan_box {
	display: none;
}


fieldset {
	height: 20em;
	width: 11em;
	border: 0;
	margin: 0;
	padding: 1em;

	}
fieldset legend {
	color: #FFFFFF;
	}

form {
	float: none;	
}

fieldset label {
	display: block;
	line-height: 1.5em;
	width: 400px;
	}
	
/* Error Styling */
.message {
	font-size: 18px;
	font-weight:bold;
	color:#D40000;
	text-decoration: underline;
	width: 550px;
}

.error-message {
	color:#D40000;
	font-weight: bold;
	width: 550px;
}

#comment_form{
	height: 390px;
	display:block;
}

.comment_container {
	position: relative;	
}
