@charset "utf-8";
/* CSS Document */

body  {

	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*font-size:.5 em;*/
	color:#333;

}


.main_wrapper {

	width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}


.banner {
	
	line-height:0px;
	width:1000px;

}




.bottom_half {
	
	/*background-image: url(images/background_flowers_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	width:1000px;
	/*display:table;*/
	margin:0px;
	background-image: url(images/background_flowers_left.png);
	background-repeat: no-repeat;
	background-position: 5px bottom;
	display:table;

}




.gig_dates {
	
	position:relative;
	float:left;
	padding-top:25px;
	width:180px;
	list-style:disc;
	list-style-position:outside;
	font-size:.7em;
	display:table;

}


.gig_dates ul {
	
	margin-left:8px;
	padding-left:8px;
	line-height:13px;
	margin-top:0px;
	
}

.gig_dates li {
	
	list-style:disc;
	list-style-position:outside;
	margin-left:0px;
	padding-left:0px;
	width:180px;
	
}

.clear {

	clear:both;

}


.copyright {
	
	width:998px;
	/*text-align:center;*/
	font-size:10px;
	margin-top:15px;
	margin-bottom:10px;
	lineheight:12px;
	display:table;
}


/*EVERYTHING BELOW USED IN IFRAME CONTENT PAGES*/


.frame_content {

/*	background-image: url(images/background_flowers_left.png);
	background-repeat: no-repeat;
	background-position: 5px bottom;*/
	font-size:.9em;
	width:775px;
	display:table;
}

.frame_content p {

	margin-top:0px;

}


.frame_content_wrapper {

/*	background-image: url(images/background_flowers_left.png);
	background-repeat: no-repeat;
	background-position: 5px bottom;*/
	font-size:.9em;
	width:775px;
	padding-left:25px;
	display:table;
}

.content_wrapper {

	/*background-image: url(images/background_flowers_left.png);
	background-repeat: no-repeat;
	background-position: 5px bottom;*/
	width:720px;
	line-height:18px;
	/*float:left;*/
	margin-top:5px;
	font-size:.9em;
	padding-left:25px;
	display:table;
	/*background-color:#603;*/

}

.content_wrapper h1 {
 
	margin-left:152px;
	margin-top:8px;
	
}

.sidepix {

	float:left;
	margin-top:43px;
	margin-left:25px;
	margin-right:25px;
	width:127px;

}


.sidepix img {
	margin-bottom:25px;
	border: 1px solid #999;	
}



.sidepix_2 {
	
	width:127px;
	float:left;
	display:table;	
	
}


.sidepix_2 img {
	margin-bottom:25px;
	border: 1px solid #939ACB;	
}

.prev_next {

	margin-left:152px;

}

#prev_next a {

	font-weight:bold;	

}

.navigation {

	height: 24px;
	font-size:16px;
	padding-left:10px;
	background-color:#FFF;
	word-spacing:6px;
	font-weight:bold;
	width:749px;
}

#navigation a {
	
	font-weight:bold;
	color:#ED5380;
		
}


#navigation A:hover {

	color: #DF7E00;

}

.left_links {
	margin-bottom:10px;

}


h1 {

	margin-top:0px;
	font-size:17px;
	color:#00b0ea;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	font-weight:bold;
	
}


h2 {
	
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	font-size:1em;
		
}


/*headings for dates*/
h3 {
	
	margin-bottom:0px;
	font-size:.7em;
	margin-bottom:5px;
	margin-top:-2px;
		
}


/*song titles*/
h4 {
	
	font-weight:normal;
	font-style:italic;
	margin-bottom:0px;
	margin-top:0px;
	font-size:1em;	
	
	
}

hr {
	
	width:200px;
	color:#999;
	text-align:left;
	
}

A:link {color: #199247; text-decoration: none; font-weight: normal;}
A:visited {color: #199247; text-decoration: none; font-weight: normal;}
A:hover {color: #DF7E00; text-decoration:none; font-weight: normal;}
