@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #666;
}

#container {
	width: 740px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */ /*	background-image: url("images/slice.gif");   */
	background-repeat: repeat-x;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px 0px;
	padding: 0px;
	border: 0px;
	list-style: none outside;
}
#container #mainContent #wrapper {

}


h1 {
	font: bold 28px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-bottom: 8px;
}

h2 { padding: 6px 0 4px 0px; font: bold 16px Arial, Helvetica, sans-serif; }

h3 { font: bold 14px Arial, Helvetica, sans-serif; }

h4 { font: bold 12px Arial, Helvetica, sans-serif; }

p { font: normal 14px/110% Arial, Helvetica, sans-serif; }

strong { font: bold 14px Arial, Helvetica, sans-serif; }

#header {
	background: #DDDDDD;
	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. */
	position: relative;
	top: 0px;
}
 
#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ }

#header #logo {
	position: relative;
	top: 0px;
	left: 0px;
}

#header #concert { position: relative; left: 235px; top: 0px; margin: 0px; }

/*  -------------- horizontal navigation ---------------- */
#horizNav {
	width: 740px;
	background-color: #8D8D8D;
	position: relative;
	top: -14px;
	margin: 0px;
	padding: 0px;

	
 }

#horizNav ul {
	padding: 0;
	margin: 0;
	background-color: #8D8D8D;
	color: White;
	font: normal 13px arial, helvetica, sans-serif;

}

#horizNav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#horizNav ul li a { padding: 3px 12px; background-color: #8D8D8D; color: White; text-decoration: none;   border-top: 1px solid #000; border-right: 1px solid #333;  border-bottom: 1px solid #000;
	 }
#horizNav ul li a#last {
	padding: 3px 12px;
	 }


#horizNav ul li a:hover {
	background-color: #4B4B4B;
	color: #fff;

}
#horizNav ul li a:active {
	background-color: #4B4B4B;
	color: #fff;

}


/* link styling for current page */
#horizNav li a#current:link {
	color: #fff;
	background-color: #CCCCCC;
}

#horizNav li a#current:visited { color: #333333; background-color: #CCCCCC;  }

#horizNav  li a#current:hover { color: #333333; background-color: #CCCCCC; }

#horizNav  li a#current:active {
	color: #333333;
	background-color: #CCCCCC;
}

/* ------------------------------------------- */
/* -------------vertical navigation --------- */
#vertNav { float: right; }

#vertNav ul { list-style-type: none; width: 100px; padding: 0; margin: 40px 30px 8px 40px; border-bottom: 1px solid #000; border-right: 1px solid #000; border-left: 1px solid #000; }

#vertNav li { border-top: 1px solid #000; }

#vertNav li a { display: block; background-color: #DDDDDD; text-decoration: none; padding: 4px 0 4px 4px; }





	
/* ----------------------------------------------- */
#mainContent { margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */ padding: 14px 30px; }

/*
#moxie_350 {
	position: relative;
	left: 160px;
	padding-top: 20px;
	padding-bottom: 20px;
}
*/
#mainContent p {
	font: normal 14px/150% Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 10px;
}

#mainContent a:link { text-decoration: underline; /*text-align: center;*/ color: #000000; font: 14px Arial, Helvetica, sans-serif; }

#mainContent a:visited { text-decoration: underline; color: #000000; font: 14px Arial, Helvetica, sans-serif; }

#mainContent a	{
padding:2px;
}	
#mainContent a:hover { 
/*color: #B7B7B7;*/
color:#ffffff;
background-color:#B51032; 
text-decoration: underline; }

#mainContent a:active { 
/*color: #B7B7B7;*/
color:#ffffff;
background-color:#B51032; 
text-decoration: underline; }

#sidebar1 { float: right; /* since this element is floated, a width must be given */ width: 200px; /* 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: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 8px 10px 8px 10px; margin: 12px 15px 20px 24px; _display: inline; /* this is an IE hack */ }

#sidebar1 p { font: normal 12px/110% Arial, Helvetica, sans-serif; }
 
/*#twoColumnLeft {
	float: left;
	width: 300px;
	background: #fff;
	padding: 15px 20px;
	margin: 0 0 0 20px;
}
#twoColumnRight {
	float:right;
	width:300px;
	margin: 0px;
	padding: 15px 20px;
	background: #fff;
	position: relative;
	top: 55px;
}
*/
#twoColumnLeft ul { margin: 0; padding: 0; }
	
#twoColumnLeft  li { font: 14px/110% Arial, Helvetica, sans-serif; list-style: circle outside; }

#twoColumnRight ul { margin: 0; padding: 0 20px 0 0; }
	 
#twoColumnRight li { font: 14px/110% Arial, Helvetica, sans-serif; list-style: circle inside; }

/*#twoColumnLeft li strong {
	font: bold 14px Arial, Helvetica, sans-serif;
}
#twoColumnRight li strong {
	font: bold normal 16px Arial, Helvetica, sans-serif;
}
*/
/*
#mainContentLeft {
	float: left;
	width: 380px;
	background: #fff; 
	padding: 15px 10px 10px 20px;
}
 
#sidebarContentRight {
	float:right;
	width:240px;
	margin: 20px;
	padding: 10px 10px;
	background: #DDDDDD;
}
*/
/*
#footer { 
	padding: 0 10px 0 20px;
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
*/
.floatRight { /* 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; }

.floatLeft { /* this class can be used to float an element left in your page */ float: left; margin-right: 8px; }

/*
.twoColFixLtHd #twoColumnLeft ul {
	list-style: circle outside;
	margin: 0px;
	padding: 0px;
} 
#twoColumnRight ul {
	list-style: circle outside;
	margin: 0px;
	padding: 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; }

#footer {
	padding: 0 10px 0 20px;
	font: normal 14px Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #B51032;
}
/* 
#splash2 #footer { background-color: #DDD; }
#splash1 #footer { background-color: #DDD; }
*/ 
#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 */ }

#repertoire #container #vertNav { position: absolute; left: 600px; top: 100px; }
#order #container #mainContent #cd li {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#repertoireTable  li {
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-image: none;
}
#navigation {
	font-size: 80%;
	position: relative;
	top: -5px;
}
#navigation ul {
	list-style:none;
	margin: 0;
	padding:0;
	padding: 0.6em 0 0.6em 0;
	background-color: #B51032;
}
#navigation li {
	display:inline;
}
#navigation a:link, #navigation a:visited  {
	padding: 0.6em 0.7em 0.6em 0.7em;
	color: #FFFFFF;
	background-color: #B51032;
	text-decoration: none;
	border-top: 1px solid #711515;
	border-right: 1px solid #711515;
}
#navigation a#current:link, #navigation a#current:visited	{
	/*color: #FFFFFF;
	background-color: #711515;*/
	color:#000000;
	background-color:#ffffff;
	}

#navigation a:hover {
	color: #FFFFFF;
	background-color: #711515;
}
#navigation a#current:hover {
	color: #000000;
	background-color: #ffffff;	
}
#navigation a#home:hover	{
	color: #FFFFFF;
	background-color: #B51032;
	}
#navigation a#last {
	border-right: none;
}
/* #about  #mainContent img {
	border: thin solid #333333;
	margin-top: 0px;
	margin-right: 0px;
}
*/
/* this sets up the table for the about bios */
#about table {
	font: 12px Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
td {
	padding: 12px;
	/*border: 1px solid #333333;*/
	text-align:left;
	vertical-align: top;
	}
td img{
	border: 1px solid #333;
	margin-top: 6px;
}
#about #container #mainContent table {
	padding: 0px;
}
#about #container #mainContent p {
	padding: 0px;
}
table {
	margin: 0px;
	padding: 0px;
}

#header #logo_splash2 {
	position: relative;
	left: 196px;
	padding: 0;
} 
#splash2 #mainContent {
	margin: 0px;
	padding: 10px 30px 20px 30px;
} 
#splash2 #moxie_400 {
	position: relative;
	left: 140px;
	margin: 0px;
	padding: 0;
}
#splash2  p {
	font: normal 14px/115% Arial, Helvetica, sans-serif;
	padding: 8px 0px;
}

/*#splash2 #mainContent a:link {
	text-decoration:underline;
	text-align:center;
	color:#000000;
	font:  14px Arial, Helvetica, sans-serif;
}
#splash2 #mainContent a:visited {
	text-decoration:underline;
	color:#000000;
	font:  14px Arial, Helvetica, sans-serif;
}


#splash2 #mainContent a:hover {
	color: #B7B7B7;
	#color:#FFFFFF;
	background-color:#B51032;
	text-decoration: underline;
}
#splash2 #mainContent a:active {

	color: #B7B7B7;
	color:#B51032;
	text-decoration: underline;
}*/
#order .floatRight { /* 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;
	margin-right: 00px;
}
#order .floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}
#order ul#cd{
	font: normal 16px/110% Arial, Helvetica, sans-serif;
	width: 260px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
/*	commented out 090403 ak
#shows td img{
	border: 1px solid #333;
	margin: 0px;
	position: relative;
	top: -30px;
	left: 10px;
} */
img.spacer {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
