/*
 * Home Page
 */

#home-header{
  background-image: url(images/header.jpg);
  width: 593px;
  height: 265px;
  padding: 13px 0 0 16px;
  margin: 4px 0 15px 5px;
}

#home-header-image{
  background-image: url(images/header-image1.jpg);
  width: 580px;
  height: 250px;
}

#home-title{
  background-image: url(images/home-title.jpg);
  width: 645px;
  height: 42px;
}

#home-content{
  height: 160px;
  margin: 0 40px 0 10px;
  color: #5f3a05;

}

#home-social{
  padding: 20px 25px 0 20px;
  float: right;
  height: 120px;
}


#home-social-text{
  margin-bottom: 10px;
  font-weight: bold;
}

#home-boxes{
  height: 237px;
  position: relative;
}


.home-boxes-bottomlink{
  position: absolute;
  bottom: 6px;
  width: 100%;
  left: 51px;
  font-size: 0.75em;
  color: #7d5e27;
}
.homes-boxes-title{
  width: 190px;
}

.homes-boxes-title a{
  color: #560300;
  font-weight: bold;
  font-size: 0.83em;
  text-transform: capitalize;
}

.homes-boxes-location{
  color: #7d5e27;
  margin-bottom: 15px;
  font-size: 0.75em;
  width: 190px;
  text-transform: capitalize;
}

#home-boxes-left{
  width: 194px;
  background: url(images/food.jpg) no-repeat;
  float: left;
  position: relative;
  height: 176px;
  padding: 60px 0 0 20px;
}
#home-boxes-middle{
  width: 196px;
  background: url(images/music.jpg) no-repeat;
  float: left;
  position: relative;
  height: 176px;
  padding: 60px 0 0 20px;
}
#home-boxes-right{
  width: 195px;
  background: url(images/sights.jpg) no-repeat;
  float: left;
  position: relative;
  height: 176px;
  padding: 60px 0 0 20px;
}

#home-video{
  width: 645px;
  height: 222px;
  position: relative;
  background: url(images/whitebg.jpg) bottom no-repeat;
}

#home-video-title{
  position: absolute;
  left: 0;
  margin: 30px 0 0 20px;
  color: #660000;
  text-transform: capitalize;
  font-size: 1.08em;
}

.home-video-object{
  position: relative;
  top: 55px;
  margin: 0 0 0 20px;
  float: left;
}
