/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: white;
}

a, a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover, a.active {
	color: #CC0000;
}

a img {
	border: 0px;
}

form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#main {
	width: 980px;
	margin: 0px auto;
	clear: both;
}

#header {
	background-image: url(images/background_header.jpg);
	background-repeat: no-repeat;
	background-position: left 28px;
	width: 980px;
	height: 232px;
	overflow: hidden;
}

#header .listenlive {
	width: 202px;
	height: 164px;
	padding-top: 68px;
	overflow: hidden;
}

#header .logo {
	width: 300px;
	height: 232px;
	overflow: hidden;
}

#header .stationinfo {
	width: 468px;
	height: 100px;
	padding-top: 100px;
	overflow: hidden;
	font-size: 28px;
	color: white;
}

#navtop {
	background-image: url(images/background_nav_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#navbottom {
	padding-top: 30px;
	background-image: url(images/background_nav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}


#nav {
	width: 230px;
	background-image: url(images/background_nav.jpg);
	background-repeat: repeat-y;
	background-position: left center;
}

#nav .menuitem {
	display: block;
}

#nav a {
	display: block;
	height: 40px;
	text-decoration: none;
	background-repeat: no-repeat;
}

#nav .menuitem a:hover, #nav .menuitem a.active {
	color: white;
}

#nav .menuitem a#home {
	background-image: url(images/nav_home.jpg);
}

#nav .menuitem a#home:hover, #nav .menuitem a#home.active {
	background-image: url(images/nav_home_over.jpg);
}

#nav .menuitem a#blog {
	background-image: url(images/nav_blog.jpg);
}

#nav .menuitem a#blog:hover, #nav .menuitem a#blog.active {
	background-image: url(images/nav_blog_over.jpg);
}

#nav .menuitem a#show {
	background-image: url(images/nav_show.jpg);
}

#nav .menuitem a#show:hover, #nav .menuitem a#show.active {
	background-image: url(images/nav_show_over.jpg);
}

#nav .menuitem a#last {
	background-image: url(images/nav_last_week.jpg);
}

#nav .menuitem a#last:hover, #nav .menuitem a#last.active {
	background-image: url(images/nav_last_week_over.jpg);
}

#nav .menuitem a#cont {
	background-image: url(images/nav_contact.jpg);
}

#nav .menuitem a#cont:hover, #nav .menuitem a#cont.active {
	background-image: url(images/nav_contact_over.jpg);
}

#nav .menuitem a#face {
	background-image: url(images/nav_facebook.jpg);
}

#nav .menuitem a#face:hover, #nav .menuitem a#face.active {
	background-image: url(images/nav_facebook_over.jpg);
}


#content {
	width: 900px;
	margin: 0 auto;
	clear: both;
}

#leftside {
	width: 610px;
	margin-bottom: 30px;
}

#footer {
	clear: both;
	background-image: url(images/background_copyright.gif);
	background-repeat: no-repeat;
	padding: 7px 30px 0px 80px;
	margin: 20px 0px;
	font-size: 11px;
	color: blue;
	
}

#footer a {

}

#footer a:hover {

}


/***** COMMON CLASSES *****/

.box42 {
	height: 42px;
	overflow: hidden;
}

.size40 {
	font-size: 40px;
}

.super {
	color: red;
}

.borderbottomblue1 {
	border-bottom: 1px solid blue;
}
