/*
Theme Name: BNA
Description: Custom theme for Brevard Nature Alliance
Author: Brandt Ronat and Company
Version: 1.0
*/

@import url("reset.css");

/***** TESTING *****/



/***** Structure *****/
body {
	background: #8a5d3b;
	font-family: hedley-new-web, arial, helvetica, sans-serif;
}

#container {
	width: 940px;
	margin: 10px auto 0;
	padding: 10px 10px 35px;
	background: #fff1e2;
}

#header {}
#header-logo {
	position: absolute;
	margin: -5px 0 0 3px;
}
#header-tagline {	
    margin: 40px 0 0 185px;
    position: absolute;	
}
#header-nav {
	background: url('images/BWCE-Masthead.png') top no-repeat;
	height: 85px;
}
#header-masthead {
	background: #e4a944;
	width: 960px;
	margin: 0 0 0 -10px;
}
#header-masthead-copy {
	width: 300px;
	margin: 0 ;
	padding: 100px 0 0 20px;
	float: left;
}
#header-masthead-slider {
	width: 620px;
	margin: 10px;
	float: left;
}
#middle {}
#middle-top {
	height: 30px;
	padding: 10px 0;	
	border-bottom: thin dashed #bec531;
}
#middle-top-left {
	width: 300px;
	float: left;
}
#middle-top-right {
	width: 620px;
	float: left;
	text-align: center;
}
#middle-content {}
#middle-content-sidebar {
	width: 290px;
	margin: 0 19px 0 0;
	padding: 10px 10px 0 0;    
	float: left;
	border-right: thin dashed #bec531;
}
#middle-content-main {
	width: 620px;
	padding: 10px 0 0;
	float: left;	
}
#middle-content-main-gallery {
	width: 620px;
	margin: 0 0 10px;
}
#middle-content-main-gallery-holder {
	background: white;
	padding: 10px;
}
#middle-content-main-left {
	width: 620px;
	float: left;
	margin: 0 0 10px;
}
#middle-content-main-news-holder {
	background: white;
	padding: 10px;
}
#middle-content-main-right {
	width: 300px;
	float: left;
	margin: 0 0 0 10px;
}
#middle-content-main-facebook-holder {
	background: white;
	padding: 10px;
}
#footer {
	background: #7bb665;
	padding: 0 0 10px;
}
#footer-logos {
	width: 960px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 0;
}
#footer-thanks {
	text-align: center;
	background: white;
	padding: 10px 0;
}
#footer-thanks p {
	font-size: 1em;
}
#footer-copyright {
	width: 960px;
	text-align: center;
	margin: 10px auto 0;
}

/*** Page ***/

#middle-content-main-page {
	background: white;
	padding: 10px;
}

/*** Blog ***/

.middle-content-main-article {
	background: white;
	padding: 10px;
	margin: 0 0 30px;
}
			
/***** Menus *****/

/*** Header Navigation ***/

#header-nav-menu {
	float: right;
	margin: 60px 0 0;
	list-style: none; 
}
#header-nav-menu li {
	margin: 0 0 0 20px;
	float: left;
	font-size: 1em;
}
#header-nav-menu a {
	display: block;
	padding: 3px;
	border-style: solid;
	border-width: 3px 6px 0 5px;	
}
#header-nav-menu a:hover {	
	padding: 3px 3px 6px;
	margin: -3px 0 0px;
}
.nav-home {
	-moz-border-image: url('images/NavButton-Home.png') 3 6 0 5 repeat;
	-webkit-border-image: url('images/NavButton-Home.png') 3 6 0 5 repeat;
	-o-border-image: url('images/NavButton-Home.png') 3 6 0 5 repeat;
	border-image: url('images/NavButton-Home.png') 3 6 0 5 fill repeat;
}
.nav-highlights {
	-moz-border-image: url('images/NavButton-Highlights.png') 3 6 0 5 repeat;
	-webkit-border-image: url('images/NavButton-Highlights.png') 3 6 0 5 repeat;
	-o-border-image: url('images/NavButton-Highlights.png') 3 6 0 5 repeat;
	border-image: url('images/NavButton-Highlights.png') 3 6 0 5 fill repeat;
}
.nav-events {
	-moz-border-image: url('images/NavButton-Events.png') 3 6 0 5 repeat;
	-webkit-border-image: url('images/NavButton-Events.png') 3 6 0 5 repeat;
	-o-border-image: url('images/NavButton-Events.png') 3 6 0 5 repeat;
	border-image: url('images/NavButton-Events.png') 3 6 0 5 fill repeat;
}
.nav-faqs {
	-moz-border-image: url('images/NavButton-FAQs.png') 3 6 0 5 repeat;
	-webkit-border-image: url('images/NavButton-FAQs.png') 3 6 0 5 repeat;
	-o-border-image: url('images/NavButton-FAQs.png') 3 6 0 5 repeat;
	border-image: url('images/NavButton-FAQs.png') 3 6 0 5 fill repeat;
}
.nav-contact {
	-moz-border-image: url('images/NavButton-Contact.png') 3 6 0 5 repeat;
	-webkit-border-image: url('images/NavButton-Contact.png') 3 6 0 5 repeat;
	-o-border-image: url('images/NavButton-Contact.png') 3 6 0 5 repeat;
	border-image: url('images/NavButton-Contact.png') 3 6 0 5 fill repeat;
}
.nav-home {
	border-color: #7bb666;
	background: #7bb666;
}
.nav-highlights {
	border-color: #4594b5;
	background: #4594b5;
}
.nav-events {
	border-color: #942780;
	background: #942780;
}
.nav-faqs {
	border-color: #bdc532;
	background: #bdc532;
}
.nav-contact {
	border-color: #86b8d3;
	background: #86b8d3;
}

/***** Type Styles ****/

p {
	color: #8a6d3b;
	font-size: .8em;
	margin: 0 0 10px;
	line-height: 1.5em;
}

a {
	color: #00609c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #942780;
	font-size: 2.1em;
	margin: 0 0 10px;
	font-family: tandelle, arial, helvetica, sans-serif;
}

h2 {
	font-family: tandelle, arial, helvetica, sans-serif;
}

h3 {
	color: #8a6d3b;
	font-size: 1.6em;
	margin: 0 0 10px;
	font-family: tandelle, arial, helvetica, sans-serif;
}

h4 {
	color: #942780;
	font-size: 1.1em;
	margin: 0 0 10px;	
}

li {
	color: #8a6d3b;
}

/*** Special Cases ***/

#header-tagline {
	color: #942780;
    font-family: tandelle, arial, helvetica, sans-serif;
    font-size: 2.3em;
}
#header-nav-menu a, #header-nav-menu a:hover {
	color: white;
	text-decoration: none;
}

#header-masthead-copy p {
	color: white;
}

h1.interior-masthead {
	color: #fff9c1;
	font-size: 3.5em;
	margin: 0 0 0 200px;
	padding: 15px 0;
}

#middle-top-right {
	color: #7bb665;
	font-weight: bold;
	font-size: 1em;
	padding: 5px 0 0; 
}

#middle-top-right a {
	color: #8a5d3b;
	font-weight: bold;
	margin: 0 10px;
}

.ad,
.ad p,
.ad li {
	font-family: omnes-pro;
	color: #FFCC4E;
	font-weight: 600;
	font-style: italic;
}

p.ad-url {
	color: white;
	font-weight: 600;
	font-family: omnes-pro, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
}

#middle-content-main-page p {	
	padding: 0 20px;
}

.post-meta {
	font-style: italic;
	margin: 0 0 5px;
}

#footer-copyright {
	color: white;
	font-size: .8em;
}

#footer-copyright a {
	color: white
}

/***** Lists *****/

ul {
	list-style: disc;
	margin: 0px 0 15px 20px;
	font-size: 12pt;
}

ul ul {
	margin-top: 10px;
}

ol {
	list-style: decimal;
	margin: 2px 0 4px 0px;
	font-size: 12pt;
}

ol ol {
	list-style: lower-alpha;
	margin-top: 10px;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	margin-left: 30px;
	margin-bottom: 2px;
	font-size: .8em;
}

/***** Widgets *****/

.widget {
	margin: 0 0 30px;
	background: white	
}

.widget h3 {
	background: #fff1e2;
	padding: 0 0 10px;
	margin: 0;
}

#middle-content-sidebar-widgets,
#middle-content-main-left-widgets,
#middle-content-main-right-widgets,
#middle-content-main-gallery-widgets {
	list-style: none;
	margin: 0 ;
}

li.widget li {
	font-size: 1em;
}

li.widget {
	margin: 0 0 10px;
	font-size: 1em;
}


div.ad {
	background: #00609C;
}

p.ad {}

ul.ad {}

.ad-url {
	text-align: center;
}

.widget_recent_entries ul {
	padding: 0 0 10px;
}

.widget_recent_entries li {
	margin: 0 0 5px;
}

.contributors {
	font-size: 1.2em;
}

/*** Widgets ***/

.rsg_image {
	float: left;
	margin: 0 10px 10px 0;
}

/***** Pagination *****/

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
float: right;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #e4a944;
}
 
.pagination a:hover{
color:#e4a944;
background: #942780;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #00609c;
color:#fff;
}

/* Event Espresso Overrides */

.time-display-block {
	color: #ddd;
}

.ee_view_cart {
	font-size: 1.3em;
	font-weight: bold;
	color: #7bb665;
}

.ee_add_item_to_cart {
	color: #942780 !important;
}

.a_register_link {
	font-size: 1.3em;
	font-weight: bold;
	color: #bec531;
}

.registration-alert {
	color: red;
}

/* Utility Classes */

.bold, b, strong {
	font-weight: 700;
	color: #942780;
}

.italic, i, em {
	font-style: italic;
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.hidden {
	display: none;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}