/********************************************************************************************* 

0. CSS Reset  -------------------------  All Theme Files

Yellow: #FFD520

*********************************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {list-style: none;}
caption, th {text-align: left;}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}

q:before, q:after {content: '';}
abbr, acronym {border: 0;}


/*********************************************************************************************

1. Basic Setup  -----------------------  All Theme Files

*********************************************************************************************/
html {
	background: #000000;
	height: 100%;
}

body {
	width: auto;
	height: auto;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 1.6em;
	background-color: #000000;
}

html>body {
	min-height: 1200px;
	height: auto;
}

a, a:visited {
	color: #dabc00;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

#content_area a.button, a.button, input.button {
	display: inline-block;
	padding: 9px 15px !important;
	margin: 0 20px 20px 0;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

.submit {
	font-size: 12px;
}

.yellow-text {
	color: #FFD520;
}
	
a.yellow, input.yellow {
	color: #000000;
	background: #FFD520;
}

a.yellow:hover, input.yellow:hover {
	color: #FFD520;
	background: #000000;
}

#content_area a.black, a.black, input.black {
	color: #FFD520 !important;
	background: #000000 !important;
}

#content_area a.black:hover, a.black:hover, input.black:hover {
	color: #000000 !important;
	background: #FFD520 !important;
}

h1 {
font-size: 18px;
width: 517px;
height: 20px;
background: #FFD520 top left no-repeat;
padding: 2px 0 2px 8px;
border-bottom: 2px solid #000000;
}
h2 {font-size: 13px; text-decoration: underline;}
h3 {font-size: 14px;}
h1, h2, h3, h4, h5, h6 {color: #000000;	margin: 0 0 10px 0;}

#faqs a {	color: black; }

abbr,acronym {
border-bottom: 1px dotted;
cursor: help;
} 

em {font-style: italic;}

p {margin-bottom: 15px;}

a:link, a:visited {text-decoration: none;}

:focus {
outline: 0;
}

.alignleft, .left {
float: left;
}

.alignright, .right {
float: right;
}

.clear {
	clear: both;
}

img.alignleft {
margin: 0 10px 10px 0;
}

img.alignright {
margin: 0 0 10px 10px;
}

.divider_line {
	width: 525px;
	border-top: 1px solid #E3E3E3;
	margin: 0 0 20px 0;
	clear: both;
}

.callout {
	width: 505px;
	padding: 10px;
	margin: 0 0 20px 0;
	background: #F5F5F5;
	border: 1px solid #E3E3E3;
	text-align: center;
}

.frame {
	border: 1px solid #E3E3E3;
	background: #F5F5F5;
	padding: 5px;
}

.exhibitor_whats_included {
	padding: 10px;
	border: 1px solid #E3E3E3;
	background: #F5F5F5;
}

.youtube {
	text-align: center;
	margin-bottom: 20px;
}

.one_half,
.one_half_last {
width: 230px;
padding: 10px;
float: left;
}

.one_half {
border-right: 1px solid #E3E3E3;
margin-right: 10px;
}
.one_half_last {
}


/*********************************************************************************************

2. Header Styles  ---------------------  header.php

*********************************************************************************************/
#tag {
	height: 30px;
	background: #000000;
	border-bottom: 2px solid #FFD520;
	color: #FFFFFF;
	padding: 2px 10px 0 10px;
	margin: 0;
	font-size: 12px;
}

#tag a:link, #tag a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#tag a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 812px;
	margin: 0 auto;
	padding: 0px;
	background: #FFFFFF;
}

#header {
	width: 772px;
	float: left;
	padding: 0 20px;
	margin: 20px 0;
}

#left {
width: 275px;
float: left;
}

#right {
width: 476px;
float: right;
}

/*********************************************************************************************

3. Navigation and Menu Styles  --------  header.php

*********************************************************************************************/
#navigation {
	float: left;
	width:100%;
	text-align:center;
	margin: 0px;
	padding: 0px;
	background: url(http://www.fryfest.com/images/bg_nav.gif) top center no-repeat;
	height: 31px;
}

.mainNav {
	color: #FFD200;
	font-size: 11px;
}

.mainNav ul {
	margin: 0px auto;
	padding: 6px 0px 0px;
	list-style-type: none;
}

.mainNav ul li {
	padding:5px 20px 10px;
	display: inline;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

.mainNav ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
}

.mainNav ul li a {
	padding: 0 10px 0 8px;
	text-decoration: none;
	color: #FFD200;
	line-height: 1em;
	z-index: 100;
	text-transform: uppercase;
	cursor: pointer;
}

.mainNav ul li a:hover {
	color: #FFFFFF;
}

/* @group navigation dropdown (anylink) */
#navigation .anylinkcss {
	text-align: left;
	position: absolute;
	visibility: hidden;
	width: 200px;
	display: block;
	z-index: 100;
	border: 1px solid #000000;
	background: #000000;
}
#navigation .anylinkcss a {
	display: block;
	line-height: 1em;
	padding: 10px 0 10px 10px;
	text-decoration: none;
	background: #000000;
}
#navigation .anylinkcss a:hover {
	color: #FFFFFF;
	background: #000000;
}


/*********************************************************************************************

5. Main Content Styles  ---------------  index.php, single.php, page.php

*********************************************************************************************/

#content {
	text-align: left;
	margin: 0px;
	background-color: #FFFFFF;
	border-right: 2px solid #E3E3E3
	border-left: 2px solid #E3E3E3
	padding: 15px 0 0 0;
}

#content_area {
	width: 525px;
	float: left;
	margin: 0px;
	padding: 0 16px 0 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E3E3;
}

#content_area a, #content_area a:visited {
	padding: 3px 7px;
	background: #F5F5F5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
}

#content_area a:hover {
	background: #E3E3E3;
}

#content_area a.plain,
#content_area .merch_image a.plain {
	padding: 0;
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0; 
}

.bulleted_list {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	list-style: url(http://www.fryfest.com/images/bullet_star3.png);*/
}

.bulleted_list li {
	margin: 0 0 5px 0;
}

.unbulleted_list {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#slideshow {
float: left;
}

/* Concert Pages */
#audio_player {
	margin: 15px 0 20px 0;
	float: left;
}

.artist {
	float: left;
	margin-bottom: 5px;
	width: 525px;
}

.artist img.artist_image {
	float: left;
	margin: 0 15px 15px 0;
}

.artist span.artist_details {
	float: right;
	color: #000000;
}
.artist span.artist_name {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.paypal {
	margin-bottom: 20px;
}

/*Fan Forum Pages*/
#lightbox_tailgate a:link {
	padding: 0;
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0; 
}

#merch_item {
	margin-bottom: 10px;
	overflow: hidden;
}

#merch_item .merch_image { 
}

#merch_item .merch_desc {
}

#merch_item .merch_title {
	color: black; 
	text-decoration: none;
	font-weight: bold;
}


/*Schedule of Events Page*/
.event_time {
font-weight: bold;
}

/* Sponsor Page */
#sponsor {
float: left;
width: 250px;
height: 150px;
margin: 10px 12px 10px 0;
text-align: center;
}

#sponsor h3 {
margin-bottom: 5px;
width: 100%;
border-bottom: 1px solid #e6e6e6;
}

#sponsor a:link,
#sponsor a:hover {
background: none;
padding: none;
}

#sponsor .name {
margin-bottom: 5px;
	display: block;
	font-size: 14px;
}

#sponsor .logo {
}

.sidebar_item #sponsor {
	float: left;
	width: 100%;
	border-bottom-color: #e6e6e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-right: 12px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}




/*********************************************************************************************

6. Home Page Styles  ------------------  home.php

*********************************************************************************************/

#subitems h2 {
	width: 200px;
	margin: 8px 0 0 0;
}

#subitems h3 {
	border-bottom: 2px solid #000000;
	background: #FFD520 top left no-repeat;
	padding: 4px 0 0 3px;
}

#subitems h3 a:link, #subitems h3 a:visited {
	color: #000000;
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0; 

}




/*********************************************************************************************

11. Sidebar and Widgets  ---------------  sidebar.php, cat-posts.php, related-posts.php

*********************************************************************************************/
#sidebar {
	float: right;
	margin-right: 0px;
	padding-right: 25px;
}

#sidebar h2 {
	width: 200px;
	margin: 8px 0 0 0;
}

#sidebar h3 {
	border-bottom: 2px solid #000000;
	background: #FFD520 top left no-repeat;
	padding: 4px 0 0 8px;
}


#sidebar a, #sidebar a:visited {
}

#sidebar a.button {
	width: 170px;
	margin: 0 0 10px 0;
}


.sidebar_item {
	width: 200px;
	padding-bottom: 10px;
}

.sidebar_divider {
	width: 10px;
	border-left: 1px solid #E3E3E3;
}

.submenu {
	width: 154px;
	padding-right: 10px;
}

.submenu_divider {
	width: 10px;
	border-left: 1px solid #E3E3E3;
}

#email_signup {
	width: 200px;
}


/*********************************************************************************************

12. Footer Styles  ---------------------  footer.php

*********************************************************************************************/
#footer {
	width: 100%
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
	color: #CCCCCC;
	font-size: 11px;
	background: url(../images/bg_footer.gif) bottom center no-repeat;
}

#copyright {
	width: 525px;
	padding: 10px 0;
	margin: 10px 0 0 20px;
	border-top: 1px solid #E3E3E3
}

#site_by {
	font-size: 11px;
	padding: 0 15px;
	float: right;
}