body{
	background-image:url(../img/siteBackgroundHoxey2011d.jpg);
	background-color:#996633;
	/*font-family: Helvetica, Arial, sans-serif; */
}

a, a:visited, a:link, a:hover, a:active{
	color:#333333;
}



#logo{
display:none;
	width:1px;
	height:1px;
}
/* The guts of the site.  Containers, positioning, backgrounds */


#main{
	position:relative;
	background-image:url(../img/mainBackground.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	left: 50%;
	width:990px;
	margin-left: -495px; /*set to a negative number 1/2 of your width*/
	background-color: #b9b36e;
	border: 1px solid #000000;
}

#header{
	background-image:url(../img/images/header4_01.jpg);
	height:237px;
	width:990px;
}

#headerVideos{
	width:990px;
	padding-top:47px;
	text-align:right;
}

#ajaxContainer{
	padding:5px 30px 30px 30px;
	font-size:15pt;
}

#footer{
	text-align:center;
	width:100%;
	font-size:11px;
	font-weight:bold;
	padding-top:30px;
	padding-bottom:15px;
}

#bottomPadding{
	position:relative;
	width:100px;
	height:50px;
}

/* END of the guts of the site. */

/* homepage side bar*/
#sideBarHeading{
	font-weight:bold;
	font-size:20px;
	padding:0 0 15px 0;
}
/* END homepage side bar */

/* social network */
#social a{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}

#social a:hover{
	color:#333333;
	text-decoration:none;
}

/* END social network */



/* Text tweaks. */

* .sectionHeading{
	font-size:35px;
}

* .artists{
	font-size:28px;
	font-weight:bold;
	text-align:center;
	width:100%;
}

.artists a:link{
	font-size:28px;
	font-weight:bold;
	text-align:center;
	width:100%;
	text-decoration:none;
	color:black;
}

.artists a:visited{
	font-size:28px;
	font-weight:bold;
	text-align:center;
	width:100%;
	text-decoration:none;
	color:black;
}

.artists a:hover{
	font-size:28px;
	font-weight:bold;
	text-align:center;
	width:100%;
	text-decoration:underline;
	color:black;
}

* .comingSoon{
	text-align:center;
	width:100%;
	font-size:66px;
}
#comingSoon{
	width:100%;
	text-align:center;
}

/* END Text tweaks. */


#mailingList{
	position:absolute;
	left:690px;
	width:300px;
	height:42px;
}

#mailingListButton{
}

#mailingListInput{
	padding-top:21px;
	padding-left:58px;
	float:left;
}

#mailingListGo{
float:left;
	padding-top:22px;
	left:7px;
}

#mailingListInput input{
	width:165px;
	border:none;
	background:none;
}

#frontpageText{
	
}


/* Homepage Performer Rotator */

.clear {  
	clear:both  
}  

#gallery {  
	position:relative; 
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
	height:400px;
	width:600px; 
}  
#gallery a {  
	float:left;  
	position:absolute;  
}  

#gallery a img {  
	border:none;  
}  

#gallery a.show {  
	z-index:500  
}  

#gallery .caption {  
	z-index:600;   
	background-color:#000;   
	color:#ffffff;   
	width:100%;
	height:58px;   
	position:absolute;  
	bottom:0;
	padding:0 0 10px 0;
	font-size:14px;  
}  

#gallery .caption .content {  
	margin:5px;
	padding-left:5px;  
}  

#gallery .caption .content h3 {  
	margin:0;  
	padding:0;  
	color:#ffffff;
	font-size:18px;   
}  

/* END Homepage Performer Rotator */


#countbox{
	background-image:url(../img/countdownBackground.jpg);
	height:27px;
	color:#00FF00;
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
	font-weight:bold;
	padding-top:8px;
	position:relative;
	top:17px;
}
