/*
Created for Evergreen Cottage by the YellowScene Magazine web staff:
Stephanie Mott
Lacy Boggs
Shavonne Blades
John Powell

http://yellowscene.com
*/
@media screen {
body {
  background:url('images/green-background.png');
  padding:0;
  margin:0;
  min-width:800px;
}

a {
  text-decoration:none;
}

#header {
  position:relative;
  z-index:1;
}

#header-image, #content-image, #content-image-feet, .link-alt, .service-image img {
  width:100%;
}

#content-image-spacer {
  width:50%;
}

#home-link {
  position: absolute;
  left:5%;
  width:50%;
}

#home-link a {
  display:block;
  height:0;
  padding-top:35%;
  overflow:hidden;
  background:url('images/noimage.gif'); /* image doesn't exist; hack to make IE behave */
}

.nav-links {
  position: absolute;
  top: 59%;
  width:8%;
}

.nav-links a {
  display:block;
  height:0;
  padding-top:90px;
  overflow:hidden;
  background:url('images/noimage.gif'); /* image doesn't exist; hack to make IE behave */
}

img, a img {
  border: 0;
}

#left-link {
  left:41%;
}

#left-link-services-page {
  position: absolute;
  top: 59%;
  left:41%;
  width:8%;
}

#right-link {
  left:51.2%;
}

#left-link a:hover, #right-link a:hover  {
 overflow:visible;
 padding-top:0;
}

#content, #policies {
  text-align:justify;
  line-height:150%;
  color:#6f6f6f;
}

#named-nav-links {
  position:relative;
  top:-20px;
  z-index:3;
  height:10px;
  min-width:510px;
  margin:0 0 0 9%;
}

#named-nav-links a, #fixed-nav-links a {
  color:#ffffff;
  text-shadow:gray 2px 2px 2px;
  font-style:italic;
  font-size:1.2em;
}

#named-nav-links a {
  margin:0 auto 0 auto;
  margin:0 0 0 1.25%;
}

#fixed-nav-links {
  position:fixed;
  top:25px;
  right:125px;
  z-index:0;
  width:50px;
  line-height:30px;
}

#fixed-nav-links-mask {
  position:fixed;
  top:0;
  width:485px;
  height:90%;
  z-index:0;
  background:url('images/green-background.png');
}

.about {
  width:75%;
  margin:0 auto 0 auto;
}

.services {
  margin:0 0 0 6%;
  float:left;
  width:90%;
  font-family:Helvetica,San-serif;
}

.service-items {
  position:relative;
  text-transform:capitalize;
  text-align:left;
}

.full-width {
  float:left;
  width:100%;
  text-transform:none;
}

.description {
  font-size:.9em;
  text-transform:none;
  line-height:130%;
}

.one-service {
  width:65%;
  float:left;
  position:relative;
}

.service-column {
  float:left;
  width:45%;
}

.one-service ul {
  width:90%;
  float:left;
  margin:0;
  padding:0 5% 3% 0;
  list-style-type:none;
}

li.price {
  font-size:.9em;
}

.service-image {
  position:relative;
  left:-30px;
  width:100%;
  z-index:0;
}
.service-image a {
  display:block;
}

#hair-service .service-image {
  width:50%;
  overflow:hidden;
}

#hair-service .service-image img{
  width:200%;
  overflow:hidden;
}

.service-image {
  position:relative;
  left:-30px;
  width:100%;
  z-index:0;
}

.service-items {
  top:-30px;
}

#waxing-service .service-items, #massage-service .service-items, #spa-service .service-items, #body-service .service-items {
  top:-38px;
}

.service-head {
  text-transform:uppercase;
  font-weight:bold;
  line-height:110%;
}

#content-left{
  width:56%;
  float:left;
  padding:1% 2% 0 2%;
}

#content-right {
  width:40%;
  float:right;
}

#content-feet {
  position: absolute;
  right:0;
  z-index:0;
  top:23px;
  height:100px;
  width:44%;
}

#policies {
  width:70%;
  padding:50px 5% 0 5%;
  margin: 0 auto 0 auto;
  float:left;
}

#footer {
  float:left;
  width:100%;
  text-align:center;
  color:#49654b;
  margin-top:20px;
}

}

@media print {
#header, .aveda-logo, #content-image, #content-image-feet, .link-alt, .service-image img, #fixed-nav-links, #named-nav-links, #content-image-spacer, .li-spacer {
  display:none;
}

.one-service {
  margin: 0 0 10px 0;
  border-bottom:1px solid black;
}

ul {
  margin:0 0 10px 0;
  list-style-type:none;
}

.service-head {
  text-transform:uppercase;
}

li.price {
  padding:0 0 0 10px;
}
}
