@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);

.two_column, #sidebar, footer, #header, #main, nav, #section {
    display: block;
}

/* SECTIONS 
----------------------------------------*/

body {
	width:896px;
	margin: 0 auto;
	background-color:#dee0e2;
	-webkit-text-size-adjust: 100%;
	font-family: 'Lato', sans-serif;
	font-size:16px;
}

#header {
    padding:5px;
	margin-bottom:25px;
	margin-top:75px;
	text-indent:-9999px;
	width:100%;
	height:157px;
	background-image:url(../../img/header.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
}

#whats_on_now {
	width:100%;
	float:left;
	padding-bottom:0;
}

#whats_on_now > div {
	float:left;
	margin-bottom:5px;
}

#main {
    padding:5px;
    margin-top:5px;
	width:100%;
	float:left;
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: medium none;
    border-top: 3px solid #005288;
    border-bottom: 3px solid #005288;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

#content {
    padding:5px;
    margin-top:5px;
	width:620px;
	float:left;
}

#ads-bottom {
    padding:0;
	margin:0;
	margin-top:20px;
	width:100%;
	float:left;
}

#ad-left {
    padding:0;
	margin:0;
	width:615px;
	float:left;
}

#ad-right {
    padding:0;
	padding-left:30px;
	margin:0;
	width:280px;
	float:left;
}

#section {
	width:100%;
	float:left;
}

#section > div {
	margin:0;
}

#sidebar {
    margin-top:5px;
    padding:5px;
    text-align:left;
	width:250px;
	float:right;
}

#sidebar > div {
	margin-bottom:20px;
}

footer {
    padding:5px;
	margin-top:25px;
	margin-bottom:25px;
    font-size: .90em;
	width:100%;
	float:left;
	background-color: #005288;
	color:#ffffff;
}

footer > .three_column {
	width:30%;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#copyright {
	width:100%;
	float:left;
	text-align:center;
	font-size:.95em;
	margin:0;
	padding:0;
}

/* SPECIFICS
----------------------------------------*/
img {
	max-width:100%;
	height:auto;
	border:0;
}

table {
	max-width:100%;
}

#ads-bottom img {
	width:100%;
	height:175px;
}

.two_column {
    padding:5px;
    margin-top:5px;
	width:50%;
	float:left;
}

.two_column > div {
	margin-bottom:0;
}

.additional_content {
	padding-left:0px;
	padding-right:0px;
    margin-top:5px;
	width:100%;
	float:left;
	background: none;
    border-bottom:  0;
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
}

#call_letters {
	margin-top:10px;
	width:350px;
	text-align:left;
}

#on_air {
	width:400px;
	text-align:center;
}

#playlist_button {
	margin-top:20px;
	width:100px;
	text-align:center;
}

.box{
    border: 1px solid #a2b8cb;
    margin: 0 0 15px;
    padding: 10px 15px;
    border-radius: 3px 3px 3px 3px;
}

.box-fill {
    background-color: #005288;
	color:#ffffff;
}

.navbar-brand {
	display:none;
}

.mobile {
	display:none;
}

.index {
	display:none;
}

.slider-img {
	border:0;
	width:100%;
}

a {
	text-decoration:none;
}

.credits {
	border:0;
	height:40px;
}

.navbuttons-left {
	margin-left:5px;
	text-align:left;
}

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

.text90 {
	font-size:.90em;
}

.textcenter {
	text-align:center;
}

.lounge-img {
	width:100%;
	height:175px;
}

.bluescalendar {
	border:0;
	width:100%;
	height:800px;
}

.show-well {
	background-color:yellow;
	text-align:center;
}

#sidebar img {
	width:100%;
}

#content div {
	margin-bottom:10px;
}

footer a, footer a:visited {
    color: #ffffff;
}

footer a:hover {
    color: #ffffff;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	font-weight:bold;
}

h1 {
	margin-bottom:30px;
}

.navbar {
  z-index: 9999999;
}

#tag {
	position:absolute;
	top:75px;
	left:625px;
	z-index:1;
	color:white;
	font-weight:bold;
	font-size:24px;
}

#search .form-control::-moz-placeholder{color:#005288;opacity:1}
#search .form-control:-ms-input-placeholder{color:#005288}
#search .form-control::-webkit-input-placeholder{color:#005288}

#search .form-control {border-color:#005288;}
#search .btn-default {border-color:#005288;}

.modal {
  text-align: center;
}

@media screen and (max-width: 767px) { 
	.modal {
		margin-top:75px;
	}
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* STREAMING PLAYER
----------------------------------------*/
.stream-wrapper {
	width: 550px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	position: relative;
	z-index: 2;
}

object, embed { 
	outline: 0;
}

.clear {
		clear:both;
}

a img {
	outline: none; 
	border: none; 
	display: block;
}

.news-wrapper {
	width: 550px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 2;
}

#news-content {
	width: 550px;
	position: relative;
	margin: 0;
	padding: 0;
}

#news-headlines {
	padding: 0;
	margin-top: 0px;
}

/* ----------- NAVBAR ----------- */
.navbar-default {
  background-color: #0088cc;
  border-color: #0088cc;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #000000;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #0088cc;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #000000;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000000;
    background-color: #ffffff;
  }
}

.dropdown-header {
	font-weight:bold;
	font-size:1.1em;
	color:white;
	text-decoration:underline;
}

/* WIDE DESKTOPS */
@media screen and (min-width:1176px) {
	body {
		width:1020px;
	}
	
	#header {
		height:175px;
	}
	
	#content {
		width:680px;
	}
	
	#sidebar {
		width:310px;
	}
	
	#tag {
		position:absolute;
		top:75px;
		left:45%;
		z-index:1;
		color:white;
		font-weight:bold;
		font-size:32px;
	}
	
	#call_letters {
		margin-top:10px;
		width:350px;
	}

	#on_air {
		width:500px;
	}

	#playlist_button {
		margin-top:20px;
		width:100px;
	}
	
	#ad-left {
		padding:0;
		margin:0;
		width:680px;
		float:left;
	}

	#ad-right {
		padding:0;
		padding-left:30px;
		margin:0;
		width:340px;
		float:left;
	}
	
	#ads-bottom img {
		width:100%;
		height:200px;
	}
	
	.lounge-img {
		width:100%;
		height:200px;
	}
}

/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	body {
		width:600px;
		font-size:13px;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-size:18px;
		font-weight:bold;
	}
	
	#header {
		width:200px;
		height:200px;
		background-image:url(../../img/wdcb-jazz.png);
		float:left;
	}
	
	#content {
		width:100%;
	}
	
	#sidebar {
		width:100%;
	}
	
	.mobile {
		width:100%;
		display:block;
	}
	
	.desktop {
		display:none;
	}
	
	#section {
		width:100%;
		float:left;
	}
	
	footer > .three_column {
		width:100%;
		float:left;
	}
	
	.navbar-brand {
		display:block;
	}
	
	#whats_on_now > div {
		float:left;
		width:100%;
		margin-bottom:15px;
	}
	
	#playlist_button {
		margin-top:0;
	}
	
	/* FORCE NAVBAR TO COLLAPSE */
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 0px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	
	#tag {
		position:relative;
		top:105px;
		left:5px;
		z-index:1;
		color:black;
		font-weight:bold;
		font-size:42px;
		text-align:center;
	}
	
	#ad-left {
		width:380px;
	}
	
	#ad-right {
		width:220px;
	}
	
	#ads-bottom img {
		width:100%;
		height:129px;
	}
	
	#call_letters {
		text-align:center;
	}
	
	.lounge-img {
		height:125px;
	}
}

/* MOBILE PORTRAIT */
@media only screen and (max-width: 767px) {
	body {
		width:320px;
		font-size:13px;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-size:16px;
		font-weight:bold;
	} 
	
	#header {
		width:100px;
		height:100px;
		background-image:url(../../img/wdcb-jazz.png);
		float:left;
	}
	
	#content {
		width:315px;
	}
	
	#sidebar {
		width:315px;
		float:left;
	}
	
	.desktop {
		display:none;
	}
	
	.navbar-brand {
		display:inline;
	}
	
	.mobile {
		width:100%;
		display:block;
	}
	
	#whats_on_now > div {
		float:left;
		width:100%;
		margin-bottom:15px;
	}
	
	.two_column {
		width:100%;
		margin-bottom:20px;
	}
	
	#section {
		width:100%;
		float:left;
	}
	
	footer > .three_column {
		width:100%;
		float:left;
	}
	
	#tag {
		position:relative;
		top:85px;
		left:5px;
		z-index:1;
		color:black;
		font-weight:bold;
		font-size:28px;
		text-align:center;
	}
	
	#playlist_button {
		margin-top:0;
	}
	
	#ads-bottom {
		display:none;
	}
	
	#call_letters {
		text-align:center;
	}
	
	.news-wrapper, #news-content {
		width:100%;
	}
	
	.lounge-img {
		height:150px;
	}
}

/* MOBILE WIDE LANDSCAPE */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {
		width:480px;
	}
	
	#header {
		width:150px;
		height:150px;
		background-image:url(../../img/wdcb-jazz.png);
		float:left;
	}
	
	#whats_on_now > div {
		float:left;
		width:100%;
		margin-bottom:15px;
	}
	
	#content {
		width:475px;
	}
	
	#sidebar {
		width:475px;
		float:left;
	}
	
	#sidebar img {
		padding:0 100px 0 100px;
	}
	
	.desktop {
		display:none;
	}
	
	.mobile {
		width:100%;
		display:block;
	}
	
	#section {
		width:100%;
		float:left;
	}
	
	footer > .three_column {
		width:100%;
		float:left;
	}
	
	#tag {
		position:relative;
		top:85px;
		left:5px;
		z-index:1;
		color:black;
		font-weight:bold;
		font-size:42px;
		text-align:center;
	}
	
	#playlist_button {
		margin-top:0;
	}
	
	.two_column > div {
		margin-bottom:20px;
	}
	
	#ads-bottom {
		display:none;
	}
	
	#call_letters {
		text-align:center;
	}
}