@charset "UTF-8";
body {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* 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: #FFF url(images/bg.jpg) repeat;
}
#container  {
	margin: 0 auto;
	text-align: left;
	width: 826px;
	overflow: hidden;
	background: #E5D8B5;
}
#header  {
	background: url(images/header.jpg) no-repeat;  /* 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. */
	height: 180px;
	width: 828px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: relative;
	border-bottom: 2px solid #000;
}

#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
p a.contact_btn {
	display: block;
	width: 125px;
	height: 30px;
	text-indent: -9999px;
	background: url(images/contact_sprite.jpg) no-repeat left top;
	position: absolute;
	border-style: none;
	top: 8px;
	right: 12px;
	overflow:hidden;
}

p a.contact_btn:hover {
	background-position: center;
}

p a.contact_btn:active {
	background-position: bottom;	
}
#nav {
	float: left;
	background-color: #4E3C30;
	border-bottom: 4px solid #000;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 826px;
}
#nav li {
	float: left;
}
#nav li a:link, #nav li a:visited {
	background: #4E3C30 url(images/nav_sprites.jpg) no-repeat left top;
	padding: 0.5em 0.5em 0.5em 2em;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	line-height: 0.8em;
	text-transform: uppercase;
	margin-left: 2.7em;
	height: auto;
}
#nav li a:hover {
	background: #dc291e url(images/nav_sprites.jpg) no-repeat left center;
}
#nav li a.current, #nav li a.current:hover, #nav li a.current:active {
	background: #dc291e url(images/nav_sprites.jpg) no-repeat left bottom;
}
/*form styles*/
#container #frmWrap {
	background: #FFF;
	border-bottom: solid 2px #000;
	clear: both;
	padding-top: 10px;
	border-top: solid 2px #000;
}
#container #frmWrap #form1  {
	width: 628px;
	margin: 0 auto;
}
#container #frmWrap #form1 fieldset #send {
	margin: 10px 0 10px 100px;
}
#container #frmWrap #form1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #FFF;
	margin: 20px 0 0 20px;
}
#container #frmWrap #form1 fieldset {
	background: #4A3C31;
	clear: both;
	margin: 0 auto;
	margin-bottom: 10px;
}

#container #frmWrap #form1 label {
	margin-right: 10px;	
}

#comments {
	background: #FFF;
}

#comments:focus {
	background:#FF9;
}
#container #frmWrap #form1 fieldset legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFF;
	background: #4E3C30;
	letter-spacing: 0.1em;
	padding: 5px 10px 20px 10px;
	margin-left: 20px;

}
#container #frmWrap #form1 fieldset input.text {
	width: 200px;
}

#container #frmWrap #form1 fieldset input:focus {
	background:	#FF9;
}

.warning {
	font-weight: bold;
	color: #FF0E0C;
	text-align:center;
}

#mainContent  {
	clear: both;
	background: #E9D8B2 no-repeat;
	width: 826px;
}
#mainContent   p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	text-align: left;
	margin: 0 20px;
	text-indent: 10px;
}
#container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #000;
	text-align: center;
	margin: 10px 0 10px 0;
	padding-top: 20px;
}
#container #mainContent #SCIAW img {
	margin: 30px 0px 0 110px;
	position: relative;
}
.textlink {
	color: #dc291e;
	text-decoration: none;
	border-bottom: 1px dashed #dc291e;
}
#container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 1.8em;
	padding: 30px 0 20px 0px;
}
#container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FF0E0C;
	font-style: italic;
	font-variant: normal;
	text-transform: uppercase;
	margin-left: 20px;
	padding-top: 10px;
}
.scheduledates {
	font-weight: bold;
}
#container #mainContent ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	padding-left: 20px;
	margin-left: 30px;
}
#container #mainContent ul .bullet {
	list-style: url(images/bullet.jpg) outside;
}
#footer  {
	background:#483B32 url(images/footer.jpg) no-repeat;
	height: 56px;
	width: 826px;
	clear: both;
	margin-top: 20px;
}
#footer p  {
	margin: 0;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 0.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
}
.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.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;
}
.centeringimg {
	border: solid 1px #000;
	position: relative;
	margin: 0 auto;
}
.seperator {
	background: url(images/seperator.jpg) repeat-x;
	width: 775px;
	height: 18px;
	margin: 20px 0 0 25px;
}

/*performer links begin here*/
#performer  ul {
	list-style-type: none;
	width: 600px;
	margin: 0 auto;
	margin-top: 30px;
} 
.special  {
	padding-top: 60px;
}

#performer  li {
	border: 1px dotted #999;
	border-width: 1px 0;
	height: 100px;
	margin-left: 80px;
	margin-bottom: 10px;
}

#performer  li a {
	color: #dc291e;
	display: block;
	font: bold 120% Arial, Helvetica, sans-serif;
	padding: 5px;
	text-decoration: none;
	height: 90px;
}

 * html #performer  li a {  /* make hover effect work in IE */
	width: 400px;
}
#footer a:hover {
	color: #FF0E0C;
	border-top: 1px dotted #FD0E0C;
	border-bottom: 1px dotted #FD0E0C;
}

#performer li a:hover {
	background: #FF9;
}

#performer  a em {
	color: #000;
	display: block;
	font: normal 85% Verdana, Helvetica, sans-serif;
	line-height: 125%;
}
#sponsor  {
	margin: 10px;
}
.sponsor  {
	margin: 5px;
	padding: 0px;
}
#performer ul li a img {
	margin-right: 20px;
	float: left;
	border-width: 0px;
	border-style: none;
}
.fiddle  {
	float: right;
	background: url(images/fiddle.jpg) no-repeat;
	clear: both;
}
a.thankyou {
	font-family: Verdana, Geneva, sans-serif;
	color: #dc291e;
	border-bottom: 1px dotted #C33;
	text-decoration: none;
}

#shirt{
	width: 200px;
	margin: 30px 0 10px 30px;
	position: relative;
}

#viewCart{
	width: 450px;
	float: left;
	margin: 0 0 10px 30px;
	left: 211px;
	top: 720px;
}
#mainContent #viewCart div p {
	margin-top: 20px;
}

.addCart{
	width: 200px;
	float: left;
	margin: 0 0 10px 30px;
}
#mainContent #performer form {
	margin: 10px 0 0 30px;
}

#mainContent #performer h3 {
	color: #000;
	text-transform: none;
	margin-top: 20px;
}
#container #mainContent p .sponsor {
	margin: 0 20px 5px 0;
}
a.pdf {
	background:url(images/pdf.png) no-repeat left center;
	padding-left: 20px;
}.copyright {
	float: left;
}
.bottomnav {
	float: right;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

