body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #fff;
}

a{
	color:  #0066FF;
	text-decoration: none;
}

a:hover{
	color:  #0066FF;
	text-decoration:underline;
}

a.alt{
	color:  #FF9900;
	text-decoration: none;
}

a:hover.alt{
	color:  #FF9900;
	text-decoration:underline;
}

img {
	border:none;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 220%;
	font-weight:800 ;
	color:#fff;
	margin-bottom:10px;
	margin-top:0;
	
}

h2{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight:bold ;
	color:#fff;
	margin-bottom:5px;
	margin-top:5px;
}

h3{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight:bold ;
	color:#000;
	margin-bottom:5px;
	margin-top:5px;
}

h2.thin{
	font-weight:300 ;
	margin-top:15px;
	margin-bottom:0px;
}

fieldset{
	padding:10px;
	border:1px #fff dashed;
}


/*--------------------------------------------------------------*/
/* classes */

.winnerphoto{
	margin-right:12px; 
	border: 1px solid #fff;
}

.date{
	color:#999999;
	font-size:80%;
}

.datewhite{
	color:#fff;
	font-size:80%;
}

.smalltext{
	font-size:90%;
}

.largetext{
	font-size:120%;
}

.floatfix { clear: both; } 

.highlighted{
	color:  #0066FF;
}
	

.title{
	font-weight:bold;
	color:#FF9900;
	font-size:120%;
}

a:hover.title{
	font-weight:bold;
	color:#FF9900;
	font-size:120%;
}

.gallery{
	 border: 2px solid #fff;
}

/*--------------------------------------------------------------*/
/* layout divs */


#wrapper{
	width: 812px;
	margin:0 auto;
	text-align: left;
	padding-left:25px;
	padding-right:25px;
	background:  url(../images/background.jpg) repeat-y;
}

#header{
	width: 708px;
	text-align: right;
	height:77px;
	padding-bottom:22px;
	padding-right:100px;
	padding-top:22px;
	padding-left:4px;
	float:left;
}

.top-photo{
	width:77px;
	height:77px;
	padding-left:41px;
	float:left;
}

#menu{
	width: 712px;
	height:38px;
	float:left;
	text-align: right;
	background:  url(../images/logo.jpg) no-repeat;
	background-color:#FFFFFF;
	color:#ff9900;
	font-size:120%;
	padding-top:22px;
}

#menu-pad{
	width: 100px;
	height:60px;
	float:left;
}

#menu a{
	color:#ff9900;
}

#menu a.highlighted{
	color:#000;
}

#menu a:hover.highlighted{
	color:#000;
	text-decoration:none;
}

.highlightedtext{}

#sub-menu{
	width: 712px;
	padding-right:100px;
	height:38px;
	float:left;
	text-align: right;
	color:#fff;
	padding-top:10px;
	padding-bottom:0px;
}

#sub-menu a{
	color:#fff;
}

#sub-menu a.highlighted{
	color:#000;
}

#sub-menu a:hover.highlighted{
	color:#000;
	text-decoration:none;
}

#content{
	width: 677px;
	padding-right:100px;
	padding-left:35px;
	float:left;
	padding-bottom:20px;
}

#leftcol{
	width:390px;
	float:left;
	padding-right:10px;
}

#rightcol{
	width:277px;
	float:left;

}


#wrapper-bottom{
	width:862px;
	height:46px;
	margin:0 auto;
	text-align: left;
	background:  url(../images/background-bottom.jpg) no-repeat;
}


/*--------------------------------------------------------------*/
/* right-col contents */

#news-top{
	float:left;
	width:257px;
	border-bottom:1px #ff9900 solid;
	padding-left:10px;
	padding-right:10px;
	background:#fff;
}

#news-mid{
	float:left;
	width:257px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background:#fff;
	color:#000000;
	border-bottom:15px solid #FF9900;
}

#gigs-top{
	float:left;
	width:257px;
	border-bottom:1px #ff9900 solid;
	padding-left:10px;
	padding-right:10px;
	background:#fff;
}

#gigs-mid{
	float:left;
	width:257px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	background:#fff;
	color:#000000;
}


.event{
	float:left;
	width:257px;
	padding-bottom:10px;
}

.event-date{
	float:left;
	width:45px;
	padding-right:10px;
}

.event-details{
	float:left;
	width:202px;
}

#borderline{
	height:1px;
	width:812px;
	float:left;
	background-color:#FFF;
	
}

#logos{
	float:left;
	width:277px;
	padding-top:15px;
	padding-bottom:15px;
}

#logo-left{
	float:left;
	width:132px;
	float:left;
}

#logo-right{
	float:left;
	width:145px;
}

#footer{
	padding-top:10px;
	padding-bottom:25px;
	float:left;
	width: 677px;
	padding-left:35px;
	padding-right:100px;
	font-size:90%;
}

#footer a{
	color:#fff;
}

#footer-left{
	width:50%;
	float:left;
	
}

#footer-right{
	width:50%;
	float:left;
	text-align:right;
}

/*--------------------------------------------------------------*/
/* nav contents */
#menu ul {
  padding:0; 
  margin:0; 
  list-style-type:none;
  float:right;

}

#menu li{
	display:inline;
	float:left;
	padding-right:10px;
	padding-left:10px;
	background: url(../images/misc/orange_line.jpg) center right no-repeat;
}

#menu li.end{
	background:none;
}

/*--------------------------------------------------------------*/
/* nav contents */
#sub-menu ul {
  padding:0; 
  margin:0; 
  list-style-type:none;
  float:right;

}

#sub-menu li{
	display:inline;
	float:left;
	padding-right:6px;
	padding-left:5px;
	background: url(../images/misc/white_line.jpg) center right no-repeat;
}

#sub-menu li.end{
	background:none;
	padding-right:0px;
}

/*--------------------------------------------------------------*/
/* audio page */



.singer{
	width:100%;
	float:left;
	padding-bottom:15px;
	padding-top:10px;
}

.pic{
 	width:65px;
	float:left;
	
}


.songs{
	width:500px;
	float:left;
}

.song{
	float:left;
	width:90%;
	padding-bottom:10px;
}

.songtitle{
	float:left;
	width:470px;
}

.songplayer{
	float:left;
}


/*--------------------------------------------------------------*/
/* contact form contents */

#contactform{
	width:95%;
}

.row {
  clear: both;
  padding-top: 10px;
}
  
.rowalt {
  clear: both;
  padding-top: 15px;
}

.row label {
  float: left;
  width: 120px;
  text-align: left;
  padding-top:4px;
}

.inputbox {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	background-color: #fff;
	font-family: "Courier New", Courier, mono;
	font-size: 110%;
	color: #000000;

}

/*--------------------------------------------------------------*/
/* pagination */

#news-records{
	width:670px;
	float:left;
}
#news-records #previous{
	width:100px;
	float:left;
}
#news-records #pages{
	width:470px;
	float:left;
	text-align:center;
}
#news-records #next{
	width:100px;
	float:left;
	text-align:right;
}

