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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body
{
  margin: 0;
	padding: 0;
	background: #191919 url(../image/bg.jpg) no-repeat scroll center top;

}
#content_wrapper
{
	margin: 0 auto 0 auto;
	width: 996px;
	background-image: url(../image/shadow.png);
	background-repeat: repeat-y;
}


#header
{
	width: 948px;
	height: 41px;
	background: #000 url(../image/header.gif) no-repeat;
}
#nav
{
	width: 948px;
	height: 98px;
	background-color: #000;
	background: transparent url(../image/nav_bg.jpg) no-repeat;
}

#nav_videos,  #nav_contact, #nav_photos, #nav_schedule, #nav_music, #nav_home
{
	float: right;
	font-size: 0;
}


#nav_contact a
{
   	display: block;
	width:159px;
	height:98px;
	padding-bottom: 0px;
	background: url(../image/nav2.gif) no-repeat -468px 0;
	text-decoration:none;
	border: 0px;
}

#nav_contact a:hover
{
	background: url(../image/nav2.gif) no-repeat -468px -98px;
	border: 0px;
}
#nav_videos a
{
	display: block;
	width:75px;
	height:98px;
	padding-bottom: 0px;
	background: url(../image/nav2.gif) no-repeat -393px 0;
	text-decoration:none;
	border: 0px;
}

#nav_videos a:hover
{
	background: url(../image/nav2.gif) no-repeat -393px -98px;
	border: 0px;
}
#nav_photos a
{
	display: block;
	width:79px;
	height:98px;
	padding-bottom: 0px;
	background: url(../image/nav2.gif) no-repeat -313px 0;
	text-decoration:none;
	border: 0px;
}

#nav_photos a:hover
{
	background: url(../image/nav2.gif) no-repeat -313px -98px;
	border: 0px;
}
#nav_schedule a
{
	display: block;
	width:180px;
	height:98px;
	padding-bottom: 0px;
	background: url(../image/nav2.gif) no-repeat -133px 0;
	text-decoration:none;
	border: 0px;
}

#nav_schedule a:hover
{
	background: url(../image/nav2.gif) no-repeat -133px -98px;
	border: 0px;
}

#nav_music a
{
	display: block;
	width:67px;
	height:98px;
	padding-bottom: 0px;
	background: url(../image/nav2.gif) no-repeat -67px 0;
	text-decoration:none;
	border: 0px;
}

#nav_music a:hover
{
	background: url(../image/nav2.gif) no-repeat -67px -98px;
	border: 0px;
}	

#nav_home a
{
	display: block;
	width:67px;
	height:98px;
	padding-bottom: 0px;
	background: url(../image/nav2.gif) no-repeat 0 0;
	text-decoration:none;
	border: 0px;
}

#nav_home a:hover
{
	background: url(../image/nav2.gif) no-repeat 0 -98px;
	border: 0px;
}	


	
#content
{
	width: 948px;
	margin: 0 auto;
	padding: 0;
  font-size: 1em;
  font-family: Georgia, Times, serif;
	line-height: 1.4em;
	color: #352c21;
	font-weight: normal;

}
div#sidebar
{
	background: url(../image/sidebar_bg.gif) no-repeat;
	display: block;
	float: right;
	width: 302px;
}
div#sidebar img
{
	display: block;
	margin: 20px auto;
}
div#content_box
{
	width: 630px !important;
	margin-left: 10px;
}

#gallery_content
{
	

	padding: 10px;
}

p
{
	padding: 10px 0 5px 0;
}

.entry p
{
	margin-left: 20px;
}
small
{
	margin-left: 25px;
	font-size: .8em;
}

p
{
	line-height: 1.4em;
}
.front p
{

	width: 100%;
}

h2 + p, p + p
{
	padding-top: 0px;
}

h2 + p
{
	margin-top: -5px;
}
h1
{
	margin: 0 0 5px 15px;
	font-size: 1.4em;
	float: none !important;
}
h2
{
	width: 350px;
	float: right;
	margin-bottom: 5px;
	
	padding: 0 25px 10px 0;
	font-size: 1em;
}
h3
{
	margin: 5px 0 0 15px;
	padding: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: arial, helvetica, sans;
}
.front h3
{
	margin-left: 0;
}
a
{
	text-decoration: none;
	font-weight: bold;
}
a:link
{
	color: #9ec3c1;

	
}


a:visited
{
	color: #9ec3c1;
}

form.contact
{
	display: block;
	float: right;
	width: 350px;
	margin-bottom: 10px;
	padding-right: 25px;
}

fieldset input
{
	font-size: .8em;
	display: block;
	width: 140px;
	float: left;
}

form fieldset {
  border: 1px solid #888888;
  padding: 5px;
  margin: 0;
  width: 350px;
}

form fieldset legend {

	font-size:.8em; /* bump up legend font size, not too large or it'll overwrite border on left */
                  /* be careful with padding, it'll shift the nice offset on top of border  */
		color: #eee;
}

ul
{
list-style-type: none;
}
.print_image
{
	width: 500px;
	text-align: center;
	margin: auto;
}
#footer
{
	font-family: verdana, arial, helvetica, sans;
	color: #fff;
	clear: both;
	margin-left: 35px;
	padding: 20px;
	line-height: 1em;
	text-align: center;
	font-size: .7em;
	display: block;

}
html #psMainCustom, #psMainCustom
{
	color: #ffffff !important;
	background-color: #595959 !important;
	border: 1px solid #595959 !important;
}
#psMainCustom .sectiontitle, #psMainCustom .btext, #psMainCustom p
{
	color: #ffffff !important;
}
#psMainCustom table td
{
	background: none !important;
	font-size: 12px !important;
}
#psMainCustom table td a
{
	color: #000000;
	font-weight: bold;
}
.ftabContent
{
	width: 600px !important;
}
.ftabTabs
{
	width: 616px !important;
}
.sectiontitle
{
	margin-left: 20px;
}
p.btext
{
	margin-left: 20px !important;
}
#psMainCustom td.btext, #psMainCustom table.nohover a.btext
{
	color: #000000 !important;
}
p.lg span.sm a
{
	color: #ffffff !important;
}
#PSCart div.photoghead
{
	border-bottom: 0 !important;
	margin-top: 5px !important;
	padding-top:2px !important;
}
.box
{
	width: 600px !important;
	background: none !important;
	border: none !important;
}
.button
{
	font-size: 11px !important;
	background-color: #ffffff !important;
}

h3.galname
{
	font-size: 18px !important;
	font-family: Georgia, Times, serif;
	font-weight: bold;
	margin-top: 10px;
}



h4.galleryname
{
	font-size: 18px !important;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	margin-left: 15px;
}


.sectionheader
{
	color: #ffffff !important;
}
table.input th, table.input td, div.box
{
	font-size: 12px;
	color: #ffffff !important;
}

ul#slideshow, ul#bioslideshow, ul#contactslideshow, ul#newsslideshow
{
	z-index: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

ul#slideshow, ul#slideshow li, ul#slideshow img
{
	
	height: 439px;
	margin-bottom: 9px;
}
ul#bioslideshow, ul#bioslideshow li, ul#bioslideshow img, ul#contactslideshow, ul#contactslideshow li, ul#contactslideshow img, ul#newsslideshow, ul#newsslideshow li, ul#newsslideshow img
{
	width: 421px;
	height: 632px;
}
ul#bioslideshow, ul#contactslideshow, ul#newsslideshow
{
	float: left;
}
ul#slideshow li.slideImage, ul#slideshow img, ul#bioslideshow li.slideImage, ul#bioslideshow img, ul#contactslideshow li.slideImage, ul#contactslideshow img, ul#newsslideshow li.slideImage, ul#newsslideshow img
{
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
}


div#content_inner
{
	width: 768px;
	background: #ddd6c4 url(../image/content_bg.jpg) no-repeat;

	padding: 54px 90px 50px 90px;
}
div.sub
{
	width: 800px !important;
	padding: 54px 74px !important;
}
#content_inner ul {
	margin: 0 0 0 25px;
	padding: 5px 0 25px;
}
#content_inner li
{

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 5px;
	padding: 0 15px 15px 0;
	position:relative;
	width:225px;

}



#content_inner li h3 a
{
	display: inline;
	margin: 0 0 0 0;
	text-align: left;
	width: auto;
}

.clear {clear: both;}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: "";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 0%; }
.clearfix { display: block; }
/* close commented backslash hack */

div#player
{
	float: right;
	background: transparent url(../image/front/player_bg.gif) no-repeat;
	padding-top: 10px;
	margin: -40px -75px 0 0;
	text-align: center;
	font-size: 60%;
	font-weight: bold;
	font-family: helvetica, verdana, arial, sans;
	width: 199px;
	height: 62px;
	display: inline;
}
div#player p
{
	margin-top: -5px;
}

div#player a
{
	color: #9b3d26;
}
div#popup div#player
{
	background: transparent url(../image/front/player_float_bg.gif) no-repeat;
	margin: 0 auto !important;
	padding: 45px 0 0 0;
	float: none !important;
	width: 405px !important;
	height: 105px !important;
	display: block !important;
}
ol.commentlist li
{
	display: block;
	width: 801px !important;
	padding: 0px !important;
	margin: 10px !important;
}


div.comment_box
{
	width: 801px;
	min-height: 100px;
	background-image: url(../image/comment_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 36px;

}

div.comment_box div.middle
{
	width: 801px;
	background-color: #edeae1;
}

div.comment_box div.inside
{
	padding-left: 20px;
	width: 760px;
}
div.comment_box div.inside p
{
	margin: 0 !important;
	padding: 0 10px !important;
}
form#commentform
{
	width: 550px;

}

form#commentform .input-text{
border:1px solid #3b6e22;
color:#666666;
}

form#commentform label
{
display:block;
margin-bottom:10px;
color:#555555;
}

form#commentform label span{
display:block;
float:left;
padding-right:6px;
width:70px;
text-align:right;
font-weight:bold;
}
form#commentform label.preField
{
	border-bottom:1px dotted #CCCCCC;
	display:block !important;
	float:left;
	font-size:1.2em;
	margin:0 5px 0 0 !important;
	min-width:130px !important;
	padding:0 !important;
	width:130px !important;
}
form#commentform label.preField
{
	display:inline-block;
	margin:0.6em 4px 0 0;
	min-width:13em;
	padding:0 2px;
}

small.commentmetadata
{
	display: block;
	margin-right: 20px;
	text-align: right;
	font-size: .8em;
	
	
}
p.comment-page-numbers .numlink
{

	background-color: #9b3d26;
	-moz-border-radius: 5px;
	padding: 5px;
}
p.comment-page-numbers strong.numlink
{
	color: #d9a294;
}
div.comment_text
{
	padding-top: 10px;
}
#gallery
{
	margin: auto;
	width: 750px;
}
#gallerywrap
{
	border: 4px solid #cbba69;
	width: 750px;
	height: 585px;
}
#gallerytop
{
	display: block;
	width: 814px;
	height: 45px;
	background-image: url(../image/gallery_border.png);
	z-index: 10000;
	position: relative;
	left: -28px;
	top: 20px;
}

#videotop
{
	display: block;
	width: 699px;
	height: 39px;
	background-image: url(../image/gallery_border2.png);
	z-index: 10000;
	position: relative;
	left: 50px;
	top: 18px;
}

.videothumbs
{
	display: block;
	width: 770px;
	margin: auto;

}
.videothumbs li
{
	float: left;
	margin: 0 10px 15px 15px !important;
	padding: 0 !important;
	text-align: center;
}
.videothumbs li div
{
	font-style: italic;
	font-size: 80%;
	font-weight: bold;
	color: #9b3d26;
}
.video
{

	border: 4px solid #cbba69;
}
