/*
 * WAMU DH modifier
 * Replace images/ URL locations with: /sites/wamu.org/themes/wamu_dh_zen/dh/images/
 */

/**************************************************INLINE CSS***************************************************/

body {
  background: #cecece;
  color: #363636;
  font-size: 12px;
  padding: 0;
  margin: 0;
  text-align: left;
}

.container_15 {
  background-color:#cecece;
}

#header {
  float: left;
  background-image: url(../images/header_bg.jpg);
  background-repeat: no-repeat;
  width: 974px;
  height: 151px;
}

#logo {
  width: 310px;
  padding-left: 12px;
  float: left;
}

#nowPlayingHeader {
  float: left;
  position:relative;
  background-color:rgb(235,235,235);
  margin-top: 15px;
  width: 635px;
  padding-left:0px;
  padding-right:0px;
  height: 120px;
}

#playerLeft {
  float: left;
  width: 635px;
}

#playerMiddle {
  float: left;
  width: 25px;
  height: 65px;
  background-image: url(../images/player_divider.jpg);
  background-repeat: no-repeat;
}

#playerRight {
    float: left;
    padding-left: 0;
    padding-top: 0;
}

#progStationTabs {
	width: 635px;
	float: left;
}

.ui-corner-all {
    border-radius: 0;
}

.listenbtn {
	position:relative;
	float:left;
	margin-left:15px; 
	margin-top:20px;
}

.stationtimes {
	position:relative;
	float:left;
	margin-left:15px; 
	margin-top:15px;
}