/****************************************
 * Aviary
 * Home
 ****************************************/

#home {
  padding: 61px 0 0 0;
}

/* Tour */

#home-tour {
  position: relative;
  left: -27px;
  width: 904px;
  height: 369px;
  background: url(../images/main_home.jpg) no-repeat 0 41px;
}

#home-tour-slides {
  padding: 0 27px;
  width: 850px;
  height: 290px;
}

#home-tour .slide {
  display: none;
  position: absolute;
  top: 0;
  left: 27px;
  width: 850px;
  height: 290px;
}

#home-tour #slide-1 {
  display: block;
}

#home-tour h2 {
  font-weight: normal;
}

#home-tour .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 425px;
  height: 290px;
}

#home-tour .media img {
  display: block;
}

#home-tour .media .by {
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 12px;
  background: #000;
  color: #808080;
  font-size: 11px;
  line-height: 25px;
  opacity: 0.75;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}

#home-tour .media .by strong {
  color: #fff;
}

#home-tour .media .corner {
  position: absolute;
  width: 5px;
  height: 5px;
}

#home-tour .media .tl {
  top: 0;
  left: 0;
  background: url(../images/corner_tl.png) no-repeat top left;
}

#home-tour .media .tr {
  top: 0;
  left: 420px;
  background: url(../images/corner_tr.png) no-repeat top left;
}

#home-tour .media .br {
  top: 285px;
  left: 420px;
  background: url(../images/corner_br.png) no-repeat top left;
}

#home-tour .media .bl {
  top: 285px;
  left: 0;
  background: url(../images/corner_bl.png) no-repeat top left;
}

#home-tour .info {
  position: absolute;
  top: 21px;
  left: 470px;
  width: 370px;
}

#home-tour .info h2 {
  margin: 0 0 8px 0;
  font-size: 26px;
}

#home-tour .info p {
  font-size: 17px;
  line-height: 1.3em;
}

#home-tour .cta {
  position: absolute;
  left: 425px;
  top: 164px;
  padding: 21px 0 0 209px;
  width: 191px;
  height: 39px;
  background: url(../images/cta_bg.gif) no-repeat top left;
}

#home-tour .cta .launcher {
  position: absolute;
  top: 5px;
  left: -5px;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
}

#home-tour .scratch {
  position: absolute;
  top: 230px;
  left: 470px;
}

#home-tour .next {
  position: absolute;
  bottom: 15px;
  right: 25px;
  font-size: 12px;
}

#home-tour .prev {
  position: absolute;
  bottom: 15px;
  right: 350px;
  font-size: 12px;
}

#home-tour-tabs {
  position: absolute;
  top: 315px;
  left: 0;
  padding: 0 0 0 3px;
  width: 904px;
  height: 50px;
}

#home-tour-tabs .tab {
  float: left;
  padding: 10px 0 0 10px;
  width: 170px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/tab.gif);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  outline: none;
}

#home-tour-tabs .tab .detail {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #acd2e5;
}

#home-tour-tabs .tab:hover {
  background-position: 0 -54px;
}

#home-tour-tabs .tab:hover .detail {
  color: #e7b499;
}

#home-tour-tabs .active, 
#home-tour-tabs .active:hover {
  background-position: 0 -108px;
  color: #4c4c4c;
  cursor: default;
}

#home-tour-tabs .active .detail,
#home-tour-tabs .active:hover .detail {
  color: #b3b1a8;
}

#home-tour-signup {
  position: absolute;
  top: 260px;
  left: 620px;
}

/* Column */

#home .section {
  border-top-width: 2px;
}

#home-columns {
  float: left;
  margin: 35px 0 0 0;
  width: 100%;
}

#home-columns .column {
  float: left;
  margin: 0 0 0 25px;
  width: 194px;
}

#home-columns #home-columns-first {
  margin: 0;
  width: 193px;
}

#home-columns h4 {
  margin: 0 0 3px 0;
  font-size: 1.5em;
}

/* Avalon link */

#avalon-parrot {
  margin: 0 2px 0 0;
  vertical-align: middle;
}