/* colors
----------------------------------------------- */
.darkbluegray {color:#3e4aa3;}
.bluegray {color:#5966ca;}
.lightbluegray{color:#73bbdd;}
.verylightblue{color:#cbeeff;}
.verylightgray{color:#ccdde5;}
.red {color:#d30a0a;}
.lightblue {color:#0085bc;}73bbdd
.orange	{color: #e8821e;}
.royalblue {color: #0e70b9;}
.greenbrown {color: #60614d;}
.lightgreenbrown {color: #acb078;}
.brightaqua {color: #5bac9e;}
.red2 {color:#FF0000;}
.verylighttan {color:#f9f5eb;}
.lighttan {color:#f5eedc;}
.tan {color:#b19a71;}
.forestgreen {color:#123d10;}
.red {color:#FF0000;}
.nicegreen {color:#8caa54;}
8caa54
font-size:12px;}
/* base
----------------------------------------------- */
	
*{	padding: 0;
	margin: 0;
	}
	

body{
	margin:10px 0px; 
	text-align: center;		/* centers content in IE5.5 and earlier */
	background: url(/images/cover-back-040311.gif) repeat top;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	}

#wrapper {
	position:relative;
    height:100%;
	overflow: hidden;
	display:block;
	width:850px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	background:#f9f5eb;
	}
	




input, select, textarea {
	font-size: 100%;
	padding: 2px;
	width: 200px;
	margin: 0px;
}

hr  {


	color: #f9f5eb;
	height:1px;
	width: 80%;
	margin: 0 auto;


}



/* header
----------------------------------------------- */
#header{
	
	height: 160px;
	width: 850px;
	background: # f9f5eb url(/images/logo-trans.png) top left no-repeat;
	margin-top: -10px;
	}



#menu {
	height: 15px;
	width: 530px;
	margin: 0px 320px;
	padding: 10px 0;
	background-color: transparent;
}


#main{
	position:relative; 
    height:100%;
	overflow: hidden;
	overflow-y: visible;
	display:block;
	clear:both;
	width: 820px;
	height: 100%;
	top: 0px;
	margin: 15px auto;
	padding: 15px;
	text-align: left;
	background: #ccdde5  url(/images/gradient.gif) repeat-x top;
	}
#main a {	
color: #cbeeff ; 
text-decoration: none; }

#main.music{ background: #e5ccd9;} 	
#main.band{ background: #ddcce5;} 	
#main.news{ background: #e5dfcc;} 	


#main.contact{ background: #e4e5cc;} 	
 

#leftContent{ 
	float: left;
	width: 515px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 20px;
	color:#fff;
	}
#leftContent h1, h2, h3, h4{color:#f9f5eb;}	

#leftContent.home{ background: #417e9d;} 
#leftContent.music{ background: #9d4171;} 
#leftContent.band{ background: #9273c0; width: 780px;} 
#leftContent.contact{ background: #9c9d41;} 
#leftContent.news{ background: #8c7754;}
#leftContent.newsWide{ background: #8c7754; width: 780px;} 

#insetContent{
	float: right;
	width: 250px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0 20px 20px;
//	border: 1px #fff thin;
	}
	
#rightContent{
	float: right;
	width: 250px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	color:#194e67;
	}
	
#rightContent.news{ background: #d7cfb5;
padding: 20px;
width: 215px;}

#rightContent a {	
color: #1977a5 ;
text-decoration: none; }

#insetContent{
	float: right;
	width: 250px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	}



#footer{
	clear: both;
	width: 810px;
	padding: 0px 0px 0 0;
	font-size: 10px;	
	line-height: 16px;
	color: #666;
	background: transparent; 
}
#footer p{text-align: center;
	margin: auto;
	}

#footer img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
#footer div.center {   margin-left: auto;   margin-right: auto;   width: 9em; }
	
/* typography
----------------------------------------------- */
p {
	margin: 0 0 20px 0;
	text-align: left;
	line-height: 1.6em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	}	

a {	
color: #73bbdd;
text-decoration: none; }
a:hover{
	text-decoration: none;
	color: #ff9875;
}


img{ display: block; }

a img{ border: none; }



.small {
	font-size: 75%;
}

.credit {
	color: #73bbdd;
	font-size: 80%;
	text-align:center;
}




h1,
h2,
h3,
h4{
	font-family: "Trebuchet MS", "Geneva", "Tahoma", sans-serif;	
	font-weight: normal;
	color: #fff;
	letter-spacing:1px;
	}
h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
  	}

h3 {
	font-size: 13px;
	}
	
h4 {
	font-size: 12px;
	line-height: 1.2em;

	margin : 0 0;
	}

#rightContent h1,h2,h3,h4{	color:#194e67;
	}

}
ol {
	margin: 0.2em 0 1em 0;
	padding-left: 2.25em;
	}

	




.active a{ text-decoration: none; }

 

table {

}
th {
line-height: 30px;
	font-weight: bold;
	background: #ddd;
	text-align:center;
	padding: 3px 5px;
}
td {
	padding: 3px 3px 3px 3px;
	margin: 0px;
	line-height: 17px;
	text-align: center;
	background: transparent;
}

li {

	margin-left: 20px;
	margin-right: 20px;
	list-style: disc url(none);
	text-align:left;
}


img.right {
	margin: 0 0 20px 20px;
	float: right;
}

.right {
	margin: 0 0 0 0;
	float: right;
	text-align:right;
}
img.left {
	margin: 0px 20px 20px 0px;
	float: left;
} 
img.logo {
	padding: 5px;
	float: left;
} 



/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}


a.map {
	margin: 0px 0 3px 15px;
	float: right;
	width: 160px;
	display: block;
}

.whiteBox {font:10pt Arial, Helvetica, sans-serif; border:1px solid #222222; background:#fff; color: #222222;}
.noBox {border: none; background:#fff; color: #222222; text-align:left; margin-right:20px;}

/* Woedpress Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}
.entry img{padding-right: 10px;}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	

/* End Images */
