body {

	background: url('images/pattern.gif') top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;

}

/* ------------- General Definitions ------------- */

a, a:link, a:active, a:visited{

	color: #345e20;

}

a:hover{

	text-decoration: none;

}

h1, h2, h3, h4, h5{

	color: #000;
	margin: 0 0 .7em 0;

}

h1{	font-size: 2.2em; }

h2{ font-size: 1.8em; }

h3{ font-size: 1.6em; }

h4{ font-size: 1.4em; }

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

ul{

	margin: 0 0 1em 2em;
	list-style: disc;

}

strong{

	font-weight: bold;

}

/* ------------- Layout and Coloring ------------- */

#page {

	display: block;
	text-align: center;

}

#layout {
	
	width: 970px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #556e44;
	border-top: 0;

}

#header {

	height: 65px;
	background: #fefef2;
	padding: 20px;
}

#logo{

	background: url('images/logo.gif') top left no-repeat;
	width: 462px;
	height: 75px;

}

#logo h1{

	text-indent: -999em;

}

#logo h2{
	
	font-size: 14px;
	font-style: italic;
	margin: 0 0 0 60px;

}

#header .headerRight{

	float: right;

}

#header .phone, #header .checkAvail{

	display: block;
	float: left;
	background: #cdd793;
	padding: 10px 10px 11px 10px;
	border: 1px solid #000;
	font-style: italic;
	text-align: center;
	font-size: 1.3em;
	width: 150px;

}

#header .checkAvail{

	font-size: .8em;
	margin: 0 0 0 10px;
	color: #000;
	text-decoration: none;
	padding: 8px 10px;

}

#header .checkAvail:hover{

	background: #929968;

}

#header .gcLink{

	float: left;
	clear: left;
	text-decoration: none;
	color: #000;
	font-style: italic;
	margin: 10px 0 0 0;
	
}

/* ------------- Navigation ------------- */

.nav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.nav ul li {

	float: left;

}

.nav ul li a {

	display: block;
	padding: .8em;
	text-decoration: none;

}

.nav ul li a:hover {

	text-decoration: underline;

}

#topNav, #bottomNav{

	background: url('images/headerback.gif') top left repeat-x #000;

}

.navSecond{

	clear: both;
	background: url('images/headerback.gif') top left repeat-x;
	height: 7px;

}

#topNav a, #bottomNav a  {

	font-size: .9em;
	color: #fff;
	text-decoration: none;
	font-style:italic;
	background: url('images/navspacer.gif') right 1.3em no-repeat;
	padding: 1em 1.6em .8em .9em;

}

#topNav .lastOne a, #bottomNav .lastOne a{

	background: none;

}

#topNav a:hover , #bottomNav a:hover {

	color: #ccc;

}

#bottomNav a{

	font-size: .8em;
	padding: 1em 1.4em .6em .8em;

}

/* ------------- Content Sections ------------- */

#content {

	clear: both;
	background: url('images/contentback.gif') top left;
	padding: 27px;

}

#container {

	border: 1px solid #000;
	width: 913px;
	line-height: 1.2em;
	background: #fff;

}

#container .quote{

	background: #cdd793;
	border-bottom: 1px solid #000;
	font-style: italic;
	padding: 20px;
	line-height: 1.7em;
	font-size: .9em;
	

}

#container .container{

	padding: 20px;
	font-family: "Trebuchet MS";
	font-size: .9em;

}

#flash {

	background: url('images/flash.jpg') top left no-repeat;
	height: 235px;
	border-bottom: 1px solid #000;

}

#home #flash {

	background: url('images/flash.jpg') top left no-repeat;
	height: 315px;

}

#rooms #flash { background: url('images/headers-rooms.jpg') top left no-repeat; }

#gardensuite #flash { background: url('images/headers-garden.jpg') top left no-repeat; }

#courtyardcottage #flash { background: url('images/headers-courtyard.jpg') top left no-repeat; }

#upstairssuite #flash { background: url('images/headers-upstairs.jpg') top left no-repeat; }

#inn #flash { background: url('images/headers-inn.jpg') top left no-repeat; }

#specials #flash { background: url('images/headers-specials.jpg') top left no-repeat; }

#directions #flash { background: url('images/headers-directions.jpg') top left no-repeat; }

#area #flash { background: url('images/headers-area.jpg') top left no-repeat; }

#availability #flash { background: url('images/headers-rooms.jpg') top left no-repeat; }

#biking #flash { background: url('images/headers-biking.jpg') top left no-repeat; }

#events #flash { background: url('images/headers-activities.jpg') top left no-repeat; }

#dining #flash { background: url('images/headers-dining.jpg') top left no-repeat; }

#wineries #flash { background: url('images/headers-wineries.jpg') top left no-repeat; }

#activities #flash { background: url('images/headers-activities.jpg') top left no-repeat; }

#sitemap #flash { background: url('images/headers-inn.jpg') top left no-repeat; }

#photos #flash, #gc #flash {

	background: none;
	height: 0;
	border-bottom: 0;

}

#contentRight{

	float: right;
	width: 325px;
	padding: 27px;

}

#contentRight img{

	border: 1px solid #000;
	clear: right;
	margin: 0 0 20px 0;
}

#bottomNav{

	clear: both;
	
}

#contact {

	background: #cdd793;
	text-align: left;
	padding: 15px 10px 5px 10px;
	font-size: .9em;
	line-height: 1.5em;
	

}
#copyright{

	color: #f0fcac;
	font-size: .7em;
	padding: .5em .5em .1em .5em;
	text-align: right;
	width: 980px;
	margin: 0 auto;

}

#copyright a{

	color: #f0fcac;

}

/* ------------- General Class Definitions ------------- */

.clear{ clear: both; }

.image { margin: 8px; }

.right { float: right; }

.left { float: left; }

.room { margin: 0 0 10px 20px; }

/* ------------- More ------------- */

.photoList{

	list-style: none;
	margin: 0;
	padding: 0;

}

.photoList li{

	float: left;

}

.photoList li a{

	padding: 10px;
	background: #E5E0A4;
	display: block;
	margin: 0 10px 20px 0;
	text-decoration: none;

}

.photoList li a:hover{

	background: #bfbb8a;

}

.photoList li a h4{

	margin: 5px 0 0 0;
	font-size: 1.2em;

}

.photoList li a h4 span{

	color: #4d4a32;
	font-size: .7em;
	margin: 0 0 0 5px;

}

.photoList li a:hover h4 span{


}

.rate{

	color: #556e44;
	font-size: 1.2em;
	
}

.roomNav{

	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	height: 30px;

}

.roomNav li{

	float: left;
	margin: 0 5px 0 0 ;

}

.bookIt{

	text-decoration: none;
	display: block;
	float: left;
	background: #cdd793;
	padding: 10px 10px 11px 10px;
	border: 1px solid #000;
	font-style: italic;
	font-size: 1.2em;
	margin: 10px 0 0 0;
	color: #000 !important;
	
}

.bookIt:hover{

	background: #929968;	

}

.price{

	color: #556e44;
	font-style: italic;

}

#specials h4{

	margin: 0 0 0 0;
	color: #556e44;

}

#map{

	border: 1px solid #999;
	width: 870px;

}


#geotrust img{

	float: right;

}

#photoGalDisplayTable td{

	padding: 5px;

}

/*		BLOG		*/
/*					*/
.hidden { display:none; }

#blog #blogcontent{
	clear:none;
	float:left;
}
#blog .narrowcolumn{
	width:580px;

}
#blog #sidebar {
	float:right;
	clear:none;
	width:265px;
}
#blog #sidebar form {
	width:250px;
}
#blog #sidebar a {
	text-decoration: none;
}
#blog #sidebar ul#sideul{
	list-style:none;
}
#blog #sidebar ul li {
	list-style:none;
}

#blog #sidebar li h2{
	margin-top: 12px;
}

.post h2 {font-size: 1.5em}

.post blockquote {font-style: italic; font-size: 1.2em; background-color: #fadde2; padding: 5px 5px 5px 15px; margin: 5px 0;}

#blog p.postmetadata {
	font-style: italic;
	border-top:solid 1px #556e44;
	padding:1px 3px;
}


#blog #comment {width: 580px;}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */





/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.feedburnerFeedBlock {
	float:right;
	width:580px;
	text-align:left;
	padding-left:15px;
}
.feedburnerFeedBlock .feedTitle {
	text-align:left;
	font-size:1.3em;
	margin:0;
	padding-bottom:5px;
}
.feedburnerFeedBlock ul { list-style:none;margin:0;padding:0;}
.feedburnerFeedBlock .date {display:inline;padding-left:10px; font-style: italic;}
.feedburnerFeedBlock li div {padding:0 4px;}
.feedburnerFeedBlock li {padding-top: 4px}
.feedburnerFeedBlock .headline {margin-right: 5px display: inline;}

#creditfooter {display: none;}

