/* CSS Document */

html{
	padding:0;	
}

body {
	min-width: 1000px;	
	margin-top:30px;
	background: url(../images/background.jpg) repeat-y 50% 0;
	text-align: center;	
}

img {
	border: 0;	
}

#wrap {
	text-align: left;
	margin:0 auto;
	width: 1000px;
	background: url(../images/thickline.gif) repeat-y;
}

#sidebar {
	float: left;
	width:328px;
	//min-height: 700px;
	
}

#frontfloater{
 left:50%;
 background: #333333;	
}


#main {
	float: right;
	width: 645px;
}

#footer {
	
	background: #ffffff;	
	clear: both;
	padding-top: 20px;
	width: 1000px;
	text-align: center;
}

.secondarymenu p{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	display:inline;
}

.secondarymenu a{
	font-family, font-size, color, font-weight: inherit;
	color: #666666;
	text-decoration: none;
	display:inline;
}

.secondarymenu a:hover{
	text-decoration: underline;
	color: #000000;
}

.content p {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3em;
	color: #000000;
	display: inline;
}

.content a{
	color: A4222A;
	font-weight: bold;	
	text-decoration: none;
}

.content a:hover {
	color: #000000;
	text-decoration: underline;	
}

.content h2{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: 900;	
	display: inline;
}

.content h1{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: 900;	
	display: inline;
	color: #000000;
	padding: 2px;

	padding-right: 6px;
}

.nowplayingfeatured {	
	float: left;
	padding-right: 25px;
	margin-right: 13px; //added Rich 10/7/7
}

.nowplayingfeaturedright { 
	float: right;
	padding-right: 25px;
	margin-left: 12px; 
}

.date {
		font-family: Helvetica, Verdana, sans-serif;
		
		font-size: 12px;
		line-height: 1.3em;
		color: #000000;
		padding: 2px;
		padding-right: 6px;
}

.presentedby {
		font-family: Helvetica, Verdana, sans-serif;
		font-style: italic;
		font-size: 11px;
		line-heigt: 1.3em;
		color: #000000;
		padding: 2px;
		padding-right: 2px;	
}

.playingbackground{
		background: url(../images/playingbackground.gif) repeat-y 50% 0;	
}

.archives_table{
		padding-bottom: 10px;
}

 .textinput {
	width:200px;
	height:35px;
	background:url(../images/input2.gif) no-repeat left top;
	border:none;
	padding:9px 10px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#ffffff;
}

input.submit{
   border-top-color:#c63;
   border-left-color:#c63;
   border-right-color:#930;
   border-bottom-color:#930;
   background-color:#000000;
   color:#FFFFFF;
}
