/* Scene Magazines website css stylesheet */
/* Copyright Daniel Lee mojo@mojoworks.co.uk */

/* 4 tones of primary monthly 'color' from darkest to lightest that make up main monthly interface */

/* #D0522A dark orange*/
/* #E08446 middle blue*/
/* #EAB36A pale blue */
/* #F5E4D9 palest blue */

body {
	color: #333333;
	background: #E08446 /* middle */ url("../interface/bgtiles/200609_bgtile.gif") repeat-x top;
	font: 10px 'verdana', 'arial', 'helvetica', sans-serif;
	text-align: center;
	padding: 0;
	margin: 0;
	}
	

/* BEGIN LINK classes */

	
.navbar a{  
	font-family: 'arial', 'helvetica', sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #EAB36A; /* pale */ text-decoration: none;
}

.details a{   
	color: #D11123; /* red */
}

.live_details a{   
	color: #C70E1D; /* live red */ 
}

.contents a{
	font-family: 'arial', 'helvetica', sans-serif; 
	font-size: 11px;
	color: #D0522A; /* dark */
	text-decoration: none;
}

.contents a:visited{
	font-family: 'arial', 'helvetica', sans-serif; 
	font-size: 11px;
	color: #D0522A; /* dark */
	text-decoration: none;
}

.club_listings a{  
	color: #3E3062; /* party purple*/  
}

.club_details a{  
	color: #3E3062; /* party purple*/  
}


.contents a:hover {  
	font-family: 'arial', 'helvetica', sans-serif; 
	color: #F5E4D9; /* palest */
	text-decoration: none;
}

/* END LINK classes */

/* Basic HTML classes */


h3 { 
	font-family: 'verdana', 'arial', 'helvetica', sans-serif;
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold;
	line-height: 135%; 
	color: #E08446; /* middle */ }

/* END Basic HTML classes */

.navbar {  
	background-color: #E08446; /* middle */ border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #D0522A; /* dark */
	color: #CECBA7; /* pale */           
}

.navbar_search { 
	font-size: 11px;
	background-color: #E08446; /* middle */ border: 1px solid; 
	border-color: #D0522A; /* dark */
	padding: 5px

}

select.scene {
	font-family: 'arial', 'helvetica', sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #EAB36A; /* pale */ color: #D0522A; /* dark */
	border: 1px solid; 
	border-color: #E6E6E6 #333333 #333333 #E6E6E6;
	padding: 3px;

}

.navbar_search input{ 
	font-size: 11px;
	background-color: #FFFFFF;  
	color: #D0522A; /* dark */
}

.contents td {
	font-family: 'arial', 'helvetica', sans-serif; 
	font-size: 11px;
	line-height: 125%; 
	color: #D0522A; /* dark */
	background-color: #EAB36A; /* pale */ border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	padding: 3px;
	margin: 0px;
}

table.feature {
	padding: 5px;
	margin: 0px 0px 8px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #D0522A; /* dark */
}

.section { 
	font-family: 'arial', 'helvetica', sans-serif; 
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 125%; 
	color: #FFFFFF;  /* white*/    
	background-color: #E08446; /* middle */ padding: 2px; 
	margin: 0px 0px 2px 0px;
}


.footer {  
	background-color: #EAB36A; /* pale */ font-size: 9px;
	color: #E08446; /* middle */ border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #D0522A; /* dark */
}


.table_leftborder {  
	border-width: 0px 0px 0px 1px; 
	border-style: solid;
	border-color: #D0522A; /* dark */
}