@charset "utf-8";

/* reset */

* {
	padding:0;
	margin:0;
	}
/* reset */

* {
	padding:0;
	margin:0;
	}


h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	margin-bottom:1em; 
	}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	margin-bottom:1em; 
	}


li, dd {
	margin-left:5%;
	}
li, dd {
	margin-left:5%;
	}

	
fieldset {
	padding: .5em;
	}
	
fieldset {
	padding: .5em;
	}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-image: url(/site/img/body_bg.jpg);
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #fff;
}

/* end reset */



.twoColFixLtHdr #container {
	width: 720px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	height: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}


.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 215px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 5px;
	background-image: url(/site/img/content_bgptn.png);
	background-attachment: fixed;
	background-repeat: repeat;
} 
.twoColFixLtHdr #footer, .paging {
	color: #666666;
	font-size: 0.8em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: right;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	color: #d20027;
}

#sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.sidebarheader {
	color: #000;
}

h2 {
    font-size: 16px;
}


/* image replacement */

#ontour {
	display: block;
	width: 215px;
	height: 20px;
	overflow: hidden;
	line-height: 1000px;
	background-color: transparent;
	background-image: url(/site/img/title_upcomingshows.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#titlenews, #titletour, #titlemusic, #titlephotos, #titlevideo, #titleguestbook, #titlepress, #titlelinks, #titlecontact {
	display: block;
	width: 200px;
	height: 35px;
	overflow: hidden;
	line-height: 1000px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#titlenews {
	background-image: url(/site/img/title_news.gif);
}
#titletour {
	background-image: url(/site/img/title_tour.gif);
}
#titlemusic {
	background-image: url(/site/img/title_music.gif);
}
#titlephotos {
	background-image: url(/site/img/title_photos.gif);
}
#titlevideo {
	background-image: url(/site/img/title_video.gif);
}
#titleguestbook {
	background-image: url(/site/img/title_guestbook.gif);
}
#titlepress {
	background-image: url(/site/img/title_press.gif);
}
#titlelinks {
	background-image: url(/site/img/title_links.gif);
}

#titlecontact {
	background-image: url(/site/img/title_contact.gif);
}

table#events {
	width:100%;
}

table#events td {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: none;
	border-bottom-color: #333;

}


/* flickr */

#mainContent .setpreview .thumbnail img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#mainContent .individual .image .title {
	display: none;
}
.flickr_comments {
	display: none;
}



#mainContent .individual .image img {
	margin-top: 10px;
	margin-bottom: 20px;
}

/* ticker */
.newsticker {
	list-style-type: none;
}




[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 0px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
