body{
	background: #8BCCDE;
	font-size: 62.5%;
	font-family: Helvetica, arial, sans-serif;
}

strong{
	font-weight: bold;
}

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

/* -- Headers -- */

h2{
	color: #dc7602;
	font-size: 3.8em;
	margin: 0 0 15px 0;
}

h3{
	color: #321B15;
	font-size: 2.4em;
	margin: 0 0 15px 0;
}

/* -- Structure -- */

#container{
	
}

#header_container{
	width: 100%;
	float: left;
	clear: both;
	background: url(../../img/header_bg.gif) top left repeat-x;
	height: 148px;
	border-bottom: 1px solid #cec3bf;
}

#header{
	width: 960px;
	margin: 0 auto;
}

h1#logo{
	width: 499px;
	height: 116px;
	float: left;
}

h1#logo a{
	background: url(../../img/logo.png) top left no-repeat;
	height: 116px;
	width: 499px;
	display: block;
	text-indent: -9999px;
}

/* -- Nav -- */

ul#nav{
	float: right;
	margin: 55px 0 0 0;
}

ul#nav li{
	float: left;
	border-left: 3px solid #4598ae;
	padding: 8px 0px 5px 8px;
	margin: 0 0 0 25px;
}

ul#nav li:hover{
	border-color: #fc8701;
}

ul#nav li a{
	font-size: 2.4em;
	color: #4598ae;
	text-decoration: none;
}

ul#nav li a:hover{
	color: #fc8701;
}

ul#nav li.active,
ul#nav li.current_page_parent,
ul#nav li.current_page_item{
	border-color: #321b15;
}

ul#nav li.active a,
ul#nav li.current_page_parent a,
ul#nav li.current_page_item a{
	color: #321b15;
}

/* -- Content -- */

#content_container{
	background: #f1efe2;
	float: left;
	clear: both;
	width: 100%;
}

#content{
	width: 960px;
	margin: 0 auto;
}

/* -- Images -- */

.alignright {
	margin: 0px 0px 15px 15px;
	float: right;
}

.alignleft {
	margin: 0px 15px 15px 0px;
	float: left;
}

/* -- Front Feature -- */

#front_feature{
	background: url(../../img/front_slideshow_bg.png) 0 0 no-repeat;
	width: 960px;
	float: left;
	margin: 0 0 0 -45px;
}

#slideshow{
	float: left;
	width: 420px;
	margin: 62px 0 60px 50px;
}

#blurb{
/*
	text-indent: -9999px;
	background: url(../../img/blurb.png) top left no-repeat;
*/
	width: 427px;
/* 	height: 225px; */
	float: right;
	margin: 110px 0 25px 0;
}

#blurb p{
	color: #632B0B;
	font-size: 30px;
}

/* -- Front News -- */

#front_posts_container{
	float: left;
	clear: both;
	width: 100%;
	background: #f0f1f0;
	border-top: 1px solid #cec3bf;
	padding: 25px 0;
}

#front_posts{
	width: 960px;
	margin: 0 auto;
}

#front_posts .post_content{
	width: 400px;
	float: left;
	margin: 0 35px 0 0;
}

.front_thumbnail{
	width: 409px;
	height: 160px;
	border: 5px solid #e2e1d8;
	float: left;
	overflow: hidden;
}

.front_thumbnail .ngg-singlepic{
	padding: 0;
}

/* -- Post -- */

.date{
	float: left;
	clear: both;
	background: url(../../img/date_bg.png) top left no-repeat;
	text-align: center;
	width: 59px;
	height: 78px;
	margin: 0 15px 0 0;
}

.date p{
	color: #461a02;
	font-weight: bold;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 5px 0 0 -5px;
}

.date p span{
	color: white;
	font-size: 2.8em;
	margin: 10px 0 0 -2px;
	float: left;
	clear: both;
	text-align: center;
	width: 100%;
}

.post{
	float: left;
	clear: both;
	margin: 0 0 20px 0;
	width: 100%;
}

.post_content{
	background: url(../../img/post_content_bg.png) top left no-repeat;
	float: left;
	padding: 0 0 0 23px;
	width: 660px;
}

.post_content.wide{
	width: 97%;
}

.post_content h3{
	margin: 0 0 15px 0;
}

.post_content h3 a{
	color: #4598ae;
	text-decoration: none;
}

.post_content p{
	color: #594b43;
	font-size: 1.4em;
	line-height: 1.6em;
	margin: 0 0 15px 0;
}

.post_content ul,
.post_content ol{
	color: #594b43;
	font-size: 1.4em;
	line-height: 1.6em;
}

.post_content ul li,
.post_content ol li{
	margin: 0 0 10px 0;
}

/* -- Post Navigation -- */

.navigation a{
	background: #93CCDB;
	color: #0D1012;
	padding: 5px 10px;
	font-size: 1.3em;
}

/* -- Inside -- */

#post_container{
	width: 760px;
	float: left;
	background: url(../../img/post_container_bg.png) top right no-repeat;
	margin: 0 30px 15px 0;
	padding: 30px 30px 0 0;
}

/* -- Gallery -- */

.ngg-albumoverview,
.ngg-galleryoverview{
	margin-bottom: 15px;
	float: left;
	clear: both;
}

ul#album_nav{
	float: left;
	clear: both;
	width: 100%;
}

ul#album_nav li{
	float: left;
}

ul#album_nav li.alt{
	margin: 0 0 0 8px;
}

ul#album_nav li img{
	border: 3px solid white;
}

/* -- Sidebar -- */

#sidebar{
	width: 130px;
	float: left;
	margin: 15px 0;
}

#sidebar h2{
	color: #aeaca1;
	font-size: 1.8em;
}

#searchform label{
	color: #f8b970;
	font-size: 1.8em;
}

#searchform input[type=text]{
	width: 120px;
	height: 52px;
	background: url(../../img/search_bg.png) top left no-repeat;
	border: 0;
	padding: 10px 15px 0 9px;
	font-size: 2em;
}

#searchsubmit{
	display: none;
}

/* -- Categories -- */

ul#categories{
	margin: 10px 0 0 0;
}

ul#categories li{
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
}

ul#categories li a{
	background: #93ccdb;
	float: left;
	clear: both;
	width: 100%;
	display: block;
	color: #0A0C0D;
	text-decoration: none;
	font-size: 2.1em;
	padding: 11px 0 7px 7px;
}

ul#categories li.current-cat a{
	background: #b5e0eb;
	color: #0A0C0D;
}

/* -- Footer -- */

#footer_container{
	float: left;
	clear: both;
	width: 100%;
	background: #8fccdc url(../../img/footer_bg.jpg) top left repeat-x;
}

#footer{
	width: 960px;
	margin: 0 auto;
}

#footer ul{
	width: 100%;
	float: left;
	clear: both;
	margin: 30px 0;
}

#footer ul li{
	float: right;
	border-left: 2px solid #402a23;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}

#footer ul li.first{
	border: 0;
}

#footer ul li.logo{
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
}

#footer ul li.logo a{
	background: url(../../img/footer_logo.png) top left no-repeat;
	width: 392px;
	height: 28px;
	display: block;
	text-indent: -9999px;
}

#footer ul li a{
	color: #402a23;
	font-size: 1.7em;
	text-decoration: none;
}