/*
   Main StyleSheet for the 'Niufm' theme
*/

body {
  background: #ec6e00 url('/themes/niufm/images/body-bg.jpg') no-repeat top center;
}

a img {
  border: none;
}

.hornet.template.body {
  width: 1000px;
  margin: 0 auto;
}

#header {
  height: 184px;
  background-image: url('/themes/niufm/images/header-bg.jpg');
  background-repeat: no-repeat;  
  border-bottom: 1px solid #6e7075;
  position: relative;
}

#header img.logo {
  position: absolute;
  left: 40px;
  top: 10px;
}

#header ul.frequencies {
  position: absolute;
  top: 120px;
  left: 400px;
}

#header ul.frequencies li {
  font-family: "Arial Narrow", sans-serif;
  list-style: none;
  color: #999;
  font-size: 20px;
  font-weight: bold;
  display: none;
}

#header ul.frequencies .visible {
  display: block;
}

#middle {
  border-top: 5px solid #dde0ea;
  background: #fff;
/*  min-height: 700px;*/
  overflow: hidden;
}

#middle .left-column {
  float: left;
  width: 670px;
/*  min-height: 800px;*/
  overflow: hidden;
}

#middle .right-column {
  float: right;
  width: 330px;
/*  min-height: 800px;*/
}

#middle .left-column .banners.wide-skyscraper {
  margin: 10px;
  float: left;
}

#middle .left-column .main-content {
  margin: 10px 10px 0 0;
  width: 480px;
  float: left;
}

#footer {
  background: #fff;
  overflow: hidden;
}

#footer ul {
  float: left;
  padding: 5px 10px;
}

#footer ul li {
  font-size: 13px;
  list-style: none;
}

#footer ul li a {
  color: #777;
  text-decoration: none;
}

#footer .pmn-link {
  float: right;
  margin: 10px 20px;
}

/*
  Banners {
*/

.banners {
/*  background: #000;*/
}

.banners.wide-skyscraper {
  width: 160px;
  height: 600px;
}

.banners.web-telly {
/*  width: 320px;*/
/*  height: 240px;*/
}

/*
  }
*/