@charset "utf-8";

/* ----------------------------- fonts ----------------------------- */

/*@font-face {
    font-family: 'DancingScriptOTRegular';
    src: url('/fonts/DancingScript-Regular-webfont.eot');
    src: url('/fonts/DancingScript-Regular-webfont.eot?iefix') format('eot'),
         url('/fonts/DancingScript-Regular-webfont.woff') format('woff'),
         url('/fonts/DancingScript-Regular-webfont.ttf') format('truetype'),
         url('/fonts/DancingScript-Regular-webfont.svg#webfontTgurhp0l') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'DancingScriptOTRegular';
    src: url('/fonts/DancingScript-Regular-webfont.eot');
    src: url('/fonts/DancingScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/DancingScript-Regular-webfont.woff') format('woff'),
         url('/fonts/DancingScript-Regular-webfont.ttf') format('truetype'),
         url('/fonts/DancingScript-Regular-webfont.svg#webfontTgurhp0l') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GoudyBookletter1911Regular';
    src: url('/fonts/goudy_bookletter_1911-webfont.eot');
    src: url('/fonts/goudy_bookletter_1911-webfont.eot?iefix') format('eot'),
         url('/fonts/goudy_bookletter_1911-webfont.woff') format('woff'),
         url('/fonts/goudy_bookletter_1911-webfont.ttf') format('truetype'),
         url('/fonts/goudy_bookletter_1911-webfont.svg#webfontF93ZpBdB') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ----------------------------- /fonts ----------------------------- */


/* ----------------------------- general styles ----------------------------- */

body {
	background: #1e3942 url(/images/bg-body.jpg) repeat-x fixed left top;
	font: 16px 'GoudyBookletter1911Regular', Georgia, sans-serif;letter-spacing: 0;
}

div#container {
	width: 961px;
	margin: 0 auto;
	position: relative;
}

h1 {
	color: #7998a2;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	bottom: 60px;
	right: 20px;
}

h2 {
	font: 38px 'DancingScriptOTRegular', Georgia, sans-serif;letter-spacing: 0;
}

h3 {
	font: 28px 'DancingScriptOTRegular', Georgia, sans-serif;letter-spacing: 0;
}

h4 {
	font-weight: bold;
}	

.button {
	width: 272px;
	height: 44px;
	text-align: center;
	background: url(/images/bg-button.png) no-repeat left top;
}

.button:hover {
	background-position: left bottom;
}

.button a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 10px;
}

.button a:hover {
	color: #FFF;
}

.bulletedList {
	margin-left: 22px;
	list-style-image: url(/images/bullet-leaf.png);
}

.bulletedList li {
	padding: 3px 0 5px 0;
}

.linkList {
	list-style: none;
}

.linkList li {
	padding-bottom: 10px;
}

a {
	color: #0e6e8b;
	text-decoration: none;
}

a:hover {
	color: #0fb2e2;
}

.addressList {
	list-style: none;
	margin-bottom: 30px;
	font-size: 18px;
}


/* ----------------------------- /general styles ----------------------------- */




/* ----------------------------- masthead/logo ----------------------------- */

header {
	width: 286px;
	height: 199px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
}	

header a {
	width: 286px;
	height: 199px;
	background: url(/images/bg-header.png) no-repeat center top;
	margin-top: -6px;
	text-indent: -9999px;
	display: block;
	-webkit-transform: rotate(0deg);
	-webkit-transform-origin: 50% -20px;
	-webkit-transition: all .35s linear;
}

header a:hover {
	-webkit-transform: rotate(3deg);
}


/* ----------------------------- /masthead/logo ----------------------------- */




/* ----------------------------- nav ----------------------------- */

nav {
	width: 961px;
	height: 67px;
	text-align: right
}

nav ul {
	width: 675px;
	padding: 20px 0 0 296px;
	list-style: none;
}

nav li {
	float: left;
	margin-right: 10px;
	padding-right: 24px;
	background: url(/images/nav-seperator.png) no-repeat right center;
	text-align: center;
}

nav li.last {
	background: none;
}

nav a {
	color: #FFF;
	text-decoration: none;
	font: 16px 'GoudyBookletter1911Regular', Georgia, sans-serif;letter-spacing: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

nav a:hover {
	color: #0fb2e2;
}

/* used to create a break in the individual nav items' text */
b {
	display: block;
	margin-top: -4px;
	font-weight: normal;
}

/* ----------------------------- /nav ----------------------------- */




/* ----------------------------- billboard ----------------------------- */

section#billboard {
	width: 945px;
	height: 386px;
	clear: both;
	background-color: #FFF;
	padding: 8px;
}

div#message {
	width: 344px;
	height: 386px;
	background: url(/images/bg-billboard-message.png) no-repeat left top;
	color: #FFF;
	position: relative; /* kludge - to make this appear on top of the slideshow photos */
	z-index: 200;
}

div#message h2 {
	padding: 122px 20px 10px 22px;
	width: 270px;
	text-align: center;
}

div#message p {
	padding: 0 20px 20px 26px;
	width: 275px;
	text-align: justify;
}

/* styles to override normal p above - a bit kludgy with the !important declarations, but better than a much larger selector simply for specificity reasons */
p.button {
	padding: 0 !important;
	text-align: center !important;
}

div#message p.button {
	margin-left: 20px;
}

/* slideshow images */

#slideshow {
    position:relative;
	width: 624px;
	height: 386px;
	margin: 0;
	padding: 0;
	margin: -386px 0 0 316px;
	float: right;
}

#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 386px;
	margin: 0;
	padding: 0;
}

#slideshow div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow div.last-active {z-index:9;}

#slideshow div img {
	width: 624px;
	height: 386px;
    border: 0;
	margin: 0;
	padding: 0;
}



/* ----------------------------- /billboard ----------------------------- */




/* ----------------------------- content ----------------------------- */

section#content {
	background: #e0ecf0 url(/images/bg-content.jpg) repeat-x left top;
	padding: 22px 0 1px 0;
	border-top: 3px solid #FFF;
}

#homePage section#content {
	border-top: none;
}

section#content p {
	padding-bottom: 24px;
}	

section#explore,
section#ownership,
section#stay {
	width: 260px;
	margin: 0 5px 60px 5px;
	float: left;
	background: url(/images/bg-columns.png) no-repeat left top;
	padding: 0 20px 0 30px;
}

section#explore h3,
section#ownership h3,
section#stay h3 {
	width: 255px;
	text-align: center;
	padding: 20px 0 16px 0;
}

.columnPic {
	width: 260px;
	margin: 10px auto;
	border: 3px solid #FFF;
}


section#news {
	clear: both;
	width: 853px;
	min-height: 271px;
	background: #edf3f4 url(/images/bg-news.jpg) no-repeat right top;
	margin: 0 10px 30px 35px;
	padding: 20px;
}

section#news h3 {
	margin: -50px 0 14px 0;
}


/* ----------------------------- /content ----------------------------- */




/* ----------------------------- footer ----------------------------- */

footer {
	width: 961px;
	height: 147px;
	position: relative;
	color: #7998a2;
}

footer a {
	color: #baedfc;
	text-decoration: underline;
}

footer a:hover {
	color: #26cbfb;
}

footer ul {
	list-style: none;
}

#address {
	margin: 20px 0 0 20px;
}

#links {
	position: absolute;
	right: 20px;
	top: 1px;
	text-align: right;
}

#links ul {
	margin-bottom: 4px;
}

#links li {
	display: inline;
	padding-left: 4px;
}

#links a {
	padding-top: 6px;
}

#envLink a {
	font-weight: normal;
	width: 200px;
	font-size: 14px;
	color: #a6bec6;
	text-decoration: none;
	position: absolute;
	bottom: -90px;
	left: 220px;	
}

#envLink a:hover {
	text-decoration: underline;
	color: #0fb2e2;
}

#fbLink {
	background: url(/images/facebook.png) no-repeat right top;
	padding-right: 40px;
	height: 30px;
	display: inline-block;
}



/* ----------------------------- /footer ----------------------------- */




/* ----------------------------- subpages ----------------------------- */

/* page indicators */
.resortPage nav {
	background: url(/images/page-indicator.gif) no-repeat 320px bottom;
}

.accommodationsPage nav {
	background: url(/images/page-indicator.gif) no-repeat 440px bottom;
}

.ratesPage nav {
	background: url(/images/page-indicator.gif) no-repeat 566px bottom;
}

.ownershipPage nav {
	background: url(/images/page-indicator.gif) no-repeat 674px bottom;
}

.wolfeboroPage nav {
	background: url(/images/page-indicator.gif) no-repeat 780px bottom;
}

.contactPage nav {
	background: url(/images/page-indicator.gif) no-repeat 886px bottom;
}

/* page headers - images */
.resortPage #mainContent {
	background: #eaf0f1 url(/images/header-resort.jpg) no-repeat right top;
}

.accommodationsPage #mainContent, .membersPage #mainContent {
	background: #e4ebed url(/images/header-accomodations.jpg) no-repeat right top;
}

.ratesPage #mainContent {
	background: #e4ebed url(/images/header-rates.jpg) no-repeat right top;
}

.ownershipPage #mainContent {
	background: #e4ebed url(/images/header-ownership.jpg) no-repeat right top;
}

.wolfeboroPage #mainContent {
	background: #e4ebed url(/images/header-wolfeboro.jpg) no-repeat right top;
}

.contactPage #mainContent {
	background: #e4ebed url(/images/header-contact.jpg) no-repeat right top;
}


#sidebar {
	width: 205px;
	float: left;
}

#sidebar ul {
	list-style: none;
	padding: 130px 10px 0 30px;
}

#sidebar li {
	padding-bottom: 12px;
}

#mainContent {
	margin: 0 20px 0 210px;
	padding: 0 24px 40px 38px;
	min-height: 600px;
}

#mainContent h2 {
	padding: 14px 0 180px 40px;
	font-size: 30px;
}

/* Large cap */
#mainContent p:first-of-type::first-letter {
	font-size: 35px;
}

/* override large cap page */
#resortNews #mainContent p:first-of-type::first-letter,
#contact404 #mainContent p:first-of-type::first-letter {
	font-size: 14px;
}

blockquote {
	margin: 0 20px 24px 20px;;
}

#mainContent blockquote p {
	color: #7b070f;
	font-size: 24px;
	text-indent: -.5em;
	padding-bottom: 6px;
}

/* override large cap */
blockquote p:first-letter,
dd p:first-letter {
	font-size: 24px !important;
}

blockquote cite {
	color: #7b070f;
	font-style: oblique;
	font-size: 14px;
	float: right;
	text-align: right;
	width: 100%;
	padding-bottom: 24px;
}

/* sitemap */

#contactSitemap ul ul {
	margin-left: 24px;
}

#contactSitemap .bulletedList li {
	font-weight: bold;
}

#contactSitemap ul ul li {
	list-style-image: none;
	font-weight: normal !important;
}

.diningEntry {
	margin-bottom: 30px;
	font-size: 16px;
}

.diningEntry dt {
	font-weight: bold;
}

.map {
	width: 425px;
	height: 350px;
	padding: 10px;
	background-color: #d2d2d2;
	margin: 0 30px 40px 20px;
}

/* Constant Contact Email Subscribe Form */

#emailSubscribe {
	float:right;
	background-color:#9ebac5;
	padding:10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

section#content #emailSubscribe input[type="text"] {
	padding:3px;
	width:150px;
	border:solid 1px #0E6E8B;
	color: #0E6E8B;
}

section#content #emailSubscribe input[type="submit"] {
	background-color: #0E6E8B;
	color:#fff;
	padding:3px 7px;
	font-family: 'GoudyBookletter1911Regular';
	font-size:16px;
	cursor:pointer;
	border:0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

section#content #emailSubscribe input[type="submit"]:hover {
	background-color: #1E3942;
}

section#content #emailSubscribe p {
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	line-height:1;
	border-bottom:solid 1px #1E3942;
	font-size:16px;
}

#mainContent #emailSubscribe p:first-of-type::first-letter {font-size:16px;}
/* Members Area */
article {
	background-color: #b0c7cf;
	border: 1px solid #FFF;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 15px;
	width: 280px;
	min-height: 150px;
	display: inline-block;
}

/* ----------------------------- /subpages ----------------------------- */


/* 404 */

#contact404 #mainContent {
	background: #e4ebed url(/images/header-404.jpg) no-repeat right 60px;
}

#contact404 #mainContent h4 {
	margin-top: 80px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 24px;
}

