/* ===============[ GENERAL ]=============== */

.section_header {
  height: 18px;
  background: url(/img/section_header_bg_front.gif) repeat-x;
  border: solid 2px #343545;
  clear: both;
}

.section_header a {
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
  margin-top: 3px;
  margin-right: 15px;
  float: right;
}

.section_header a:hover, .section_header a:focus {
  color: #ff6734;
}

h2 {
  font-size: 12px;
  color: #fff;
  margin: 0;
  padding-left: 15px;
  float: left;
}

.front_more, .front_more_arrow, .front_view_all a {
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #0c0d20;
}

.front_more, .front_view_all a {
  text-decoration: underline;
}

.front_view_all {
  text-align: right;
}

.front_more:hover, .front_more:focus, .front_view_all a:hover, .front_view_all a:focus {
  color: #fe3131;
}

/* ===============[ UPCOMING EVENTS ]=============== */

#front_events {
  width: 400px;
  background: #ebeff0;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

#front_events #content {
  border: solid 3px #d8dde1;
  border-top: none;
  padding: 20px;
}

#front_events #main .main {
  font-size: 20px;
  color: #ea0000;
}

#front_events #main .main:hover, #front_events #main .main:focus {
  color: #f60;
}

#front_events #main img {
  border: solid 1px #2d547b;
  margin-bottom: 15px;
  float: left;
}

#front_events #main #intro {
  margin-top: 5px;
  margin-bottom: 15px;
}

#front_events #main #info {
  background: #f4f4f4;
  margin-left: 10px;
}

#front_events #main #info .header {
  font-size: 11px;
  padding: 4px 15px 4px 10px;
  vertical-align: top;
}

#front_events #main #info .data {
  font-weight: bold;
  padding-right: 10px;
}

#front_events #main #more_info {
  font-size: 11px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
}

/* ===============[ LATEST NEWS ]=============== */

#front_news {
  width: 250px;
  margin-bottom: 15px;
  float: right;
}

#front_news #content {
  border: solid 3px #d8dde1;
  border-top: none;
  padding: 20px;
}

#front_news .news {
  padding-bottom: 20px;
  clear: both;
}

#front_news .news img{
  border: solid 1px #2d547b;
  margin-right: 15px;
  margin-bottom: 20px;
  float: left;
}

#front_news .news a {
  font-size: 11px;
  font-weight: bold;
}

#front_news .news .date {
  font-size: 10px;
  color: #666;
}

/* ===============[ TOP 10 ]=============== */

#front_top10 {
  width: 216px;
  color: #fff;
  margin-bottom: 15px;
  float: right;
}

#front_top10 img {
  width: 216px;
  height: 39px;
  float: left;
}

#front_top10 #content {
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  font-size: 11px;
  width: 210px;
  background: #8e9298 url(/img/top10_bg.gif) repeat-x top;
  border: solid 3px #84888b;
  border-top: none;
  padding-top: 15px;
  float: left;
}

#front_top10 #content ul {
  margin: 0;
  padding: 0;
  margin-left: 25px;   /* IE only */
  padding-bottom: 10px;
  list-style: decimal;
}

html>body #front_top10 #content ul {   /* Any browser but IE */
  margin-left: 20px;
}

#front_top10 #content ul li {
  margin: 0 20px 7px 20px;
}

#front_top10 #content #source {
  background: #85898f;
  font-size: 10px;
  color: #ccc;
  padding: 3px 5px 3px 5px;
}

/* ===============[ ADVERTISING ]=============== */

#front_ads {
  width: 250px;
  float: right;
  clear: right;
}

#front_ads .ad {
  text-align: center;
}

/* ===============[ LATEST VIDEOS ]=============== */

#front_videos {
  width: 400px;
  float: left;
}

#front_videos .content {
  border: solid 3px #d8dde1;
  border-top: none;
  padding: 20px;
}

#front_videos .video {
  width: 66%;
  float: left;
}

#front_videos .video_ico {
  width: 23px;
  height: 22px;
  margin: 7px 15px 20px 0;
  float: left;
}

#front_videos .video a {
  font-size: 14px;
  font-weight: bold;
}

#front_videos .video .artist {
  margin-bottom: 15px;
}

#front_videos .watch {
  margin-left: 20px;
  text-align: right;
}

#front_videos .watch a {
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  font-size: 10px;
  text-decoration: underline;
  margin-top: 4px;
  display: block;
}

#front_videos .watch img {
  width: 16px;
  height: 16px;
  margin-left: 20px;
  margin-right: 10px;
  float: left;
}

#front_videos .div {
  background: #e1e6e8;
  height: 1px;
  margin-bottom: 15px;
  overflow: hidden;
  clear: both;
}

#front_videos #div_end {
  clear: both;
}
