/* =Typography
-----------------------------------------------------------------------------*/
body {
	background: rgba(44, 62, 80,1.0);
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
}

h1 {
    font-family: 'Roboto', Georgia, Times, serif;
    font-weight: 100;
    font-size: 48px;
    line-height: 48px;
    color: rgba(189, 195, 199,1.0);
}
 
p {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
	
#tunein {
	background-color: #eee;
	padding-top: 16px;
	padding-bottom: 16px;
}

#tunein h1 {
	margin: 0;
	margin-top: 12px;
	padding: 0;
}


/* =Layout
-----------------------------------------------------------------------------*/
.page {
	width: 960px;
	margin: 0 auto;
}

.blueBg {
	background-color: #2980b9;
}


/* =Header
-----------------------------------------------------------------------------*/


/* =Nav
-----------------------------------------------------------------------------*/


/* =Misc
-----------------------------------------------------------------------------*/

div.audioPlayer {
	margin-left: 32px;
	margin-top: 10px;
}

.listenLink {
	padding-right: 8px;
}

#body {
	margin-top: 16px;
}

#topBar {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid rgba(52, 152, 219,1.0);
	background: #1D1D1D;
	width: 100%;
}

#topBar > div {
	width: 960px;
	margin: 0 auto;
}

#controls {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 4px;
}

#controls > a {
	border: 1px solid silver;
	border-top: 0px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
}

#history {
	margin: 0 auto;
	text-align: left;
	margin-top: 32px;
}

.innerPad {
	padding-left: 8px;
	padding-right: 8px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

a {
	color: rgba(52, 152, 219,1.0);
	font-weight: bold;
}

a:hover, a:visited, a:active {
	color: rgba(52, 152, 219,1.0);
}

.nowPlaying {
	text-align: left;
	font-size: 32px;
	line-height: 32px;
	padding-top: 32px;
	padding-bottom: 32px;
	width: 560px;
}

.stripe {
	background-color: rgba(52, 73, 94,1.0);
}

.header {
	background-color: rgba(44, 62, 80,1.0);
}

.hidden {
	display: none;
}

h1.white {
	color: #FFF;
}

h1.blue {
	color: rgba(52, 152, 219,1.0);
}

.silver {
	color: rgba(189, 195, 199,1.0);
}

.albumImage {
	height: 300px;
	width: 300px;
	border: 2px solid rgba(236, 240, 241,1.0);
}

.albumDetails {
	width: 300px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.nowPlaying p {
	font-style: italic;
	margin-top: 8px;
}

.nowPlaying p.amazon {
	margin-top: 32px;
}

.nowPlaying p img {
	border: 0px;
}

.nowPlaying p a {
	font-style: italic;
	color: #FFF;
}

#nowPlayingData {
	line-height: 48px;
}


/* =Footer
-----------------------------------------------------------------------------*/


#w {
	display: block;
	width: 750px;
	margin: 0 auto;
	padding-top: 30px;
}
 
#content {
	display: block;
	width: 100%;
	background: #fff;
	padding: 25px 20px;
	padding-bottom: 35px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
 
/** custom login button **/
.button_submit { 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
  border: 0;
  color: #edf4f9;
  text-decoration: none;
  background-color: #4f94cf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  font-size: 1.3em;
  font-weight: bold;
  padding: 12px 26px 12px 26px;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button_submit:hover {
  color: #fff;
  background-color: #519dde;
}
.button_submit:active {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

/** modal window styles **/
#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}
 
#loginmodal {
	width: 450px;
	padding: 15px 20px;
	background: #f3f6fa;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	color: #000;
}

#loginmodal label {
	color: #000;
}

#loginmodal td {
	color: #000;
}

#loginmodal input {
	width: 300px;
}

#playerWrapper {
	margin-left: 32px;
}