
/**
    This template was largely influenced by the Terrafirma2 template found at:
    http://www.freecsstemplates.org/ under the Creative Commons License.  The
    customizations below by 4th Dimension Development are also available under the
    Creative Commons License.
*/

/** CSS 
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	list-style: none;
}

/** Body
==============================================================================*/

body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
	background: url(../../../assets/images/bkgd_top.png) repeat-x top #d9d5c9;
	margin: 0 auto;
}

#inner {
	background: url(../../../assets/images/bkgd_top.png) repeat-x top #d9d5c9;
}

/** Container
==============================================================================*/

#container 
{
	width: 954px;
	background: #fff;
	margin: 0 auto;
	padding: 0 15px;
} 

#top
{
	margin: 30px auto 0 auto;
	width: 987px;
	height: 15px;
	background: url(../../../assets/images/bkgd_container_top.png) top center no-repeat;
}

#bottom
{
	margin: 0 auto;
	width: 987px;
	height: 82px;
	background: url(../../../assets/images/bkgd_container_bottom.png) bottom center no-repeat;
}

/** Floats
==============================================================================*/

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/** Images
==============================================================================*/

#content img {
	/*border: 1px solid #dcdcdc;*/
	padding: 4px;
	background-color: #fff;
}

#content .imground, 
#content .imground img
{
	width: 180px;
	height: 115px;
	margin: 0;
	padding:0;
}

#content img.left,
#content-inner img.left,
#sidebar img.left,
img.alignleft {
	margin: 0 16px 8px 0;
}

img.alignleft {
	float: left;
}

#content img.right,
#content-inner img.right,
#sidebar img.right,
img.alignright {
	margin: 0 0 8px 16px;
}

img.alignright {
	float: right;
}

#postimg {
	margin: 30px 0 30px 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img {
	border: none;
}

/** H Tags
==============================================================================*/

h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0 0 32px 0;
	font-weight: normal;
}

.post h1,
.postcontent h1 {
	margin: 0 0 8px 0;
}

.postcontent hr
{
    border: 1px solid #ccc;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	padding: 0 0 8px 0;
	margin: 0 0 24px 0;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #dcdcdc;
}

	#sidebar h2 
	{
		margin-bottom: 16px;
		background: url(images/sidebar_h_divider.jpg) repeat-x bottom;
	}

h2.comments {
	border-bottom: none;
	background: url(images/double_divider.jpg) repeat-x bottom;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 18px 0;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 16px 0;
	font-weight: normal;
	text-transform: uppercase;
}

#footer h4 
{
	color: #fff;
	padding: 0 0 4px 0;
	border-bottom: 3px solid #cdcdcd;
}

h5 {
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 14px 0;
	font-weight: bold;
	text-transform: uppercase;
}

/** Links
==============================================================================*/

a:link {
	color: #CE3402;
	text-decoration: none;
}

a:visited {
	color: #CE3402;
	text-decoration: none;
}

a:hover {
	color: #FF781F;
	text-decoration: none;
}

a:active {
	color: #CE3402;
	text-decoration: none;
}

/** Paragraphs
==============================================================================*/

p {
	margin: 0 0 32px 0;
}

/** Lists
==============================================================================*/

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

#content ol li,
#content ul li {
	line-height: 24px;
}


#content dl {
	padding-left: 0;
}

#content dl dt {
	font-weight: bold;
}

#content ol li {
	list-style-type: decimal;
}

#content ul li {
	list-style-type: disc;
}

/** Tables
==============================================================================*/

#content table {
	border-spacing: 2px;
	margin: 0 0 30px 0;
}

#content th {
	font-weight: bold;
	border-top: 1px solid #b2ceed;
	border-bottom: 1px solid #91a8c3;
	background-color: #a3bdda;
}

#content th, #content td {
	padding: 5px 10px;
}

#content tr.even {
	background-color: #efefef;
}

/** Misc Elements
==============================================================================*/

pre {
	width: 579px;
	padding: 15px;
	margin: 0 0 30px 0;
	border: 1px solid #ccc;
	border-left: 5px solid #ccc;
	background-color: #efefef;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

blockquote {
	margin: 0 0 30px 30px;
	padding: 0 0 0 15px;
	border-left: 3px solid #dfddd5;
}

/** Header
==============================================================================*/
#header
{
	height: 172px;
	background: url(../../../assets/images/bkgd_logo.png) no-repeat left;
}

/** Logo
==============================================================================*/

#logo 
{
	margin: 0;
	width: 287px;
	height: 173px;
	padding: 45px 0 0 10px;
}

a img {
	border: none;
}

/** Nav
==============================================================================*/

#navwrap {
	width: 935px;
	height: 76px;
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	background: url(../../../assets/images/bkgd_nav.png) repeat-x;
}

#nav,
#nav ul 
{
	text-transform: uppercase;
	list-style-position: outside;
	position: relative;
	z-index: 5;
}

	#nav li {
		float: left;
		line-height: 60px;
		/*background: url(images/nav_divider.jpg) no-repeat right;*/
	}

		#nav li ul li {
			background-image: none;
		}

	#nav li {
		float: left;
		position: relative;
		z-index: 20;
	}

		#nav li a {
			display: block;
			color: #e8f0db;
			position: relative;
			float: left;
			height: 60px;
			padding: 0 16px;
			z-index: 35;
		}

		#nav li#home {
			line-height: 0;
		}

			#nav li#home a img {
				position: relative;
				top: 22px;
			}

#nav ul {
	display: none;
	left: -1px;
	position: absolute;
	top: 58px;
	width: 230px;
	/*border-right: 1px solid #A0AF8D;
	border-left: 1px solid #85976C;*/
	/*background: #657352;*/
}

		#nav li ul a {
			width: 200px;
			height: auto;
			float: left;
			text-align: left;
			padding: 0 16px;
			background:  url(../../../assets/images/bkgd_nav_item.png) no-repeat;
			/*border-bottom: 1px solid #85976C;*/
		}

	#nav ul ul 
	{
		top: auto;
		border-top: none;
		/*background: #657352;*/
		
	}
	
	#nav li li
	{
		height: 35px;
		line-height: 35px;
		
		
	}

		#nav li ul ul {
			left: 230px;
		}

		#nav li:hover ul ul,
		#nav li:hover ul ul ul,
		#nav li:hover ul ul ul ul {
			display: none;	
		}
		
		#nav li:hover ul,
		#nav li li:hover ul,
		#nav li li li:hover ul,
		#nav li li li li:hover ul{
			display: block;
		}


/** Page header
==============================================================================*/
#pageHeader
{
	height: 48px;
	width: 100%;
	line-height: 48px;
	margin: 0 0 5px 0;
	background: url(../../../assets/images/bkgd_pageHeader.png) repeat-x;
}

	#pageHeader h1
	{
		font-size: 21px;
		color: #515C43;
		margin: 5px 0 5px 10px;
        max-width: 600px;
        overflow: hidden;
	}

/** Search
==============================================================================*/

#searchform
{
}

#s 
{
	height: 19px;
	width: 190px;
	line-height: 25px;
	font-size: 12px;
	text-transform: uppercase;
	border: none;
	color: #666;
	margin: 11px 15px 0 0;
	padding: 3px 25px 3px 5px;
	background: url(../../../assets/images/searchform.png) no-repeat;
}

/** Slider
==============================================================================*/

#featured {
	width: 660px;
	height: 172px;
	padding: 0;
	/*background: url(images/double_divider.jpg) repeat-x bottom;*/
}

#featureissue {
	position: relative;
	width: 660px;
	height: 172px;
	padding: 0;
	background: url(../../../assets/images/header/header2.jpg) no-repeat;
}

#slides 
{
	position: absolute;
	z-index: 1;
	top: 1px;
	width: 660px;
	overflow: hidden;
}

	#slides span
	{
		height: 172px;
	}

#posttitle {
	position: relative;
	background: #222;
	text-align: center;
	color: #ccc;
	z-index: 3;
}

#issueblurb
{
	position:absolute;
	right: 0px;

	top: 0px;
	z-index: 20;
	width: 179px;
	height: 169px;
	padding: 4px;
	color: #fff;
	background: url(../../../assets/images/bkgd_issue_blurb.png) repeat-x;
}

	#issueblurb a,
	#issueblurb a:active,
	#issueblurb a:visited
	{
		color: #fff;
		text-decoration: none;
	}
	
	#nextarrow
	{
		position: absolute;
		cursor: pointer;
		right: 0;
		bottom: 3px;
		z-index: 21;
		width: 15px;
		height: 17px;
		background: url(../../../assets/images/btn_next_arrow.png) no-repeat;
	}
	
	#prevarrow
	{
		position: absolute;
		cursor: pointer;
		left: 475px;
		bottom: 3px;
		z-index: 21;
		width: 15px;
		height: 17px;
		background: url(../../../assets/images/btn_prev_arrow.png) no-repeat;
	}

/** Small Column
==============================================================================*/

.smcol {
	width: 195px;
	margin: 0 5px 32px 0;
}

.smcol.last {
	margin: 0;
}

.smcol img {
	margin: 0 0 8px 0;
}

.smcol h3, .smcol p {
	padding: 0 8px;
}

.smcol h3 {
	margin: 0 0 8px 0;
}

.smcol p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
}

/** Content
==============================================================================*/

#content {
	width: 945px;
	margin: 15px 0 64px 0;
}

#mission
{
	color: #515C43;
	font-size: 17px;
}

#leftcol {
	width: 609px;
}

.post {
	margin: 0 0 32px 0;
	padding: 0 0 32px 0;
	border-bottom: 3px solid #efefef;
}

.post p {
	margin: 0;
}

.postcontent p {
	margin: 0 0 16px 0;
}

.postcontent .video {
	margin: 0 0 32px 0;
}

.meta {
	width: 609px;
	font-size: 11px;
	margin: 0 0 32px 0;
	padding: 8px 0 0 0;
	color: #7e7e7e;
	text-transform: uppercase;
	/*background: url(images/double_divider.jpg) repeat-x top;*/
}

.commentnum {
	padding: 0 16px 0 0;
	background: url(images/comments_icon-trans.png) no-repeat right;
}

#tags {
	font-size: 11px;
	color: #7e7e7e;
	text-transform: uppercase;
	padding: 8px 0 0 0;
	background: url(images/double_divider.jpg) repeat-x top;
}

/** Comments
==============================================================================*/

#comments,
.comment {
	margin: 0 0 16px 0;
}

.comment {
	border-bottom: 1px solid #dcdcdc;
}

p.moderation {
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 0;
	background: #ffe8a8;
}

.userinfo {
	width: 90px;
	margin: 0 20px 16px 0;
}

.userinfo p {
	margin: 0;
	text-align: right;
	font-size: 11px;
}

.comcontent {
	width: 497px;
}

table#addresses
{
    width: 100%;
}
table#addresses td
{
    background: #efefef;
    list-style-type: none;
    vertical-align: top;
}

table#addresses td.mid
{
    background: #fff;
    width: 30px;
}

table#addresses td.even
{
    background: #fff;
}

#addresses h3
{
    font-size: 13px;
    font-weight: bold;
    color: #637150;
    padding: 0;
    margin: 2px;
}

/** Gallery
==============================================================================*/

#gallery img.left {
	margin: 0 15px 15px 0;
}

#gallery img.last {
	margin-right: 0;
}


ul#gallery li
{
	width: 180px;
	list-style-type: none;
}

#gallery h3
{
	font-size: 14px;
	padding: 0;
	margin: 0 2px;
}

/** Events
==============================================================================*/
.event h2
{
	color: #343025;
	padding: 5px 5px;
	background: #bdb7a9;
}

.event h2 span
{
	color: #6F664C;
}

/** News
==============================================================================*/

.news
{
	margin-bottom: 20px;
}

.news h2
{
	color: #343025;
	padding: 5px 5px;
	border-bottom: 1px solid #dcdcdc;
}

.news h2 span
{
	color: #6F664C;
}

.news p
{
	padding: 0px;
	margin: 5px;
}

.byline
{
	margin: 3px 0 8px 0;
	color: #7e7e7e;
	font-size: 11px;
}

/** Post Nav
==============================================================================*/

#prevpost a {
	display: block;
	width: 112px;
	height: 32px;
	background: url(images/prev_btn-trans.png) no-repeat 0 0;
	overflow: hidden;
}

#prevpost a:hover {
	background-position: 0 -32px;
}

#nextpost a {
	display: block;
	width: 113px;
	height: 32px;
	background: url(images/next_btn-trans.png) no-repeat 0 0;
	overflow: hidden;
}

#nextpost a:hover {
	background-position: 0 -32px;
}

#prevpost a span,
#nextpost a span {
	display: none;
}

#postnav img {
	border: none;
	background: none;
	padding: 0;
}

/** Sidebar
==============================================================================*/

#sidebar {
	width: 305px;
	font-size: 12px;
	line-height: 18px;
}

.widget {
	width: 305px;
	margin: 0 0 16px 0;
	background: url(images/widget_bottom_bg.jpg) no-repeat bottom;
}

.widgethead {
	width: 305px;
	height: 16px;
	background: url(images/widget_top_bg.jpg) no-repeat top;
}

#content .widget ul {
	padding: 0;
}

#content .widget ul li {
	padding: 4px 0;
	margin: 0;
	line-height: 18px;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
}

.widgetinner {
	width: 257px;
	padding: 8px 24px 12px 24px;
}

#sidebar img.smsqad {
	padding: 0px;
	border: none;
	background: none;
	margin: 0 2px 2px 0;
}

#flickr img {
	float: left;
	margin: 0 8px 8px 0;
	height: 67px;
	width: 67px;
}

#joinflickr,
#advertise {
	font-size: 10px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

/** More Button
==============================================================================*/

.more a {
	display: block;
	width: 64px;
	height: 16px;
	background: url(images/more_btn-trans.png) no-repeat 0 0;
	overflow: hidden;
}

.more a:hover {
	background-position: 0 -16px;
	cursor: pointer;
}

.more a span {
	display: none;
}

/** Site buttons
==============================================================================*/

#memberlogin,
#getupdates,
#contactfbc
{
	margin-bottom: 4px;
}

#memberlogin a,
#getupdates a,
#contactfbc a
{
	display: block;
	width: 258px;
	height: 43px;
	overflow: hidden;
}

#memberlogin a
{
	background: url(../../../assets/images/btn_memberlogin.png) no-repeat 0 0;
}

#getupdates a
{
	background: url(../../../assets/images/btn_getupdates.png) no-repeat 0 0;
}

#contactfbc a
{
	background: url(../../../assets/images/btn_contactfbc.png) no-repeat 0 0;
}

#memberlogin a:hover,
#getupdates a:hover,
#contactfbc a:hover
{
	background-position: 0 -43px;
	cursor: pointer;
}

#memberlogin a span,
#getupdates a span,
#contactfbc a span
{
	display: none;
}

#btncalendar
{
	margin-top: 3px;
}

#btncalendar a
{
	display: block;
	width: 82px;
	height: 22px;
	overflow: hidden;
}

#btncalendar a
{
	background: url(../../../assets/images/btn_calendar.png) no-repeat 0 0;
}

#btncalendar a:hover
{
	background-position: 0 -22px;
	cursor: pointer;
}

#btncalendar a span
{
	display: none;
}


/** Twitter
==============================================================================*/

.tweet .tweet_text {
	font-size: 10px;
	color: #d0d0d0;
	line-height: 12px;
}

#twitter ul {
	margin: 0;
	padding: 0;
}

#twitter ul li {
	list-style-type: none;
	line-height: 18px;
}

.date, .author {
	text-transform: uppercase;
	font-size: 10px;
	color: #666;
}

/** Comment Form / Contact Form
==============================================================================*/

#commentform,
#contactform {
	width: 432px;
}

#memberloginpanel
{
	padding: 4px;
	display: none;
}

fieldset {
	border: none;
}

#memberloginform p
{
    margin: 0 0 5px 0;
    padding: 0;
}
#memberloginpanel .text-input,
#commentform .text-input,
#contactform .text-input,
#commentform select,
#contactform select {
	width: 398px;
	color: #555555;
	font-size: 11px;
	margin: 0 5px 10px 0;
	border: 1px solid #cdcdcd;
	background-color: #fff;
}


#commentform input.text-input,
#contactform input.text-input {
	height: 19px;
	padding: 6px 16px 0 16px;
}

#memberloginpanel input.text-input
{
	height: 20px;
	line-height: 20px;
	width: 250px;
}

#memberloginpanel label
{
	color: #637150;
	width: 100px;
}

#commentform select {
	padding: 5px 3px 5px 15px;
}

#commentform textarea.text-input,
#contactform textarea.text-input {
	height: 178px;
	padding: 6px 16px 0 16px;
}

#commentform input:focus,
#commentform select:focus,
#commentform textarea:focus,
#contactform input:focus,
#contactform select:focus,
#contactform textarea:focus{
	background: #efefef;
}

#submit, #wp-submit {
	background: #cdcdcd;
	border: none;
	padding: 6px 16px;
}

#submit:hover, #login:hover {
	cursor: pointer;	
}

/** Footer
==============================================================================*/

#footer 
{
	width: 945px;
	margin: 0 0 32px 0;
	padding: 32px 0 0 0;
	font-size: 10px;
	color: #ccc;
	text-transform: uppercase;
	background: #1D1915 url(../../../assets/images/bkgd_footer.png) repeat-x;
}

#footer h3 {
	color: #ccc;
}

#footer p {
	line-height: 16px;
}

#footerwidgetwrap 
{
	width: 305px;
	margin: 5px 15px;
	color: #666;
}

	#footerwidgetwrap .widgethead 
	{
		width: 305px;
		height: 16px;
		background: url(images/widget_top_bg-trans.png) no-repeat top;
	}
	
	#footerwidgetwrap .widgetinner
	{
		width: 281px;
		padding: 5px 12px;
	}
	
	#footerwidgetwrap .widget 
	{
	width: 305px;
	margin: 0 0 16px 0;
	background: url(images/widget_bottom_bg-trans.png) no-repeat bottom;
	}

	
	

.footerwidget {
	width: 270px;
	margin: 0 10px 0 10px;
}

.footerwidget p {
	text-transform: none;
}

.footerwidget ul li {
	/*border-bottom: 1px solid #dcdcdc;*/
}

#sociallist li
{
	float: left;
	margin-left: 4px;
}

.copyright
{
	font-size: 10px;
}

.error
{
    color: #7F0000;
}

.note
{
    color: #666;
    font-style: italic;
}