.content_box {
  background: #fff url(/graphics/template/content_bg.jpg) repeat-x;
  border: 1px solid #dedbd1;
}

#container {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

#header h2 {
  text-indent: -100000px;
  height: 0;
}

#header #listen_online {
  position: absolute;
  width: 210px;
  height: 108px;
  top: 84px;
  right: 0px;
}

#header #listen_online a {
  color: #2d2c2c;
}

#header #listen_online h3 a {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding-left: 60px;
  margin: 10px;
  background: url(/graphics/template/play_button2.png) no-repeat;
}
/*
#header #listen_online h3 a:hover {
  background: url(/graphics/template/play_button3.png) no-repeat;
}
*/
#all_now_playing {
  border: 0px solid #f00;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: url(/graphics/template/way_equalizer.gif) no-repeat 02% 100%;
  width: 203px;
}

#header #listen_online ul {
  border: 0px solid #f00;
  list-style-type: none;
  padding: 0 0 0px 76px;
  margin: 0 0 1px 0;
  bottom: 3px;
}

#header #listen_online ul li {
  font-size: 10px;
  margin: 0 0 -3px 0;
  font-weight: bold;
}

#header #listen_online ul li a {
  font-size: 10px;
  font-weight: bold;
}


#header #closings_alert {
  width: 210px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 10px;
  text-align: center;
}
/*
#header #closings_alert h2 {
  text-indent: 0;
  line-height: 56px;
  margin: 0;
  padding: 0;
}
*/

#header #closings_alert h2 {
  margin: 0;
  padding: 0;
}

#header #closings_alert h2 a {
  color: #f00;
  display: block;
  width: 210px;
  height: 60px;
  background: url(/graphics/banners/closing_connection2.jpg);
}

/*****************************************
* Main Menu stuff
******************************************/
#menu {
  height: 44px;
  background: #000 url(/graphics/template/menu_bg.png) repeat-x;
  border-top: 1px solid #666;
  z-index: 10;
  position: relative; /* needed to make the z-index stick!! */
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu ul li {
  float: left;
  position: relative;
}

#menu ul li a {
  display: block;
  color: #fff;
  border-right: 2px solid #333;
  height: 44px;
  font-size: 12px;
  font-weight: bold;
  line-height: 44px;
  padding: 0 16px;
  text-transform: uppercase;
}

#menu ul li a:hover {
  text-decoration: none;
}

#menu form {
  float: right;
  padding: 0 !important;
  margin: 0 10px 0 0 !important;
}

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

#menu input {
  display: inline;
  width: 125px;
  margin: 0 !important;
  padding: 0 !important;
}

#menu form #search_container {
  margin: 8px 7px 0 0;
  float: left;
}

#menu form #search_container input#search_text {
  background: transparent url(/graphics/template/search_repeat_bg.png) repeat-x;
  border: 0;
  height: 28px;
  color:#605d5d;
  font-size: 12px;
  float: left;
}

#menu form #search_container .left {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 28px;
  width: 24px;
  background: url(/graphics/template/search_left_bg.png);
}

#menu form #search_container .right {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 28px;
  width: 8px;
  background: url(/graphics/template/search_right_bg.png);
}

#menu input.submit {
  width: auto;
}

#menu input.submit {
  background: url(/graphics/template/go_button.png) no-repeat 0 7px;
  border:  0;
  height: 35px;
  width: 35px;
  text-indent: -10000px;
  cursor: pointer;
  margin-top: 1px !important;
}
@media screen and (min-width: 0px){
  #menu input.submit {
    text-indent: -99999px;
}}

/*****************************************
* Drop Menu stuff
******************************************/
#menu ul li ul {
  position: absolute;
  left: 0;
  top: 44px;
}

#menu ul li:hover {
  background-image: url(/graphics/white_10pc.png);
}

#menu ul li ul {
  display: none;
}

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

#menu ul li ul li {
  float: none;
  background-color: #2d2c2c;
  border: 0 !important;
  width: 190px;
}


/*****************************************
* Main Content stuff
******************************************/
#content {
  background-color: #ECE9E2;
  border: 1px solid #666;
  z-index: 1;
}

#content .iehack {
  display: block;
  height: 0;
}

#content a {
  text-decoration: underline;
}

#content ul li {
  background: transparent url(/graphics/template/bullet_circle.png) no-repeat 0px 2px;
  padding: 0 0 1px 20px;
  margin-bottom:10px;
}

#content .content_box {
  margin: 10px;
  padding: 10px;
  float: left;
}

#content .content_box form {
  margin: 0;
}

#content .content_box input[type="text"] {
  width: 196px;
}

#content .content_box input.submit {
  width: 110px;
}

#footer {
  position: relative;
  height: 38px;
  background: #000 url(/graphics/template/menu_bg.png) repeat-x;
  color: #fff;
  text-align: center;
  padding-top: 6px;
  font-size: 10px;
}

#footer p {
  margin: 0 0 3px 0;
  padding: 0;
}

#footer a {
  color: #fff;
}

#footer .social_icons {
  top: 3px;
  right: 4px;
  width: 96px;
  background: none;
}

#footer .social_icons ul li a {
  box-shadow: 0 0 2px 1px #666;
  -webkit-box-shadow: 0 0 2px 1px #666;
  -moz-box-shadow: 0 0 2px 1px #666;
}

#footer .social_icons ul li a:hover {
  box-shadow: 0 0 4px 1px #aaa;
  -webkit-box-shadow: 0 0 4px 1px #aaa;
  -moz-box-shadow: 0 0 4px 1px #aaa;
}

/*****************************************
* Numbers
******************************************/
div.numbers {
  width: 13px;
  height: 18px;
}

div.num1 {
  background: transparent url(/graphics/template/numbers/1_trans.png);
}

div.num2 {
  background: transparent url(/graphics/template/numbers/2_trans.png);
}

div.num3 {
  background: transparent url(/graphics/template/numbers/3_trans.png);
}

div.num4 {
  background: transparent url(/graphics/template/numbers/4_trans.png);
}

div.num5 {
  background: transparent url(/graphics/template/numbers/5_trans.png);
}

/* Social Networks */

.social_icons {
  position: absolute;
  bottom: 12px;
  float: right;
  width: 262px;
  padding: 8px;
  background-color: #dedbd1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.social_icons p {
  float: left;
  color: #444;
  font-size: 11px;
  font-weight: bold;
  margin: 4px 6px 0 0;
}

.social_icons ul {
  float: right;
  height: 24px;
  width: 96px;
  margin: 0 !important;
  padding: 0;
}

.social_icons ul li {
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

.social_icons ul li a {
  display: block;
  float: left;
  height: 24px;
  width: 24px;
  margin-left: 8px;
  text-indent: -100000px;
  box-shadow: 2px 2px 2px #888;
  -webkit-box-shadow: 2px 2px 2px #888;
  -moz-box-shadow: 2px 2px 2px #888;
}

.social_icons ul li.twitter a {
  background: url(/graphics/template/twitter_24.png) no-repeat top left;
}

.social_icons ul li.facebook a {
  background: url(/graphics/template/facebook_24.png) no-repeat top left;
}

.social_icons ul li.youtube a {
  background: url(/graphics/template/youtube_24.png) no-repeat top left;
}
