/* CSS Document */

/*****Reset*****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*****Basic Elements*****/

body {
	background-color:#000000;
	background-image:url(../images/background-repeat.jpg);
	background-repeat:repeat-y;
	font-family:Georgia, Times New Roman, Serif;
	background-position:center top;
	color:#7e2108;
}

p {
	font-family:Georgia, Times New Roman, Serif;
	font-size:12px;
	color:#7e2108;
	line-height:26px;
	margin-bottom:16px;
	padding:0 23px;
}

a {
	color:#7e2108;
}

h3 {
	font-size:17px;
	font-style:italic;
	margin-bottom:16px;
	padding:0 23px;
	line-height:26px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 16px;
	line-height: 23px;
	padding: 0px 23px;
	}

/*****Generic Classes*****/


/*****Basic Layout*****/

#container {
	background-image:url(../images/background-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-position:center top;
}

/*****Header*****/

#header, #content, #footer {
	width:913px;
	margin:0 auto;
}

h1 {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:282px;
	height:261px;
	display:block;
	/*margin:20px 0 0 100px;*/
	float:left;
	margin-top:20px;
}

h1 a {
	display:block;
	overflow:hidden;
	text-indent:-99999px;
	width:282px;
	height:261px;
}

#header h2 {
	display:none;
}

#imageRotator {
	float:left;
	width:557px;
	height:282px;
	margin-left:35px;
	margin-top:48px;
	overflow:hidden;
}

#imageRotator div a {
	width:557px;
	height:282px;
	display:block;
	overflow:hidden;
	text-indent:-99999px;
}

#image1 a {
	background-image:url(../images/header_image-1.jpg);
}

#image2 a {
	background-image:url(../images/header_image-2.jpg);
}

#image3 a {
	background-image:url(../images/header_image-3.jpg);
}

#image4 a {
	background-image:url(../images/header_image-4.jpg);
}

#nav {
	clear:left;
	display:block;
}

#nav li {
	float:left;
	margin-top:35px;
	padding-bottom:23px;
}

#nav li a {
	background-color:#451508;
	color:#f2da99;
	text-decoration:none;
	padding:14px 13px;
	padding:14px 20px;
	font-size:12px;
	display:block;
}

#nav li a:hover {
	background-color:#602515;
	color:#ffcc42;
}

/*****Content*****/

#content {
	clear:left;
}

#narrow {
	float:left;
	width:292px;
}

#narrow.right {
	margin-left:15px;
}

#dateTimes {
	background-image:url(../images/left_dateTime.png);
	width:292px;
	height:269px;
	margin-top:20px;
}

#dateTimes h2, #dateTimes h3, #dateTimes hr {
	display:none;
}

#goldCardCallout {
	background-image:url(../images/callOut_goldCard.png);
	background-repeat: no-repeat;
	width: 288px;
	padding-top: 373px;
	height: 0px;
	display: block;
	overflow: hidden;
	}

#admission {
	background-image:url(../images/left_admission.png);
	width:288px;
	height:218px;
	margin-top:0px;
}

#admission h2, #admission h3, #admission hr {
	display:none;
}

#narrow img {
	margin-top:25px;
}

#wideColumn {
	float:left;
	width:602px;
	margin-left:15px;
}

#wideColumn.left {
	margin-left:0px;
}

#wideColumn h2 {
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-99999px;
}

#wideColumn h2.intro {
	background-image:url(../images/right_h2-intro.png);
	height:147px;
	width:602px;
}

#wideColumn h2.goldenBeginnings {
	background-image:url(../images/right_h2-goldenBeginnings.png);
	height:90px;
	width:602px;
}

#wideColumn h2.about {
	background-image:url(../images/right_h2-about.png);
	height:90px;
	width:602px;
}

#wideColumn h2.history {
	background-image:url(../images/right_h2-history.png);
	height:90px;
	width:602px;
}

#wideColumn h2.californiaHistory {
	background-image:url(../images/right_h2-californiaHistory.png);
	height:90px;
	width:602px;
}

#wideColumn h2.gallery {
	background-image:url(../images/right_h2-gallery.png);
	height:90px;
	width:602px;
}

#wideColumn h2.events {
	background-image:url(../images/right_h2-events.png);
	height:90px;
	width:602px;
}

#wideColumn h2.news {
	background-image:url(../images/right_h2-news.png);
	height:90px;
	width:602px;
}

#wideColumn h2.links {
	background-image:url(../images/right_h2-links.png);
	height:90px;
	width:602px;
}

#wideColumn h2.hotelDeals {
	background-image:url(../images/right_h2-hotelDeals.png);
	height:90px;
	width:602px;
}

#wideColumn h2.hotelParking {
	background-image:url(../images/right_h2-hotelsParking.png);
	height:90px;
	width:602px;
}

#copy {
	background-image:url(../images/right_content-bg.png);
	background-repeat: repeat;
	padding:20px 0px;
	width: 602px;
}

#copy em {
	font-style: italic;
	}
	
#copy strong {
	font-weight: bold;
	}
	
#copy ul {
	display: block;
	padding: 0 23px;
	margin: 0px 0px 16px 13px;
	}
	
#copy li {
	list-style: square;
	list-style-position: outside;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 26px;
	}
	
.adLeft {	
	float:left;
	margin-left:23px;
	margin-right:14px;
}

.adRight {
	float: right;
	margin-right: 23px;
	margin-left: 14px;
	}
	
a img.ad {
	margin-left:10px;
	margin-right:10px;
	float:right;
}

a img.adLeft {
	float:left;
	margin-left:23px;
	margin-right:14px;
}

a img.adRight {
	float: right;
	margin-right: 23px;
	margin-left: 14px;
	}
	
table.tableLeft {
	float:left;
	margin-left:23px;
	margin-right:14px;
	padding: 0px;
	width: 160px;
}	

table.tableRight {
	float:right;
	margin-right:14px;
	margin-left:23px;
	padding: 0px;
	width: 160px;
}	


#contentCallout {
	height:91px;
	width:602px;
	clear:both;
}

#contentCallout a {
	display:block;
	height:91px;
	width:602px;
	overflow:hidden;
	text-indent:-99999px;
}

#contentCallout a.hotelPackages {
	background-image:url(../images/right_callout-hotelDeals.png);
}

#gallery a img {
	background-color:#FFFFFF;
	padding:6px 6px 19px;
	margin:5px 10px;
}

#gallery a img:hover {
	background-color:#FFF9EC;
}


/*****Footer*****/

#footer {
	width:940px;
	margin:0 auto;
	clear:left;
}

#brownFooter {
	width:708px;
	height:293px;
	background-image:url(../images/footer_brown-box.png);
	float:left;
}

#brownFooter p {
	margin-left:305px;
	margin-top:66px;
	color:#ffcc42;
}

#whiteNav {
	background-image:url(../images/footer_white-box.png);
	width:207px;
	height:240px;
	float:left;
	margin:20px 0 0 11px;
	padding-top:30px;
}

#whiteNav li {
	line-height: 24px;
	float: left;
	display: block;
	width: 191px;
	}

#whiteNav li a {
	color:#441205;
	text-decoration:none;
	font-size:12px;
	padding-left: 16px;
	display: block;
	width: 191px;
}

#whiteNav li a:hover {
	background-color:#a72b09;
	color:#FFFFFF;
}

.footerImage {
	float:left;
	margin-top:139px;
}

#sponsors {
	background-image:url(../images/sponsor_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width:400px;
	float:left;
	text-align:center;
	padding-top:60px;
	margin-top:20px;
	overflow: hidden;
}

#sponsors h2 {
	display:none;
}

#sponsors img {
	margin:0 10px 5px;
}


/*****Etc*****/

/* Events Page Stuff */
#program {
	/*position:relative;*/
	float:left;
	padding: 0px 5px 0px 20px;
	margin-top: -10px;
}

ul#key li {
	/*position:relative;*/
	list-style-type:none;
	list-style-position:outside;
}

ul#key li img {
	/*position:absolute;
	top:7px;
	left:0px;
	display:inline;*/
}

ul#key li {
	/*padding-left:74px;*/
}

#copy ul#scheduleNav {
	padding:0px;
	height:46px;
	margin:0px auto;
}

ul#scheduleNav li {
	list-style-type:none;
	display:block;
	margin:0px 3px;
	text-align:center;
	width:134px;
	height:47px;
	float:left;
}

ul#scheduleNav li a {
	display:block;
	padding:10px 0px;
	width:134px;
	background-color:#451508;
	color:#ffcc3e;
	text-decoration:none;
	float:left;
	margin:0px 2px;
}

ul#scheduleNav li a:hover {
	background-color:#6d2d1c;
}

ul#scheduleNav li a.active {
	background-color:#a72b09;
	color:#FFFFFF;
}

#schedule {
	background-image:url(../images/schedule_bg.png);
	background-position:top;
	background-repeat:repeat-x;
}

#schedule h3 {
	color:#A72B09;
	font-size:30px;
	font-weight:bold;
	padding-top:20px;
}

#schedule h4 {
	color:#451508;
	font-size:24px;
	font-weight:bold;
	border-bottom:1px solid #e1be63;
	padding-bottom:5px;
}

#schedule ul {
	padding:0 12px;
}

#schedule ul li {
	list-style-type:none;
	background-repeat:no-repeat;
	background-position:right center;
	line-height:19px;
	margin:8px 0;
}

#schedule li.icon_guitar {
	background-image:url(../images/icon_guitar.png);
	padding-right:50px;
}

#schedule li.icon_savemart {
	background-image:url(../images/icon_saveMart.png);
	padding-right:80px;
}

#schedule li.icon_shootout {
	background-image:url(../images/icon_guns.png);
	padding-right:58px;
}

#pdfDownloads a {
	background-color:#A72B09;
	padding:10px 0px;
	text-align:center;
	color:white;
	margin:5px 0px;
	font-size:12px;
	line-height:normal;
	display:block;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-bottom:2px solid #A72B09;
	border-left:1px solid #A72B09;
}

#pdfDownloads a:hover {
	border-bottom:2px solid #4F1100;
	border-left:1px solid #4F1100;
	color:#FFCC42;
	background-color:#8B2104;
}


