/* =============================================================================
Wiski - Index
============================================================================= */

/* Front image
============================================================================= */

#front_image {
  background: url(/img/photos/index/front.jpg) 31px 45px no-repeat;
  height: 400px;
  width: 900px;
  padding-left: 31px;
  padding-top: 45px;
}
#front_image h1, #front_image strong {display: none}

/* Column control
============================================================================= */

#column_control {
  padding: 27px 0 0 30px;
}

#column_control h2 {
  font: normal 20px/22px Georgia, Times New Roman, Serif;
  color: #343434;
  margin-bottom: 0;
  padding: 2px 0 0 1px;
  height: auto;
}

#column_control a {
  color: #ba0f0f;
  border-bottom: 1px solid #e3cdcd;
}

#column_control a:hover {
  color: #d84b4b;
  border-bottom: 1px solid #fff;
}

#column_control p {
  font: normal 12px/17px Arial, Tahoma, Sans-Serif;
  padding: 0 0 17px 0;
}

/* What is wiski
============================================================================= */

#what_is_wiski {
  float: left;
  width: 372px;
}

#what_is_wiski h2 {
  padding-bottom: 8px;
}

#column_control #what_is_wiski p {
  width: 340px;
  padding: 0 0 14px 2px;
}

#column_control #what_is_wiski a {
  font: normal 18px/20px Georgia, Times New Roman, Serif;
  display: block;
  float: left;
  margin: 0 0 0 1px;
  padding: 0;
  border-bottom: 0;
}

#what_is_wiski em {
  font-style: normal;
  display: block;
  clear: left;
  color: #7D7D7D;
  margin-left: 1px;
  line-height: 14px;
}

/* From the word
============================================================================= */

#from_the_word {
  float: left;
  width: 185px;
}

#from_the_word img {
  padding-top: 3px;
  height: 28px;
  width: 43px;
}

#from_the_word p {
  padding-top: 8px;
  width: 155px;
}


/* On the Rocks
============================================================================= */

#on_the_rocks {
  float: left;
  width: 372px;
  position: relative;
}

#on_the_rocks div.header {
  height: 24px;
  width: 345px;
  overflow: hidden;
}

#on_the_rocks div.header h2 {
  float: left;
} 

#on_the_rocks a.rss_feed {
  position: absolute;
  top: 0;
  right: 30px;
  background: url(/img/icons/general/rss.gif) top right no-repeat;
  float: right;
  display: block;
  height: 28px;
  padding-right: 35px;
  border-bottom: 0;
}

#on_the_rocks a.rss_feed span {
  padding-top: 4px;
  display: block;
  color: #DE944F;
  border-bottom: 1px solid #F2D6BC;
}

#on_the_rocks a.rss_feed span:hover {
  color: #975B22;
  border: 0;
}

#on_the_rocks ul {
  padding-top: 0;
  margin: 0;
}

#on_the_rocks li {
  font: normal 12px/32px Arial, Tahoma, Sans-Serif;
  padding-left: 23px;
  height: 34px;
  background: url(/img/icons/general/previously_article.gif) 1px 8px no-repeat;
}

#on_the_rocks a {
  border-bottom: 0;
}

#on_the_rocks em {
  font-style: normal;
  color: #7D7D7D;
}

#on_the_rocks li.news {background-image: url(/img/icons/general/previously_news.gif);}
#on_the_rocks li.articles {background-image: url(/img/icons/general/previously_article.gif);}
#on_the_rocks li.reviews {background-image: url(/img/icons/general/previously_review.gif);}

#on_the_rocks li.news_end {background-image: url(/img/icons/general/news.gif);}
#on_the_rocks li.articles_end {background-image: url(/img/icons/general/article.gif);}
#on_the_rocks li.reviews_end {background-image: url(/img/icons/general/review.gif);}