body{
	background: url(/media/images/bg.jpg) #fff top center repeat-x;
	color: #666;
}
a:hover{
	text-decoration: none;
}
a{
	color: #313e4e;
}
hr{
	height: 1px;
	color: #313e4e;
	background: #313e4e;
	border: none;
}
@font-face {
	font-family: "HELVENUL";
	src: url(/media/fonts/HELVENUL.TTF) format("truetype"); /* or src: url(/path/to/font.otf) format("opentype"); */
	*src: url(/media/fonts/HELVENUL.EOT); /* for IE7 and older */
}
.white_bg{
	background: #fff;
}
label{
	text-transform: uppercase;
	font-size: .8em;
	color: #313e4e;
}
input{
	border: none;
	margin-left: 1px;
}
input.text{
	padding: 3px;
}
input.submit{
	background: #313e4e;
	color: #fff;
	text-transform: uppercase;
	font-size: .9em;
	font-style: italic;
	padding: 3px 10px;
	padding-top: 2px;
}
strong, h1, h2, h3{
	color: #53381d;
}
#top_bar{
	background: #53381d url(/media/images/top_bar_bottom.gif) bottom center no-repeat;
	padding: 5px;
	color: #bdb09d;
	text-align: right;
	font-size: .9em;
}
#top_bar a{
	color: #fff;
}
#top_bar ul{
	float: right;
	margin-left: 20px;
	margin-top: -2px;
}
#top_bar ul li{
	float: left;
	margin-right: 2px;
}
#top_bar ul li a{
	padding: 3px 10px;
	color: #bdb09d;
	text-decoration: none;
	background: #665038;
}
#top_bar ul li a:hover{
	color: #fff;
}
#nav_top{
	padding-top: 10px;
}
#header{
	border-bottom: 5px solid #838b96;
	margin-bottom: 1px;
}
#home_top{
	border-bottom: 1px solid #313e4e;
	padding-bottom: 1px;
	overflow: hidden;
	height: 300px;
	margin-bottom: 1px;
}
#logo{
	padding-bottom: 10px;
}
.center{
	width: 900px;
	margin: 0px auto;
}
.center.pad{
	width: 820px;
	padding: 40px;
}
.content ul{
	padding-left: 30px;
	list-style: disc;
}
#footer{
	background: #8a929f;
	padding: 20px;
	padding-top: 10px;
	color: #fff;
	text-align: right;
	clear: both;
	margin-top: 20px;
}
#signup{
	float: left;
}
#mission{
	float: left;
	width: 240px;
	background: #bcb19d;
	color: #fff;
	height: 240px;
	padding: 30px;
	line-height: 2.2em;
}
#mission strong{
	color: #53381b;
}
#features{
	float: right;
	width: 600px;
	background: #000 url() no-repeat;
	height: 300px;
}
.third{
	float: left;
	width: 295px;
	margin-right: 5px;
}
h1{
	font-family: "HELVENUL","Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	padding: 5px 0px;
	border-bottom: 1px solid #2f3f4e;
}
.third.last{
	width: 300px;
	margin-right: 0px;
}
.pad{
	padding: 20px;
}
#event_holder{
	background: #e2dfd8;
	height: 275px;
}
#events .event{
	padding: 10px;
	padding-left: 120px;
	overflow: auto;
}
#events .event h2{
	color: #303d4d;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0px;
}
#events .event h2 a{
	text-decoration: none;
}
#events .event p{
	font-size: .9em;
	line-height: 1.2em;
	margin: 0px;
}
#events h1{
	color: #53381b;
	border-bottom-color: #53381b;
}
/*#events .date{
	display: block;
	text-decoration: none;
	float: left;
	padding: 10px;
	background: #d1c9bc;
	margin-left: -80px;
	width: 50px;
	height: 50px;
	font-family: "Georgia", "Times", serif;
	text-align: center;
	line-height: 1.5em;
}
#events .date .month{
	font-style: italic;
	color: #53381b;
}
#events .date .day{
	color: #fff;
	font-size: 3em;
}*/
.event .image{
	float: left;
	margin-left: -110px;
}
.audio{
	padding: 10px;
	border-bottom: 1px solid #d5d8dd;
	line-height: 1.5em;
	padding-bottom: 0px;
	padding-left: 0px;
}
.audio.first{
	background: #e5e6ea;
	padding: 20px;
	padding-bottom: 10px;
}
.audio.first .buttons{
	margin-top: 0px;
}
.audio.first strong{
	font-size: 1.3em;
	color: #3d4d5c;
}
.audio p{
	line-height: 1.5em;
	margin-top: 0px;
}
.buttons{
	float: right;
	margin-top: 10px;
}
ul.more{
	float: right;
	margin-top: 15px;
}
ul.more li{
	float: left;
	padding: 0px 10px;
	border-left: 1px solid #303d4d;
	line-height: 1em;
}
ul.more li:first-child{
	border-left: none;
}
ul.more li a{
	text-decoration: none;
}
ul.more li a:hover{
	text-decoration: underline;
}
/* //////////////////////////////////////////// */
/* Picasa */
/* //////////////////////////////////////////// */
.photo_tn{
	float: left;
	width: 180px;
	height: 170px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.album_tn{
	float: left;
	width: 180px;
	margin-top: 20px;
	height: 200px;
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: .9em;
	text-align: center;
}
.album_tn img{
	margin: 0px;
}
.album_tn .text{
	padding: 5px;
	padding-top: 2px;
	width: 150px;
	margin-left: 15px;
	margin-top: 0px;
/*	background: url(/media/images/black_80.png);*/
}
.album_tn a{
	text-decoration: none;
}
.album_tn strong{
	display: block;
	height: 15px;
	margin: 0px;
	margin-top: 5px;
	overflow: hidden;
}
#featured_tags{
	padding: none;
	margin: none;
}
#featured_tags a{
	float: left;
	margin-bottom: 10px;
	width: 205px;
	overflow: hidden;
}
#books ul{
	list-style: none;
	padding-left: 0px;
}
#books ul li{
	float: left;
	list-style: none;
	width: 170px;
	margin-right: 20px;
}
ul.col{
	float: left;
	width: 220px;
	list-style: none;
	padding-left: 0px;
	padding-right: 20px;
}
ul.col li{
	padding-left: 0px;
}
a.pager_link{
	margin-right: 5px;
}
.pager_link.selected{
	font-weight: bold;
	text-decoration: none;
}

.content th{
	font-weight: bold;
	text-transform: uppercase;
}
.content td{
	border-bottom: 1px solid #eee;
	padding-top: 5px;
}
.content tr:hover td{
	background: #eee;
}
.featured_tag{
	text-decoration: none;
	font-weight: bold;
}
div.alt{
	display: none;
	visibility: hidden;
}
div.banner{
	margin: -40px;
	margin-bottom: 40px;
}
#col_2{
	float: right;
	width: 240px;
	padding: 30px;
}
#col_2 h3{
	margin-bottom: 10px;
	border: 1px solid #53381d;
	border-right: none;
	border-left: none;
	padding: 5px 0px;
}
#col_2 ul{
	padding-left: 0px;
	margin-bottom: 20px;
	list-style: none;
}
#col_2 a{
	text-decoration: none;
}
#col_2 a:hover{
	text-decoration: underline;
}
#col_2 a.selected{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
}
#col_1{
	width: 600px;
}

/* //////////////////////////////////////////// */
/* /////  Slideshow  ////////////////////////// */
/* //////////////////////////////////////////// */
#ss_nav{
	background: url(/media/images/black_50.png);
	padding: 5px;
	color: #fff;
	margin-top: -35px;
	position: relative;
	z-index: 10;
	height: 25px;
	border-top: 1px solid #fff;
}
#ss_nav a{
	background: url(/media/images/black_50.png);
	color: #666;
	display: inline-block;
	padding: 0px 10px;
	text-decoration: none;
	font-weight: bold;
}
#ss_nav a:hover{
	color: #fff;
}
#ss_nav div{
	float: left;
	margin-right: 20px;
	line-height: 2.2em;
}
#ss_nav .current{
	color: #fff;
}
ul#captions{
	margin-top: 3px;
}
#ss_nav #bullets{
	float: right;
	margin-right: 5px;
}
#ss_nav #bullets a{
	background: none;
	color: #666;
	padding: 3px;
	font-size: 2em;
	line-height: 1em;
}
#ss_nav #bullets a:hover{
	background: none;
	color: #fff;
}
#ss_nav #bullets a.selected{
	color: #fff;
}
#ss_status{
	color: #999;
}
td{
	padding-right: 10px;
}

/* Blog */

#feature_holder{
	width: 900px;
	height: 300px;
	overflow: hidden;
}
#feature_list{
	margin-top: -10px;
}
#feature_list li{
	float: left;
	font-size: .8em;
	width: 215px;
	padding-right: 12px;
	margin-bottom: 20px;
}
#feature_list li#tn_4{
	padding-right: 0px;
}
#feature_list li a{
	text-decoration: none;
	display: block;
	color: #999;
}
#feature_list li a img{
	border: 2px solid #d5d8dd;
}
#feature_list li a:hover img, #feature_list li.selected a img{
	border-color: #313e4e;
}
#feature_list li a h2{
	color: #999;
	padding-top: 4px;
}
.post_head{
	overflow: auto;
}
.post_head img{
	float: left;
	margin-right: 20px;
	border: 5px solid #333;
}
.post_summary{
	color: #666;
	display: block;
	padding: 20px;
/*	margin-top: 20px;*/
/*	border-top: 1px solid #333;*/
	text-decoration: none;
/*	background: #333;*/
}
.post_summary h1{
	border-bottom: none;
}
.post_summary:hover{
	background: #d5d8dd;
}
.post_summary:hover img{
	border-color: #fff;
}
/*.post_summary:hover h1, .post_summary:hover p{
	color: #fff;
}*/

ul#recent li{
	margin-bottom: 20px;
}
ul#recent a{
	text-decoration: none;
}
ul#recent a:hover{
	text-decoration: underline;
}
#news{
}
ul.news li{
	font-size: 1em;
	padding: 10px;
	line-height: 1.3em;
	padding-left: 70px;
}
ul.news li img{
	float: left;
	margin-left: -60px;
}
ul.news li a{
	text-decoration: none;
}
ul.news li a:hover{
	text-decoration: underline;
}
ul.blog{
	list-style: none;
	padding-left: 0px;
}
ul.blog li{
	padding-left: 120px;
	overflow: auto;
	margin-bottom: 10px;
}
ul.blog li img{
	float: left;
	margin-left: -120px;
}
ul.blog li a{
	text-decoration: none;
}
ul.blog li a:hover{
	text-decoration: underline;
}

/* //////////////////////////////////////////// */
/* /////  SuperFish  ////////////////////////// */
/* //////////////////////////////////////////// */
.sf-menu{
	padding-top: 10px;
	position: relative;
	z-index: 20;
	margin: 0px;
	float: right;
}
.sf-menu a{
	display: inline-block;
	font-style: normal;
	color: #fff;
}
.sf-menu li{
	*margin-top: -3px;
	display: inline-block;
	float: left;
}
.sf-menu ul{
	width: 200px;
	padding-top: 15px;
	margin-top: -5px;
	background: url(/media/images/dd_arrow.png) no-repeat 30px top;
}
.sf-menu ul ul{
	padding-top: 0px;
	margin-top: 0px;
}
.sf-menu ul li{
	background: #bcb19d;
}
.sf-menu ul li a{
	font-size: .9em;
	color: #fff;
}
.sf-menu li.sfHover li,.sf-menu li:hover li{
}
.sf-menu li.sfHover a, .sf-menu li:hover a, .sf-menu a:hover{
}
.sf-menu li.sfHover li a, .sf-menu li:hover li a{
	color: #fff;
}
.sf-menu ul ul li{
	background: #8c7c60;
}
.sf-menu ul li a:hover{
	background: #313e4e;
}
.sf-menu li{
}
.sf-menu li a{
	color: #838b96;
	font-size: 1.2em;
	padding: 5px 15px 25px 15px;
}
.sf-menu li a:hover{
	color: #fff;
}
.sf-menu li a.selected{
	color: #fff;
	background: url(/media/images/top_nav_selected.png) center bottom no-repeat;
}
.sf-menu li li a{
	padding: 5px 15px;
	width: 170px;
}
