/*
Theme Name: Fern Lodge
Theme URI: http://fernlodge.org
Description: Custom theme developed for Fern Lodge by Serafini Studios
Version: 1.0
Author: Gabriel Serafini
Author URI: http://www.gabrielserafini.com/
Tags: 


*/

body {
	background: #fff url(images/header_back.png) repeat-x;
	color: #000;
	font-family: cambria, georgia, serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	}

h2 {
	font-weight: normal;
	font-size: 24px;
	color: #003333;
	margin: 0;
	padding: 0 0 8px 0;
	}

h2 a {
	color: #003333;
	}

h3.page-title {
	font-weight: normal;
	font-size: 18px;
	color: #399;
	padding: 0;
	margin: 0;
	}

h3 a {
	color: #399;
	}

h3 a:hover {
	color: #066;
	}

a {
	color: #066;
	}

a:hover {
	color: #399;
	}

a img {
	border: 0;
	
	}

p {
	}

address {
	font-style: normal;
	}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

ul, ol {
	margin-top: 24px;
	margin-bottom: 24px;
	}

li {
	margin-bottom: 12px;
	}

blockquote {
	font-style: italic;
	color: #295656;
	background: #CFE6E6;
	padding: 8px 18px;
	margin: 12px 18px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}

blockquote cite {
	font-style: normal;
	}

#page {
	width: 980px;
	margin: 0 auto;
	background: #fff;
	}

#header {
	background: url(images/header_back.png) no-repeat;
	height: 170px;
	position: relative;
	}

#header-logo {
	position: absolute;
	left: 15px;
	top: 18px;
	}

#motto {
	position: absolute;
	left: 294px;
	top: 32px;
	color: #7C9B76;
	font-size: 24px;
	font-style: italic;
	text-shadow: 1px 1px 2px #F9FAEB;
	}

#motto-small {
	position: absolute;
	left: 304px;
	top: 62px;
	color: #7C9B76;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #F9FAEB;
	}

#site-search {
	position: absolute;
	right: 32px;
	top: 125px;
	}

#searchinput {
	width: 190px;
	}

#navs {
	position: absolute;
	left: 10px;
	top: 88px;
	height: 34px;
	width: 980px;
	}

#breadcrumbs {
	position: absolute;
	left: 18px;
	top: 130px;
	font-family: calibri, helvetica, arial, sans-serif;
	color: #7C9B76;
	font-size: 13px;
	}

#breadcrumbs a {
	color: #7C9B76;
	text-decoration: none;
	border-bottom: 1px dotted #B3C5AF;
	}

#breadcrumbs .separator {
	color: #B3C5AF;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	}

.current-breadcrumb {

	}


#content {
	margin: 12px 0 0 18px;
	float: left;
	width: 640px;
	}

#homepage-featured-image {
	margin: 0 0 12px 0;
	padding: 0 0 0 18px;
	}

#page-featured-image {
	margin: 0 0 8px 0;
	}

#homepage-featured-image img, #page-featured-image img {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}

.postmetadata {
	border-top: 1px solid #ccc;
	padding: 6px 0 0 0;
	font-family: helvetica, arial, sans-serif;
	color: #666;
	line-height: 100%;
	}

.postmetadata a {
	color: #666;
	}

.post-date {
	color: #666;
	font-family: helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	margin: 4px 0;
	letter-spacing: 1px;
	}

#sidebar {
	float: right;
	width: 240px;
	padding: 8px 0 0 0 ;
	font-family: calibri, helvetica, arial, sans-serif;
	}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul li ul {
	margin: 4px 0 18px 12px;
	}

#sidebar h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #033;
	border-bottom: 1px solid #999;
	margin: 4px 0 8px 0;
	padding: 0 0 1px 0;
	}

#sidebar a {
	color: #366;
	}

#sidebar img {
	margin-bottom: 8px;
	}

#comment {
	width: 620px;
	}

.navigation {
	padding: 8px 0;
	margin: 12px 0;
	}

.navigation a {
	color: #399;
	text-decoration: none;
	}

.navigation a:hover {
	color: #066;
	text-decoration: underline;
	}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: url(images/nav_back_off.png) repeat-x bottom;
	padding: 0;
	display:block;
	text-shadow: 1px 1px 2px #fff;
	font-family: calibri, helvetica, arial, sans-serif;
}
#access .menu-header,
div.menu {
	font-size: 16px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
	margin: 0;
}
#access a {
	display:block;
	text-decoration:none;
	color:#9B852F;
	background: url(images/nav_back_off.png) repeat-x bottom;
	background-position: -1px 0;
	padding:0 10px;
	margin: 0 1px 0 0;
	border-top: 1px solid #F6F7E2;
	border-left: 1px solid #F6F7E2;
	border-right: 1px solid #CCCEB4;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	line-height: 30px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:31px;
	left:0;
	float:left;
	box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
	font-size: 12px;
}
#access ul ul li {
	min-width: 181px;
	border-top: 1px solid #eee;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background: url(images/nav_back_on.png) repeat-x bottom;
	color: #71935B;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#685406;
	background: url(images/nav_back_on.png) repeat-x bottom;
}
#access ul ul :hover > a {
	color:#355122;
	background: url(images/nav_back_off.png) repeat-x bottom;
}

#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color:#685406;
	background: url(images/nav_back_on.png) repeat-x bottom;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#685406;
	background: url(images/nav_back_on.png) repeat-x bottom;
}



.quotescollection_randomquote {
	font-size: 18px;
	font-style: italic;
	color: #0B5C70;
	padding: 0px 48px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.quotescollection_randomquote cite {
	margin: 8px 0;
	font-style: normal;
	font-size: 14px;
	color: #4C8B9B;
	}

.contact-form {
	float: right;
	border: 2px solid #fcc;
	border-right: 2px solid #c99;
	border-bottom: 2px solid #c99;
	margin: 0 0 18px 0;
	padding: 18px;
	background: #ffc;
	width: 330px;
	}

.geo {
	display: none;
	}

#footer {
	background: url(images/logo_separator_lg.png) no-repeat top center;
	clear: both;
	margin: 24px 0 0 0;
	padding: 24px 0 18px 0;
	color: #666;
	text-align: center;
	font-family: calibri, helvetica, arial, sans-serif;
	}

#footer a {
	color: #966;
	}

.footer-nav-links {
	font-size: 15px;
	padding: 0 0 8px 0;
	}

.footer-nav-links ul {
	list-style: none;
	}

.footer-nav-links ul li {
	display: inline;
	margin: 0 6px;
	}

.bottom-contact-details {
	font-size: 24px;
	}

.sitecredits {
	color: #999;
	margin: 18px 0 8px 0;
	}

.sitecredits a {
	color: #999 !important;
	}



.edit-link-container {
	margin: 24px 0px 18px 0px;
	padding: 12px 0;
	clear: both;
	}

.edit-link {
	}

.edit-link img {
	margin: 0px 0px -3px 0px;
	}

.edit-link a {
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	background: #ff9;
	border-top: 1px solid #cc9;
	border-right: 1px solid #996;
	border-bottom: 1px solid #996;
	border-left: 1px solid #cc9;
	color: #660;
	}

.edit-link a:hover {
	border-top: 1px solid #996;
	border-right: 1px solid #cc9;
	border-bottom: 1px solid #cc9;
	border-left: 1px solid #996;
	}

.edit-link a span {
	text-decoration: none;
	}

.edit-link a:hover span {
	color: #330;
	text-decoration: none;
	}

.float-left {
	float: left;
	margin: 0px 12px 14px 0px;
	}

.float-right {
	float: right;
	margin: 0px 0px 14px 12px;
	}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.wp-caption {
	margin: 0 18px 18px 18px;
	}

.wp-caption-text {
	font-style: italic;
	color: #333;
	margin: 0;
	padding: 4px 0;
	}


