/* =============================================================================
Wiski - Editorial
============================================================================= */

/* Editorial bar
============================================================================= */

ul#editorial_bar {
  background: url(/img/backgrounds/general/nav_bg.gif) 0 30px repeat-x;
  display: block;
  height: 50px;
  width: 910px;
  padding: 4px 0 0 10px;
  margin-left: 21px;
}

#editorial_bar li {
  display: block;
  float: left;
  color: #6E6E6E;
  width: 186px;
  height: 27px;
}

#editorial_bar li a {
  display: block;
  width: 186px;
  height: 27px;
}
#editorial_bar li a:hover {border: none;}
#editorial_bar li a span {display: none;}

#editorial_bar li, #editorial_bar li a {
  background-position: 0 0;
  background-repeat: no-repeat;
}

#editorial_bar li#overview, #editorial_bar li#overview a {background-image: url(/img/nav/editorial/overview.gif);}
#editorial_bar li#news, #editorial_bar li#news a {background-image: url(/img/nav/editorial/news.gif);}
#editorial_bar li#articles, #editorial_bar li#articles a {background-image: url(/img/nav/editorial/articles.gif);}
#editorial_bar li#reviews, #editorial_bar li#reviews a {background-image: url(/img/nav/editorial/reviews.gif); width: 199px;}

#editorial_bar li#overview.editorial_bar_on, #editorial_bar li#overview.editorial_bar_on a {background-position: 0 -27px;}
#editorial_bar li#news.editorial_bar_on, #editorial_bar li#news.editorial_bar_on a {background-position: 0 -54px;}
#editorial_bar li#articles.editorial_bar_on, #editorial_bar li#articles.editorial_bar_on a {background-position: 0 -54px;}
#editorial_bar li#reviews.editorial_bar_on, #editorial_bar li#reviews.editorial_bar_on a {background-position: 0 -54px;}

#editorial_bar li#news.editorial_bar_sub, #editorial_bar li#news.editorial_bar_sub a {background-position: 0 -27px;}
#editorial_bar li#articles.editorial_bar_sub, #editorial_bar li#articles.editorial_bar_sub a {background-position: 0 -27px;}
#editorial_bar li#reviews.editorial_bar_sub, #editorial_bar li#reviews.editorial_bar_sub a {background-position: 0 -27px;}

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

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

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

#column_control h4 {
  font: normal 13px/18px Georgia, Times New Roman, Serif;
  color: #ba0f0f;
  padding: 7px 0 0 1px;
}

#column_control h4 a {
  border: 0;
}

#column_control i {
  font-style: normal;
  display: block;
  padding-left: 1px;
  color: #7F7F7F;
}

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

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

#main_column {
 float: left; 
}

/* News box
============================================================================= */

#latest_news {
  width: 186px;
  float: left;
}

#latest_news p {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 1px;
  width: 156px;
}

#latest_news div {
  padding: 8px 0 0 1px;
}

/* Article box
============================================================================= */

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

#article div.article_text {
  padding-top: 17px;
  padding-left: 1px;
  width: 336px;
}

#article img {
  padding-top: 4px;
  padding-right: 15px;
  padding-bottom: 10px;
}

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

#article a.read_more {
  font: normal 11px/17px Tahoma, Arial, sans-serif;
}

/* Review box
============================================================================= */

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

#review div.review_text {
  padding-top: 17px;
  padding-left: 1px;
  width: 341px;
}

#review img {
  padding-top: 4px;
  padding-left: 10px;
  padding-bottom: 10px;
}

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

#review a.read_more {
  font: normal 11px/17px Tahoma, Arial, sans-serif;
}

/* Archives
============================================================================= */

#article_archives, #review_archives {
  float: left;
  width: 372px;
}

#archives div.archive_box {
  height: 30px;
}

#archives div.archive_box a {
  display: block;
  float: left;
}

#archives div.archive_box div {
  padding-right: 70px;
  float: right; 
  padding-left: 23px;  
  background: url(/img/icons/general/article.gif) 0 1px no-repeat;
}
#archives #review_archives div.archive_box div {background-image: url(/img/icons/general/review.gif);}

#archives ul {
  padding-top: 11px;
}

#archives li {
  font: normal 12px/34px Arial, Tahoma, Sans-Serif;
  padding-left: 24px;
  height: 34px;
  background: url(/img/icons/general/editorial_article.gif) 0 0 no-repeat;
}
#archives #review_archives li {background-image: url(/img/icons/general/editorial_review.gif);}

#archives li a {
  font: normal 11px/17px Tahoma, Arial, sans-serif;
}