body {
  background-color: #383838;
}

#container {
  position: relative;
  width: 996px;
  margin: 0 auto;
  background: url(/graphics/template/bg_shadow2.png) repeat-y center center;
}

header, footer, nav, section, aside {
  display: block;
}

header {
  position: relative;
  height: 145px;
  width: 940px;
  margin: 0 auto;
  padding: 0;
  background: #fff url(/graphics/template/header_bg.png) no-repeat 163px top;
}

header #artist-cutout {
  position: absolute;
  top: 0;
  left: 320px;
  width: 381px;
  height: 165px;
  background: transparent url(/graphics/headers/header_skillet.png) no-repeat;
}

header h1 {
  margin-bottom: 0;
}

header h1 a {
  position: absolute;
  top: 37px;
  left: 34px;
  z-index: 101;
  text-indent: -100000px;
  display: block;
  width: 276px;
  height: 124px;
  background: url(/graphics/template/wayfm_logo_animation.gif) no-repeat;
}

h5#skip {
  display: none;
}

/* Listen Online */

#listen_online {
  position: relative;
  float: right;
  height: 130px;
  margin: 16px 60px 0 0;
}

#listen_online h3 {
  margin: 0;
}

#listen_online h3 a {
  display: block;
  height: 42px;
  padding: 12px 0 0 60px;
  color: #fff;
  font: normal 18px/1 'ChunkFiveRegular', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 2px 0 #000; 
  background: url(/graphics/template/play_button.png) no-repeat left top;
}

#listen_online h3 a:hover {
  background: url(/graphics/template/play_button.png) no-repeat left -54px;
}

#listen_online h3 a:active {
  background: url(/graphics/template/play_button.png) no-repeat left bottom;
}

#listen_online #all_now_playing {
  position: absolute;
  bottom: 8px;
  left: 10px;
}  

#listen_online ul {
  width: 184px;
  margin: 0;
  list-style:  none;
  font-size: 11px;
  font-weight: bold;
}

#listen_online .green {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #8bda00 transparent;
}

/* Navigation Menu */

nav {
  position: relative; /* needed to make the z-index stick!! */
  height: 48px;
  z-index: 100;
  background: transparent url(/graphics/template/menu_bg.png) no-repeat center top;
}

@-moz-document url-prefix() {
  nav {
    margin: 0 auto;
    width: 990px;
    height: 40px;
    background-color: #000;
    background: -moz-linear-gradient(top, rgba(130,130,130,0.9), rgba(80,80,80,0.9) 25%, rgba(45,45,45,0.9) 49%, rgba(24,24,24,0.9) 50%, rgba(0,0,0,1) 75%);
    -moz-border-radius: 20px;
    -moz-box-shadow: inset 0 0 1px #bbb, 0 3px 3px #000;
  }
}

nav ul li span {
  display: none;
}

nav ul li span.active {
  display: block;
  position: relative;
  margin-top: -8px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  height: 0;
  width: 0;
  border-color: transparent transparent #8bda00 transparent;
  border-style: solid;
  border-width: 0 6px 8px 6px;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0 4px;
  width: 770px;
  height: 1px;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a {
  display: block;
  color: #fff;
  height: 40px;
  font: bold 16px/44px 'Droid Sans', Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 20px;
  text-decoration: none;
}

nav ul li a:hover {
  color: #8bda00;
  text-decoration: none;
}

/* Closings */

li.closings a {
  color: #f00;
}

/* Search Bar */

nav form {
  float: right;
  padding: 0 !important;
  margin: 8px 20px 0 0 !important;
}

nav form * {
  border: 0px solid #f00;
}

nav form input[type="text"] {
  display: inline;
  width: 160px;
  height: 19px;
  margin: 0;
  padding: 4px 6px 1px 6px;
  color: #aaa;
  font: 14px 'Droid Sans', Arial, sans-serif;
  font-weight: bold;
  box-shadow: inset 0 2px 1px #222;
  -moz-box-shadow: inset 0 2px 1px #222;
  -webkit-box-shadow: inset 0 2px 1px #222;
}

nav form input.submit {
  display: inline;
  width: 19px;
  height: 17px;
  margin: 0;
  text-indent: -100000px;
  background: transparent url(/graphics/template/search_submit.png) no-repeat 2px 0;
  cursor: pointer;
}

/* Drop Menu */

nav ul li ul {
  display: none;
  position: absolute;
  left: -4px;
  top: 40px;
  width: 170px;
  height: auto;
  background-color: #111;
  border-bottom: 1px solid #333;
  box-shadow: 0 3px 3px #111;
  -moz-box-shadow: 0 3px 3px #111;
  -webkit-box-shadow: 0 3px 3px #111;
}

nav ul li:hover ul {
  display: block;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
}

nav ul li ul li {
  float: none;
  width: 180px;
  border: 0 !important;
}

nav ul li ul li a {
  font-size: 14px;
  line-height: 3;
  text-transform: lowercase !important;
}

nav ul li ul li a:hover {
  color: #8bda00 !important;
}

/* Main Content */

#content {
  position: relative;
  width: 996px;
  min-height: 500px;
  margin-top: -8px;
  background: transparent url(/graphics/template/content_bg.png) no-repeat center top;
}

@-moz-document url-prefix() {
	#content {
		margin-top: 0;
	}
}

div.home {
  background: transparent url(/graphics/template/slideshow_bg2.png) no-repeat center top !important;
}

/* Social Networks */

#social_networks {
  position: absolute;
  top: 24px;
  right: 55px;
  list-style: none;
}

#social_networks li {
  float: left;
}

#social_networks li a {
  display: block;
  width: 48px;
  height: 47px;
  text-indent: -100000px;
}

#social_networks li.facebook a {
  background: url(/graphics/template/facebook_icon.png) no-repeat;
}

#social_networks li.twitter a {
  background: url(/graphics/template/twitter_icon.png) no-repeat;
}

#social_networks li.youtube a {
  background: url(/graphics/template/youtube_icon.png) no-repeat;
}

footer {
  clear: both;
  height: 70px;
/*  margin: 20px 55px 0;*/
  padding: 0 55px 40px;
  background: url(/graphics/template/footer_bg.png) no-repeat center bottom;
}

footer p {
  float: left;
  margin-top: 8px;
  font-size: 11px;
  color: #383838;
}

footer a#curadio {
  display: block;
  height: 40px;
  width: 174px;
  text-indent: -100000px;
  float: right;
  background: url(/graphics/template/curadio_footer.jpg) no-repeat;
}

