/* CSS Document */
html, body, div, span, object, 
h1, h2, h3, h4, h5,  p, contentleft, contentright,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var, footer, nav
b, u, i, center, dl, dt, dd, ol, ul, li, topmiddle, topnavigation
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	
}

body {
	background-color: #ffffff;
	background-image:url(images/background.png);
	background-repeat:repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333333;
}

.bold {font-weight:bold}

.source {font-weight:bold; color:#669999}

h1 {font-size:16px;
margin-bottom: 10px;
margin-top: 10px;}

a {color:#FF0066;}

a:hover {color:#333399;
text-decoration: none}

ul li {
	padding-left: 10px;
	list-style-position:inside;
	color:#007979;
	list-style-type:disc;
}


/* layout divs */

#container {
margin:0px auto;
padding:0px;
position:relative;
width:1080px;
}
	

#header {
	height:190px;
	margin: 0px auto;
	padding:0px;
	width:1080px;
	overflow:visible;
}


#navigation {
	height: 50px;
	width: 1080px;
	overflow: visible;
	background-image:url(images/topnavback.png);
	background-repeat:no-repeat;
	margin: 0px auto;
	padding: 0px;
	}


#contentMain {
	position: relative;
	width: 1080px;
	min-height: 500px;
	overflow:auto;
	}

#contentarea1 {
	float:left;
	position:relative;
	width: 300px;
	min-height: 500px;
	overflow:hidden;
	background-image:url(images/sidebackblank.png);
	background-repeat:no-repeat;
	margin-top: 10px;
}

#contentarea2 {
	position:relative;
	float:right;
	width: 780px;
	min-height: 500px;
	overflow:auto;
	background-color: #ffffff;}	
	
	






/* content area 2 divs */



#pageheader {position:relative;
			width: 780;
			height: 80px;
			margin-top: 3px;
			margin-left: 2px;}
			
#content2container {display:inline-block;
					width: 780px;
					min-height:500px;}	
			
#leftside560 {position:relative;
border-right:dotted #666666 2px;
			float:left;
			width:560px;
			height: auto;
			padding: 20px;}

#rightside160 {position: relative;

				float: right;
				width: 130px;
				margin-right: 3px;
				padding: 20px;
				height: auto;}
				



/* top nav links */

#blog {display:inline-block;
		width: 50px;
		height: 30px;
		background-image:url(images/blog.png);
		background-repeat: no-repeat;
		margin-left: 15px;
		margin-top: 10px;

}

#blog:hover
{ 
  background-image:url(images/blogHover.png);
}

#blog span
{
  display: none;
}



#mp3 {display:inline-block;
		width: 40px;
		height: 30px;
		background-image:url(images/mp3.png);
		background-repeat: no-repeat;
		margin-left: 15px;
		margin-top: 10px;

}

#mp3:hover
{ 
  background-image:url(images/mp3Hover.png);
}

#mp3 span
{
  display: none;
}



#listen {display:inline-block;
		width: 60px;
		height: 30px;
		background-image:url(images/listen.png);
		background-repeat: no-repeat;
		margin-left: 15px;
		margin-top: 10px;

}

#listen:hover
{ 
  background-image:url(images/listenHover.png);
}

#listen span
{
  display: none;
}



#art {display:inline-block;
		width: 40px;
		height: 30px;
		background-image:url(images/art.png);
		background-repeat: no-repeat;
		margin-left: 15px;
		margin-top: 10px;

}

#art:hover
{ 
  background-image:url(images/artHover.png);
}

#art span
{
  display: none;
}


#history {display:inline-block;
		width: 93px;
		height: 30px;
		background-image:url(images/history.png);
		background-repeat: no-repeat;
		margin-left: 15px;
		margin-top: 10px;

}

#history:hover
{ 
  background-image:url(images/historyHover.png);
}

#history span
{
  display: none;
}



#press {display:inline-block;
		width: 54px;
		height: 30px;
		background-image:url(images/press.png);
		background-repeat: no-repeat;
		margin-left: 15px;
		margin-top: 10px;

}

#press:hover
{ 
  background-image:url(images/pressHover.png);
}

#press span
{
  display: none;
}




#video {display:inline-block;
		width: 50px;
		height: 30px;
		background-image:url(images/video.png);
		background-repeat: no-repeat;
		margin-left: 15px;
		margin-top: 10px;

}

#video:hover
{ 
  background-image:url(images/videoHover.png);
}

#video span
{
  display: none;
}


#store {display:inline-block;
		width: 55px;
		height: 30px;
		background-image:url(images/store.png);
		background-repeat: no-repeat;
		margin-left: 15px;
		margin-top: 10px;

}

#store:hover
{ 
  background-image:url(images/storeHover.png);
}

#store span
{
  display: none;
}



#www {display:inline-block;
		width: 59px;
		height: 30px;
		background-image:url(images/www.png);
		background-repeat: no-repeat;
		margin-left: 15px;
		margin-top: 10px;

}

#www:hover
{ 
  background-image:url(images/wwwHover.png);
}

#www span
{
  display: none;
}




#booking {display:inline-block;
		width: 75px;
		height: 30px;
		background-image:url(images/booking.png);
		background-repeat: no-repeat;
		margin-left: 15px;
		margin-top: 10px;

}

#booking:hover
{ 
  background-image:url(images/bookingHover.png);
}

#booking span
{
  display: none;
}


#contact {display:inline-block;
		width: 82px;
		height: 30px;
		background-image:url(images/contact.png);
		background-repeat: no-repeat;
		margin-left: 15px;
		margin-top: 10px;

}

#contact:hover
{ 
  background-image:url(images/contactHover.png);
}

#contact span
{
  display: none;
}


/* side nav links */


#donate {display:block;
		width:211px;
		height: 92px;
		background-image:url(images/donate.png);
		background-repeat: no-repeat;
		margin-bottom: 6px;
		margin-left: 50px;

}

#donate:hover
{ 
  background-image:url(images/donateHover.png);
}

#donate span
{
  display: none;
}


#tweet {display:block;
		width:255px;
		height: 124px;
		background-image:url(images/tweet.png);
		background-repeat: no-repeat;
		margin-left: 5px;
		margin-top: 3px;

}

#tweet:hover
{ 
  background-image:url(images/tweetHover.png);
}

#tweet span
{
  display: none;
}



#listserve {display:block;
		width:255px;
		height: 118px;
		background-image:url(images/email.png);
		background-repeat: no-repeat;
		margin-left: 38px;
		margin-top: 3px;

}





#calendar {display:block;
		width:224px;
		height: 51px;
		background-image:url(images/calendar.png);
		background-repeat: no-repeat;
		margin-bottom: 0px;
		margin-left: 38px;

}

#calendar:hover
{ 
  background-image:url(images/calendarHover.png);
}

#calendar span
{
  display: none;
}


#emailform {display:block;
		width:255px;
		height: 50px;
		margin-left: 42px;
		margin-top: 15px;

}


















#divider
	{display: block;
	width: 273px;
	height: 22px;
	margin-left: 11px;
	background-image:url(images/bar.png);
	background-repeat:no-repeat;}









#footercontainer {
	position:relative;
	height: 43px;
	width: 1080px;
	background-image:url(images/footerback.png);
	background-repeat:no-repeat;
	margin: 10px auto;
	padding: 0px;
	}

#sociallinks {
float:right;
position:relative;
width:auto;
	text-align: right;
	padding: 10px;
	}


	

#copyright{position:relative;
float:left;
	height: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999999;
	font-size: 10px;
	letter-spacing: 0.2em;
	word-spacing: .4em;
	padding: 12px;}
	
	
#copyright a {
	color:#99CCFF;
	text-decoration: none;
}

#copyright a:hover {color:#FFFF99;
text-decoration:none}




ul#footer li {
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 0.2em;
	word-spacing: .4em;
	padding-right: 2px;
	padding-bottom: 3px;
	
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	
	}
#footer a:visited {
	color: #327588;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #EF7C35;
	text-decoration: none;
	}

#footer a:active {
	color: #EF7C35;
	text-decoration: none;}
	
/* misc divs */

#trackcontainer {position: relative;
display: inline-block;width: 560px;
height: auto;
border-top:dashed thin #666666;
margin-top: 15px;}

#albumcover {
position:relative;
float:right;
padding: 10px;
margin-top: 20px;
}

#tracklisting {position: relative;
float: left;width: 300px;
height:auto;}

.linespace {padding-top: 5px;
padding-bottom: 5px;}

ul#rightlist li {
	list-style-type: none;
	color: #339900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 1px;
	
}

ul#dates li {
	list-style-type: none;
	color: #0099CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 2px;
	border-bottom: #999999 dashed thin;
	
}

#gallerycontainer {
	position: relative;
	display: inline;
	width: 530px;
	height: auto;}
	
#gallerypic {position: relative;
float:left;
width: 250px;
height: 460px;
padding: 10px;}

#gallerycontainer2 {
	position: relative;
	display: inline;
	width: 530px;
	height: auto;}
	
#gallerypic2 {position: relative;
float:left;
width: 250px;
height: 420px;
padding: 10px;}


	


