@charset "utf-8";
/* CSS Document */

/* Main --------------------------------------------------------------------------------------------------- */

body {
color:#000000;
background-color:#FFFF99;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.iframe {
height: 600px;
}

.lines
{
background:url(images/lines.png);
background-repeat:repeat;
background-color:#FFB400;
}

.gradient
{
background:url(images/gradient_lines.png);
background-repeat:repeat-x;
background-color:#FFB400;
}

/*:#DFDFDF;*/
.nomargin
{
margin: 0;
}

.bbottom
{
border-bottom: 1px #333333;
}

#main {
margin: 0 auto;
}

img.center {
vertical-align:middle;
}

td {
margin:0px;
}

img
{
border:none;
}

p {
margin:0;
}

.graytxt {
color:#666666;
}

/* Shadow ------------------------------------------------------------------------------------------------- */

.bgimg {
background:url(images/bgshadowside.png);
background-repeat:repeat-y;
background-position:center;
}

.bgbottom {
background:url(images/bgshadowbottom.png);
background-repeat:repeat-x;
}

.bgright {
background:url(images/shadowright.png);
background-repeat:no-repeat;
}

.bgleft {
background:url(images/shadowleft.png);
background-repeat:no-repeat;
}


/* Tables and Backgrounds --------------------------------------------------------------------------*/

table.border
{
border:solid 1px #000000;
background-color:#CCC;
height:relative;
}

.bdr
{
border-bottom:solid 1px #000000;
border-left:solid 1px #222222;
border-top:solid 1px #222222;
}

.fullbdr
{
border:solid 1px #000000;
margin:0px;
}

.mrgbottom {
margin:0;
}

.nomgnside {
margin-left: 0px;
margin-right: 0px;
}

.bdrmgn {
border:solid 1px #000000;
margin-top: 4px;
background-color:#CCC;
height:relative;
}

.mrgtop {
margin-top: 4px;
margin-left: 0px;
margin-right: 0px;
}

.shoutbox_mgn {
border:solid 1px #000000;
margin-top: 4px;
}

.margin_five {
margin: 5px;
}

.footer_table {
border:solid 1px #222;
margin-top: 10px;
background-color:#222222;
height:relative;
}

.gbg
{
background-color:#222;
}

.mainbg {
background-color:#BBBBBB;
border:solid 1px #222;
}

.gray {
background-color:#222;
}

table {
border:none;
}

.main_margin {
margin-left:4px;
margin-right:4px;
}

/* News ---------------------------------------------------------------------------------------------------*/


.newshead
{
font-weight:bold;
font-size:24px;
}

.newstext
{
text-align:justify; 
padding:3px; 
margin-top:3px; 
margin-bottom:5px; 
border-top:1px solid #666666;
font-size:13px;
}

.newsmargin {
margin-bottom: 10px;
}

.newscomment
{
float: right;
}

.news
{
width:500px; 
margin-bottom:15px;
}

.long {
	position: relative;
}



/*Text --------------------------------------------------------------------------------------------------*/

img.sb {
	margin: 0 auto;
	overflow: hidden;
}

.bdr2 {
border-bottom: 1px solid #444;
}

.showstext {
color:#000;
margin-top:0px; 
margin-bottom:5px;
}

.showstextgray {
color:#666666;
text-align:justify;
margin-top:0px; 
margin-bottom:5px;
}

.shows_name {
font-weight:bold;
}

.shows_name_gray {
font-weight:bold;
color:#666666;
}

.shows_margin {
margin-top: 5px;
margin-top: 5px;
}

.shows_location {
font-style:italic;
}

.shows_location_gray {
color:#666666;
font-style:italic;
}

.shows_time {
text-align:center;
}

.shows_time_gray {
color:#666666;
text-align:center;
}

.bold {
font-weight:bold;
}

.photos_border {
border-right: 1px solid #666666;
}

.shows {
border-bottom: 1px solid #666;
}

.dash {
font-family: verdana; 
font-size:11px;
color:#434343;
}

.bdr_bottom {
border-bottom: 1px solid #666666;
}

.margin_border {
margin-top: 6px;
margin-bottom: 6px;
}

._header {
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
padding:0;
margin-top:2px;
margin-bottom:3px;
text-align:center;
}

p.header
{
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:24px;
text-align:center;
padding:0;
margin-top: 0px;
margin-bottom:5px;
}

.text
{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify; 
padding:3px; 
margin:3px; 
}

.links
{
color:#06F;
text-decoration:none;
vertical-align:middle;
}

.biglinks
{
color:#06F;
font-size:14px;
text-decoration:none;
vertical-align:middle;
}

.biglinks:hover
{
	color:#333;
}

.small
{
color:#06F;
font-size:10px;
text-decoration:none;
}

.nodecoration
{
text-decoration:none;
}

a.links:hover
{
color:#333;
}

.big
{
	font-size:16px;
}

.text_right_link
{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:right; 
padding:3px; 
margin:3px;
text-decoration:none;
}

ol {
margin-left:0px;
}

.more {
	display: none;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666; }
a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
	background: transparent url('down.gif') no-repeat left; }
a.hideLink {
	background: transparent url('up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f; }


/*NavBar ----------------------------------------------------------------------------------------------------------------*/

#navbar{
	width: 858px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background: #222;
	font-family:"Century Gothic";
}

#navbar ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}

#navbar ul li{
	float: left;
	height: 30px;
	padding: 0px;
	margin: 0px;
	display: inline;
	border-left: 1px solid #000;
	border-right: 1px solid #333;
}

#navbar ul li a:link, #navbar ul li a:visited{
	padding: 8px 8px 7px 8px;
	margin: 0px;
	display: block;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

#navbar ul li a:hover{
	text-decoration: none;
	color: #FFF;
	background: #333;
}

#navbar ul li a:active, #navbar ul li a:focus{
	text-decoration: none;
	color: #FFF;
	background: #333;
}

#navbar ul li.current_page_item a:link, #navbar ul li.current_page_item a:visited, #navbar ul li.current_page_item a:hover{
	padding: 8px 8px 8px 8px;
	margin: 0px;
	display: block;
	font-size: 116	px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #008fdc;
	background: #FFF;
}


#navbar ul li.current_page_item_home {
float: left;
	height: 30px;
	padding: 0px;
	margin: 0px;
	display: inline;
	border-left: 1px solid #000;
	border-right: 1px solid #333;
}

#navbar ul li.current_page_item_home a:link, #navbar ul li.current_page_item_home a:visited, #navbar ul li.current_page_item_home a:hover{
	padding: 8px 8px 8px 8px;
	margin: 0px;
	display: block;
	font-size: 116	px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #008fdc;
	background: #FFF;
}

#navbar .left {
border-left:#CCFF00;
}

