body {
  background: url(../img/body-bkg.png) 0 1px;
}


#header {
  background: url(../img/header-bkg.png) center no-repeat;
  height: 226px;
}

#header-inner {
  width: 746px;
  margin: 0 auto;
  position: relative;
}

#logo {
  position: absolute;
  top: 137px;
  left: -23px;
}

#container {
  width: 1208px;
  margin: 0 auto;
}

#col-1 {
  background: url(../img/col-1-bkg.png);
  width: 200px;
  height: 500px;
  float: left;
}

#col-2 {
  background: url(../img/col-2-bkg.png);
  width: 746px;
  height: 500px;
  float: left;
  position: relative;
}

#col-3 {
  background: url(../img/col-3-bkg.png) no-repeat;
  width: 262px;
  height: 500px;
  float: left;
}

#col-2 h2, #sidebar h2 {
  margin: 4px 0 5px 4px;
  font-size: 11px;
  color: #fff;
}

#sidebar h3 {
  color: #eb951f;
  margin: 4px 0 0 5px;
  height: 15px;
  line-height: 15px;
  text-transform: uppercase;
}

#sidebar-inner {
  background: #242421;
  padding: 2px;
  width: 152px;
  text-align: center;
}

#sidebar-inner img {

}

#footer {
  background: url(../img/footer-bkg.png) no-repeat;
  width: 1208px;
  height: 196px;
  position: relative;
  margin: 0 auto;
}

#playlist-sidebar {
  width: 255px;
  height: 104px;
  right: -3px;
  top: 50px;
  position: absolute;
}

#playlist-sidebar table {
  border-collapse: collapse;
  padding: 0;
  margin: 0 0 0 5px;
}

#playlist-sidebar td {
  vertical-align: top;
  color: #fff;
  font-weight: bold;
}

#playlist-sidebar td.date {
  width: 80px;
}

#playlist-sidebar p {
  margin: 5px 0 0 5px;
}

#playlist-sidebar a {
  color: #fff;
  font-weight: bold;
}

#photo-sidebar {
  width: 255px;
  height: 340px;
  right: -3px;
  top: 160px;
  position: absolute;
}

#photo-sidebar img {
  margin: 0;
}

#player-sidebar {
  position: absolute;
  right: -3px;
  width: 255px;
  top: -2px;
  height: 44px;
}

#player-sidebar p {
  margin: 8px 0 0 4px;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
}

#sidebar {
  width: 158px;
  height: 202px;
  left: 10px;
  top: 115px;
  position: relative;
}

#nav-community {
  position: absolute;
  left: 206px;
  top: 15px;
}

#nav-community li {
  display: block;
  float: left;
}

#nav-community li a {
  display: block;
  height: 26px;
}

#nav-facebook a {
  background: url(../img/logo-facebook.png);
  width: 78px;
}

#nav-twitter a {
  background: url(../img/logo-twitter.png);
  width: 86px;
}

#nav-myspace a {
  background: url(../img/logo-myspace.png);
  width: 99px;
}

#nav-hyves a {
  background: url(../img/logo-hyves.png);
  width: 64px;
}

#nav-youtube a {
  background: url(../img/logo-youtube.png);
  width: 51px;
}

#controls {
  margin: 0;
  position: absolute;
  right: 0;
  top: 8px;
}

#controls li {
  display: block;
  float: left;
}

#controls li a {
  display: block;
  height: 7px;
  margin-right: 8px;
  cursor: pointer;
}

#ctrl-prev a {
  background: url(../img/ctrl/ctrl-prev.png);
  width: 6px;
}

#ctrl-prev a:hover, #ctrl-prev.active a {
  background: url(../img/ctrl/ctrl-prev-act.png);
}

#ctrl-play a {
  background: url(../img/ctrl/ctrl-play.png);
  width: 4px;
}

#ctrl-play a:hover, #ctrl-play.active a {
  background: url(../img/ctrl/ctrl-play-act.png);
}

#ctrl-pause a {
  background: url(../img/ctrl/ctrl-pause.png);
  width: 7px;
}

#ctrl-pause a:hover, #ctrl-pause.active a {
  background: url(../img/ctrl/ctrl-pause-act.png);
}

#ctrl-stop a {
  background: url(../img/ctrl/ctrl-stop.png);
  width: 6px;
}

#ctrl-stop a:hover, #ctrl-stop.active a {
  background: url(../img/ctrl/ctrl-stop-act.png);
}

#ctrl-next a {
  background: url(../img/ctrl/ctrl-next.png);
  width: 7px;
}

#ctrl-next a:hover, #ctrl-next.active a {
  background: url(../img/ctrl/ctrl-next-act.png);
}

#nav {
  margin: 2px 0 0 10px;
  padding: 0;
}

#nav li {
  margin: 0 16px 0 0;
  display: block;
  float: left;
  height: 31px;
}

#nav li.active-item, #nav li:hover {

}

#nav li a {
  background: url(../img/nav-divider.png) top right no-repeat;
  display: block;
  color: #fefefe;
  font-weight: bold;
  padding-right: 17px;
}

#nav li.last-item a {
  background: none;
  padding-right: 0;
}

#nav li.active-item a, #nav li:hover a {
  color: #eb951f;
}

#nav li.active-item {
  background: url(../img/nav-active-item.png) bottom center no-repeat;
}

#nav li.active-item.last-item {
  background: url(../img/nav-active-last-item.png) bottom center no-repeat;
}

#main {
  background: url(../img/main-bkg.png) 0 22px no-repeat;
  width: 474px;
  height: 470px;
  margin-top: 9px;
}

#content {
  padding: 15px 10px 10px 10px;
  overflow: scroll;
  height: 444px;
  color: #fff;
  margin-top: 5px;
}

#content p {
  font-size: 12px !important;
}

.home #content {
  overflow: auto;
}

#twitter {
  position: relative;
  color: #fff;
  top: 83px;
  left: 235px;
  width: 353px;
  height: 16px;
  overflow: hidden;
}

#twitter-inner {
  position: absolute;
  height: 16px;
  /*width: 100000px;*/
  width: auto;
}

#twitter-inner  li {
  display: block;
  float: left;
  margin-right: 15px;
}


#news-shortlist {
  margin: 15px 0 0 10px;
}

#news-shortlist li {
  padding: 0;
  margin: 0 0 15px 0;
  height: 150px;
  position: relative;
}

.news-col-1 {
  width: 276px;
  margin-right: 14px;
  float: left;
  height: 150px;
}

.news-col-1 h2 {
  color: #fff;
  background: #000;
  height: 22px;
  line-height: 22px;
  margin: 0 !important;
  padding-left: 5px;
}

.news-col-1 span {
  color: #eb951f;
  margin-right: 5px;
}

.news-col-1 p {
  margin: 10px;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  z-index: 1;
  position: relative;
  font-weight: bold;
}

.news-col-1-inner {
  background: #000;
  position: absolute;
  left: 0;
  top: 20px;
  width: 276px;
  height: 130px;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  opacity: 0.35;
  z-index: 0;
}

.news-col-2 {
  float: left;
  width: 150px;
  height: 150px;
}

#playlist-list {
  background: #0a0a0a;
  font-size: 9px;
  padding: 5px 10px;
}

#playlist-list li {
  margin: 5px 0;
  font-size: 11px;
}

#playlist-list li a {
  font-size: 11px;
  font-weight: bold;
}

#playlist-list li span {
  font-size: 11px;
  display: block;
  width: 70px;
  float: left;
}

#media-list {
  margin: 0;
}

#media-list li {
  background: #000;
  margin: 0 10px 10px 0;
  width: 136px;
  float: left;
  display: block;
  height: 150px;
  padding: 2px 0;
  text-align: center;
  cursor: pointer;
}

#media-list li.last-item {
  margin-right: 0;
}

#photo-detail-container {
  background: #000;
  height: 307px;
  width: 434px;
}

#photo-detail-list {
  margin: 0;
}

#photo-detail-list li {
  
  margin: 0;
  text-align: center;
  padding: 4px 4px 1px 4px;
  display: none;
}

#photo-detail-list li.active-item {
  display: block;
}

#photo-thumb-list {
  /*position: absolute;
  top: 0;
  left: 0;
  height: 52px;*/
}

#photo-thumb-list img {
  border: #000 3px solid;
  cursor: pointer;
  width: 64px;
  margin: 0;
}

#photo-thumb-container {
  margin: 5px 0 5px 0;
  /*height: 52px;
  overflow: hidden;
  position: relative;*/
}