/* copyright 2006 Paul Skinner */
/* author: Jeff Davis, New Look Media, Inc. - www.newlookmedia.com */
/* last edit: 05-08-2006 */



/* imported styles */
@import url("forms.css");
@import url("tables.css");
@import url("store.css");

/* styles */

body {
	background: #481301;
	font: normal 11px/15px Tahoma, Verdana, Arial, sans-serif;
	color: #101D10;
	margin: 0 15px 15px 15px;
	text-align: center;
	}

p {
	margin: 0 0 10px 0;
	}

p.p1 {
	font-size: 11px;
	line-height: 15px;
	}

h2 {
	font: bold 12pt Georgia, Tahoma, Verdana, Arial, sans-serif;
	color: #5F1204;
	margin: 0 0 5px 0;
	}
	
h3 {
	font: bold 12px Tahoma, Verdana, Arial, sans-serif;
	color: #101D10;
	margin: 10px 0 0 0;
	}

h4 {
	font: bold 12px Tahoma, Verdana, Arial, sans-serif;
	color: #101D10;
	margin: 0;
	}
	
.red {
	color: #cc0000;
}

.darkred {
	color: #5F1204;
}

.imager {
	float: right;
	padding: 0;
	margin: 0 0 10px 10px;
    border: 7px solid #E1E1DC;
	}
	
.imageb {
	padding: 0;
	margin: 0;
    border: 7px solid #E7E8C0;
}

.caption {
	font: normal 9px Tahoma, Verdana, Arial, sans-serif;
	color: #333;
}

/* container */
#container {
	position: relative;
	width: 776px !important;
	width /**/: 776px;
	background: #fff url(../images/global/container_bg.gif) repeat-y;
	border: 0;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

/* old header */
#headerORIG {
	padding: 0;
	margin: 0;
	width: 776px;
	height: 261px;
	background-image: url(../images/global/header.jpg);
	}

#headerORIG span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* new header */
#header {
	margin: 0 auto 0 auto;
	width: 776px;
	padding: 0;
	border: 0;
	height: 261px;
	background: #fff url(../images/global/header4.jpg) no-repeat left top;
}

/* nav */
#nav {
	position: relative;
	top: 9px;
	left: 161px;
	width: 456px;
	height: 34px;
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	border: 0;
	}

ul#nav li#homenav a {
	position: absolute;
	top: 0;
	width: 91px;
	height: 34px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 0px;
	background: transparent url(../images/global/nav_home.png) no-repeat;
}

body#home ul#nav li#homenav a {
	position: absolute;
	top: 0;
	width: 91px;
	height: 34px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 0px;
	background: transparent url(../images/global/nav_home_a.png) no-repeat;
}

ul#nav li#tournav a {
	position: absolute;
	top: 0;
	left: 91px;
	width: 91px;
	height: 34px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 0;
	background: transparent url(../images/global/nav_tour.gif) no-repeat;
}

body#tour ul#nav li#tournav a {
	position: absolute;
	top: 0;
	left: 91px;
	width: 91px;
	height: 34px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 0;
	background: transparent url(../images/global/nav_tour_a.gif) no-repeat;
}

ul#nav li#storenav a {
	position: absolute;
	top: 0;
	left: 182px;
	width: 91px;
	height: 34px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 0;
	background: transparent url(../images/global/nav_store.gif) no-repeat;
}

body#store ul#nav li#storenav a {
	position: absolute;
	top: 0;
	left: 182px;
	width: 91px;
	height: 34px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 0;
	background: transparent url(../images/global/nav_store_a.gif) no-repeat;
}

ul#nav li#photonav a {
	position: absolute;
	top: 0;
	left: 273px;
	width: 91px;
	height: 34px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 0;
	background: transparent url(../images/global/nav_photo.gif) no-repeat;
}

body#photo ul#nav li#photonav a {
	position: absolute;
	top: 0;
	left: 273px;
	width: 91px;
	height: 34px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 0;
	background: transparent url(../images/global/nav_photo_a.gif) no-repeat;
}

ul#nav li#contactnav a {
	position: absolute;
	top: 0;
	left: 364px;
	width: 92px;
	height: 34px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 0;
	background: transparent url(../images/global/nav_contact.gif) no-repeat;
}

body#contact ul#nav li#contactnav a {
	position: absolute;
	top: 0;
	left: 364px;
	width: 92px;
	height: 34px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 0;
	background: transparent url(../images/global/nav_contact_a.gif) no-repeat;
}


/* left column */
#leftcol {
    position: relative;
	margin: 0;
	border: 0;
	background: url(../images/global/paul4.jpg) no-repeat;
	padding: 0 0 0 15px;
	width: 238px !important;
	width /**/: 253px;
	float: left;
	text-align: center;
}

#leftcol p.p1 {
	margin: 140px 10px 0 10px;
	background: #F6F6F5;
	padding: 8px;
	border: 0;
	text-align:left;
}

#leftcol .imglink{
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
}

#leftcol a:link, #leftcol a:hover, #leftcol a:visited {
	text-decoration: none;
	border-bottom: none;
	}

#leftcol p.p1 a:visited, #leftcol p.p1 a:link {
	color: #055b97;
	text-decoration: underline;
	border-bottom: none;
}

#leftcol p.p1 a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	background-color: #055b97;
	}

/* right column */
#rightcol {
    position: relative;
	margin: 0;
	padding: 0 15px 0 26px;
	border: 0;
	
	width: 482px !important;
	width /**/: 523px;
	float: left;
}

#rightcol2 {
    position: relative;
	margin: 0;
	padding: 0 15px 0 26px;
	border: 0;
	width: 482px !important;
	width /**/: 523px;
	float: left;
}

/* debut cd on home page only */

#cd {
background: #E1E1DC url(../images/home/cd_home.gif) no-repeat;
padding: 20px;
}

#cd h2 {
margin: 5px 0 10px 0;
}

#cd .cdlink {
float: left;
margin: 0 15px 10px 0;
border: 3px solid #ccc;
}

#cd p {
margin: 5px 0 10px 0;
padding: 0;
text-align:left;
}

#cd .reviewlink {
float: right;
margin: 0 0 0 15px;
border: 3px solid #ccc;
}

#cd .clear {
clear: both;
margin: 0;
padding: 0;
height: 1px;
}

#cd p a:visited,
#cd p a:link {
color: #055b97;
text-decoration: underline;
border-bottom: none;
}

#cd p a:hover {
color: #ffffff;
text-decoration: none;
border-bottom: none;
background-color: #055b97;
}

#cd .quote {
font-weight: bold;
font-style: italic;
font-size: 12px;
}

/* news */
#news {
	margin: 12px 0 0 0;
	}

#news .date{
	font: normal 9px Tahoma, Verdana, Arial, sans-serif;
	color: #364E36;
	padding: 0 0 15px 16px;
	margin: 0 0 0 -2px;
	white-space:nowrap;
	background: transparent url(../images/bullets/clock.gif) no-repeat;
	}
	
#news a:visited, #news a:link {
	color: #055b97;
	text-decoration: underline;
	border-bottom: none;
}

#news a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	background-color: #055b97;
	}
	
/* shows */
#showscontent {
	margin: 12px 0 0 0;
	}

#showscontent .date{
	font: normal 9px Tahoma, Verdana, Arial, sans-serif;
	color: #364E36;
	padding: 0 0 15px 16px;
	margin: 0 0 0 -2px;
	white-space:nowrap;
	background: transparent url(../images/bullets/clock.gif) no-repeat;
	}
	
#showscontent a:visited, #showscontent a:link {
	color: #055b97;
	text-decoration: underline;
	border-bottom: none;
}

#showscontent a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	background-color: #055b97;
	}

body#shows #showscontent .p2 {
	border-bottom: 1px solid #eed;
	padding: 0 0 8px 0;
	font-size: 11px;
	line-height: 15px;
}
	
/* content */
#content {
	margin: 12px 0 0 0;
	}

#content .date{
	font: normal 9px Tahoma, Verdana, Arial, sans-serif;
	color: #364E36;
	padding: 0 0 15px 16px;
	margin: 0;
	white-space:nowrap;
	background: transparent url(../images/bullets/clock.gif) no-repeat;
	}
	
#content a:visited, #content a:link {
	color: #055b97;
	text-decoration: underline;
	border-bottom: none;
}

#content a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	background-color: #055b97;
	}
	
/* photos */
#photos p.p1 {
	height: 190px;
}

#photos a {
  float:left;
  display:block;
  margin:0 8px 8px 0;
  padding: 6px;
  background-color: #E7E8C0;
  border: 1px solid #CBD29E;
  width:72px;
  height:72px;
  }
  
#photos a:hover {
	background-color: #E7E8C0;
  border-color:#A6AC7F;
}

#photos .hthumb {
	margin: 0;
	padding: 0;
	border: 0;
}

#photos p.p1 {
	margin: 10px 0 10px 0;
	}

/* footer */
#footer {
	position: relative;
	width: 376px !important;
	width /**/: 776px;
	height: 29px !important;
	height /**/: 43px;
	background: #fff url(../images/global/footer_bg.gif) no-repeat;
	margin: 10px 0 0 0;
	padding: 7px 0 7px 400px;
	border: 0;
	clear: both;
	text-align: left;
	color: #F6F6F5;
	}

#footer a:link, #footer a:visited {
	color: #F6F6F5;
	}

#footer a:hover, #footer a:active {
	color: #18d;
	background: #F6F6F5;
	}

#rightcol p.p2 a:visited, #rightcol p.p2 a:link {
	color: #055b97;
	text-decoration: underline;
	border-bottom: none;
}

#rightcol p.p2 a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	background-color: #055b97;
	}
	
.thumbs {
list-style:none;
padding: 0;
margin: 0 15px;

}

.thumbs li {
float: left;
padding: 0;
margin: 0;
width: 110px;
height: 110px;
text-align: center;
display: block;
}

.thumbs img {
border: 5px solid #ddd;
margin: 0;
padding: 0;
}

.thumbs a:hover, .thumbs a:link, .thumbs a:visited {
text-decoration: none;
border: 0;
background: 0;
padding: 0;
margin: 0;
}

p.photo {
margin: 0 0 8px -10px;
padding: 0;
text-align: center;
}

p.photo img {
border: 2px solid #ddd;
}

p.gallery-number {
	font-size: 11px;
	line-height: 15px;
	clear: both;
	}