html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, figure, footer, header, hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; clear:both; }
input, select { vertical-align:middle; }


body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
body, select, input, textarea { color:#222; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
ul { margin-left:0px; }
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }

/*::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } */

a:link { -webkit-tap-highlight-color: #E2CC68; } 


html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; } 
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


 /* Primary Styles
    Author: Than Tibbetts, thanhost.com
 */

/**** FOUT FIGHTER ****/

.wf-loading {
	visibility: hidden;
}


/**** LAYOUT ****/

html {
	background-image: url('http://common.ludlowsresort.com/d9noise.gif');
}

header {
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	overflow-x: hidden;
	width: 100%;
	max-width: 1198px;
	margin-left:auto;
	margin-right: auto;
}


#logo {
	background-image: url('http://common.ludlowsresort.com/ludlows-island-logo.png');
	position: absolute;
	top: 0px;
	left: 25px;

	height: 160px;
	width: 160px;

	text-indent: -9999em;
	z-index: 10;	
}

#logo:hover {
	top: 3px;
}

#logo a {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	height: 160px;
	width: 160px;
}

nav {
	filter: alpha(opacity = 80);
	zoom: 1;
	background-color: #333;
	background: rgba(0,0,0,0.65);
	
	padding-left: 186px;

	position: relative;
	top: 0;

	height: 50px;
	width: 100%;
	max-width: 1014px;
}


nav li, nav h2 {
	display: inline;
	float: left;
	position: relative;
}

nav h2 > a {
	display: block;
	height: 50px;
	padding: 0 10px 0 16px;
	font-weight: medium;
}

nav li.hovering h2 > a {
	background-color: #333;
	background: rgba(0,0,0,0.5);
	border-left-width: 1px;
	border-left-color: #333;
	border-right-width: 1px;
	border-right-color: #333;
	border-left: 1px solid rgba(0,0,0,0.9);
	border-right: 1px solid rgba(0,0,0,0.9);
	padding: 0 9px 0 15px;
}

nav li > div {
	display: none;
	width: 400px;
	position: absolute;
	top: 50px;
	left: 0;
}

#cabins-dropdown, #events-dropdown, #vacation-packages-dropdown {
	left: 50%;
	margin-left: -200px;
}

#weddings-dropdown, #corporate-dropdown {
	width: 200px;
}


#reservations-dropdown, #contact-dropdown {
	left: auto;
	right: 0;
}


nav li.hovering > div {
	display:block;
	background-color: #333;
	background: rgba(0,0,0,0.8);
	border-left-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left: rgba(0,0,0,0.8);
	border-right: rgba(0,0,0,0.8);
	border-bottom: rgba(0,0,0,0.8);
}


#main {
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 960px;
}

#main-content, #sidebar {
	float: left;
}

#main-content {
	margin-right: 20px;
	width: 619px;
	margin-top:10px;
}

#main-content.full-width {
	width: 960px;
}

#main .twocol1, #main-content.full-width .threecol1, #main-content.full-width .threecol2 {
	float:left;
	padding-right: 19px;
	margin-right: 20px;
	border-right: 1px dotted #ccc;
	width:280px;
	margin-bottom: 1em;
}

#main .twocol2, #main-content.full-width .threecol3 {
	float:left;
	width:280px;
	margin-bottom: 1em;
}

.border {
	background-color: white;
	border: 1px solid #CCC;
	padding: 4px;
	-webkit-border-radius: 1px;
}

#sidebar img.border {
	background-color: #eee;
}

#main-content img.floorplan {
	background-color: transparent;
	border: none; 
}

#cabin-list ul {
	list-style: none;
	width:150px;
	float: left;
	margin-left: 30px;
}

#cabin-list ul {
	margin-top: 1em;
}

#main #cabin-list ul {
	padding-left: 0px !important;
	width: 170px;
}

.floatright {
	float: right;
	margin-left: 20px;
}

.floatleft {
	margin-left: 0px;
	float: left;
	margin-right: 20px;
}

.shadow {
position: relative;
padding: 6px 6px 0;
border: 1px solid #efefef;
background: #fff;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; 
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; }


.shadow:before,
.shadow:after {
	content: '';
	z-index: -1;
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 65%;
	max-width: 500px; /* avoid rotation causing ugly appearance at large container widths */
	height: 40%;
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	-webkit-transform: skew(-15deg) rotate(-6deg);
	-moz-transform: skew(-15deg) rotate(-6deg);
	-ms-transform: skew(-15deg) rotate(-6deg);
	-o-transform: skew(-15deg) rotate(-6deg);
	transform: skew(-15deg) rotate(-6deg); 
}


.shadow:after {
	left: auto;
	right: 20px;
	-webkit-transform: skew(15deg) rotate(6deg);
	-moz-transform: skew(15deg) rotate(6deg);
	-ms-transform: skew(15deg) rotate(6deg);
	-o-transform: skew(15deg) rotate(6deg);
	transform: skew(15deg) rotate(6deg); 
}


#sidebar {
	background-color: white;
/*	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
*/	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); 
	margin-left: 15px;
	padding: 10px 20px 10px 20px;
	width: 266px;
	margin-bottom: 10px;
}

#aside {
	float: left;
	border-left: 1px dotted #ccc;
	width: 300px;
	margin-top:10px;
	padding: 0 0 0 20px;
}

#sidebar ul { 
	list-style: disc;
	margin-left:20px; 
	margin-bottom: 0.5em;
}


#sidebar ul li {
	margin-bottom: 0.5em;
}

footer {
	font-family: "myriad-pro-1", "myriad-pro-2", sans-serif;
	font-size: 12px;;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	border-top: 1px solid #aaa;
	background-color: #ccc;
	padding-bottom: 30px;
	margin-top:20px;
	text-align: center;
}

footer a {
	color: #313F00;
	text-decoration: none;
}

footer a:hover {
	border-bottom: 1px solid #313F00;
}

footer p {
	margin-bottom: 1em;
}

#footer-wrapper {
	margin: 0 auto;
	padding-top: 30px;
	width: 960px;
	text-align: left;
}

footer .sections {
	width: 186px;
	margin-right:20px;
	min-height: 180px;
}

footer .sink.floatleft {
	width: 120px;
	background: #bbb;
	border-bottom: 1px solid #d9d9d9;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #dfdfdf;
	border-top: 1px solid #a5a5a5;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	padding: 6px;
	margin-right: 0 !important;
}


img.bump {
	margin-bottom: -9px;
}


#tag1, #tag2 {
	font-family: "myriad-pro-1", "myriad-pro-2", sans-serif !important;
	z-index: 10;
}

#tag1 {

	font-weight: 300 !important;
}

#tag2 {
	font-weight: 500;
	font-style: normal;
}


.fullwidth {
	clear:both;
	width: 100%;
	position: relative;
	border-top: 1px solid #ccc;
	padding: 10px 0 20px;
}

.fullwidth .half, .fullwidth .halfright {
	width: 460px;
	float: left;
	margin-top: 10px;
}

.halfright {
	margin-left:20px;
	padding-left:19px;
	border-left: 1px dotted #ccc;
}

.fourup {
	margin-top: 10px;
	width: 210px;
	margin-right:19px;
	float: left;
	border-right: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-right: 19px;
}

.fourup.last {
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}


@media all and (min-width:1200px) {
	header {
		margin-left: auto;
		margin-right: auto;
		max-width: 1198px;
		-webkit-border-bottom-right-radius: 30px;
		-webkit-border-bottom-left-radius: 30px;
		-moz-border-radius-bottomright: 30px;
		-moz-border-radius-bottomleft: 30px;
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	nav {
		max-width: 1100px;
	}
}

.nav-short {
	display: none;
}

.nav-long {
	display: inline;
}

@media all and (max-width:1064px) {
	.nav-short {
		display: inline;
	}
	.nav-long {
		display: none;
	}
	#slider {
		left: 12px;
	}
}



/**** TYPOGRAPHY ****/

#nav li h2 {
	font-weight: normal;
}

#main {
	color: #222;
	font-family:  "myriad-pro-1", "myriad-pro-2", Verdana, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
}

#main h1, #main h2 {
	color: #313F00;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Georgia, serif;
	font-size: 21px;
	margin: 12px 0;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
}

#main h1 {
	font-size:24px;
	line-height: 30px;
}

#main p {
	padding-bottom: 16px;
}

#main h3 {
	font-size: 16px;
}

#main h2 > a {
	border-bottom: none;
}

.caption {
	font-style: italic;
	font-size: 13px;
}

#main a {
	color: #313F00;
	border-bottom: 1px dotted #313F00;
	text-decoration: none;
}

#main a:hover {
	border-bottom: 1px solid #313F00;
}

#main .breadcrumb {
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px -2px 2px;
	background-image: url(http://common.ludlowsresort.com/d9noise.gif);
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	color: #222;
	display: block;
	font-size: 12px;
	margin-top: -30px;
	padding: 2px 12px;
	position: absolute;
	word-spacing: 4px;
	z-index: 9999;
}

#main .breadcrumb a {
	border: none;
}

#main .breadcrumb a:hover {
	border-bottom: 1px solid #414F10;
}

#main .breadcrumb strong {
	font-weight: normal;
	word-spacing: normal;
}

#main .fsCalendar a {
	border-bottom: none;
}

#main ul {
	padding-left: 20px;
}

nav h2 > a {
	color: #f0f0f0;
	font-family: "myriad-pro-1", "myriad-pro-2", sans-serif;
	font-size: 16px;
	line-height: 50px;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

nav h2 > a:hover, .resort-page h2#resort-nav a, .vermilion-page h2#vermilion-nav a, .events-page h2#events-nav a, .reservations-page h2#reservations-nav a, .vacation-packages-page h2#vacation-packages-nav a, .cabin-page h2#cabins-nav a {
	color: #E2CC68;
}

#main .maplink {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color:#6D7B39;
	font-size: 11px;
	padding: 0 4px 1px 4px;
	margin-left: 6px;
	color: white;
	border-bottom: none;
}

#main .maplink:hover {
	background-color: #435015;
}

#main .maplink a {
	border-bottom: none;
}



/**** NAVPANEL STYLES ****/
.navpanel {
	background-color: #333;
	background: rgba(0,0,0,0.95);
	padding: 15px 15px 15px 15px;
	width: 400px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-left: 1px solid rgba(0,0,0,0.9);
	border-right: 1px solid rgba(0,0,0,0.9);
	border-bottom: 1px solid rgba(0,0,0,0.9);
	color: #ddd;
	font-family:  "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 18px;
	text-shadow: 0 1px 1px black;
	z-index: 9999;
}

.navpanel p {
	margin-bottom: 1em;
}

.navpanel a {
	color: #E2CC68;
	text-decoration: none;
}

.navpanel a:hover  {
	text-decoration: underline;
}

.navpanel a span.checkmark {
	color: #222;
	text-decoration: none;
	text-shadow: none;
}

.navpanel a:hover > span.checkmark {
	text-decoration: none !important;
}

.navpanel a:visited {
	color: #D9B955;
}

.navpanel a:visited span.checkmark {
	color: #E2CC68;
}

.navpanel ul > .h3, #cabins-dropdown p {
	padding-top: 18px;
}

#resort-dropdown img, #lake-vermilion-dropdown img, {
	float: right;
}


#resort-dropdown {
	width: 460px;
}

#lake-vermilion-dropdown {
	width: 480px;
}

#lake-vermilion-dropdown h6 {
	display: inline;
}

#lake-vermilion-dropdown li {
	margin-right: 20px;
}

#cabins-dropdown {
	margin-left: -270px;
	padding-top: 0;
	width: 570px;
}

#cabins-dropdown a:hover {
	text-decoration: none;
}

#cabins-dropdown a:hover span.cabinlink {
	text-decoration: underline;
}


#cabins-dropdown #col1, #cabins-dropdown #col2, #cabins-dropdown #col3, #cabins-dropdown h3, #cabins-dropdown li {
	width: 120px;
	float: left;
}

 #cabins-dropdown #col4 {
 	width: 150px;
 	float: left;
 }

#cabins-dropdown #col1, #cabins-dropdown #col2, #cabins-dropdown #col3 {
	margin-right: 20px;
	margin-bottom: 17px;
}

#reservations-dropdown {
	width: 200px;
}

#reservationlink {
	display:block;
	color: #f3f3f3;
	background-color: #360;
	font-family: "myriad-pro-1", "myriad-pro-2";
	width: 188px;
	font-size: 16px;
	text-align: center;
	padding: 6px;
	clear: both;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

	border-top: 1px solid #6C8336;
	border-left: 1px solid #6C8336;	
	border-right: 1px solid #306620;
	border-bottom: 1px solid #306 620;
}

#reservationlink:hover {
	text-decoration: none;
	background-color:green;
}

#contact-dropdown {
	width: 240px;
}


.navpanel .col1 {
	width: 180px;
	margin-right: 20px;
	float: left;
}

#events-dropdown {
	width: 420px;
}

#events-dropdown .col1, #events-dropdown .col2 {
	width: 200px;
	float: left;
}


.downarrow {
	font-size: 9px;
	padding-left: 2px;
	padding-bottom: 1px;
	font-weight: normal;
	opacity: 0.85;
}

/**** RATES TABLES ****/

#rates {
	margin-bottom: 20px;
	width: 280px;
}

#rates td, #rates th {
	text-align: left;
}

table.datatable {
	border: 1px solid #BA9C38;
}

td.data_td_med {
	background: #DABD61;
	border-bottom: 1px solid #C6A743;
	color: #382B01;
/*	font: normal normal normal 12px/normal tahoma, sans-serif; */
	padding: 4px;
	font-size: 12px;
	line-height:16px;
	opacity: 0.85;
}

td.data_td_light {
	background: #EAD07D;
	border-bottom: 1px solid #C6A743;
	color: #382B01;
/*	font: normal normal normal 12px/normal tahoma, sans-serif; */
	padding: 4px;
	font-size: 12px;
	line-height:16px;
	opacity: 0.85;
}


#fsForm953634 {
	display: block;
	padding: 4px;
	background-color: rgba(255,255,255,0.2);
	z-index: 0;
	position: relative;
	left:-26px;
	top: -10px;
}


/* 
 * print styles
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 

}

.ie7 nav {
	font-weight: normal;
}






/* jQuery SLIDES */


#slider {
	width:600px;
	height:430px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:421px;
	top:-3px;
	left:-80px;
}

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

#slides .next,#slides .prev {
	position:absolute;
	top:147px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	border-bottom: none !important;
}

.slides_container {
	width:570px;
	height:350px;
	overflow:hidden;
	position:relative;
}

#slides .next {
	left:585px;
}

.pagination {
	margin:26px auto 0;
	width:100px;
	list-style: none !important;
}

.pagination li {
	float:left;
	margin:0 1px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(http://common.ludlowsresort.com/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	border-bottom: none !important;
}

.pagination li.current a {
	background-position:0 -12px;
}


