/* CSS 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, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
/* Basic Styling */
a:link, a:active, a:visited, a:hover {
	background: transparent;
	color: #78080A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover {
	color: #78080A;
}
body, html {
	background: #c7b199 url("images/body_bkgrd.jpg") top center;
	background-attachment: fixed;
	color: #000;
	font-family: Arvo, serif;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}
div {
	text-align: left;
	vertical-align: top;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	display: block;
}
hr {
	color: #78080A;
	background-color: #78080A;
	height: 1px;
	border: none;
}
p {
	padding: 0 0 10px 0;
}
.small {
	font-size: 10px;
}
textarea, input {
        background: transparent;
	/*background: #78080A url("images/input_bkgrd.jpg") center center;*/
	border: 1px inset #000;
	-moz-box-shadow: inset 0 0 5px #000;
	-webkit-box-shadow: inset 0 0 5px #000;
	box-shadow: inset 0 0 5px #000;
	color: #000;
	font-size: 12px;
	margin: 3px 0;
	padding: 5px;
	width: 250px;
}
input.button {
	background: #78080A;
	width: 100px;
        color: #fff;
        border: 1px outset #333;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
select, option {
	background: transparent;
	color: #000;
}
h1, h1.pagetitle {
	background: transparent;
	color: #000;
	font-family: Arvo, serif;
	text-shadow: 0px 1px 0px #DFC6AB;
	text-transform: uppercase;
	filter: dropshadow(color=#DFC6AB, offX=0, offY=1);
	font-weight: bold;
	font-size: 23px;
	line-height: 1;
	padding: 0 0 15px;
}
h1.pagetitle {
	font-size: 23px;
	padding: 0 0 15px;
}
h2 {
	background: transparent;
	color: #000;
	font-family: Arvo, serif;
	text-shadow: 0px 1px 0px #DFC6AB;
	text-transform: uppercase;
	filter: dropshadow(color=#DFC6AB, offX=0, offY=1);
	font-weight: bold;
	font-size: 17px;
	line-height: 1;
	padding: 0 0 15px 0;
}
h3 {
	font-family: Arvo, serif;
	text-transform:uppercase;
	background: #78080A url("images/input_bkgrd.jpg") center center;
	color: #fff;
	text-shadow: 0px 2px 0px #5B0609;
	filter: dropshadow(color=#5B0609, offX=0, offY=2);
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 10px 0;
	border: 1px outset #333;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
#slider1, #slider2, #slider3 {
	list-style: none;
	overflow: hidden;
	height: 106px;
	margin-bottom: 15px;
}
#slider1 li, #slider2 li, #slider3 li {
	width: 130px;
	padding: 5px;
}
#slider1 img, #slider2 img, #slider3 img {
	float: left;
	width: 125px;
	height: 94px;
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
#example {
	width: 411px;
	margin-left: 15px;
}
.bx-next, .bx-prev {
	position:absolute;
	top:-25px;
	z-index:999;
	width: 15px;
	height: 15px;
	text-indent: -999999px;
}
/*previous button*/
a.bx-next {
	right:20px;
	background: url("images/gray_next.png") no-repeat 0 -15px;
}
/*previous button*/
a.bx-prev {
	left:360px;
	background: url("images/gray_prev.png") no-repeat 0 -15px;
}
/*next/prev button hover state*/
a.bx-next:hover, a.bx-prev:hover {
	background-position: 0 0;
}
/* Content Wrapper */
#wrapper {
	margin: 20px auto 0;
	width: 960px;
}
/* Header incl. Logo and Advertisement Space */
#header {
	height: 159px;
	position: relative;
}
/* Navigation */
#navigation {
	height: 40px;
	margin-bottom: 10px;
}
#navigation ul {
	padding: 0;
	position: relative;
	left: 40px;
}
#navigation ul li {
	float: left;
	height: 40px;
	list-style: none;
	background: transparent url("images/star.png") no-repeat right center;
}
#navigation ul li:last-child {
	background: none;
}
#navigation ul li a {
	font-family: Arvo, serif;
	text-transform:uppercase;
	text-shadow: 0px 1px 0px #000;
	/*filter: dropshadow(color=#000, offX=0, offY=1);*/
	font-size: 21px;
	font-weight: bold;
	line-height: 40px;
	color: #78080A;
    float: left;
    text-decoration: none;
}
#navigation ul li a:hover, #navigation ul li.current a {
	text-shadow: 0px 1px 0px #000;
	/*filter: dropshadow(color=#000, offX=0, offY=1);*/
    color: #fff;
}
/* Main Content  */
div.plugin_bkgrd {
	margin: 5px 10px;
}
div.plugin_bkgrd img {
	margin: 0 0 -15px;
}
#content {
	width: 960px;
}
.shows {
	background: url("images/shows_bkgrd.png") no-repeat;
	min-height: 432px;
	margin-left: 10px;
}
.news {
	background: url("images/news_bkgrd.png") no-repeat;
	min-height: 432px;
	margin-left: 10px;
}
.bio {
	background: url("images/bio_bkgrd.png") no-repeat;
	min-height: 432px;
	margin-left: 10px;
}
.media {
	min-height: 600px;
	background: transparent url("images/media_bkgrd.png") no-repeat;
	margin-left: 10px;
}
.contact {
	background: url("images/contact_bkgrd.png") no-repeat;
	min-height: 432px;
	margin-left: 10px;
}
/* Left Column */
#left_column {
	float: left;
	width: 220px;
	margin-left: 10px;
}
#left_column div.plugin {
}
#left_column div.plugin a {
	font-family: Arvo, serif;
	text-shadow: 0px 1px 0px #000;
	filter: dropshadow(color=#000, offX=0, offY=1);
	font-size: 14px;
}
#left_column div.plugin#last {
	border-bottom: none;
}
#left_column ul li {
	list-style: none;
}
/* Center No Sidebars */
#center_no_sidebars {
	float: left;
	width: 945px;
	margin-left: 10px;
}
#center_no_sidebars ul li {
	list-style-position: inside;
}
#center_no_sidebars div.plugin {
	float: right;
	padding: 30px 0 0;
	width: 485px;
}
/* Center With Sidebars */
#center_sidebars {
	float: left;
	padding: 0px 0px 15px 0px;
	width: 500px;
}
#center_sidebars ul li {
	list-style-position: inside;
}
#center_sidebars div.plugin {
	padding: 10px 0 0;
}
/* Center Column Full */
#center_column_full {
    float: left;
	width: 720px;
}
#center_column_full ul li {
	list-style-position: inside;
}
#center_column_full div.plugin {
	margin: 30px 255px 40px 40px;
}
#center_column_full div.plugin p {
	margin: 0 30px 10px 0;
}
/*#center_column_full small.left {
	float: left;
	width: auto;
}
#center_column_full div.right {
	float: right;
	font-size: 12px;
	width: auto;
}
#center_column_full div.right a {
	margin: 0 5px;
}*/
/* Right Column */
#right_column {
	float: left;
	width: 220px;
}
#right_column div.plugin {
}
#right_column div.plugin a {
	font-family: Arvo, serif;
	text-shadow: 0px 1px 0px #000;
	filter: dropshadow(color=#000, offX=0, offY=1);
	font-size: 14px;
}
#right_column div.plugin#last {
	border-bottom: none;
}
#right_column ul li {
	list-style: none;
}/* Copyright and Footer  */
#footer {
	width: 960px;
	height: 159px;
	margin: 0 auto;
	background: url("images/footer_bkgrd.png") no-repeat;
}
/* Alternative Design Styling */
#error_page {
	background: #ffffff;
	width: 300px;
	padding: 20px 30px;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -180px;
}
#error_page p {
	padding: 5px 0;
}
#error_page h1 {
	background: transparent;
	color: #000;
	font-size: 22px;
	line-height: 1;
	padding-top: 5px;
}
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	background:url("images/slider.png") no-repeat;
	width:470px;
	height:375px;
	margin:0 auto;
	padding-top:5px;
	/*margin-top:50px;*/
}
#polaroid {
	position:relative;
	width:436px;
	height:323px;
	margin:12px 0 0 11px;
	background:url("images/loading.gif") no-repeat 50% 50%;
}
#polaroid img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#polaroid a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:150px;
	bottom:-52px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url("images/bullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url("images/arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:30px;
}
a.nivo-prevNav {
	left:15px;
}
div#comments
{
  padding: 0;
}

div#comments h3
{
  font-size: 16pt;
  text-shadow: 1px 1px 0 #DDDDDD;
  text-transform: none;
  padding: 0;
}

div#comments ol
{
  padding: 0;
}

div#comments ol li
{
  list-style:none outside none;
  background:none repeat scroll 0 0 #F9F9F9;
  border:1px solid #CFCFCF;
  height:auto !important;
  margin:7px 0;
  min-height:100px;
  overflow:hidden;
  font-style: normal;
}

div#comments ol li div.comment
{
  padding: 10px;
  min-height: 100px;
  overflow: hidden;  
}

div#comments ol li img.avatar
{
  background-color: #fff; 
  padding: 3px; 
  border: 1px solid #eee;
}

div#comments ol li div.avatar-column
{
  float: left;
  width: auto;
  height: auto;
}

div#comments ol li div.message-column
{
  margin-left: 100px;
  width: auto;
}

div#comments ol li p
{
  padding: 0;
  margin: 0;
}

div#comments ol li p.date
{
  color: #666;
  margin: 0 0 10px 0;
  padding: 0;
}

form#comment-form  
{
  background: none repeat scroll 0 0 #F9F9F9;
  border: 1px solid #CFCFCF;
  clear: both;
  margin: 5px 0;
  overflow: hidden;
  padding: 10px;
}

form#comment-form input
{
  border: 1px solid #CFCFCF;
  padding: 4px;
  display: block;
  width: 300px;
  margin-bottom: 10px;
}

form#comment-form textarea
{
  display: block;
  padding: 4px;
  width: 400px;
  height: 125px;
  margin-bottom: 10px;
}

form#comment-form input[type="submit"]
{
  width: 150px;
}
div #error_message {
	background: #78080A;
	border: 3px solid #000;
	left: 55px;
	color: #fff;
	margin-bottom: 15px;
	padding: 5px;
}
div #success_message {
	background: #eaf4ff;
	border: 3px solid #82c0ff;
	left: 55px;
	margin-bottom: 15px;
	padding: 5px;
}
div.pagination {
	padding: 0px;
	margin: 0px;/*line-height: 40px;*/
	text-align: left;/*height: 40px;*/
}
div.pagination a {
	padding: 4px 8px;
	margin: 2px;
	text-decoration: none;
	color: #78080A;
}
div.pagination a:hover {
	color: #78080A;
}
div.pagination span.current {
	padding: 4px 8px;
	margin: 2px;
	font-weight: bold;
	background-color: #78080A;
	color: #ffffff;
}
div.pagination span.disabled {
	padding: 4px 8px;
	margin: 2px;
	color: #dddddd;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position: relative;
}
.sf-menu a {
	display: block;
	padding-left: 5px;
	padding-right: 46px;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	background: #ffffff;
	top: 40px; /* match top ul list item height */
	z-index: 99;
}
.sf-menu li:hover li ul, .sf-menu li.sfHover li ul, .sf-menu li li:hover li ul, .sf-menu li li.sfHover li ul {
	top: -999em;
}
.sf-menu li li:hover ul, .sf-menu li li.sfHover ul, .sf-menu li li li:hover ul, .sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
div.bbeditor
{
  position: relative;
  width: auto;
  height: 24px;
  margin: 0;
  padding: 0;
}

div.bbeditor img
{
  padding: 3px;
  border: 1px solid #eee;
  margin-right: 3px;
  background-color: #fff;
  cursor: pointer;
}

div.bbcode_quote, div.bbcode_code
{
  border: 1px solid #dadada;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  background-color: #f5f5f5;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.bbcode_quote_head, div.bbcode_code_head
{
  font-weight: bold;
  margin-bottom: 10px;
}

div.bbcode_quote_body
{
  font-style: italic !important;
}
div.article_title, a.article_title_link {
	background: transparent;
	color: #000;
	font-family: Arvo, serif;
	text-shadow: 0px 1px 0px #DFC6AB;
	filter: dropshadow(color=#DFC6AB, offX=0, offY=1);
	font-weight: bold;
	font-size: 19px;
	line-height: 1;
	margin-bottom: 5px;
}
a.article_title_link {
	text-decoration: none;
}
a.article_title_link:hover {
	background: transparent;
	color: #78080A;
}
div.article_description {
	margin: 0;
}
div.article_footer {
	position: relative;
	width: 100%;
}
div.article_footer_left {
	position: absolute;
	width: auto;
}
div.article_footer_right {
	position: absolute;
	width: auto;
	right: 0px;
	text-align: right;
	float: right;
}
div.article_footer_right a {
	margin: 0 5px;
}
div#forum *
{
  font-style: normal;
  text-align: left;  
}

div#forum
{
  position: relative; 
  height: auto; 
  width: 100%;
  margin-bottom: 20px;
}  

#forum div.clear
{
  clear: both;
}

#forum p
{
  padding: 0;
  margin: 0;
}

#forum table
{
  width: 100%; 
  border-collapse: collapse;
  margin-top: 4px;
}

#forum table thead th
{
  background-color: #44B0EB; 
  color: #fff;
  padding: 6px;  
}

#forum table thead th.col-topic-count, 
#forum table thead th.col-post-count
{
  width: 60px; 
  text-align: center;
}

#forum table thead th.col-forum-title,
#forum table thead th.col-topic-title
{
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
}

#forum table thead th.col-last-updated
{
  width: 200px; 
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

#forum table td
{
  padding: 6px;
  border-bottom: 1px dashed #ccc;
}

#forum table thead th.col-rss, 
#forum table td.col-rss
{
  width: 16px; 
}

a.rss-icon
{
  background: none no-repeat scroll 0 0 transparent;
  background-image: url('plugins/forum/images/rss.png');
  display: block;
  height: 16px;
  opacity: 0.50;
  overflow: hidden;
  text-indent: 9999px;
  width: 16px;
}

a.rss-icon:hover
{
  opacity: 1.0;
}

#forum table td.col-forum-title a
{
  font-size: 16px;
  text-decoration: none;
}

#forum table td.col-forum-title p
{
  padding-top: 5px;
}

#forum table td.col-topic-title a
{
  font-size: 14px;
  text-decoration: none;  
}

#forum table td.col-topic-count, 
#forum table td.col-post-count
{
  width: 60px; 
  text-align: center;
}

#forum table tbody#posts tr:first-child
{
  border-top: 1px dashed #ccc;  
}

#forum table tr.topic
{
  background-color: #fff;
}

#forum table tr.alt
{
  background-color: #f5f6f9;
}

#forum table tr td.col-user-details
{
  width: 225px; 
  background-color: #f5f6f9;
  padding: 10px;
  height: 150px;
}

#forum table tr td.col-user-details small
{
  font-size: 11px;
  font-family: verdana;
}

#forum table tr td.col-user-details img.avatar
{
  width: 50px;
  height: 50px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #eee;
  float: left;
  margin-right: 10px;
}

#forum table tr td.col-post
{
  padding: 10px;
}

#forum table tr td.col-post input[type=checkbox]
{
  float: right; 
  margin: -6px -10px 0 10px;
}

#forum table tr td.col-post div.post
{
  min-height: 150px; 
}

#forum table tr td.col-post div.post-footer
{
  margin-top: 15px;
  font-size: 11px;
}

#forum table tr td.col-post div.post-footer div.private-links
{
  float: left;
}

#forum table tr td.col-post div.post-footer div.private-links a
{
  margin-right: 10px;
}

#forum table tr td.col-post div.post-footer div.public-links
{
  float: right;
}

#forum table tr td.col-post div.post-footer div.public-links a
{
  margin-left: 10px;
}

#forum p.breadcrumb
{
  position: relative;
  float: left;
  width: auto;
  height: 20px; 
  padding: 0px; 
  margin-bottom: 8px; 
  font-size: 12px; 
  font-style: normal;
}

#forum h2
{
  background: none;
  color: #333;
  font-size: 22px;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline;
}

#forum a.new-topic-link, 
#forum a.reply-link
{
  float: right;
}


#forum div#topic-footer
{
  width: 100%; 
  height: 25px;
  margin: 14px 0;
}

#forum div#topic-footer div.pagination
{
  float: left;
  height: 0;
  line-height: normal;
}

#forum div#topic-footer div.topic-options
{
  float: right;
  text-align: right;
}

#forum div#topic-footer div.topic-options select
{
  margin-right: 10px;
} 

#forum div.form-wrap
{
  position: relative;
  width: auto;
  height: auto;
  padding: 20px;
  background-color: #f5f6f9;
  margin: 4px 0 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#forum div.form-wrap label
{
  display: block;
  width: 416px;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

#forum div.form-wrap input[type="text"]
{
  width: 400px;
  margin: 0 0 10px 0;
  padding: 8px;  
}

#forum div.form-wrap textarea
{
  width: 98%;
  height: 310px;
  display: block;
  padding: 8px;
  margin: 3px 0 10px 0;
}

#forum div.form-wrap input[type="submit"]
{
  border: 1px solid #408bb6;
  padding: 8px 25px;
  background-color: #44B0EB;
  color: #fff;
  cursor: pointer; 
}

#forum div.form-wrap input[type="submit"]:hover
{
  background-color: #2e97d1;
}

#forum div.form-wrap textarea.quick-reply
{
  height: 200px;
}
#image_gallery_image img
{
  border: 1px solid #eee;
  padding: 2px;
}

#image_gallery_sections img
{
  border: 1px solid #eee;
  padding: 2px;
}

#image_gallery_thumbnails img
{
  border: 1px solid #eee;
  padding: 2px;
}

