@charset "utf-8";


html, body  {
	font-family: Arial, Helvetica, sans-serif, "MS Reference Sans Serif"; font-size: 10pt; color: #FFFFFF;
	background: #556f28;
	margin: 0; /* 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: #fff;
}

a {
	color:#FF9;
}

#container
{
width: 910px;
background: #3b6a2b url(/images/bg-ramp2.jpg) repeat-y 50% 0;
padding: 0 20px;
margin: 0px auto;
border: 0px solid gray;
line-height: 125%;
text-align:left;
}

#top
{
padding: 0;
background-color: #ddd;
border-bottom: 0px solid gray;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 5px;
margin: 0;
padding: 1em;
display:none;
}

#rightnav
{
float: right;
width: 140px;
margin: 0;
padding: 0.6em;
text-align:center;
}

#content
{
margin-left: 5px;
border-left: 0px solid gray;
margin-right: 0px;
border-right: 0px solid gray;
padding: 4px;
max-width: 740px;
text-align:center;
}

#footer
{
clear:both;
margin: 0;
padding: .5em;
color: #333;
border-top: 0px solid gray;
font-size:11px;
height: 15px;
background-color: #fdb508;
text-align:center;

}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

#logo-bar {
	width: 100%;
	height: 95px;
	background: url(/images/logo-bg.jpg) #3d5445;
}


/* Navigation Styles */

#nav {
	float: left;
	height: 24px;
	width: 907px;
	background: #ccc url(/images/nav_bg.gif) repeat-x;
	border: solid 1px #3b6a2b;
	padding-right: 0px;
	padding-left:0px
}

#home #nav-home a, 
#artists #nav-artists a,
#tickets #nav-tickets a,
#location #nav-location a,
#news #nav-news a,
#information #nav-information a,
#about #nav-about a,
#forum #nav-forum a
{
    background-color: #3b6a2b;
	color: #fff;
}

 
#home #nav-home li a, 
#artists #nav-artists li a,
#tickets #nav-tickets li a,
#location #nav-location li a,
#news #nav-news li a,
#information #nav-information li a,
#about #nav-about li a,
#forum #nav-forum li a
{
	background: url(/images/nav_subparent_bg.gif) repeat-x;
	color: #3b6a2b;
}

#home #nav-home li a:hover, 
#artists #nav-artists li a:hover,
#tickets #nav-tickets li a:hover,
#location #nav-location li a:hover,
#news #nav-news li a:hover,
#information #nav-information li a:hover,
#about #nav-about li a:hover,
#forum #nav-forum li a:hover {
	background: #E5E5E5;
	color: #555;
}


#nav ul {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: auto;
	list-style: none;
}
#nav li {
	position: relative;
	float: left;
	width: auto;
	border-right: solid 1px #3b6a2b;
	border-left: solid 1px #3b6a2b;
}
#nav a {
	display: block;
	float: left;
	width: auto;
	padding: 0 15px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
}
#nav a.parent {
	padding-right: 23px;
	background: url(/images/nav_arrow.gif) 100% 50% no-repeat;
}
#nav a:hover {
	color: #f00;
}
#nav li a:hover {
	background-color: #3b6a2b;
	color: #fff;
}
#nav li ul {
	position: absolute;
	top: 24px;
	left: -999em;
	width: 150px;
}
#nav li li {
	width: 150px; /* Important: width required here for Opera bug */
	background: url(/images/nav_subparent_bg.gif) repeat-x;
	border: none; /* removes borders applied to first level */
	text-align:left;
}
#nav li li a {
	width: 120px;
	padding: 5px 15px;
	line-height: 1.2;
	color: #416B0A;
}
#nav li li a.subparent {
	width: 112px;
	padding-right: 23px;
	background: url(nav_subparent_arrow.gif) 100% 50% no-repeat;
}
#nav li li a:hover {
	background-color: #E5E5E5;
	color: #555;
}
#nav li ul ul {
	margin: -26px 0 0 150px;
}
/* Increase "#nav li:hover ul ul ul+" and "#nav li.sfhover ul ul ul+" for each additional level */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
}
/* Increase "#nav li li+ li:hover ul" and "#nav li li+ li.sfhover ul" for each additional level */
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	left: 0;
	z-index: 100; /* Important: ensures drop down menus appear over other content on the z-axis */
	background-color: #FFF; /* Important: background (anything but transparent) required here for IE7 bug */
	border: solid 1px #CCC;
}

#content {
	clear: left; /* Important: clear content following the menu bar. */
}

/* End Navigation Styles */

#spacer-bar {
	clear: left;
	width: 100%;
	height: 3px;
	background-color: #3b6a2b;
	margin: 0px;
	padding: 0px;
}


.clear { 
clear:both;
display:block;
visibility : hidden;  
}


/* Artists styles */
.artistsList {
width: 100% ;
}

.artistsList ul {
	list-style:none;
	margin-left:180px;
}
.artistsList li a {
	height: 35px;
	width: 340px;
	display: block;
	background-image: url(/ui/sun_ico.gif);
	background-repeat: no-repeat;
	text-align:left;
	padding-left:30px;
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
}


.act_details {
	padding: 20px 10px 25px 15px;
	clear: left;
	border-top: 3px double #DEEED4;
	text-align:left;
}

.act_details img {
	float: right;
	padding: 5px 10px 10px;
	margin: 0px;
	clear: right;
}

.act_details h3 {
	padding: 0px 10px 5px 0px;
	float: left;
}

.act_links  {
	text-align:center;
	color:#FFF;
	text-decoration:none;
}
.act_links  a{
	color:#f5d41e;
	text-decoration:none;
}

/* End artists styles */

.quarterblk { 
width: 330px; 
 
}

.la_textblock {
	text-align:left;
}

#tlblock { 
float: left;
width: 330px !important; 
overflow: hidden; 
padding: 10px;
}
#trblock { 
float: right;
width: 330px !important;
overflow: hidden; 
padding: 10px;
vertical-align:top;
}

#blblock { 
float: left;
width: 330px !important; 
overflow: hidden; 
padding: 15px; 
}
#brblock { 
float: right;
width: 330px !important; 
overflow: hidden; 
padding: 15px; 
}



.page_header {
	font-size: 1.7em;
	font-weight:bold;
	text-align:center;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 100%;
}

.c_bodytext {
	text-align:center;
	margin: 0 20px 0 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.l_bodytext {
	text-align:left;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right:40px;
}

.l_imgblock {
	height:250px;
	text-align:left;
	padding: 40px;
}

.l_img {
	float:left;
	padding-right: 20px;
}


.boldh {
	font-size: 1.4em;
	font-weight:bold;
}

.picblock  {
	line-height: 100%;
}
.picblock img {
	line-height: 100%;
	padding-bottom: 4px;
}

.bold {
	font-weight: bold;
}

.formbox span {
width: 100px;
float: left;
margin-top: 10px;
margin-right: 0.5em;
display: block;
text-align: right;
font-size: 1.1em;
font-weight:bold;
}

.formbox span.boldspan {
width: 200px;
float: left;
margin-top: 10px;
margin-right: 0.5em;
display: block;
text-align: right;
font-size: 1.1em;
font-weight:bold;
}


.formbox fieldset {
margin: 0 auto;
border: 1px solid #fdb508;
width: 350px;
text-align:left;
padding: 5px;
}

.formbox legend {
padding: 2px 6px;
color:#FFF;
font-size:1.2em;
} 

.formbox input {
margin-top: 6px;
padding: 2px;
} 

.formbox select {
margin-top: 6px;
padding: 2px;
} 

.submit {
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
} 

.div_submit {
	width: 100%;
	text-align:center;
	padding: 5px;
}

.serverMsg {
	font-size: 16px;
	font-weight: bold;
	color:#F00;
	padding: 10px 0;
}


.formbox2 fieldset {
margin: 0 auto;
width: 410px;
border: 1px solid #fdb508;
text-align:left;
padding: 5px;
}

.formbox2 legend {
padding: 2px 6px;
color:#FFF;
font-size:1.2em;
} 



