@charset "utf-8";

body {
	background: #E6E3D0;
	margin: 0;
	padding: 0;
	font-family: Calibri;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
#pagecontainer {
	width: 960px;
	background: #FFF;
	margin: 20px auto; /* the auto value on the sides, coupled with the width, centers the layout */
	border: 2px solid #D8D8B2;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
#header {
	width: 960px;
	height: 363px;
	background: url("../images/template/HouseHeaderLogo.gif") #FFF;
	text-align: center;
}

#header #tagline {
	padding-top: 310px;
	width: 100%;
	font-family: Copperplate Gothic Light;
	font-size: 22px;
	font-weight: bold;
	color: #B26466;
}

#menu {
    float: left;
    background-color: #FFF;
    color: #dcdcdc;

    width: 948px;

	border: 2px solid #9D9856;
	padding: 4px 2px;
	margin: 0px 2px;
	text-transform:uppercase;
	white-space:nowrap;
}

#pagecontent {
    float: left;

	padding: 20px 5px 15px 5px;
	
	background-color: #FFF;
}

.clear {
    clear: both;
}

.portrait {
    padding: 8px;
    border: 3px solid #B26466;
    margin: 0 10px 20px 10px;
    background-color: #FFFDEF;
    color: #000;
    text-align: center;
}

.portrait img {
    border: 1px solid #1c4652;
}

#sidebar {
	float: left;
	width: 175px;
	padding: 0 15px;
	margin: 0;
	margin-top: 0px;
}

#sidebar .quote {
	font-family: Myriad Pro;
	color: #BEB98D;
	font-weight:bold;
	font-style:italic;
	margin: 20px 0px;	
}

#sidebarmenu {
	padding: 5px 0;
}

#sidebarmenu li {
	margin-bottom: 15px;
	padding-left: 7px;
	border-left: 8px solid #8D9461;
}

#sidebarmenu a {
	font-size: 20px;
	text-decoration:none;
	font-weight:bold;
	color: #B7C284;
}

#sidebarmenu li.selected, #sidebarmenu li.selected a {
	color: #953B51;
	border-color: #953B51;
}

#sidebarmenu a:hover {
	color: #9D9754;
}

#maincontent {
	float: left;
	width: 695px;
	margin: 10px 15px 10px 0px;
	padding-left: 30px;
	border-left: 4px solid #B26466;
}

#maincontent h1 {
	font-size: 22px;
	font-style: italic;	
	font-weight: bold;
	color: #B26466;
	padding-left: 0;
	padding-bottom: 20px;
	text-transform:uppercase;
}

#maincontent h2 {
	font-weight: bold;
	font-size: 140%;
	padding: 0 0 10px 0;
	margin: 0;
	color: #953B51;
}

#maincontent h3 {
	font-weight: bold;
	font-size: 120%;
	padding: 0 0 5px 0;
	margin: 0;
	color: #953B51;
	white-space:nowrap;
}

#maincontent p {
	padding: 0;
	margin: 0;
	line-height: 1.25em;
	margin-bottom: 1.5em;
	font-family: Calibri;
}

#maincontent #rightpicturebar {
	float: right;
	margin-left: 25px;
}

#maincontent #rightpicturebar .portrait {
	margin-left: auto;	
	margin-right: auto;
}

#maincontent .quote {
	font-family: Myriad Pro;
	color: #BEB98D;
	font-weight:bold;
	font-style:italic;
	margin: 20px 10px;
	padding: 15px 10px;
	border-top: 1px solid #BEB98D;
	border-bottom: 1px solid #BEB98D;
}

#maincontent .quote a {
	color: #BEB98D;
}

#maincontent .quote a:hover {
	color: #B26162;
	text-decoration:underline;
}

#maincontent .descpicturetable h3 {
	font-weight: bold;
	font-size: 120%;
	padding: 0 0 5px 0;
	margin: 0;
	color: #953B51;
}

#maincontent .descpicturetable p {
	margin: 5px 40px;	
}

#maincontent .descpicturetable td {
	padding: 15px 0px;
}

#maincontent .descpicturetable tr {
	border-bottom: 1px solid #BEB98D;
}

/* ~~ The footer ~~ */
#pagefooter {
	padding: 00px 0 10px 0;
	margin: 0 auto;
	width: 960px;

	text-align: center;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	color: #808000;
	font-weight: bold;
	line-height: 1.75em;
}

#pagefooter p {
}

#pagefooter p#copyright {
	font-size: 10px;
	font-style: italic;
}

#pagefooter a {
	color: #808000;
}

#pagefooter #follow_us {
	padding: 10px 0;
	margin: 10px auto;
	border: 1px solid #808000;
	width: 33%;
}

#pagefooter #follow_us img {
	vertical-align: middle;
	padding-bottom: 2px;
	padding-left: 2px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Reservation button area */
#reservations {
	text-align:center;
	font-size: 110%;
    /*width: 350px;*/
    margin: 0 auto;
}

#reservations a {
	color: #BEB98D;
}

#reservations a:hover {
	color: #B26162;
	text-decoration:underline;
}

#reservations p {
	margin: 0;
	padding: 0;
}

#reservations div#reserve_button {
	width: 100px;
}

#amenities {
	color: white;
	background-color: #BEB98D;
    width: 368px;
	padding: 1px;
	margin: 10px;
	margin-bottom:1.5em;
}

#amenities_title {
	text-align:center;
	padding: 5px;
	margin: 0;
}

#amenities_title a {
	font-size: 110%;
	text-transform:uppercase;
	color: white;
	font-weight:bold;
	text-decoration:none;
}

#amenities_title a:hover {
	text-decoration:none;
	color: #B26162;
}

#amenities_list {
	display:none;
	background-color: white;
	padding: 5px;
	color: black;
}

#amenities_list ul li {
	color: #B26162;
	font-weight:bold;
	padding: 5px 2px 4px 2px;
}

#amenities_list ul li ul {
	list-style:outside;
}

#amenities_list ul li ul li {
	color: black;
	font-weight:normal;
	padding: 2px 2px 2px 2px;
	margin-left: 35px;
}

#single_amenities {
	color: white;
	background-color: #BEB98D;
    width: 368px;
	padding: 1px;
	margin: 10px auto 1.5em auto;
}

#single_amenities_list {
	display:none;
	background-color: white;
	padding: 5px;
	color: black;
}

#single_amenities_list p {
	text-align:center;
	color:#B26162;
	font-size:110%;
	margin-bottom:0px;
	font-weight:bold;
}

#single_amenities_list {
	display:none;
	background-color: white;
	padding: 5px;
	color: black;
}

#single_amenities_list ul {
	border-bottom: 1px solid #EEE;
	padding: 5px 0px;
}

#single_amenities_list ul#last {
	border-width: 0px;
}

#single_amenities_list ul li {
	color: black;
	padding: 5px 2px 4px 2px;
	list-style:outside;
	margin-left: 25px;
}

