/*  TYPOGRAPHY */

body {
  font: 12px/18px Verdana, sans-serif;
  color: black;
  background: black;
}

#container {
  background: white;
  border: 5px solid white;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 960px;
}

img {
  border:0;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: underline;
}

.information {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}

.soldout a {
  color: red;
  font-weight: bold
}

.show_title {
  font-weight: bold;
  font-style: italic;
}

.error {
  font-weight: bold;
  color: red;
  font-size: 16px;
}

.success {
  font-weight: bold;
  color: green;
  font-size: 16px;
}

.full_height {
  clear: both;
  overflow:hidden;
}

.required:after {
  color: red;
  content: " *";
  font-size: 12px;
}

/* LAYOUT */

.content {
  padding-left: 20px;
}

.full-width {
  width: 100%;
}

header {
  background: url('../imgs/header_background.png');
  border: 1px solid black;
  border-radius: 4px 4px 0 0;
  display: block;
  height: 156px;
  margin: 10px 10px 0 10px;
}

header iframe {
  border: 1px solid black;
  position: relative;
  top: -130px;
  left: 470px;
}

header .columns {
  height: 155px;
}

header img {
  min-width: 950px;
  max-width: 950px;
}

#on-air {
  color: black;
  font-size: 100%;
  font-weight: bold;
  left: 660px;
  max-width: 265px;
  position: relative;
  text-align: center;
  text-shadow: 0.1em 0.1em white;
  top: -277px;
}

nav {
  display: block;
  margin: 0 10px;
  position: relative;
}

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

nav li {
  background: white;
  float: left;
}

nav li:first-child a {
  border-left: 1px solid black;
  border-radius: 0 0 0 4px;
}

nav li:last-child a {
  border-right: 1px solid black;
  border-radius: 0 0 4px 0;
}
nav li:last-child {
  float: none;
}

nav a {
  background: #666;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid black;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 0 12px;
  line-height: 19px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

nav a:hover {
  background: black;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  color: white;
  text-decoration: none;
}

.last {
  float:none
}

.active, .active:hover {
  background: white;
  box-shadow: none;
  color: black;
  text-shadow: 0 -1px 0 white;
}

.feature-box {
  background: #F0F0F0;
  border-radius: 4px 4px 0 0;
  padding-bottom: 10px;
  box-shadow: 0 0px 8px #B6B6B6;
}

.feature-box h3{
  background-color: #CC3333;
  border-radius: 4px 4px 0 0;
	color: white;
	margin: 10px 0;
	padding: 3px 6px;
  text-shadow: 0.1em 0.1em black
}

.feature-box img {
  float: left;
  height: 100px;
  margin: 0 10px 0 5px;
}

.feature-box div{
  padding: 0 5px;
}

.ads {
  padding-top: 10px;
}

.ads img {
  margin-bottom: 10px;
  width: 100%; /* 218px */
}

.ads a:last-child img {
  margin-bottom: 0px;
}

.featured_concert {
  margin-bottom: 10px;
}

.featured_concert .artist{
  font-weight: bold;
}

.featured_concert img {
  border: 1px solid black;
  float: none;
}

.top11-message img{
  float: left;
  width: 100px;
  margin: 0 10px 0 5px;
}

.top11_entry {
  width: 93%;
  float: right;
}

.top-spacer_20 {
  padding-top: 20px;
}

.bottom-spacer_20 {
  padding-bottom: 20px;
}

.left-spacer_30 {
  margin-left: 30px;
}

.right-spacer_30 {
  margin-right: 30px;
}

.new_music dt {
  font-weight: bold;
  margin-top: 10px;
  text-decoration: underline;
}

.subtitle {
  font-style: italic;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.center {
  text-align: center;
}

#iframeform {
  width: 100%;
}

.footnote {
  display: inline-block;
  font-style: italic;
  margin-top: 20px;
}

.deejay {
  clear: both;
  min-height: 12em;
}

.deejay + .deejay {
  margin-top: 1em;
}

.review img, .deejay img{
  float: left;
  padding: 3px 15px 0 0;
}

.past_review img {
  filter:alpha(opacity=35);
  -moz-opacity: 0.35;
  opacity: 0.35;
  border: 1px solid black;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.past_review:hover img {
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  cursor: pointer;
  border: 1px solid black;
}

.ondemand img {
  float: right;
  height: 100px;
}

.pagination {
  padding: 20px;
}

.pagination a {
  border: 1px solid #AAAADD;
  color: #000099;
  margin: 2px;
  padding: 2px 5px 2px 5px;
  text-decoration: none;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #000099;
  color: #000;
}
.pagination .current {
  background-color: black;
  border: 1px solid black;
  color: #FFF;
  font-weight: bold;
  margin: 2px;
  padding: 2px 5px 2px 5px;
}

.pagination .disabled {
  border: 1px solid #EEE;
  color: #DDD;
  margin: 2px;
  padding: 2px 5px 2px 5px;
}

footer {
  color: white;
  font-family: "Courier New", Courier, mono;
  font-size: medium;
  margin: 20px 0;
  text-align: center;
}

footer a, footer a:hover {
  color: white;
}

#control_panel dt{
  font-weight: bold;
}

#control_panel dt:before, dt:after {
  content: " -- ";
}

#control_panel td {
  vertical-align: top;
}

.sample-below {
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}

.hidden {
  display: none;
}

.no-border {
  border: none !important;
}
