/* top row */

#home_top {
  margin-bottom: 10px;
}

#home_top #home_top_articles {
  margin-top: 5px;
}

#home_top div.article_preview p.article_section, #home_top div.article_preview p.article_section a {
  color: #555;
  text-transform: none;
}

#home_top #home_top_articles_left {
  float: left;
  width: 304px;
}

#home_top #home_top_articles_left div.article_preview div.article_description {
  width: 304px;
}

#home_top #home_top_articles_left div.article_preview p.article_section {
  font-size: 14px;
}

#home_top #home_top_articles_right {
  float: right;
  width: 228px;
  padding: 0 6px;
}

#home_top #home_top_articles_right div.article_preview {
  padding-bottom: 5px;
}

#home_top #home_top_articles_right div.article_preview p.article_title, #home_top #home_top_articles_right div.article_preview p.article_section {
  font-size: 12px;
}

#home_top #home_top_articles_right .article_bar {
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}

/* mid row */

#home_mid {
  margin-bottom: 10px;
}

#home_mid #home_mid_left {
  float: left;
  width: 304px;
}

#home_mid_left div.article_preview {
  width: 304px;
  margin-left: 0;
}

#home_mid_left #vie_top {
  margin-top: 10px;
}

#home_mid #home_mid_right {
  float: right;
  width: 240px;
}

#home_mid_right div.article_preview div.article_description {
  width: 230px;
}

/* tab boxes */

#home_tab_container {
  width: 238px;
  background: #fff;
  border: 1px solid #000;
}

#home_tab_container #home_tab_container-nav {
  padding-bottom: 5px;
}

#home_tab_container ul#home_tab_container-nav  {
  margin: 0;
  padding: 0;
  list-style: none;
}

#home_tab_container #home_tab_container-nav li {
  float: left;
  margin: 0;
  padding: 0;
}

#home_tab_container #home_tab_container-nav li a {
  display: block;
  width: 79px;
  padding: 5px 0;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #ccc; 
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#home_tab_container #home_tab_container-nav li#first_tab a {
  width: 78px;
  border-left: none;
}

#home_tab_container #home_tab_container-nav li a:hover {
  color: #333;
}

#home_tab_container #home_tab_container-nav li a:focus {
  outline: none;
}

#home_tab_container #home_tab_container-nav li a.active, #home_tab_container #home_tab_container-nav li a.active:hover {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
}

.tab {
  display: none;
}

.tab .article_preview {
  padding: 5px;
}

.tab .article_preview .article_image img {
  padding-top: 5px;
}

.tab .article_preview .article_description {
  width: 228px;
}

.tab .tab_base {
  padding: 5px;
  background-color: #c0c0c0;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.tab .tab_base a {
  color: #000;
}

/* culture row */

#home_culture {
  margin-bottom: 10px;
}

#home_culture #culture_article_row {
  margin-top: 10px;
}

#home_culture #culture_article_row div.article_description p.article_title {
  font-size: 12px;
}

#home_culture #culture_article_row div.article_description p.article_section {
  margin: 5px 0;
  font-size: 12px;
}

/* videos row */

#home_videos {
  margin-bottom: 10px;
}


