/*		COLORS

dk red		510511
tan			D6B977
lt tan		D8C6A0
yellow		BA9547
off white	F2EAD5

					*/ 


body {

	background: #D8C6A0 url('images/back.jpg');
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	font-size:62.5%;

}

/* General Definitions */

a, a:link, a:active, a:visited { color: #510511; }
a:hover{ text-decoration: none; }

h1, h2, h3, h4, h5{
	color: #510511;
	margin: 0 0 .2em 0;
}
h1{
	text-indent: -999em;
	width:305px;
	height:170px;
	background: url('images/logo.gif') 25px 5px no-repeat;
}
h1 a { display:block; height:100%; }

h2{ font-size: 1.8em; 
	color:#BA9547;
	padding: 20px 15px;
	font-style:italic;
	font-family: georgia, times new roman, serif;}
h2 span {font-size:.6em; 
		 font-style:normal; 
		 font-family:tahoma, ariel;}
h3{ font-size: 1.2em; padding: 0px 15px;}
h4{ font-size: 1.1em; padding: 0px 15px;}

p{ margin: 0 0 .8em 0; }

ul, ol { margin: 0 0 10px 30px;  }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

blockquote {
	margin: 15px 30px;
	padding: 4px 0 4px 10px;
	border-left: 3px solid #ccc;
	font-style:italic;
}
.emph { color:#BA9547; font-weight:bold; }
/* Layout and Coloring */

#page {

	display: block;
	text-align: center;

}

.layout {
	
	width: 967px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

}

#upper {
	height: 139px;
	background: url('images/back-header.gif') repeat-x;
}
#upper .layout {
		background: url('images/back-gc.jpg') top right no-repeat;
}
#header {
	height: 103px;
	position:relative;
}
	.ribbon {
		width: 340px;
		height:225px;
		background: url('images/ribbon-top.png') no-repeat;
		position:absolute;
		top:0px;
		left:6px;
		z-index:100;
	}
	.ribbon2 {
		width: 340px;
		height:225px;
		position:absolute;
		top:0px;
		left:6px;
		z-index:100;
	}
	p#tab {
		width:227px;
		height:49px;
		float:right;
		color:#510511;
		text-align:center;
		font-size:1.4em;
		font-family:georgia, times new roman, serif;
	}
	p#tab a {
		display:block;
		width:227px;
		height:27px;
		padding: 12px 0 0 0;
		text-decoration: none;
		background: url('images/tab.jpg') bottom center no-repeat;
	}
	p#tab a:hover {
		padding: 17px 0 0 0;
		height:27px;
	}
	p#tab span { text-transform: uppercase; }
	p#quicklinks {
		float:right;
		color:#BA9547;
		font-size:1.3em;
		line-height:1.3em;
		padding: 13px 15px 0 0;
		font-family:georgia, times new roman, serif;
	}
	p#quicklinks a { color:#BA9547; text-decoration:none;}
	p#quicklinks a:hover { text-decoration:underline;}
	p#quicklinks span { padding: 0 10px;}
	
	div#giftbox {
		position:absolute;
		right:-10px;
		bottom: -30px;
		width:200px;
		height:60px;
		padding: 40px 110px 0 0;
		text-align:right;
	}
	div#giftbox a{
		font-size:1.6em;
		color:#BA9547;
		font-family:georgia, times new roman, serif;
		text-decoration:none;
	}
	
.nav ul {

	list-style: none;
	margin: 0;
	padding: 0;
	font-family:georgia, times new roman, serif;

}

.nav ul li {

	float: left;

}

.nav ul li a {

	display: block;
	text-decoration: none;

}

.nav ul li a:hover {

	text-decoration: underline;

}

#topNav{

	padding: 3px 0 0 340px;

}

ul#menu a {
	font-size: 1.4em;
	padding: .7em 1.3em .6em 1.3em;
	color: #510511;
	text-decoration: none;
	text-transform: uppercase;
	/*background: url('images/back-topnav.gif') 100% 40% no-repeat;*/
	}
	ul#menu * {margin: 0; padding: 0; }
	ul#menu li {
		position: relative; /*--Declare X and Y axis base--*/
		z-index:150;
	}
	ul#menu li.lastOne {
	}
	ul#menu li.lastOne a {
		background:none;
	}
	ul#menu li span { /*--Drop down trigger styles--*/
		width: 17px;
		height: 35px;
		float: left;
		/*background: url('images/subnav_btn.gif') no-repeat center top;*/
		display:none;
	}
	ul#menu li ul.subnav {
		list-style: none;
		position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
		left: 0; top: 32px;
		background: #C8A65E;
		display: none;
		float: left;
		-moz-border-radius-bottomleft: 20px;
		-moz-border-radius-bottomright: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-webkit-border-bottom-right-radius: 20px;
	}
	ul#menu li ul.subnav li{
		border-top: 1px solid #BA9547; /*--Create bevel effect--*/
		border-bottom: 1px solid #fff; /*--Create bevel effect--*/
		clear: both;
		width: 170px;
		padding:2px 10px;
	} 
	ul#menu li ul.subnav li.last{ border-bottom:none; }
	
	html ul#menu li ul.subnav li a {
		background:none;
		float: left;
		color:#500717;
		padding: 3px 0;
		text-transform:none;
	}
	.subhover {color:#c57683;}



#container {

	clear: both;
	background: #F2EAD5 url('images/back-cont.jpg') repeat-y;
	overflow:hidden;
	font-size: 1.3em;
	width:100%;

}

#container #content {

	float:right;
	width:610px;
	padding: 20px 10px;

}
	#content p {
		padding: 0 15px;
		line-height: 1.3em;
	}
	#content #slides {
 		width:605px;
 		height:330px;
 		background: url('images/back-slides.jpg') no-repeat;
 		overflow:hidden;
	}
	#content #slides img {
		margin: 3px 0 0 3px;
 		width:596px;
 		height:321px;
	}

.roomsList {
	list-style:none;
	margin:0 0;
	padding:0;
}
.roomsList li {
	width:200px;
	height:170px;
	float:left;
	padding:0;
	text-align:center;
}
.roomsList li.long{width:300px;}
.roomsList li.long a{width:280px;}
.roomsList li.long img{width:275px; height:120px;}

.roomsList a {
	width:180px;
	height:150px;
	display:block;
	margin:5px;
	padding:5px;
	background: #D8C6A0;
	text-decoration:none;
}
.roomsList a:hover {
	background: #D6B977;
}
.roomsList img {
	margin: 0 0 8px 0;
}
.roomsList span {
	font-size:1.2em;
	display:block;
}
.roomsList a:hover span {
	color:#fff;
}

	
	
#container #sidebar {
	float:left;
	width:300px;
	padding: 5px 10px 5px 20px;
	color:#BA9547;
	text-align:center;
}
	#sidebar img {
		margin: 8px 0;
		border: 3px solid #D6B977;
	}
	#sidebar .inset {
		float:left;
		margin: -50px 0 0 20px;
		position:relative;
		z-index:100;
	}
	p.caption {
		text-align:left;
		font-family:georgia, times new roman, serif;
		line-height: 1.3em;
		font-style: italic;
	}
#lower {

	background: url('images/back-footer.jpg') repeat-x;
	overflow:hidden;
	height: 282px;
	position:relative;

}
	#lower .layout {
		position:relative;
	}
	#lower .ribbon {
		top:37px;
		left:6px;
		height:250px;
		text-align:center;
	}
	#lower .ribbon2 {
		top:37px;
		left:6px;
		height:250px;
		text-align:center;
	}
	#contactinfo {
		height:220px;
		padding: 0 5px 0 0;
		color:#D6B977;
		font-family:georgia, times new roman, serif;
		font-size:1.4em;
		line-height:1.4em;
	}
	#contactinfo a{
		color:#D6B977;
	}
	#contactinfo img {
		margin: 10px 0 0 0;
	}
	#credit { font-size: 1.3em; }
	#credit, #credit a { color:#000; }
	#footer {
		padding: 20px 0 0 370px;
		color:#D6B977;
		font-size:1.4em;
	}
	#footer a {
		color:#D6B977;
	}
#bottomNav{

	overflow:hidden;
	height:23px;
	padding: 13px 0 0 0;
	background: url('images/back-bottomnav.jpg') 0px 2px no-repeat;
	text-align:center;

}
#bottomNav ul li{
}
#bottomNav a{

	font-size: 1.2em;
	padding: 0 13px;
	background: url('images/back-bottomnav.gif') 100% 40% no-repeat;

}#bottomNav li.lastOne a { background: none; }

#copyright{
	clear:both;
	color: #fff;
	background: #333;
	font-size: 1.2em;
	padding: .5em .5em .1em .5em;
	text-align: right;

}
#recipes #content li {
	line-height:1.3em;
}
/* General Class Definitions */

.clear{ clear: both; }

.image { margin: 8px; }

.right { float: right; }

.left { float: left; }

/* Auto/Conditional PDF Icon */

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(images/icon_pdf.png) no-repeat right;
}

/* For GC and Photo Code */

#geotrust img{ float: right; }

#photoGalDisplayTable td{ padding: 7px; }

/* More */

#sitemap #content ul {font-size:1.2em; line-height:1.3em;}

#sitemap #content ul ul {font-size:1.0em; line-height:1.3em;}

td.recipeImg {vertical-align:top;}

#inn .logos {padding:20px 0 0 0;}


/* feedburner */

.feedburnerFeedBlock *{
	padding: 0;
	margin:0;
}

.feedburnerFeedBlock .feedTitle {
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0 0 15px 0;
}
.feedburnerFeedBlock .feedTitle a {text-decoration:none;}
.feedburnerFeedBlock .feedTitle a:hover {text-decoration:underline;}


.feedburnerFeedBlock ul  {
	padding: 0 0 20px 0;
}
.feedburnerFeedBlock ul li {
	list-style-type: none;
	font-size: 13px;
	text-decoration: none;
	margin-top: 10px;
	line-height: 1.3em;
}

.feedburnerFeedBlock .headline  {font-weight:bold;}
.feedburnerFeedBlock .headline a {text-decoration:none;}
.feedburnerFeedBlock .headline a:hover {text-decoration:underline;}

.feedburnerFeedBlock .date {font-style:italic; margin: 0 0 5px 10px; display: inline;}

.fbsubscribelink a { text-decoration:none; }
.fbsubscribelink a:hover { text-decoration:underline; }

#creditfooter {
	display:none;
}

.mapBtns { clear: both; }

.mapBtns a{
	float: left;
	text-align: center;
	text-decoration: none;
	background: #D6B977;
	padding: 10px;
	margin: 0 10px 0 0;
	font-size: 1.1em;
}

.mapBtns a img{ margin: 0 0 7px 0 ; }

.mapBtns a:hover{
	background: #f0d086;
}

#map {
	line-height: 1.5em;
}