/*
Theme Name: Sherburne Inn
Theme URI: none
Description: A custom fixed 3-column theme for the Sherburne Inn, Nantucket MA - copyright all rights reserved
Author: Carr-Jones, Inc.
Author URI: http://www.carr-jones.com
*/

/* some generic classes */
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; }
.alignright { float: right; }

.nextline { float:left; width:100%; }

/* basic geometry */
html,* {
	margin:0; padding:0;
}

body
{
	margin:0; padding:0;
	background-color:#fafafa;
	color: #333;
	font-family: lucida,verdana,sans-serif;
	font-size: 12px;
	font-weight: normal; 
	/* background-image:url(images/sand-tile.jpg); background-repeat: repeat; */
	
}

/* main geometry */
#wrapper {
	/* width:960px; */
	position:relative; top:0 left:0;
	min-width:980px;
	max-width:1200px;
	margin:0 auto;
	overflow:visible;
	background: url(images/shadowleft.png) left repeat-y;
}

#wrapper-right-shadow {
	margin:0; padding:0;
	background: url(images/shadowright.png) right repeat-y;
	width:100%;
}

#wrapper-inner {
	margin:0 10px;
	background-color:#fff;
	background-image:url(images/Sidebar-Left-Background-213.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	overflow:hidden;
	z-index: 0;
}

div.postwrapper {
}

div#header {
	width:100%; height:200px;
	float:left;
}
div#navigation { display:none; }

div#clearheader { float:left; clear:both; width:100%; height:1px; border:1px solid red; }

div.breadcrumb {
	clear:both;
	margin: 0px 190px 10px 225px;
	padding:10px 0 0 0;
	display:none;
}

div.main
{
	margin: 0px 200px 10px 225px;
	position: float;
	padding: 0;
	background-color: #fff;
	border: solid 0px #ccc;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height:normal;
	overflow:visible; /* Safari & Chrome break if set to hidden */
	z-index: 1;
}

div.main div.info-post { display:none; }

div.footer {
	width:100%;
	float:left;
	clear:both;
}

div.movie {
	width:600px; height:450px;
	margin:0 auto;
}

div.navboxwrapleft
{
	float: left; width:210px;
	line-height: 1em;
	margin:0 0 0 0; padding: 0;
	border-right: solid 0px #ccc;
	z-index: 10;
}

div.navboxleft
{
	font-weight: normal;
	line-height: 16px;
	margin: 10px 2px 10px 1em;
	padding: 0;
}

div.navboxwrapright
{
	float: right;
	width: 160px;
	margin: 0 0px 0px 9px;
	padding: 0px 15px 20px 0px;
	border-left: solid 0px #ccc;
	z-index: 20;
}
div.navboxright
{
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	margin: 10px 0px 10px 10px;
	padding: 0px;
}

/* main region properties */

div#header {
	background-color:#5689C0;
	background-image:url(images/banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
}

div#header h1, h2 {
	display:none;
}

div#header img {
	width:100%; height:200px;
	margin:0; padding:0;
}


div.footer
{
	margin: 0 0px;
	padding:1em 0;
	background-color:#5386bb;
	border:none;
	font-size: 1.2em;
	color:#fff;
}

div#footermeta
{
	width:100%;
	float:left; clear:both;
	margin:0px;
	padding:1em 0;
	background-color:#5386bb;
	border:none;
	font-size: 0.9em;
	color:#fff;
	text-align:center;
}

div#footermeta p a { color:#fff; text-decoration:none; }
div#footermeta p a:hover { text-decoration:underline; }

div#diaginfo {
	width:100%;
	float:left;
	clear:both;
	background-color:#5386bb; color:#fff;
	padding:1em 1em;
	font-size: 0.9em;
	display:none;
}

form#searchform { display:none; } /* no search form in the header */

/* exceptions for specific pages */
body.guest-rooms div.navboxright,
body.movie-test div.navboxright
{
	display:none;
}
body.guest-rooms div.main,
body.movie-test div.main {
	margin-right:20px;
}

/* MAIN DIV STYLES */

div.main { text-align:center; } /* this is just to center slideshow objects, etc. */
div.main p, ul, ol, li, h1, h2, h3, h4, h5, h6 { text-align: left; } /* this corrects the above for other elements */

div.main p
{
	margin: .5em 0;
	padding: 0px;
	line-height:1.5em;
}

div.main table
{
	font-family: lucida,verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-left: 10px;
}
div.main td
{
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
div.main ul
{
	list-style-type: square;
	margin: 0px 0px 10px 40px;
	padding: 0px;
}
div.main ul.none
{
	list-style-type: none;
}
div.main ul li, div.main ol li
{
	margin: 1px 0px 1px 3em;
	padding: 0px;
	list-style-position:outside;
	line-height:1.5em;
}

div.main a
{
	color: #06C;
	font-weight: normal;
	text-decoration: none;
}

div.main a:hover
{
	color: #333;
	text-decoration: none;
}

div.main h3
{
	font-size: 16px;
	font-weight: normal;
}

div.main div.clearpost { /* this separates the posts and keeps the h4 headers in the right place */
	width:100%;
	border-top:1px solid #47a;
	float:left;
	height:1px;
}

div.main h4 {  /* title of the blog post */
}

div.main h4 a {
	margin: 1em 0 10px 0;
	display:inline-block;
	color: #47a;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
}

div.main h4 span.top
{
	font-size: 14px;
	font-weight: normal;
}

div.main h4 span.top a
{
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

div.main .box {
	border:none;
}

div.main .small {
	height: auto;
}

div#feedbox {
	width: 90%;
	margin:20px auto;
	border:1px solid #999999;
}

div.main object {  }

/********* WORDPRESS STANDARD CLASSES ****************/

.wp-caption
{
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	border-radius: 3px;
	khtml-border-radius: 3px;
	margin: 10px;
	moz-border-radius: 3px;
	padding-top: 4px;
	text-align: center;
	webkit-border-radius: 3px;
}
.wp-caption img
{
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption-dd
{
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
a
{
	color: #69c;
	font-family: tahoma,lucida,verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:link
{
	color: #47a;
	font: bold;
	text-decoration: none;
}
a:visited
{
	color: #47a;
	text-decoration: none;
}
a:hover
{
	color: #333;
	text-decoration: none;
}
a:active
{
	background: #;
	color: #06C;
}
a img
{
	border: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright
{
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
img.alignleft
{
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
.alignright
{
	float: right;
	font-weight: bold;
}
.alignleft
{
	float: left;
	font-weight: bold;
}

h1
{
	background: #467aa7;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 10px 10px 20px;
	text-align: left;
}
h1 a
{
	background-color: transparent;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
}
h1 a:hover
{
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}
h1 a:link
{
	color: #fff;
	text-decoration: none;
}
h1 a:visited
{
	color: #fff;
	text-decoration: none;
}
h1 a:active
{
	color: #fff;
	text-decoration: none;
}
h2
{
	background: #467aa7;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0px 0px 0px;
	padding: 5px 10px 15px 20px;
	text-align: left;
}
h2 a
{
	background-color: transparent;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}
h2 a:hover
{
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

/* you are here */
div.navboxwrapleft div.navboxleft ul li a, div.navboxwrapleft div.navboxleft ul li ul li a { color: #fff; }
div.navboxwrapleft div.navboxleft ul li a:hover, div.navboxwrapleft div.navboxleft ul li ul li a:hover { color:#22384f; }
div.navboxwrapleft div.navboxleft ul li.current_page_item a { color:#22384f; }
div.navboxwrapleft div.navboxleft ul li.current_page_item ul li a { color: #fff; }
div.navboxwrapleft div.navboxleft ul li ul li.current_page_item a { color:#22384f; }

/* SEARCH FORM */
form.qs
{
	margin: 0px; padding: 0px;
}
form.qs p
{
	background-color: transparent;
	font-family: lucida,verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

form.qs p input#searchsubmit {	
	background-color: #5487be;
	border: solid 1px #c0d3e2;
	color: #fff;
	font-family: lucida,verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px; padding: 0px;
	color:#fff;
}

form.qs input.textfield
{
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#navigation
{
	background: #578bb8;
	color: #fff;
	height: 2.2em;
	line-height: 2.2em;
}
#navigation li
{
	border-right: 1px solid #fff;
	float: left;
	list-style-type: none;
	white-space: nowrap;
}
#navigation li a
{
	background-color: inherit;
	color: #fff;
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 10px;
	text-decoration: none;
	text-transform: uppercase;
}
* html #navigation a
{
	width: 1%;
}
#navigation .current_page_item,#navigation a:hover
{
	background: #80b0da;
	color: #fff;
	text-decoration: none;
}
.info-post
{
	color: #000;
	display: block;
	font-size: 10px;
	padding: 7px 0px 7px 0px;
	text-align: left;
}
.info-meta
{
	display: block;
	font-size: 12px;
	padding: 2px 0px 7px 0px;
	text-align: left;
}
.info-meta a
{
	font-weight: bold,font-size:10px;
}
.post-navigation
{
	height: 2.2em;
	line-height: 2.2em;
}
.nav
{
	padding: 5px 0px 15px 0px;
}
.entry
{
	margin-bottom: 3em;
}
.entry a
{
	margin-bottom: 3em;
}
.entrymeta2
{
	position: relative;
	top: 3px;
}
.entrymeta a
{
	color: #69c;
	text-decoration: none;
}
.entry img
{
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
}
.commentmeta
{
	color: #69c;
	font-size: 0.9em;
	text-align: right;
}
.commentmeta a
{
	color: #69c;
	text-decoration: none;
}
.postedby
{
	background: url(./images/user.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}
.filedto
{
	background: url(./images/category.gif) no-repeat;
	padding: 3px;
	padding-left: 20px;
}
.commentslink
{
	background: #fff url(./images/comment.png) no-repeat;
	padding: 3px;
	padding-left: 20px;
}
.sec-a
{
	background: #eff2ef;
	float: left;
	padding: 0 15px;
	width: 775px;
}
div.path
{
	font-size: 11px;
	font-weight: normal;
	margin: 25px 20px 10px 200px;
	padding: 0px;
}
div.path a
{
	font-size: 11px;
	font-weight: normal;
}
.content
{
}
td.main
{
	position: absolute;
	vertical-align: top;
	width: 30%;
}



h5
{
	border: none;
	color: #47a;
	font-size: 14px;
	font-weight: bold;
	margin: 4px;
	margin: 5px 0px 5px 0px;
}

.box
{
	background-color: #fafbfc;
	border: 1px solid #c0c0c0;
	color: #505050;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	padding: 10px;
}


.box a
{
	color: #505050;
	text-decoration: none;
}



div.navboxleft h5
{
	background-position: 0px -50px;
	border-bottom: 1px solid #69c;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 4px 0px 5px 3px;
	padding: 3px 4px 3px 3px;
	text-transform: none;
	width: %;
}
div.navboxleft ul
{
	margin: 2px 0px 10px 18px;
	padding: 1px 0 0 2px;
}
div.navboxleft li
{
	/* background: url('images/arrow.gif') no-repeat left top; */
	list-style: none;
	margin: 4px 0;
	margin-bottom: 2px;
	padding: 0 0 0 1em;
}
div.navboxleft li:hover
{
	background-position: left;
	background-repeat: no-repeat;
	color: #99C9FF;
}
div.navboxleft li.active
{
	background-position: left;
	background-repeat: no-repeat;
	color: #000;
}
div.navboxleft li.extern:hover
{
	background-position: right;
	background-repeat: no-repeat;
}

div.navboxright h5
{
	background-position: 0px -50px;
	border-bottom: 1px solid #69c;
	color: #22384f;
	font-size: 1.1em;
	font-weight: bold;
	margin: 4px 0px 5px 3px;
	padding: 3px 4px 3px 3px;
	text-transform: none;
	width: %;
}
div.navboxright h5 a
{
	border-bottom: 1px solid #000;
	color: #22384f;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 10px 0 2px 0;
	width: 93%;
}
div.navboxright ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.navboxright li
{
	background-repeat: no-repeat;
	margin: 0px;
	padding: 1px 5px 0px 20px;
}
div.navboxright li:hover
{
	background-position: right;
	background-repeat: no-repeat;
	color: #333;
}
div.navboxright ul li
{
	background: url(images/freccia.gif) no-repeat left;
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 1px 5px 0px 20px;
}
div.navboxright div.impressum
{
	background-color: #f9f9ff;
	color: #000;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
div.navboxright div.impressum div.active
{
	border: solid 1px #ffc9c9;
	margin: -1px;
	padding: 0px;
}
#submit
{
	border-width: 0;
	margin-top: 5px;
	padding: 0;
}
#commentform input,textarea
{
	color: #0C3E69;
}
#commentform input
{
	color: #000;
	font-size: 11px;
}
#commentform textarea
{
	padding: 2px 4px;
}
#respond,#comments
{
	font-family: "Trebuchet MS",sans-serif;
	margin-bottom: 15px;
}
#commentsection
{
	margin: 25px 0 0;
}
#commentsection p
{
	margin: 0 0 6px;
}
.comment
{
	background-color: #f4f4f4;
	border-left: 4px solid #ccc;
	color: #606060;
	margin: 0 0 10px;
	padding: 8px 5px 0 8px;
}
.comment p
{
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 6px;
	padding-bottom: 5px;
}
.gravatarside
{
	float: right;
	height: 48px;
	margin: 0 5px 5px 5px;
	width: 48px;
}
h2.archives
{
	margin-bottom: 10px;
}
h3.entrytitle,h3
{
	font-size: 160%;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	padding: 0px;
}
h3.entrytitle a,h3.entrytitle a:visited,h3 a
{
	color: #fff;
	text-decoration: none;
}
h3.entrytitle a:hover,h3 a:hover
{
	text-decoration: underline;
}
.entry
{
	margin-top: 0px;
}
.entrybody
{
	margin-bottom: 30px;
}
.entrybody p
{
	margin-bottom: 15px;
}
blockquote
{
	background: #EEE url(images/blockquote.png) no-repeat bottom left;
	padding: 10px;
	padding-bottom: 40px;
}
#content code
{
	background-color: #3F464A;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
}
#commentblock code
{
	color: #ccc;
	display: block;
	margin-bottom: 10px;
	padding: 5px;
}

div.footer p, div.footer a
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size:0.9em;
	font-weight:bold;
}

div.footer a
{
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}

div.footer a:hover
{
	text-decoration:underline;
}

/* CUSTOM CSS */


div#header h1 a
{
	display:none;
}


div#header h1, h2 {
	background:none;
}

#navigation li a {
	text-transform:none;
}

.navboxleft h5 { display:none; }

#navigation li a { font-size:1em; }

div.navboxwrapleft div.navboxleft ul {
	margin:0 0 1em 0; padding:0;
}

div.navboxwrapleft div.navboxleft ul li {
	margin:.2em 0; padding:0;
}

div.navboxwrapleft div.navboxleft ul li ul {
	margin:0; padding:0;
}

div.navboxwrapleft div.navboxleft ul li ul li {
	margin:0 0 0 1em; padding:0;
}

div.navboxwrapleft div.navboxleft ul ul li a {
	font-weight:bold;
	color:#fff;
}

div.navboxwrapleft div.navboxleft ul ul li {
	padding:.25em 0;
}

div.navboxwrapleft div.navboxleft ul li ul li a {
	font-weight:normal;
}

div.navboxright h5 a.twitterwidget { 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration:none;
	color:#22384f; 
	border:none;
}

div.navboxright h5 a.twitterwidget:hover { 
	text-decoration:underline;
}
	

