/* === Cedar Creek Band Style Sheet ===================================*/
/* === Created October 10 2005 ========================================*/
/* === Author: John McNiel ============================================*/

body	
{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	background: #001F56 url(img/dzn/topshad.jpg) top left repeat-x;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}
body#contacts #main, 
body#songlist #main, 
body#sponsors #main,
body#street #main
{
	text-align: center;
}
body#contacts #main img
{
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: top;
}


/* ================================================================*/
/* ====================== DIVS ====================================*/
div#main
{
	width: 730px;
	margin: auto;
	text-align: left;
	border: solid 1px #FED523;
}
div#maincontent 	
{
	background-color: #001F56;
	color: white;
	width: 400px;
	padding: 4px;
	border-left: solid 1px #FED523;
	margin: 5px 0 0 220px;
	/* Fake margin for IE Win*/	
	margin-left: 10px;
}

div#globalnav
{
	text-align: center;
	/*height: 30px;*/
	border-top: solid 1px #FED523;
	margin-top: 8px;
	padding-top: 0;
	padding-bottom: -8px;
	/*background: transparent url(img/dzn/navbarshad.gif) top left repeat-x;*/
	background: #00104A;
}
html>body div#maincontent 
{
	/* Correct value for non IE browsers */
	margin-left: 238px;
}
div#sidebar {
	margin: 5px 0 0 5px;
	padding: 0 0px 5px 5px;
	width: 130px;
	background: #001F56;
	color: white;
	float: left;
}
div#schedulediv
{
	padding: 6px;
}
div#sidebar a:link, div#sidebar a:visited
{
	color: #F4C61B;
	font-weight: bold;
	text-decoration: none;
}
div#sidebar a:hover 
{
	color: white;
	text-decoration: underline;
}
div#sidebar a:active
{
	text-decoration: none;
}

div#header
{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	height: 137px;
	border: 0;
	background: transparent url(img/dzn/cclogo.jpg) top center no-repeat ;	
}
div#footer	
{
	text-align: center;
	clear: both;
	background: #001F56;
	color: #CCA621;
	width: 730px;
	padding: 5px 0;
	margin: 10px 0 0 0;
	border-top: solid 1px #FED523;
	border-bottom: solid 1px #FED523;
	background: #001741;
}
div#journaldiv, 
div#contactsdiv, 
div#mediadiv, 
div#biodiv,
div#streetdiv
{
	padding: 6px;
}
div#streetdiv
{
	margin:  0 auto;
}
div#journaldiv
{
	width: 720px;
}
div.eachbio
{
	border-top: solid 1px #FED523;
}
div#mediadiv
{
	text-align: center;
}
div#pastshows
{
	padding-left: 15px;
}
#blankpnl
{
	border-top: solid 1px #fed523;
	border-bottom: solid 1px #fed523;
}

div#journalvw
{
	width: 650px;
	color: white;
}
#merchmain
{
	padding: 8px;
}
#newsdiv 
{
	color: #CEC7A7;
	width: 400px;
	height: 318px;
	overflow: scroll;
	
}
#photodiv
{
	text-align: center;
}

/* =============================================================*/
/*================ CLASSES  ====================================*/

.bioimg
{
	float: left;
	clear: left;
	margin: 5px 8px; 8px; 5px;
}
.clear
{
	clear: both;
}

/* =============================================================*/
/*================ LISTS =======================================*/
ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#globalnav ul 
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
}

div#globalnav ul li 
{
	padding: 3px 8px;
	list-style: none;
	display: inline;  /*makes list render horiz.*/
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}	
body#schedule ul li
{
	color: white;
}
#sponsordiv li
{
	
	padding: 4px;
}
/* ==============================================================*/
/* ==================== LINKS ===================================*/
div#footer a {
	margin-left: 20px;
	font-size: 11px;
	color: #BC856F;
}
div#header h1 a:link, h1 a:visited {
	display: block;	
	margin: 0 0 0 17px;
	padding: 0;
	border: 0;
}
div#globalnav a:link, div#globalnav a:visited
{
	text-decoration: none;
	color: #FFEFA2;
	font-size: 14px;
}
div#globalnav a:hover 
{
	text-decoration: underline;
	color: white;
}
div#globalnav a:active
{
}	
#tblsched td a:link, #tblsched td a:visited
{
	color: #fed523;
}
#tblsched td a:hover
{
	color: white;
}
#tblsched td a:active
{
	color: #fed523;
}
a:link, a:visited
{
	color: #fed523;
}
a:hover
{
	color: white;
	text-decoration: underline;
}
a:active
{
	color: #FED523;
}
#sponsordiv li a, #sponsordiv p a
{
	text-decoration: none;
	font-weight: bold;
}
/* ==========================================================*/
/* ================== TEXT FORMATTING =======================*/
p, li
{
	font-size: 12px;
	color: white;
}
#maincontent h1, h2, h3, h4, h5, h6
{
	background: transparent;
	color: white;
} 
div#journaldiv h4
{
	background: transparent url(img/dzn/navbarshad.gif) top left repeat-x;
	/*border-bottom: solid 1px black;*/
	
}
div#journaldiv p, pre
{
	color: #CEC7A7;
}
div#newsdiv h4
{
	background: transparent url(img/dzn/navbarshad.gif) top left repeat-x;
	margin-bottom: 4px;
}
#streetdiv p
{
	width: 450px;
	text-align: left;
}

/* ==========================================================*/
/* ====================== TABLES ============================*/
td
{
	color: white;
}
#tblmedia
{
	border-collapse: collapse;
}
#tblmedia th, #tblmedia td
{
	border: solid 1px gray;
	color: white;
	border-collapse: collapse;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	background: url(img/dzn/tblshad.gif) top left repeat-x;
}
#tblsched td, #tblsched th
{
	color: white;
	padding-left: 3px;
	padding-right: 3px;
}
#tblsonglist td
{
	color: white;
}
#tblgigform th, #tblgigform td, #tbldtvw td, #tbldtvw th, #tbljournform td
{
	color: white;
}

/* ==========================================================*/
/* ====================== IMAGES ==============================*/

img	
{
	border: none;
}
#bandtrac
{
	float: right;
	margin: 5px;
	border: solid 1px gray;
}
body#photos #main img
{
	padding: 8px;
}
#email
{
	margin-top: 35px;
}
/* ==========================================================*/
/* ====================== MISC ==============================*/
html 
{ 
	min-width: 749px;
}

hr
{
	border-bottom: solid 1px #FED523;
}
#lfilm
{
	float: left;
}
#rfilm
{
	float: right;
}
/* ===========================================================*/

