/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */

@import url('examples/2c-l.css');

/* ABsolute Custom CSS */

body {
 background: #e3e3e3;
 font-family: Verdana, Arial, sans-serif;
 font-size: .8em;
 margin: 0px;
 padding: 0px;
}

#wrapper {
	width: 960px;
	margin: auto;
    background: #fff;
    padding: 0px;
	position: relative;
	padding-top: 65px;
	margin-top: 30px;
        margin-bottom: 30px;
}


#login {
position: absolute;
right: 10px;
top: -20px;
font-size: .8em;
color: #aaa;
}

#login a:link {
	color: #aaa;
        text-decoration: none;
}

#login a:hover {
	color: #555;
        text-decoration: underline;
}

#login a:visited {
	color: #aaa;
        text-decoration: none;
}

#header {
 position: absolute;
 left: 19px;
 top: 19px;
 z-index: 99;
}

#menu {
background: #c1cba1;
height: 61px;
/*margin:1em 0;*/
padding-top: 0px;
margin: 0px;
width: 960px;
border-top: solid #a3b375;
border-top-width: 4px;
top: 58px;
}

#menu ul {
list-style:none;
margin:0;
padding:0;
height: 61px;
left: 210px;
position: relative;
}

#menu li {
 float: left;
}

#menu ul li a {
 display:block;
 margin-right:1em;
 text-decoration:none;
 color: #000;
 height: 56px;
 width: auto;
 text-align: center;
 line-height:58px;
 padding-left: 1em;
 padding-right: 1em;
 float: left;
}

#menu ul li a:hover {
 text-decoration:none;
 /*border-bottom: solid #755b4a;
 border-bottom: solid #5b6639;
 border-bottom-width: 5px;*/
 color: #5b6639;
}


h2, h3 {
  font-size: 1.2em;
  font-family: Arial;
  /*color: #663300;*/
  color: #a3b375;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

#home-entry-title {
 color: #fff;
 background-color: #755b4a;
 height: 150px;
 width: 960px;
 margin: 0px;
}

#home-entry-title p {
 padding-left: 40px;
 padding-top: 30px;
 padding-right: 360px;
 display: block;
 letter-spacing: .05em;
}

#virtual_tour {
 position: absolute;
 right: 40px;
 top: 30px;
 z-index: 3;
}

#home-column1 {
 float: left;
 width: 400px;
 position: relative;
 left: 40px;
 padding-top: 15px;
 padding-bottom: 80px;
}

#home-column2 {
 float: left;
 width: 400px;
 left: 80px;
 padding-top: 15px;
 position: relative;
}

blockquote {
 margin-left: 15px;
}

.rates {
 /* border-left: solid #ddd;
 border-left-width: 8px;
 padding-left: 20px;
 margin: 15px;
 padding: 8px;
 font-family: Georgia;
 font-size: .9em;
 background: #eee;
 color: #663300;
 position: relative;
 width: auto; */
}

.dates_offered {
 border: solid #eee;
 border-width: 1px;
 padding: 10px;
}

.content_block {
 padding-top: 10px;
 padding-bottom: 10px;
}

.note {
 font-size: .8em;
 position: relative;
 top: -7px;
 background: #eee;
 padding: 5px;
 border-left: solid #ddd;
}

a:link {
	color: #665466;
}
a:hover {
	color: #967B96;
}
a:visited {
	color: #665466;
}

input, textarea {
 background: #eee;
 font-family: Arial, sans-serif;
}

#hero {
 width: 960px;
 height: 325px;
 margin: 0px;
 padding: 0px;
 padding-top: 4px;
 padding-bottom: 4px;
}

.entry-title {
 display: block;
 color: #fff;
 background-color: #755b4a;
 height: 32px;
 padding-top: 14px;
 padding-left: 40px;
}

.entry-content {
 padding-left: 40px;
 padding-top: 30px;
 padding-right: 160px;
 padding-bottom: 20px;
 width: 670px;
 font-size: 1.1em;
 line-height: 1.6;
}

.entry-content-subnav {
 padding-left: 40px;
 padding-top: 30px;
 padding-right: 20px;
 padding-bottom: 20px;
 width: 670px;
 float: right;
 font-size: 1.1em;
 line-height: 1.6;
}

.entry-content-home {
 padding-bottom: 20px;
 min-width: 840px;
 font-size: 1.1em;
 line-height: 1.6;
 margin: 0px;
 position: relative;
 top: -60px;
}

div.sidebar ul {
 list-style: none;
 position: absolute;
 margin:0;
 padding:0;
 width: 240px;
 top: 509px;
}

div.sidebar li {
 border-bottom: solid #ddd;
 border-bottom-width: 1px;
 width: 240px;
}

div.sidebar ul li a {
 display:block;
 text-decoration:none;
 height: 45px;
 line-height: 45px;
 padding-left: 40px;

}

div.sidebar ul li a:hover {
 text-decoration:none;
 /*border-bottom: solid #755b4a;
 border-bottom: solid #5b6639;
 border-bottom-width: 5px;*/
 background: #eee;
}

#primary ul li.current {
 border-left: solid #ccc;
 border-left-width: 5px;
}

.preface {
 font-size: 1.1em;
 line-height: 2.0;
}

.hotels {
 float: left;
 padding-right: 60px;
}

.gyrotonic {
 font-family: Times, serif;
}

div.skip-link {
 display: none;
}

#vert_spacer {
 height:480px;
}

#footer {
 height: 55px;
 background: #a3b375;
 width: 100%;
 color: #fff;
 padding-bottom: 8px;
}

#footer p {
 top: 19px;
 left: 42px;
 position: relative;
 font-size: .8em;
 width: auto;
}

#footer #follow-us {
 position: relative;
 float: left;
 left: 810px;
 top: -23px;
 width: auto;
}


