/*
Theme Name: The Lighthouse Inn
Version: 1.0
*/
/* Reset CSS */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li, table, figure, figcaption,
form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
/*-- end reset */


/* Basic Configurations */
ul {
	list-style: none;
}

a {
	color: #ffcc00;
	text-decoration: none;
}

.the-content {
	font-size: 16px;
	line-height: 1.25;
}

.the-content a {
	color: #528ba9;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 {
	line-height: normal;
	font-weight: normal;
	margin-bottom: 15px;
}

.the-content h1 {
	font-size: 36px;	
	margin-bottom: 23px;
	letter-spacing: -0.040em;
}


.the-content h2 {
	font-size: 30px;
}

.the-content h3 {
	font-size: 24px;	
}

.the-content h4 {
	font-size: 20px;
}

.the-content h5 {
	font-size: 18px;
	font-weight: bold;
}

.the-content h6 {
	font-size: 16px;
	font-weight: bold;
}

.the-content ol,
.the-content ul {
	padding-left: 15px;
	margin-left: 0;
}
.the-content ol { list-style: decimal; }

.the-content ul {
	list-style: disc;
}

.the-content li ol,
.the-content li ul {
	padding-left: 20px;
	margin-left: 10px;
}

.the-content li {
	padding: 2px 0;
}

.the-content ul ul {
	list-style: circle;	
}

.the-content li ul,
.the-content li ol {
	padding-bottom: 0;
}


blockquote {
    background: url(images/quote.gif) no-repeat;
    font-style: italic;
    margin: 20px 25px 20px 30px;
    padding: 10px 10px 10px 41px;
    text-align: left;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.overflow-hidden {
	overflow: hidden;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin: 2px 25px 0 0;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin: 2px 0 0 25px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	margin-bottom: 20px;
	max-width: 533px !important; /* prevent too-wide images from breaking layout */
	padding:0;
	text-align: left;
}
.wp-caption img {
	margin-top: 6px;
}
.wp-caption p.wp-caption-text {
	color: #898989;
	font-size: 12px;
	margin: 10px 0;
	line-height: 1.4;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.the-content blockquote,
.the-content table,
.the-content p,
.the-content ul,
.the-content ol,
.the-content dd,
.the-content pre,
.the-content hr {
	margin-bottom: 19px;
}
.the-content ul ul,
.the-content ol ol,
.the-content ul ol,
.the-content ol ul {
	margin-bottom: 0;
}
.the-content pre,
.the-content kbd,
.the-content tt,
.the-content var {
	font-size: 12px;
	line-height: 21px;
}
.the-content code {
	font-size: 12px;
}

.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}

.the-content tr th,
.the-content thead th {
	font-weight: bold;
	padding: 4px 15px;
}
.the-content tr td {
	padding: 4px 15px;
}
.the-content tr.odd td {
	background: #f2f7fc;
}

.the-content hr {
	border: 0;
	border-bottom: 1px solid #64b445;
	clear: both;
}

.the-content figcaption {
	font-size: 11px;
	padding: 8px 7px 0;
}

.the-content img {
	max-width: 100%;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}



/*-- end basic conf*/


/*	::[Container]::
================================================= */
body {
	background: #ffffff;
	font-family: 'Cabin', sans-serif;
	color: #666666;
	font-size: 16px;
}
.wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}


/*	::[Header]::
================================================= */
#header {
	background: #ffffff;
	position: relative;
	z-index: 9;
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

#header-inner {
	position: relative;
	padding: 47px 0 0;
}

#logo-container {
	background: #ffffff url(images/bg_logo.png) center top no-repeat;
	position: absolute;
	padding: 10px 13px 32px 15px;
	top: 0;
	left: 64px;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.7);
	box-shadow: 0 0 7px rgba(0,0,0,0.7);	
}
	#logo {
		background: url(images/logo.png) no-repeat;
		width: 149px;
		height: 157px;
	}
	#logo a {
		display: block;
		width: 149px;
		height: 157px;
		text-indent: -9999px;
	}
	
#nav {
	padding-left: 257px;
}

.home #header {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#nav-btn {
	background: #666666;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 30px;
	cursor: pointer;
	display: none;
}

/*	::[Homepage Slideshow]::
================================================= */
#homepage-slideshow {
	max-height: 481px;
	overflow: hidden;
	position: relative;
}
#slideshow-image {
	position: relative;
	z-index: 1;
}
	.image-slide {
		width: 100%;
		height: auto;
	}
	.image-slide img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}
	
#slideshow-caption-wrap {
	background: url(images/transparent_black.png);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 9;
	padding-top: 8px;
}

#slideshow-caption {
	position: relative;
}
	.caption-slide {
		width: 100%;
		font-size: 12px;
		color: #ffffff;
		text-align: center;
		font-style: italic;
		padding: 8px 0 8px;
	}
	
#slideshow-pager {
	background: url(images/sep_slideshow.png) center top no-repeat;
	text-align: center;
	padding: 10px 10px 7px;
}
	#slideshow-pager span {
		background: url(images/dot_slideshow.png) right top no-repeat;
		cursor: pointer;
		display: inline-block;
		width: 19px;
		height: 19px;
		text-indent: -9999px;
		margin: 0 9px;
	}
	#slideshow-pager span.cycle-pager-active {
		background-position: left top;
	}
	
/*	::[Room Availability]::
================================================= */
.room-availability-callout {
	background: #add4e3;
	min-height: 79px;
	border-bottom: 1px solid #ffffff;
}
.rac-inner {
	padding: 19px 55px 15px;
}
.rac-title {
	float: left;
	font-size: 12px;
	color: #666666;
	text-transform: uppercase;
	padding: 11px 18px 7px 10px;
}

.room-availability-form-input {
	float: left;
}

.form-sep {
	background: #ffffff;
	display: inline-block;
	position: relative;
	width: 1px;
	height: 43px;
	vertical-align: top;
	margin: 0 20px 0 16px;
	top: -1px;
}

.room-availability-form select,
.room-availability-form input[type="text"],
.room-availability-form .selectBox-dropdown {
	background: none;
	border: 4px solid #ffffff;
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	width: 100px;
	padding: 4px 0;
	margin-right: 4px;
	outline: 0;
	cursor: pointer;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.room-availability-form select,
.room-availability-form .selectBox-dropdown {
	width: auto;
	height: 16px;
	padding: 4px 2px;
	text-align: center;
}

.room-availability-form ::-webkit-input-placeholder { text-align: center; }
.room-availability-form ::-moz-placeholder { text-align: center; } /* firefox 19+ */
.room-availability-form :-ms-input-placeholder { text-align: center; } /* ie */
.room-availability-form input:-moz-placeholder { text-align: center; }

	.room-availability-form .selectBox-dropdown .selectBox-label {
		padding: 0;
	}
	
		.selectBox-dropdown-menu a {
			color: #333;
		}

.room-availability-form .selectBox-arrow {
	display: none;
}

	.room-availability-form select option {
		text-align: center;
	}

.room-availability-form input[type="submit"] {
	cursor: pointer;
	margin-left: 15px;
	margin-right: 0 !important;
}

/*	::[Home Page Misc]::
================================================= */
.home-page-alert {
	background: #9a867a;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
.home-page-alert-inner {
	padding: 12px 65px 12px;
}
.home-page-alert span {
	font-size: 14px;
	letter-spacing: 0.06em;
}

.homepage-main-content-inner {
	padding: 28px 75px 30px 68px;
	line-height: 1.375;
}

.the-content .pineapple {
	background: url(images/pineapple.png) right top no-repeat;
	display: inline-block;
	padding: 9px 44px 2px 0;
}


/*	::[Interior]::
================================================= */
#main {
	position: relative;
	z-index: 1;
}

#main-content {
	float: left;
	width: 670px;
}
.main-content-inner {
	padding: 143px 65px 50px 65px;
}

.orange,
.the-content .orange {
	color: #ff6633;
	font-weight: bold;
}

.image-link,
.the-content .image-link {
	display: block;
	float: left;
	margin: 0 8px 0 2px;
	padding-bottom: 30px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #528ba9;
	width: 170px;
}
.image-link img,
.the-content .image-link img {
	margin: 6px 0 3px;
}

.room-photos-wrap {
	margin: 0 -63px 0 -65px;
}

.room-photo {
	position: relative;
	margin-bottom: 7px;
}
.room-photo img {
	vertical-align: top;
	position: relative;
	z-index: 1;
}
.room-photo-caption {
	background: url(images/transparent_black.png);
	position: absolute;
	z-index: 9;
	width: 100%;
	bottom: 0;
	left: 0;
	font-size: 16px;
	color: #ffffff;
}
.room-photo-caption-inner {
	text-align: right;
	padding: 11px 15px;
}

.contact-left {
	float: left;
	width: 246px;
}

.contact-right {
	width: 284px;
	float: right;
}

.the-content .wpcf7 {
	margin-right: -40px;
	margin-bottom: 20px;
}

.the-content .wpcf7 p {
	margin-bottom: 9px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	background: #add4e3;
	border: 0;
	width: 100%;
	padding: 10px 10px 11px 22px;
	outline: 0;
	color: #666666;
	font-size: 16px;
	font-family: 'Cabin', sans-serif;
	font-style: italic;
	font-weight: bold;
	margin-top: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: inset 2px 2px 5px #628d9d;
	-webkit-box-shadow: inset 2px 2px 5px #628d9d;
	box-shadow: inset 2px 2px 5px #628d9d;
}

.wpcf7 textarea {
	height: 145px;
	max-width: 100%;
}

.the-content .submit-button,
.submit-button,
.room-availability-form input[type="submit"],
.wpcf7 input[type="submit"] {
	background: #ff9f06 url(images/bg_button.png) repeat-x;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #ffffff;
	padding: 6px 19px;
	border: 0;
	margin-right: 10px;
	margin-top: 5px;
	font-family: 'Cabin', sans-serif;
	text-shadow: 1px 0 4px rgba(0,0,0,0.5);
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.35);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.35);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}


*::-webkit-input-placeholder {
	color: #666666;
	opacity: 1 !important;
}    
*:-moz-placeholder {
	color: #666666;
	opacity: 1 !important;
}
*::-moz-placeholder {    
	color: #666666;
	opacity: 1 !important;
}    
*:-ms-input-placeholder {
	color: #666666;
	opacity: 1 !important;
}

.map-container {
	margin: 10px -60px 10px -65px;
}

/*	::[Out & Around]::
================================================= */
.out-around-gallery {
	padding: 6px 0;
	margin-right: -50px;
}
.photo-section {
	float: left;
	width: 271px;
	margin-right: 18px;
	padding-bottom: 27px;
}
.the-content .photo-section-link,
.photo-section-link {
	display: block;
	font-size: 14px;
	color: #528ba9;
	font-style: italic;
	font-weight: normal;
}
	.photo-section-link img {
		vertical-align: top;
		margin-bottom: 5px;
	}
	
.photo-section-lightbox,
.the-content .photo-section-lightbox {
	font-size: 14px;
	color: #000000;
	display: none;
	margin: 0 auto;
	max-width: 623px;
	padding: 0 20px 20px;
}

.out-around-photo img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}
	
.photo-header,
.the-content .photo-header {
	font-size: 16px;
	text-transform: uppercase;
	color: #eb5f3f;
	font-weight: bold;
	margin-bottom: 5px;
}

.the-content .out-around-photo,
.out-around-photo {
	padding-bottom: 20px;
	text-align: center;
}

/*	::[Sidebar]::
================================================= */
#sidebar {
	background: #666666;
	float: right;
	width: 285px;
	margin-bottom: 5px;
}

#homepage-main #sidebar {
	background: #f1ece0;
	padding-bottom: 0;
	margin-bottom: 0;
	border-left: 1px solid #999999;
}

.widget {
	background: #666666;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.33;
	padding: 30px 40px 30px 48px;
}
.widget img {
	vertical-align: top;
}
.widget-title {
	font-size: 18px;
	line-height: normal;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.widget p {
	margin-bottom: 9px;
}
.widget .phone,
.phone {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}

.room-widget {
	background: #add4e3 url(images/bg_ra_widget.png) right bottom no-repeat;
	padding: 30px 40px 30px 48px;
	min-height: 294px;
	color: #666666;
}

.room-widget select,
.room-widget input,
.room-widget a.selectBox {
	margin: 10px 0 0 0 !important;
}
.room-widget input[type="submit"] {
	margin-top: 20px !important;
}

.promo-widget {
	background: #e4ddcd;
	padding: 0 0 31px;
	font-size: 18px;
	color: #666666;
	line-height: 1.11;
}
.promo-widget p {
	margin-bottom: 15px;
}
.promo-widget .widget-title {
	color: #ff6633;
	font-size: 20px;
	letter-spacing: -0.02em;
	padding-bottom: 7px;
}

.promo-widget-image img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.promo-widget-text {
	padding: 35px 10px 34px 26px;
}

.orange-button,
.the-content .orange-button,
.promo-widget-button {
	background: #ff9b33 url(images/bg_promo_btn.png) repeat-x;
	display: block;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #ffffff;
	margin: 0 19px;
	padding: 16px 10px;
	text-shadow: 1px 0 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}

.the-content .room-photo-button,
.room-photo-button {
	margin: 30px 100px;
}

.home .promo-widget {
	background: #f1ece0;
	padding: 0 0 45px;
}

.home .promo-widget-text {
	padding: 28px 10px 17px 26px;
}

.home .promo-widget .widget-title {
	font-size: 30px;
	font-weight: normal;
}


/*	::[Footer]::
================================================= */
#footer {
	background: #999 url(images/footer_bg.png) top center no-repeat;
	position: relative;
	z-index: 7;
}

#footer a {
	color: #ffcc00;
}
#footer-top {
	background: #999999;
	border-bottom: 1px solid #ffffff;
}
.footer-social {
	background: #999999;
	float: left;
	border-right: 1px solid #ffffff;
	width: 259px;
	min-height: 67px;
	text-align: center;
}
	.footer-social-inner {
		padding: 19px 0;
	}
	.footer-social img {
		vertical-align: middle;
		margin: 0 13px;
	}

.footer-quote {
	background: #6a6a6a;
	float: left;
	width: 700px;
	border-left: 1px solid #ffffff;
	margin-left: -1px;
	min-height: 67px;
	color: #ccffff;
	font-size: 18px;
	line-height: 25px;
}
	.footer-quote-inner {
		padding: 20px 53px 20px;
	}
	.footer-quote .double-quote {
		font-size: 38px;
		vertical-align: top;
		position: relative;
		line-height: 20px;
		top: 10px;

	}
	.footer-quote .fq-author {
		color: #ffffff;
		font-style: italic;
	}


#footer-bottom {
	background: #6a6a6a;
	color: #ffffff;
	font-size: 12px;
}
.footer-block-title {
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 12px;
	line-height: normal;
}

.footer-contact-info {
	background: #6a6a6a;
	float: left;
	border-right: 1px solid #ffffff;
	min-height: 205px;
	width: 259px;
	line-height: 1.25;
}
	.footer-contact-info-inner {
		padding: 24px 32px;
	}
	.footer-contact-info h3 {
		font-size: 18px;
		text-transform: uppercase;
		line-height: 1.22;
		padding-bottom: 12px;
	}
	.footer-contact-info p {
		margin-bottom: 7px;
	}

.footer-twitter {
	background: #999999;
	float: left;
	border-left: 1px solid #ffffff;
	margin-left: -1px;
	min-height: 205px;
	width: 330px;
	line-height: 1.58;
}
	.footer-twitter-inner {
		padding: 23px 30px;
	}
	.footer-twitter .footer-block-title {
		color: #666666;
	}
	.footer-twitter .twitter-meta {
		font-style: italic;
	}

.footer-copyright {
	border-top: 1px solid #ffffff;
	background: #7d7d7d;
	min-height: 40px;
	color: #ffffff;
	font-size: 9px;
}
	.footer-copyright-inner {
		padding: 11px 20px;
	}
	.footer-copyright a {
		color: #ffcc00;
	}
	.footer-copyright ul,
	.footer-copyright li {
		display: inline;
	}

.footer-bottom-left {
	background: #7d7d7d;
	float: left;
	border-right: 1px solid #ffffff;
	width: 590px;
	min-height: 50px;
}
.footer-flickr {
	background: #6a6a6a;
	position: relative;
	float: left;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #FFF;
	margin-left: -1px;
	width: 368px;
	overflow: hidden;
}
.footer-flickr-photo {
	position: relative;
	z-index: 1;
}
.footer-flickr-photo img {
	vertical-align: top;
	width: auto !important;
	height: 246px;
}
.footer-flickr .footer-block-title {
	position: absolute;
	z-index: 9;
	color: #ffffff;
	top: 23px;
	left: 31px;
	max-width: 300px;
}