@import "http://webres.s3.amazonaws.com/clearfix.css";

*{
	margin:0;
	padding:0;
}

/******** COMMON ********/

body{
	background:#0B0B09 url(images/bkg.png) top left repeat-x;
	font-family:Georgia,Times New Roman,Sans-Serif;
	font-size:14px;
	color:#2F2E2D;
}

a{
	text-decoration:none;
	color:#009900;
}

p, h2, h3{
	margin-bottom:15px;
}

a img{
	border:0;
}

/********* TYPOGRAPHY ********/

p.intro{
	font-size:22px;
	font-weight:bold;
	margin-bottom:30px;
}

p.intro span{
	font-size:18px;
	font-weight:normal;
}

h2.page-title{
	font-size:22px;
	border-bottom:1px solid #999;
}

#content ul, #content ol{
	margin:0px 0px 15px 30px;
}

.red{
	color:red;
	
}

.underline{
	text-decoration: underline;
}

.italic{
	font-style: italic;
}


.price-intro .red{
	font-size:22px;
}

.price-intro{
	font-size:16px;
	margin:40px 0px;
}

.right-box h4{
	margin:5px 0px;
	text-align:center;
	font-size:18px;
	font-weight: normal;
}

.intro span{
	margin:10px 0px;
	display: block;
}

.chunk{
	font-size:20px;
	font-weight:bold;
	display:block;
}



/******** STRUCTURE ********/

h1#site-logo{
	background:url(images/head.jpg) top center no-repeat;
	width:981px;
	height:477px;
	text-indent:-9999px;
	overflow:hidden;
}

.img-left{
	float:left;
	margin:0px 20px 20px 0px;
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,.3);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.3);
}

.wrapper{
	width:980px;
	margin:0px auto 0px;
	
	padding:0px 20px;
}

#content{
	background:#fafafc;
	clear:both;
	width:940px;
	margin:-3px auto 0px;
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,.5);
	padding:20px 20px 10px 20px;
}

#content .left{
	float:left;
	width:600px;
	margin-bottom:50px;
}


#content .option{
	margin-bottom:30px;
}


#content .right-box{
	background:#252525;
	min-height:150px;
	width:250px;
	float:right;
	margin:20px 0px 30px;
	border:1px solid #f0f0f0;
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.5);
	position:relative;
	right:-40px;
	color:#f0f0f0;
	clear:right;
	padding:0px 0px 5px 7px;
}

#content .links-box{
	padding-right:7px;
	width:243px;
}

#content .links-box a{
	display:block;
	font-size:16px;
	color:#F0F0F0;
	padding:3px 2px 5px;
	border-bottom:1px dashed #464646;
	margin:0px 3px 0px 0px;
}

#content .links-box a:hover{
	color:#fff;
	background:rgba(255,255,255,.05);
}

.mp3-box{
	float:right;
	margin:5px 0px;
	position:relative;
	z-index: 10 !important;
}

.mp3-box embed{
	z-index:10 !important;
	position:relative;
}

.right-box a.fancy{
	width:100px;
	height:100px;
	border:1px solid #999;
	margin:10px;
	display:block;
	float:left;
}


#map{
	width:425px;
	-moz-box-shadow:1px 1px 5px rgba(0,0,0,.4);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.4);
	margin:30px auto;
}


p.staff{
	margin:30px 0px 10px;
	clear:both;
	float:left;
}

p.staff .img-left{
	width:115px;
}

p.staff span{
	display:block;
	margin:10px 0px;
}

h3.staff-section{
	margin-top:40px;
}

#footer{
	clear:both;
	text-align: center;
	font-size:12px;
}

#fancybox-wrap{
	z-index:9999 !important;
}

/********* NAV ********/


ul#nav{
	background:#151515 url(images/nav-bg.jpg) top left repeat-x;
	width:920px;
	margin:0 auto;
}

#nav li{
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	display:inline;
}

#nav li a{
	float:left;
	padding:9px 18px;
	background:#151515 url(images/nav-bg.jpg) top left repeat-x;
	display:block;
	color:#f0f0f0;
	font-size:21px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
	border-right:1px solid #353535;
	border-left:1px solid #252525;
}

#nav li a.first{
	border-left:0;
}

#nav li a.last{
	border-right:0;
}

#nav li a:hover{
	background:#494949;
	background:rgba(255,255,255,.1);
	color:#fff;
}


.nav-wrap{
	background:#151515 url(images/nav-bg.jpg) top left repeat-x;
	text-align:center;
	width:980px;
	float:left;
}
