@charset "UTF-8";


body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000;
	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:#FFFFFF; /* sets default text color if any text falls outside the container div */
	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;
}

img a{
	border-style:none;

}
a img {
	border-style:none;

}

/* ------------------------ BEGIN global Hyperlink Styles -------------------- */
body a {
	/*color:#FFFF33;  old hyperlink default color */
	color:#ffcf60;
}
body a:hover {
	color: magenta;
	text-decoration:underline;
}
body a:link {
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
}
body a:active {
	text-decoration: none;
}

#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#FFFFFF; /* globally sets default text color */
	
}

/* ------------------------ BEGIN Top Header Styles -------------------- */
#header {
	/* if no event is specified in the body tag this is the default image */
	background-image:url(../images/header-do_1000x198.jpg);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:top right;
	/*height:148px;*/
	height:168px;
	width:1000px;
	
	padding: 0;  /* 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. */
	
}
.winterfire #header {
	background-image:url(../images/header-wf_1000x198.jpg);
}
.fusion #header {
	background-image:url(../images/header-fu_1000x198.jpg);
}
.summercamp #header {
	background-image:url(../images/header-sc_1000x198.jpg);
}
.happyhour #header {
	background-image:url(../images/header-hh_1000x198.jpg);
}
#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;
	font-size:large; /* this text setting should not be needed - only nav links planned in header div */
}
#branding {
	width:190px;
	height:148px;
	border-right: 1px solid #666;
	background-color:#000;
	background-image:url(../images/brandingLogo.jpg);
	background-repeat:no-repeat;
	z-index:20;
}

/* ---------------------------- BEGIN Navigation Styles -------------------- */
#nav {
	/* IE Hack IE6 and below cant view png */
	background-image:url(../images/navTile.png);
	_background-image:url(../images/navTile.gif);
	background-repeat:repeat;
	margin:0px;
	padding:1px 1px 1px 1px;
	/*padding:1px 1px 1px 35px;*/
	list-style:none;
	/*clear:both;*/
	position:absolute;
	top:148px;
	width:998px;
	/* IE Hack , isolates IE7 and below, without some value here the nav bar positions incorrectly */
	*left:-0px;
	
}
#nav ul {
	margin: 3px auto;
	font-size:12px;
	color:white; /* makes the dividers white*/
	display:inline-block;
	list-style:none;
	font-weight:bold;
	text-shadow: 1px 1px 2px #000;
}
#nav li{
	display:block;
	float:left;
	width:auto;
}
#nav li:first-child {
	/* used in earlier versions of this CSS */	
}
#nav a{
	margin-left:5px;
	margin-right:5px;
}
#nav a:hover{
	color:#FFF;
}
/* ------------------------ BEGIN Main Content Styles -------------------- */
#mainContent {
	padding: 0px 5px 5px 5px; 
	background:#000;
}
#mainContent h1{
	font-size:large;
	color:#ffcf60;
	/*margin-top:8px;*/
	margin-top:20px;
	margin-bottom:1px;
}
#mainContent h2, #mainContent table caption { 
	font-size:medium;
	margin-top:16px;
	margin-bottom:3px;
	text-align:left;
	font-weight:bold;  /* I tried to match table captions as close as possible to h2s */
}
 #mainContent table caption {
 	margin-bottom:15px;
 	/* table captions needed an extra space after */
 }
#mainContent h3{
	font-size:medium;
	margin-top:14px;
	margin-bottom:1px;	
}
#mainContent h4{
	font-size:medium;
	margin-top:12px;
	margin-bottom:1px;
}
#mainContent h5{
	font-size:medium;
	margin-top:12px;
	margin-bottom:1px;
}
#mainContent h6{
	font-size:medium;
	margin-top:12px;
	margin-bottom:1px;
}
#mainContent p {
	font-size:small;
	margin-top:12px;
	margin-bottom:1px;
}
#mainContent ul{
	font-size:smaller;
	margin-top:3px;
	margin-left:6px;
	margin-bottom:2px;
	list-style-position:inside;
}
#mainContent ul ul{
	text-indent:1.5em;
}
#mainContent ol{
	font-size:smaller;
	margin-top:3px;
	margin-left:6px;
	margin-bottom:2px;
	list-style-position:inside;
}
#mainContent img{
	margin:12px;
}
/* ------------------------ BEGIN Main Content Table Styles -------------------- */
#mainContent table {
	padding:0;
	margin:0;
	font-size:smaller;
	background-color:#303;
	border-collapse:collapse;
		
}
#mainContent th{
	font-size:small;
	background-color:#902bc3;	/* 902bc3 is a purple color in Header */
	background: #4f345d;
	background-image:url(images/sideBarTile1.jpg);
	background-repeat:repeat;
	border:0px #000 solid;
}
#mainContent th, td{
	padding:2px 4px 2px 4px;
	border:1px #000 solid;
}
#mainContent tr.even td {
	background-color:#4a004b;
}
#mainContent tr.over td {
	background-color:#631e62;
}


/* ------------------------ BEGIN Sidebar Styles -------------------- */
#sidebarLeft {
	padding: 5px;
	padding-left:10px;	
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	/*background: #003333;*/
	background: #4f345d;
	background-image:url(images/sideBarTile1.jpg);
	background-repeat:repeat;
	width:175px;
	float:left;
}
#sidebarRight {
	padding: 5px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color:#333333;
	width:200px;
	float:right;
}
#sidebarLeft h1, #sidebarRight h1{
	font-size:medium;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 4px;
}
#sidebarLeft h2, #sidebarRight h2{
	font-size:small;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 4px;
}
#sidebarLeft h3, #sidebarRight h3{
	font-size:small;
	text-align:center;
	margin-bottom: 0px;
}
#sidebarLeft p, #sidebarRight p{
	font-size:small;
	margin-top: 2px;
	margin-bottom: 2px;
}
#sidebarLeft ul, #sidebarRight ul{
	font-size:x-small;
}
#sidebarLeft hr, #sidebarRight hr{
	color:#FFFF66;/* IE uses the color */
	background-color:#FFFF66; /* Firefox/Safari uses background-color */
	height:1px;
	width:150px;
}
#sidebarLeft p.time {
	text-align:center;
	margin-top:0px;
}

/* ------------------------ BEGIN Accordion Styles -------------------- */

#theMenu li a {
	color:#FFFFFF;
	font-size:12px;
	list-style-image:url(../images/triangle.gif);
	display:list-item;
}
#theMenu li ul li {
	color:#FFFFFF;
	font-size:12px;
	list-style-type: none;
}
#theMenu li a:hover {
	color:magenta;
	list-style-image:url(../images/triangle_over.gif); 
}

.ui-accordion { margin: 0; padding: 0; list-style-type: none; }
.ui-accordion li { margin: 0; margin-bottom: 2px; padding: 0; }
.ui-accordion li .ui-accordion-header {
	display: block;
	padding-left: 5px;
	margin-right: 3px;
	height: 28px;
	color: #000;
	text-decoration: none;
	line-height: 28px;
	position: relative;
	left: 3px;
}
.ui-accordion li .ui-accordion-right {
	display: block;
	position: absolute;
	top: 0px;
	right: -3px;
	height: 28px;
	width: 3px;
}
.ui-accordion li .ui-accordion-left {
	display: block;
	position: absolute;
	height: 28px;
	width: 3px;
}

/* ------------------------ BEGIN Miscellaneous Styles -------------------- */
.bio {
	font-weight:bolder;
	font-stretch:semi-expanded;
	font-size:larger; 
	color: #ffcf60; /* use this to distinguish a proper name at paragraph start */
} 
.clearFloats {
	clear:both; /* use this class on an element that needs to clear a float */
}
.centeredImage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
.Q {
	font-weight: bold;
	color: #CC66FF; /* color the letter Q in the FAQ page */
} 
.A {
	font-weight: bold;
	color: #ffcf60; /* color the letter A in the FAQ page */
}
.question {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.mustard {
	color: #ffcf60; 
} 
.workshopLevel, .directions {
	color: #FFFF33;
	margin-top:0;
	margin-bottom:0;
}
.reg_problems{
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #FFFF33
}
.w1 {
	/*color: #FC6;*/
	color: #ffcf60;
	font-weight: bold;
	font-size: 12pt;
}
.w2 {
 	font-style: italic;
}
div.staffList ul li{
	list-style:none;
	margin:0;
	text-indent:0;
	margin-left:-30px;
	
}

/* ------------------------ BEGIN Bottom Footer Styles -------------------- */
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
}
#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 */
	font-size:xx-small;
	color:#CCCCCC;
	text-align:center;
}
