@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, sans-serif; 
	font-size: 13px; 
	text-align:center; 
	margin-top:14px; 
 }

a:link {
	color: #0045AE;
	text-decoration: underline;
}
a:active {
	color: #0045AE;
	text-decoration: underline;
}
a:visited {
	color: #0045AE;
	text-decoration: underline;
}
a:hover {
	color: #0045AE;
	text-decoration: underline;
}

.clearer { clear:both; height:0px; line-height:1px; font-size:1px; overflow:hidden; }

#container{
	width:785px;
	background-color:#ffffff;
	margin:0 auto;
	text-align: left;
}
#header{
	width:785px;
	height:142px;
	margin:0 auto;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
}
#radlogo{
	width:231px;
	height:122px;
	float:left;
}
#connect{
	float:right;
}
#navbar{
	width:554px;
	height:29px;
	float:right;
}

#navbar p { color: #d71f85; margin:0 0 5px 0; font-size:14px; line-height:19px; font-weight:bold; }
#navbar img { float:left; }

#sponsor{
	width:785px;
	height:135px;
	float: left;
}

#banner{
	width:785px;
	height:413px;
	float: left;
}
#main_banner{
	width:785px;
	height:301px;
	float: left;
}
#img_banner{
	width:785px;
	height:171px;
	float: left;
}

#main_donatebar{
	width:785px;
	height:112px;
}
#main_donatebar img { border:none; float:left; }

#donatebar{
	width:785px;
	height:112px;
	float: left;
}

#content{
	width:785px;
	color:#666666;
	margin:0 auto;
	float:right;
	background-position: bottom;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, p { margin-left: 20px; margin-right: 20px; }
h1 { color: #d71f85; font-size: 28px; }
#content h2 { font-size: 14px; }

.storycontainer{
	margin:0 20px;
	padding-bottom:25px;
}

.story{
	width:570px;
	padding-bottom:25px;
	float:left;
}

.profilepic{
	width:166px;
	padding-bottom:25px;
	float:left;
}

.radiohoststory{
	width:590px;
	padding-bottom:25px;
	float:left;
}

.radiohoststory p { margin:0; }

.radiohostpic{
	width:125px;
	margin:0 20px 0 0;
	padding-bottom:25px;
	float:left;
}

#footer{
	width:785px;
	height:28px;
	margin:0 auto;
	float:left;
	text-align: center;
	background: #0046ad url(../images/bg_footer.gif) no-repeat;
	padding-top: 13px;
	color:white;
}
#footer a { color:#ffffff; }

#socialmedia th { padding:10px 5px 0 5px; }
#socialmedia td { padding:5px; border-top: dotted 1px #ccc; }
#socialmedia { border-bottom: dotted 1px #ccc; margin: 20px; }
