body {
	background-color: #1F1F1F;
	font-family: Helvetica,Tahoma,Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

A:link {text-decoration: underline; color: #FFF;}
A:visited {text-decoration: underline; color: #FFF;}
A:active {text-decoration: underline; color: #FFF;}
A:hover {text-decoration: none; color: #FFF;}		

#container {
	width: 850px;
	background-color: #000;
}
#page_banner {
	width: 100%;
	/*height: 125px;*/
	height: 350px;	
	background-image: url(../graphics/foc_banner_2010-07-23.jpg); 
}
#top_nav {
	width: 100%;
	height: 50px;
	background-color: #4F4F4F;
}
#top_nav ul
{
	padding-left: 0;
	margin: 0 0 0 0;
	background-color: #4F4F4F;
	color: White;
	float: left;
	/*width: 100%;*/
	font-family: helvetica,tahoma,arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#top_nav ul li { display: inline; }

#top_nav ul li a
{
	/*padding: 0.2em 1em;*/
	padding: 0 10 0 10;
	background-color: #4F4F4F;
	color: White;
	text-decoration: none;
	float: left;
	/*border-right: 1px solid #fff;*/
	height: 50px;
	line-height: 50px;
	display: block;
}

#top_nav ul li a:hover
{
	background-color: #4F4F4F;
	color: #fff;
	text-decoration: underline;
}		

#top_years {
	width: 100%;
	height: 25px;
}	
#top_years ul
{
	padding-left: 0;
	margin: 0 0 0 0;
	background-color: #303030;
	color: White;
	float: left;
	width: 100%;
	font-family: helvetica,tahoma,arial, helvetica, sans-serif;
}

#top_years ul li { display: inline; }

#top_years ul li a
{
	/*padding: 0.2em 1em;*/
	padding: 0 5 0 5;
	background-color: #303030;
	color: White;
	text-decoration: none;
	float: left;
	/*border-right: 1px solid #fff;*/
	height: 25px;
	line-height: 25px;
	display: block;
}

#top_years ul li a:hover
{
	/*background-color: #5C8A2E;*/
	background-color: #99CC00;
	color: #fff;
	text-decoration: underline;
}		

/* RIGHT NAV */

#right_quick_search {
	margin: 0 0 10 0;
	padding: 5px;
	font-weight: bold;
}
#right_quick_search form {
	margin: 0 0 0 0;
}

.right_section{
	padding: 5px;
	margin-bottom: 10px;
}


#main_content {
	width: 100%;
	text-align: left;
}
#page_footer {
	width: 850px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15 0 15 0;
	/*border-top: 1px dotted #303030;*/
	color: #4F4F4F;
	clear: both;
}
#page_footer A:link {text-decoration: underline; color: #4F4F4F;}
#page_footer A:visited {text-decoration: underline; color: #4F4F4F;}
#page_footer A:active {text-decoration: underline; color: #4F4F4F;}
#page_footer A:hover {text-decoration: none; color: #4F4F4F;}		

/* HOME PAGE SECTIONS */

.home_section {
	/*border-bottom: 1px solid #333;*/
	margin-top: 10px; 
	margin-bottom: 25px;
	clear: both;
	padding: 5px;
}

#latest_setlist {
	padding: 5px;
	border-bottom: 1px dotted #4F4F4F;
}
#today_in_sci_history {
	padding: 5px;
	border-bottom: 1px dotted #4F4F4F;
}
#sci_links {
	padding: 5px;
}		
.sci_links_category {
	float: left; 
	width: 33%; 
	vertical-align: top;
	margin-bottom: 10px;
}

/* SETLISTS */
.setlist {
	width: 100%;
	font-size: 11px;
}
.setlist_date_venue {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 0 0 5;
}
.setlist_label {
	font-weight: bold;
	font-size: 12px;
}
.setlist_data {
	vertical-align: top;
	padding: 0 0 5 5;
	line-height: 1.4em;
}

.setlist_data sup {
	line-height: 0;
}		


/* ===== CLASSES ===== */

.content_main {
	width: 600px;
	padding: 5px;
}

.section_header {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.section_sub_header {
	font-size: 14px;
	font-weight: bold;
}		

.list_tourdates {
	list-style: none;
	margin: 0 0 0 5;
	line-height: 18px;
}
.list_tourdates .tourdate_date {
	font-weight: bold;
	width: 75px;
}

.list_sci_links {
	list-style: none;
	margin: 0 0 0 5;
	line-height: 15px;
}		

.list_arrows {
	list-style: bullet;
	margin-left: 15;
	/*padding-left: 1em;
	text-indent: -1em;*/
	line-height: 20px;
}		

.btn_go {
	padding: 1 1 1 1;
	background-color: #6699CC;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}		


.search_options_form {
	width: 100%;
	padding: 5px;
	margin: 5 5 5 5;
	border-bottom: 1px dotted #4F4F4F;
} 
.search_options_form form {
	margin-bottom: 5px;
	margin-top: 5px;
}

.search_form_label {
	font-size: 14px;
	font-weight: bold;
}

.error_msg {
	color: #CC0000;
	font-weight: bold;
}

/* COLUMNS */

div#page_title {
	padding: 5 0 5 5;
}

#container_right {
	clear:left;
	float:left;
	width:850px;
	overflow:hidden;
	background:#000; /* column 2 background colour */
}
#container_left {
	float:left;
	width:850px;
	position:relative;
	right:250px;
	background:#000; /* column 1 background colour */
}
#col_left {
	float:left;
	width:600px;
	position:relative;
	left:250px;
	overflow:hidden;
	text-align: left;
}
#col_right {
	float:left;
	width:250px;
	position:relative;
	left:250px;
	overflow:hidden;
	text-align: left;
}

/* === iTunes === */
div .itunes_album {
	width: 200px; 
	float: left; 
	margin-top: 10px; 
	margin-bottom: 
	10px; text-align: 
	center; font-size: 11px;
}
