@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #B39F84;
	background-image: url(/images/background2.jpg);
	background-repeat: repeat;
}
h5 {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.gig h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 964px;
	margin: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
} 
.twoColFixLtHdr #header {
	behavior:url(/js/iepngfix.htc); /* Adds PNG support in IE 5.5+ */
	background: url(../images/2009/header.png) no-repeat 0px 0px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 161px;
	width: 964px;
	display: block;
} 
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
.twoColFixLtHdr #sidebar1 {
	behavior:url(/js/iepngfix.htc); /* Adds PNG support in IE 5.5+ */
	float: left; /* since this element is floated, a width must be given */
	width: 177px; /* 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 */
	background: url(/images/2009/menu-bar.png) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 413px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent {
	behavior:url(/js/iepngfix.htc); /* Adds PNG support in IE 5.5+ */
	background-image:url(/images/2009/main-content-bg.png);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0px;
	width: 727px;
	display: block;
	float: right;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0px;
	behavior:url(/js/iepngfix.htc); /* Adds PNG support in IE 5.5+ */
	background-image: url(/images/2009/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 43px;
	width: 787px;
	text-align: center;
	display: block;
	clear: both;
	margin: 0px 0px 0px 177px;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #footer A:link, .twoColFixLtHdr #footer A:visited, .twoColFixLtHdr #footer A:active {
	font-size: 10px;
	color: #523004;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer A:hover {
	font-size: 10px;
	color: #824301;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixLtHdr #nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #nav li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
	font-variant: small-caps;
	display: inline;
}

.twoColFixLtHdr #nav a:link, .twoColFixLtHdr #nav a:active, .twoColFixLtHdr #nav a:visited {
	color:#0066CC;
	background-image: url(/images/2010/nav-items.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	overflow:hidden;
	display: block;
	width: 157px;
	text-indent: -9999px;
}

.twoColFixLtHdr #nav a:hover {
	color:#000000;
	background-image: url(/images/2010/nav-items.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	overflow:hidden;
	display: block;
	width: 157px;
	text-indent: -9999px;
}



.twoColFixLtHdr #mainContent h1 {
	margin: 0px; /* 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: 5px 0px 10px;
}
.twoColFixLtHdr #mainContent h2 {
	/* 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: 10px 0px 5px;
	margin: 0px;
}
.twoColFixLtHdr #mainContent h3 {
	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: 5px 0px 2px;
}
.twoColFixLtHdr #mainContent h4 {
	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: 2px 0px 0px;
}
.twoColFixLtHdr #mainContent h5 {
	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: 2px 0px 0px;
}

.twoColFixLtHdr #mainContent #gigs h2 {
	text-indent: -9999px;
	background-image: url(../images/upcoming-gigs.gif);
	background-repeat: no-repeat;
	margin-left: 7px;
	margin-top: 0px;
	height: 61px;
	width: 166px;
	padding-top: 5px;
	padding-bottom: 5px;

} 
.twoColFixLtHdr #mainContent #mailing-list h2 {
	background-repeat: no-repeat;
	margin-left: 7px;
	margin-top: 0px;
	height: 61px;
	width: 166px;
	padding-top: 5px;
	padding-bottom: 5px;

}


/* BUTTONS */
.twoColFixLtHdr #nav li#nav_home a {
	background-position: 0 -5px;
	height: 35px;
}
.twoColFixLtHdr #nav li#nav_bio a {
	background-position: 0 -38px;
	height: 35px;
}
.twoColFixLtHdr #nav li#nav_gigs a {
	background-position: 0 -75px;
	height: 35px;
}
.twoColFixLtHdr #nav li#nav_serenity a {
	background-position: 0 -113px;
	height: 45px;
}
.twoColFixLtHdr #nav li#nav_bigband a {
	background-position: 0 -161px;
	height: 35px;
}
.twoColFixLtHdr #nav li#nav_songbook a {
	background-position: 0 -198px;
	height: 45px;
}
.twoColFixLtHdr #nav li#nav_photos a {
	background-position: 0 -246px;
	height: 35px;
}
.twoColFixLtHdr #nav li#nav_videos a {
	background-position: 0 -283px;
	height: 35px;
}
.twoColFixLtHdr #nav li#nav_contact a {
	background-position: 0 -319px;
	height: 35px;
}



/* OVER STATES */
.twoColFixLtHdr #nav #nav_home a:hover {
	background-position: -157px -5px;
	height: 35px; width:150px;
}
.twoColFixLtHdr #nav #nav_bio a:hover {
	background-position: -157px -38px;
	height: 35px; width:150px;
}
.twoColFixLtHdr #nav #nav_gigs a:hover {
	background-position: -157px -75px;
	height: 35px; width:150px;
}
.twoColFixLtHdr #nav #nav_serenity a:hover {
	background-position: -157px -113px;
	height: 45px; width:150px;
}
.twoColFixLtHdr #nav #nav_bigband a:hover {
	background-position: -157px -161px;
	height: 35px; width:150px;
}
.twoColFixLtHdr #nav #nav_songbook a:hover {
	background-position: -157px -198px;
	height: 45px; width:150px;
}
.twoColFixLtHdr #nav #nav_photos a:hover {
	background-position: -157px -246px;
	height: 35px; width:150px;
}
.twoColFixLtHdr #nav #nav_videos a:hover {
	background-position: -157px -283px;
	height: 35px; width:150px;
}
.twoColFixLtHdr #nav #nav_contact a:hover {
	background-position: -157px -319px;
	height: 35px; width:150px;
}



/* PANELS */
.panel-gigs {
	background-image: url(../images/panel-nov09/panel-gigs-middle.gif);
	background-position: top;
	background-repeat: repeat-y;
	display: block;
	margin: 0px 50px 0px 0px;
	width: 181px;
	padding: 0px;
	float: right;
}
.panel-mailing-list {
	background-image: url(../images/panel-nov09/panel-mail-middle.gif);
	background-position: top;
	background-repeat: repeat-y;
	display: block;
	float: right;
	width: 180px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.small_panel_brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #523004;
	color: #84D0FE;
	display: block;
	width: 160px;
	margin-right: 7px;
	margin-left: 9px;
}
.small_panel_brown A:link, .small_panel_brown A:visited, .small_panel_brown A:active {
	font-size: 10px;
	color: #84D0FE;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.small_panel_brown A:hover {
	font-size: 10px;
	color: #84D0FE;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.panel-serenity {
	background-image: url(../images/panel-nov09/serenity-CD-album_01.gif);
	background-position: top;
	background-repeat: no-repeat;
	display: block;
	width: 181px;
	padding: 0px;
	float: right;
	height: 200px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: -9999px;
}
.photo_thumb {
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 6px;
}
#photo_gallery {
	display: block;
	text-align: left;
	background-color: #F0F0F0;
	padding: 5px;
	border: 1px solid #613e00;
	width: 680px;
	margin: 0 auto;
}
