@import url("/css/homepage.css");
@import url("/css/sidebar.css");
@import url("/css/navbar.css");
@import url("/css/footer.css");
@import url("/css/mainbar.css");
/*css cheat sheet
	font-family: arial, san-serif;
	line-height: 140%;
	font-size:14px;
	font-weight: 400;
	text-align: center;
	font-stretch: normal, condensed;
	color: #0033CC;
		color: #000000;
			color: #999999;
				color: #0066FF;
	padding: top right bottom left;	padding: 10 5 0 10;
*/
a:link { color: blue; text-decoration: none }
a:active { color: blue; text-decoration: none }
a:visited { color: blue; text-decoration: none }
a:hover { color: blue; text-decoration: underline }

a.nav1:link { color: black; text-decoration: none }
a.nav1:active { color: black; text-decoration: none }
a.nav1:visited { color: black; text-decoration: none }
a.nav1:hover { color: blue; text-decoration: underline }

a.nav2:link { color: blue; text-decoration: none }
a.nav2:active { color: blue; text-decoration: none }
a.nav2:visited { color: blue; text-decoration: none }
a.nav2:hover { color: blue; text-decoration: underline }

a.onAirNav:link { color: white; text-decoration: none }
a.onAirNav:active { color: white; text-decoration: none;}
a.onAirNav:visited { color: white; text-decoration: none }
a.onAirNav:hover { color: white; text-decoration: underline }

a.fav:link { color: red; text-decoration: none }
a.fav:active { color: blue; text-decoration: none }
a.fav:visited { color: blue; text-decoration: none }
a.fav:hover { color: blue; text-decoration: underline }

.info
	{
	font-family: arial, sans-serif;
	font-weight: 600;
	color: #477755;
	font-size: 18px;
	text-align: left;
	}
.infoCenter
	{
	font-family: arial, sans-serif;
	font-weight: 600;
	color: #0066FF;
	font-size: 18px;
	text-align: center;
	}
.clear{clear:both;}
.copy
	{
	font-family: arial, helvetica, san-serif;
	line-height: 130%;
	font-size:12px;
	font-weight: 400;
	color: #000000;
	}
.copyBold
	{
	font-family: arial, helvetica, san-serif;
	line-height: 130%;
	font-size:12px;
	font-weight: 800;
	color: #000000;
	}
.copyBoldWhite
	{
	font-family: arial, helvetica, san-serif;
	line-height: 130%;
	font-size:12px;
	font-weight: 800;
	color: white;
	}	
.copyCenter
	{
	font-family: arial, helvetica, san-serif;
	line-height: 130%;
	font-size:12px;
	font-weight: 400;
	color: #000000;
	text-align: Center;
	}
.red {color:red}	


/* start news index */
.newsDate
	{
	font-family: Arial, san-serif;
	line-height: 100%;
/*	font-stretch: condensed;*/
	font-size: 14px;
	font-weight: 700;
	color: #999999;
	}
	
.newsHeadline
	{
	font-family: Arial, san-serif;
	line-height: 140%;
/*	font-stretch: condensed;*/
	font-size: 12px;
	font-weight: 600;
	color: #0033CC;
	text-align: left;
	}

.newsHeadlineCenter
	{
	font-family: Arial, san-serif;
	line-height: 140%;
/*	font-stretch: condensed;*/
	font-size: 12px;
	font-weight: 600;
	color: #0033CC;
	text-align: center;
	}

.newsCopy
	{
	font-family: arial, san-serif;
	line-height: 130%;
	font-size:12px;
	font-weight: 400;
	color: #000000;
	}
	
.newsCopyCallout
	{
	font-family: arial, san-serif;
	line-height: 130%;
	font-size:12px;
	font-weight: 600;
	color: #0033CC;
	}
.newsCopyImageContainer{
}
.newsCopyImage
	{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
	border: none;
	}
.newsCopyImageCaption
	{
font-family: arial, helvetica, san-serif;
line-height: 120%;
font-size:10px;
font-weight: 400;
color: #000033;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 360px;
}
	/* buttons */
.button1 {
	background-color: #005284;
	border: 1px solid #CCCCCC;
	padding: 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}
.listenNowContainer {
	border: 1px solid #7595fd;
	padding:  2px;
	}
.listenNowCopy {
font-family: arial, helvetica, san-serif;
	padding:  2px;
	line-height: 130%;
	font-size:12px;
	font-weight: 800;
	color: #45439B;
	}
.listenNowButton {
float:left;
width:  150px;
margin: 8px 10px 0px 0px;
}