/* ----- Master Style Sheet for Eagle Radio ----- */
/* ----- Author: Ableit - 0845 33 12 987  ----- */
/* ----- Year : 2007 ----------------- */
/* ----- CSS Document -----*/

/* body { font-family: Arial, Helvetica, sans-serif; margin: 0px auto; text-align: center; } */
body {
	font-family: Tahoma, Verdana, Arial;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #0FA3CC;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
img { border: 0; }


/************** header styles *****************/

#wrapper {
	position: relative;
	top: 0px;
	width: 770px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#header {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:42px;
	z-index:1;
	margin: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	background-color: #FFFFFF;
	padding-top: 105px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header-left {
}
#header-right {
}
#berks_link {
	float: right;
	height: 30px;
	width: 150px;
	z-index: 10;
	position: absolute;
	top: 50px;
	right: 20px;
}

#navlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 5;
}
#navlist li { float: left; line-height: 1.1em; margin: 0 1em 0 -.5em; padding: 0 .5em 11px .5em; }
#navlist li a { text-decoration: none; font-size: 0.7em; color: #333; }
#navlist li a:hover { text-decoration: underline; }
#newsticker {
}
#newsticker a {
}
.adimage {
}

/************** menu styles *****************/

#topical {}
#menu {}
#menu-holder { width: 595px; height: 25px; float: right; padding: 0 0 0 178px; margin: -24px 0 0 0; }
#on-air {
	text-align: center;
	padding-bottom: 10px;
}
#presenter { }


/************** content styles *****************/

#content {
	width: 100%;
	float: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#left {
	width: 190px;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	color: #AF0707;
}
#right {
	width: 570px;
	float: right;
	text-align: left;
}
 
/************** font styles *****************/

.sub1 {font-size: 1.1em; color: #333; font-weight: bold; }
.sub1 a {text-decoration: none;	color: #333; }
.sub1 a:hover {text-decoration: underline; }
.sub2 {
	font-size: 1em;
	color: #002276;
	font-weight: bold;
}
.sub3 {
	font-size: 0.8em;
	color: #333;
	font-weight: bold;
	margin-top: 3px;
	padding-right: 35px;
	padding-left: 25px;
}
.sub3 a { text-decoration: none; color: #333; }
.sub3 a:hover { text-decoration: underline; }

/************** footer styles *****************/

#footer {
	width: 100%;
	border-top: 2px solid #AF0707;
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#clear {
	clear: both;
}
.footer {
	float: right;
	clear: both;
	padding: 5px 0 0 0;
	font-size: 0.6em;
	color: #333;
	text-align: right;
}
.footer a { color: #333; text-decoration: none; }
.footer a:hover { text-decoration: underline; }

