@charset "utf-8";
/***********************
 * BUNTERS STYLE SHEET *
 ***********************/
 
/***************************
 * Standard Startup Styles *
 ***************************/

*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B70000;
}

em{font-style: normal; font-weight: bold;}

/**********************
 * Page Header Styles *
 **********************/

#pageHeader{
	background: url(./images/header_background.gif) top left repeat-x;
	height: 175px;
	width: 100%;
}

#headerContainer{
	height: 175px;
	width: 770px;
	margin: 0 auto;
}

h1{
	width: 312px;
	height: 175px;
	background: url(./images/main_title.gif) top center no-repeat;
	float: left;
}

h1 span{display: none;}
#pageHeader ul{
	list-style: none;
	height: 101px;
	width: 450px;
	float: left;
}

#pageHeader li{
	float: left;
	margin-top: 5px;
	margin-left: 30px;
	width: 110px;
	text-align: center;
}

#pageHeader li a{
	color: #FFFFFF;
	font-size: 2em;
	text-decoration: none;
}

#pageHeader li a:hover{
	text-decoration: underline;
	color: #FFFF00;
}

h2{
	background: url(./images/sub_title_background.gif) center no-repeat;
	width: 222px;
	height: 50px;
	text-align: center;
	font-size: 2.4em;
	font-weight: bold;
	float: left;
	margin-left: 125px;
	padding-top: 10px;
}

/*****************************
 * Main Body Standard Styles *
 *****************************/

#bodyContainer{
	margin: 0 auto;
	width: 770px;
	padding-left: 10px;
}

.fullSection,
.halfSection,
.thirdSection,
.twoThirdSection{
	border: 5px solid #FFFFFF;
	background-color: #000000;
	margin:0 10px 10px 0;
}

.fullSection{
	width: 752px;
	clear: both;
}

.halfSection{
	width: 365px;
	float: left;
}

.thirdSection{
	width: 234px;
	float: left;
}

.twoThirdSection{
	width: 487px;
	float: left;
}

.accrossSection{
	width: 770px;
	clear: both;
}

.fullSection a,
.halfSection a{
	clear: both;
	display: block;
	text-align: right;
	color: #000000;
	font-size: 1.8em;
	padding: 5px 5px 0 0;
	background-color:#FFFFFF;
	font-weight: bold;
}

.halfSection h3{
	font-size: 3em;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0 5px 0;
}

.halfSection ul{
	list-style: none;
	float: left;
	width: 200px;
}

.halfSection li{
	height: 65px;
	padding: 5px 0;
	margin: 0 10px;
	font-size: 1.6em;
	color: #FFFFFF;
	text-align: center;
}

.halfSection li em{
	display: block;
	color: #FFFF00;
	padding-bottom: 4px;
}

#listingsFront img{margin-top: 30px;}
/*sportsFront img{margin-top: 30px;}*/


p{
	color: #FFFFFF;
	font-size: 1.6em;
	padding: 5px 0;
}

/*********************
 * Front Page Styles *
 *********************/
 
#musicFront h3{
	height: 105px;
	width: 520px;
	background: url(./images/music_header.gif) left center no-repeat;
	font-size: 9em;
	color: #FFFFFF;
	padding: 20px 0 0 220px;
}

#musicFront h3 span{display: none}
#musicFront em{color: #FFFF00;}

#musicFront h4{
	font-size: 3em;
	color: #FFFFFF;
	padding: 5px 0;
	text-align: center;
}

#musicFront h5{
	font-size: 6em;
	color: #FFFF00;
	font-weight: bold;
	text-align: center;
}

#musicFront .subSection{
	margin-left: 10px;
	float: left;
}

#musicFront .subSection img{
	border: 5px solid #FFFFFF;
	margin-bottom: 5px;
}

/*Sub Section Widths*/
#frontMusicImages{width: 260px;}
#frontMusicDescription{width: 440px;}

#otherFront h3{
	color: #FFFFFF;
	font-size: 3em;
	padding: 10px 0 5px 5px;
}

#otherFront img{
	border: 5px solid #FFFFFF;
}

#otherFront .subSection{
	float: left;
	width: 242px;
	margin-left: 5px;
}

#otherFront h4{
	color:#FFFF00;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 0;
}

.poster{
	margin-top: 0;
  margin-left: 75px;
}

/*********************
 * Music Page Styles *
 *********************/
.musicPage .thirdSection{height: 234px;}
.musicPage .twoThirdSection{height: 234px;}


/*THESE NEED TO BE CHANGED*/
.musicPage h3{
	color: #FFFF00;
	font-size: 1.6em;
	font-weight: bold;
	padding: 5px;
}

.musicPage p{
	padding: 5px;
}

/**********************
 * Sports Page Styles *
 **********************/


/********************
 * Quiz Page Styles *
 ********************/

/***********************
 * Contact Page Styles *
 ***********************/
 
.contactPage h3{
	color: #FFFF00;
	font-size: 1.6em;
	font-weight: bold;
	padding 5px;
}

form{
	width: 450px;
	padding-bottom: 15px;
}

form fieldset{
	border: #FFFFFF 1px solid;
	padding: 10px;
	margin-left: 35px;
}

form fieldset legend{
	font-size: 1.6em;
	color: #FFFF00;
}

form label{
	display: block;
	float: left;
	clear: left;
	width: 150px;
	margin: 5px 0 0 0;
	text-align: right;
	color: #FFFFFF;
	font-size: 1.4em;
}

form input, form textarea{
	width: auto;
	margin: 5px 0 0 10px;
}

form input#reset{
	margin-left:0px;
}

textarea{overflow: auto;}



/**********************
 * Page Footer Styles *
 **********************/

#pageFooter{
	width: 100%;
	clear: both;
	height: 150px;
	border-top: 10px solid #FFFFFF;
	background-color:#000000;
	position: relative;
	top: 10px;
}

#footerContainer{
	width: 770px;
	height: 150px;
	margin: 0 auto;
}

#footerContainer ul{
	list-style: none;
	padding-top: 10px;
	margin-left: 190px;
}

#footerContainer li{
	float: left;
	margin-left: 5px;
	font-size: 1.5em;
}

#footerContainer li span{
	border-right: 1px solid #FFFFFF;
	padding-right: 5px;
}

#footerContainer a{
	color: #FFFFFF;
}

#footerContainer p{
	font-size: 1.8em;
	color: #FFFFFF;
	padding-top: 15px;
	clear: both;
	text-align: center;
}


