/*
Theme Name: Mrs Wilkes Theme
Theme URI: http://ryanhellyer.net/2008/02/23/aqua-vaccinium-wordpress-theme/
Description: Custom Theme for Mrs Wilkes by Clark Creative. 
Version: 1.0
Author: Stephen Withers
Author URI: http://www.swithdrawn.com

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color:#FFFFFF;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* LAYOUT */

body {
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Libre Baskerville', serif; */
	/*font-family: 'Montaga', serif;*/
	/*font-family: 'Droid Serif', serif;*/
	background-color:#a1d4d7;
	background-image: url('img/bg_pattern.jpg');
	background-repeat: repeat;
}
strong {
	font-weight:bold;	
}
em {
	font-style:italic;
}
h1, h2, h3, h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
img#wpstats {
	visibility: hidden;
}
#center_container {
	position: relative;
	width:1100px;
	margin: 0px auto;
}
#container {
	position: relative;
	width:1100px;
	display:block;
	background-color:#FFF4E6;
	border: 3px solid #42200a;
}
#header_callout {
	width: 1100px;
	margin: 0px auto;
	padding-bottom: 100px;
}
#callout {
	float: right;
	margin-right: 20px;
	padding:7px 18px;
	background: #b7623e;
	font-weight: bold;
	letter-spacing: 1px;
}
#callout li {
	color:#E8C8B2;
	font-size: 15px;
	padding: 3px;
}
#header {
	position: relative;
	display:block;
	width:1100px;
	height: 40px;
}
#header a.logo {
	position: absolute;
	left: 60px;
	margin-top: -75px;
}
.navigation {
	position: absolute;
	left: 215px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
.footermenuwrap {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	float: right;
	padding-bottom: 10px;
	padding-right: 10px;
}
.footermenuwrap li a {
	text-decoration: none;
	color: #42200a;
	font-weight: 600;
	padding: 5px 25px;
}
.navigation li a {
	display: block;
	text-decoration: none;
	color:#42200a;
	font-weight: 600;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.navigation li a:hover, .navigation li.current-menu-item a, .navigation li.current-menu-parent a {
	color: #d1593f;
}
#navmenu {
	list-style:none;
	display:block;
	float:right;
	z-index:9999 !important; /*Set for IE7*/
	position:relative; /*Set for IE7*/
}
#navmenu li, .footermenuwrap li{
	float:left;
	position:relative;
	letter-spacing: 1px;
}
.navigation ul li, .footermenuwrap li {
	display:inline;
	zoom: 1;
}

/*--- DROPDOWN ---*/

#navmenu ul{
	list-style:none;
	text-align:left;
	width:180px;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	z-index:9999 !important;
	background:url('img/menu_bg.png') repeat;
	text-align: center;
	top:32px;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 3px;
}
#navmenu ul {
}
#navmenu li ul.dropmenu li, #navmenu li ul.sub-menu li {
	display: block;	
	float:left;
	margin:0;
	text-align: left;
	width:100%;
	padding-bottom:0;
	padding-left: 0;
	padding-right:0;
	padding-top: 0;
}
.dropmenu li a, .sub-menu li a  {
	display: block;
	color: #FFF4E6;
	border-bottom: none;
	font-size: 16px;
	width: 100%;
	padding:5px 5px;
}
.dropmenu li a, .sub-menu li a {
  outline: none;
  border: none; 
}
.dropmenu li:hover a, .sub-menu li:hover a {
	color:#FFF4E6;
}
#navmenu li:hover ul { /* Display the dropdown on hover */
	left:20px; /* Bring back on-screen when needed */
}
#navmenu li.nav:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	color: #d1593f;
}
#navmenu li:hover ul.dropmenu li a, #navmenu li:hover ul.sub-menu li a {
	border-bottom: none;
	outline: none;
	border: none;
	color:#FFF4E6;
}
/* =Main Layout
-------------------------------------------------------------- */
.content {
	padding-bottom: 40px;
	padding-top: 12px;
}
.content.index {
	padding-left: 40px;
	padding-right: 30px;
}
.content.page {
	padding-left: 45px;
	padding-right: 45px;
}
/* =Page-Specitic Layouts
-------------------------------------------------------------- */
#home_content_wrap {
	float: left;
	width: 630px;
}
#page_content_wrap.news {
	padding-top: 60px;
}
.home_main_image {
	display: block;
	width: 610px;
	height: 420px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.home_main_image img, .page_featured_image img, .page_featured_image iframe, img.blogfeaturedimage {
	display: block;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
.home_small_image {
	display: block;
	float: left;
	width: 295px;
	padding: 9px;
	text-align: center;
}
.home_small_image h2 {
	padding-top: 18px;
	font-weight: 700;
	font-size: 33px;
	line-height: .9;
}
.home_small_image h2 a {
	text-decoration: none;
	color: #42200a;
	text-transform: uppercase;
}
.home_small_image img {
	display: block;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 0px solid #800000;
}
.sidebarhome {
	width: 380px;
	display: block;
	float: right;
}
.sidebardefault {
	width: 272px;
	display: block;
	float: right;
}
#sidebarhome_header {
	display: block;
	height: 117px;
	width: 380px;
	background: url('img/sidebarhome_header.png') no-repeat;
}
#sidebardefault_header {
	display: block;
	height: 117px;
	width: 272px;
	background: url('img/sidebarpage_header.png') no-repeat;
}
#sidebardefault_header.contact {
	background: url('img/sidebarpage_header_contact.png') no-repeat;
}
#sidebardefault_header.news {
	background: url('img/sidebarpage_header_news.png') no-repeat;
	height: 89px;
}

#sidebarhome_wrap {
	display: block;
	width: 380px;
	background: url('img/sidebarhome_edge.png') repeat;
}
#sidebardefault_wrap {
	display: block;
	width:272px;
	min-height: 575px;
	background: url('img/sidebarpage_edge.png') repeat;
}

#sidebardefault_wrap img {
	display: block;
	margin: 0px auto;
	padding: 10px;
}
#sidebardefault_wrap ul {
	text-align: center;
	padding-top:18px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
#sidebardefault_wrap ul li {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 300;
}
#sidebardefault_wrap ul li a {
	text-decoration: none;
	color: #231F20;
}
#sidebardefault_wrap ul li a:hover {
	color:#d1593f;
}
#sidebardefault_wrap h2 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 5px;
}

#sidebarhome_bot {
	width: 380px;
	height: 13px;
	background: url('img/sidebarhome_bottom.png') no-repeat;
}
#sidebardefault_bot {
	width: 272px;
	height: 10px;
	background: url('img/sidebarpage_bottom.png') no-repeat;
}
.sidebarhome .sidebar_description {
	border-bottom: 3px solid #42200a;
	padding:10px 0;
	margin:0 15px;
}
.sidebarhome .sidebar_description h2 {
	font-size: 29px;
	font-weight: bold;
	border-bottom: 3px solid #42200a;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding-bottom: 10px;
}
.sidebarhome .sidebar_description p {
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: justify;
}
.sidebarhome ul {
	text-align: center;
	padding:0 15px;
}
.sidebarhome ul li {
	text-align: center;
	border-bottom: 1px solid #42200a;
	padding:10px 0;
	font-size: 16px;
}
.sidebarhome ul li.last {
	border-bottom: none;
}
.sidebarhome ul li h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 21px;
	padding-bottom: 3px;
}

#sidebardefault_wrap .b-1, #sidebardefault_wrap .b-2, #sidebardefault_wrap .b-3, #sidebardefault_wrap .b-4, #sidebardefault_wrap .b-5, #sidebardefault_wrap .b-6  {
	overflow: hidden;
	width: 230px;
	padding-left: 20px;
	margin: 0px auto;
	padding-bottom: 10px;
}
#sidebardefault_wrap .b-1 img, #sidebardefault_wrap .b-2 img, #sidebardefault_wrap .b-3 img, #sidebardefault_wrap .b-4 img, #sidebardefault_wrap .b-5 img, #sidebardefault_wrap .b-6 img {
	padding:0;
	margin:0;
}
#sidebardefault_wrap .block_outer div {
	padding:10px 0;
}

.content.page h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #42200a;
	letter-spacing: 1px;
}
.page_featured_image {
	display: block;
	width: 700px;
	float: left;
}
.page_featured_image img {
	display: block;
	float: left;
}
#page_content_wrap {
	width: 700px;
	float: left;
}
#page_content_wrap_text {
	float: left;
	padding-top: 28px;
}
#page_content_wrap p {
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: justify;
}
h2.red-button {
	float: left;
	font-size: 22px;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 1px;
}
h2.lodging_link {
	float: right;
	font-size: 22px;
	text-transform: none;
	font-weight: bold;
	letter-spacing: 1px;
}
h2.lodging_link a, h2.red-button a {
	text-decoration: none;
	color:#fff4e6;
	display: block;
	background: #b7623e;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 12px;
	transition: background 100ms linear;
}
h2.lodging_link a:hover, h2.red-button a:hover {
	background: #ac2d0e;
	
}
.lodge_thumbs_container {
	position: relative;
	width: 420px;
	float: left;
	clear: both;
}
.lodge_thumb {
	float: left;
	padding-left: 10px;
	padding-bottom: 8px;
}
h2.blogTitle {
	font-size: 22px;
	text-transform: uppercase;
	padding:3px 0;
}
h2.blogTitle a {
	color:#b7623e;
	text-decoration: none;
}
h2.blogMeta {
	font-size: 14px;
	color:#C49439;
	font-family: 'Roboto', sans-serif; 
	font-weight: 400;
	padding-bottom:15px;
	letter-spacing: 0;
}
h2.blogMeta a {
	color:#C49439;
}
.blogpost {
	padding-bottom: 35px;
}

img.blogfeaturedimage {
	float: left;
}
.blogpost.single img.blogfeaturedimage {
	padding-bottom: 8px;
}
.blog_text {
	float: left;
	width:700px;
}
.blog_text_rss {
	float: left;
	width: 700px;
}
.blog_text_rss ul li a {
	font-size: 21px;
	border-bottom: 3px solid #42200a;
	padding:10px 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	color:#42210B;
	width: 100%;
	display: block;
}
.blog_text_rss ul li p a {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	width: auto;
	display: inline;
	border:none;
	color:#b7623e;
	text-decoration: none;
	font-weight: bold;
}
.blog_text_thumb {
	float: right;
	width: 490px;
}

h2.blogtitle {
	font-size: 21px;
	border-bottom: 3px solid #42200a;
	padding:10px 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
h2.blogtitle a {
	color:#42210B;
	text-decoration: none;
}
h2.blogtitle a:hover, .nextprev a:hover, .blog_text_rss ul li a:hover {
	color:#b7623e;
}
a.more-link {
	color:#b7623e;
	text-decoration: none;
	font-weight: bold;
}

.nextprev {
	width:700px;
	float:right;
	clear:both;
	margin-top:5px;
	padding-bottom:15px;
	font-size:21px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1px;
}
.nextprev a  {
	text-decoration: none;
	color:#42210B;
	font-weight: bold;
}
.nextprevright {
	float:right;
	text-align:right;
	max-width: 350px;
}
.nextprevleft {
	float:left;
	text-align:left;
	max-width: 350px;
}


#footer {
	width:100%;
	height:80px;
	display:block;
	background-color:#b7623e;
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-size: 13px;
}
#footer_content {
	padding:25px 45px;
}
#footer a {
	color:#000;
	text-decoration: none;
}
#footer ul {
	text-align:left;	
	float:left;
	margin-left: 15px;
	padding-top: 4px;
}
#footer ul.socialicons {
	text-align:right;	
	float:right;
	padding-top: 4px;
	padding-right: 15px;
}
#footer ul.socialicons li {
	margin-right:5px;
	border-right: none;	
	padding:0;
}
#footer a:hover {
	color:#fff;	
}

#socialicons {
	float:right;
	width:100px;
	margin-top:-37px;
}
#socialicons img {
	float:right;
	padding-left:10px;
}



/* iOS Overrides */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {


}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}