@import 'cieraAudio.css';
@import 'cieraMenu.css';
@import 'contactForm.css';
@import 'tour_dates.css';
@import 'cieraMail.css';
@import 'cieraGallery.css';
@import 'blog.css';
@import 'mailingListForm.css';

body  {
	color:#DDD;
	background-image:url(../images/background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	behavior:url(required/CSS/csshover.htc);
	font-size:14px;	
	line-height:22px;
	font-weight:500;
}

* {

	margin:0px;
	padding:0px;
}

/**********************************************************************************************************************************
-----------------------------------------------------------------------------------------------------------------------------------
Begin Document Specific Styles
-----------------------------------------------------------------------------------------------------------------------------------
**********************************************************************************************************************************/

h1 {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:200%;
	font-weight:bold;
	color:#200;
	line-height:40px;
	margin-bottom:10px;
	
	border-bottom:#000 thin solid;
	width:auto;
}
h2 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:bold;
	font-size:150%;
	color:#400;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#EEE;
	font-size:125%;
}	
div#main_container {
	width:912px;
	margin:0px auto;
	position:relative;
}
div#container { 
	width: 912px;
	margin: 0 auto;
	background-image:url(../images/content_background.jpg);
	background-repeat:repeat-y;
	border-right:#900 thin solid;
	border-bottom:#900 thin solid;
	border-left:#900 thin solid;
	float:left;
} 
div#header { 
	width:912px;
	height:435px;
	background: #000;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
div#gallery_header { 
	width:912px;
	height:435px;
	background: #000;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
div#header h1 {
	margin: 0;
	padding: 10px 0;
}
div#gallery_header h1 {
	margin: 0;
	padding: 10px 0;
}
div#jukebox {
	position:absolute;
	width:200px;
	height:32px;
	left: 35px;
	bottom: 35px;
}
div#sidebar1 {
	float: left;
	width: 200px;
	padding: 30px 10px 15px 20px;
	border-right:#900 thin dotted;
}
div#sidebar1 p {
	margin:10px 0;
}
div#mainContent { 
	float:left;
	width:615px;
	padding:30px 40px 20px 20px;
} 
.mainContent a:link{
	color:#6CF;
	text-decoration:underline;
	font-weight:bold;
}
.mainContent a:visited{
	color:#6CF;
	text-decoration:underline;
	font-weight:bold;
}
.mainContent a:hover{
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}
.mainContent a:active{
	color:#FFFE;
	text-decoration:underline;
	font-weight:bold;
}
div#footer { 
	float:left;
	/*width:896px;*/
	width:912px;
	height:28px;
	background-image:url(../images/footer_bar.jpg);
	background-repeat:no-repeat;
	padding:30px 5px 0 5px;
	text-align:center;
	font-size:85%;
	color:#111;
} 
.footer a {
	color:#000000;
	text-decoration: none;
}
.footer a:hover{
	text-decoration:underline;
}

