/* RESET */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; 
}


/* BASE ELEMENTS */
/*************************************************************/

p {
	margin-top: .5em;
}

 .highlightText {
	font-size: 1.5em;
	color: rgb(0,120,193);
	style: font-weight: bold;
}


/* BODY */
/*************************************************************/


body { 
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", times, serif;
	color: #fff;
/*	background-color: #999;*/
	background-image: url(images/headerslice.jpg); 
	background-repeat: repeat;
	margin: 0px;
}

/* WEATHER */
/*************************************************************/

#weather {
/*	background-color: #999;*/
	color: #fff;
	font-size: 1.0em;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	margin-bottom: 25px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:	10px;
/*	height: 400px;*/
}

#weather .dayOfWeek {
	color: yellow;
	font-size: 1.1em;
	style: font-weight: bold;
}

#weather h2 {
	font-size: 1.5em;
	color: yellow;
	text-align: center;
}

/* MAIN SECTION*/
/*************************************************************/

#mainSection {
	color: #000;
	font-size: 1.2em;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	margin-bottom: 25px;
	margin-left: 249px;
	margin-right: 340px;
	margin-top: 0;
/*	background-color: #E0E0B0; */
/*	background: rgb(250,250,248);*/
	background: #fff;
/*	height: 700px;*/
	border: 5px  #999;
/*	padding: 1em 1em 1em 1em;*/
	padding-top: 307px;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
/*	background-image: url(images/NowPlayingGuy2.jpg);  */
	background-image: url(images/GuyWithHeadphones.jpg); 
	background-repeat: no-repeat;
/*	background-position: top center;*/
	background-position: top center;
/*	max-width: 466px;*/
}

/* LEFT AND RIGHT COLUMNS */
/*************************************************************/

#rightColumn {
	float: right;
	width: 330px;
/*	margin-left: 920px;*/
}

#leftColumn {
	float: left;
	width: 245px;
}

/* HEADER AND FOOTERS */
/*************************************************************/

#header,#footer {
	clear: both;
	text-align: center;
}

#header {
	height: 190px;
	color: #fff;
	font-size: xx-large;
	padding: 0px 0px;
}

#footer {
	font-size: small;
}

#license {
	text-align: center;
}

#test {
	position: absolute;
	right: 110px;
	top: 55px;
	width: 200px;
	height: 100px;
  	visibility: hidden;
}

/* NOW PLAYING */
/*************************************************************/

#nowPlaying {
	border: 2px  solid #999;
	padding: 10px;
	text-align: center;
	color: rgb(0,120,193);
	background: rgb(250,250,248);
	font-size: 1.2em;
	style: font-weight: bold;
	margin-top: 20px;
	margin-bottom:20px;
  }

  .played {
	font-size: 0.8em;
	border: 1px  solid #999;
	padding: 10px;
	margin: 10px 20px 10px 20px;
	style: font-weight: normal;
/*	color: rgb(0,120,193);*/
	color: #000;
	background: rgb(250,250,248);
}

/* MENU */
/*************************************************************/

#mainNav {
	position: absolute;
	left: 250px;
	top: 160px;
}

#mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; 
	width: 100%;
}

#mainNav li {
	float: left;
	width: 170px;
}


#mainNav a {
	color: #000;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
  	font-size: 12px;
  	text-transform: uppercase;
  	text-decoration: none;
  	padding: 7px 7px 7px 30px;
	display: block;
	zoom: 1;
}

#mainNav a:hover {
  font-weight: bold;
  background-color: #B2F511;
}

#contactLink, #aboutLink {
	border-left: 1px  dashed #999;
}

#home #homeLink, 
#contact #contactLink, 
#about #aboutLink  
{
  background-color: #FFFFFF;
  padding-right: 15px;
  padding-left: 60px;
  font-weight: bold;
}


