body{
  font-family: Helvectica, sans-serif;
  background: #5a3621 url('../images/whitespace-bg.jpg') fixed no-repeat;
-webkit-background-size: 100%;
  font-size: 13px;
  color: #fff;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-shadow: 0.1em 0.1em #000;
}

a{
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #88624c;
}
a:hover{
  color: #89b876;
}
a.hero-image{
  border: none;
}
.hero-image img{
  margin-top: 20px;
  width: 480px;
  border: 1px solid #fff;
}
.tagline{
  font-style: italic;
  font-size: 24px;
  color: #88624c;
  font-family: Georgia;
  line-height: 18px;
  margin: 10px 0 40px 0;
}
h2 { 
	font-size: 20px;
  font-weight: normal;
  color: #89b876;
	font-family: Georgia, "Times New Roman", Times, serif;
  border-bottom: 1px solid #c0e9af;
  padding-bottom: 5px;
  margin-top: 18px;
}
h3 { 
	font-size: 14px;
  font-weight: normal;
  color: #c0e9af;
  line-height: 0;
  padding-top: 10px;
}
h3 span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: .1em;
}
ul{
  list-style-type: square;
  padding-left: 15px;
}

#header{
  float: left;
  border-bottom: 1px solid #88624c;
  width: 100%;
}
#header-wrap{
  margin: 5px auto;
  width: 800px;
}
#header h1 a{
  background: url(../images/whitespace-logo.png) no-repeat;
  width: 231px;
  height: 33px;
  text-indent: -1000px;
  float: left;
  display: block;
  position: relative;
  overflow:hidden;
  margin: 20px 0 0 0;
  border: none;
}
#nav{
  float: right;
  list-style-type: none;
  margin-top: 30px;
}
#nav li{
  float: left;
  margin-left: 15px;
}
#nav li a{
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  border: none;
}
.rates li.rates a{ color: #89b876; }
.rooms li.rooms a{ color: #89b876; }
.contact li.contact a{ color: #89b876; }
.faq li.faq a{ color: #89b876; }
.coworking li.coworking a{ color: #89b876; }

.right{ 
  float: right; 
  margin: 5px 0 10px 10px;
  border: 1px solid #fff;
}
.left{
  float: left;
  margin: 5px 10px 10px 0;
  border: 1px solid #fff;
}
#zoom a{
  border: none;
}

#wrapper{
  clear: both;
	margin: 5px auto;
	width: 800px;
}
#content{
  clear: both;
  margin: 0 auto;
  width: 480px;
  background: url(../images/transparent-bg.png);
	padding: 10px 30px 40px 30px;
}
#footer-wrap{
  margin: 0 auto;
  width: 800px;
}
#footer{
  float: left;
  border-top: 1px solid #88624c;
  width: 100%;
  padding-bottom: 40px;
}
#footer p{
  font-size: 11px;
  color: #999291;
}
#footer .blueflavor-logo a{
  background: url(../images/blueflavor-logo.png) no-repeat;
  width: 80px;
  height: 17px;
  text-indent: -1000px;
  float: right;
  display: block;
  position: relative;
  overflow:hidden;
  margin: -35px 5px 0 0;
  border: none;
}

/* Splash page styles */

.splash{
  margin: 200px auto;
  width: 450px;
}
.splash h1 {
  background: url(../images/whitespace-logo.png) no-repeat;
  width: 231px;
  height: 33px;
  text-indent: -1000px;
  display: block;
  z-index: 1000;
  position: relative;
  overflow:hidden;
  margin: 20px 0 0 0;
}

/* Forms */

.formField label{
  font-weight: normal;
}
input{
  margin-bottom: 10px;
  border: 1px solid #2f1b0c;
  background: #88624c;
}
textarea{
  border: 1px solid #2f1b0c;
  background: #88624c;
}

#submitButton{
  background: #88624c;
  padding: 5px;
}