/*Styles for Chadradio.org */


/* -------------------START RESET STYLES---------------------- */

*
{
	font-family: Verdana, Verdana, Geneva, sans-serif;	
}

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6
{
color: #ffc346;
}

p, li
{
	color: #DDD;

}

p
{
	font-size: 1.6em;	
}

body 
{
	line-height: 1;
	font-size: 62.5%;
	background-color: #000;
}

ol, ul 
{
	list-style: none;
}

blockquote, q 
{
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after 
{
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus 
{
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins 
{
	text-decoration: none;
}

del 
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*##################END STYLE RESET##################*/

a:link
{
	color: #fff;	
	text-decoration: none;
}

a:visited
{
	color: #ff8803;
	text-decoration: none;
}

a:hover
{
	color:#ffc346;
	text-decoration: underline;
}

a:active
{
	color: #ffc3aa;
	text-decoration:none;
	position: relative;
	top: 1px;

}

li
{
	font-size: 1.6em;
	padding: 2px 0;
}

#header
{
	float: none;
	border-bottom: 3px solid gray;
}

#content
{
	margin: 0 auto;	
	width: 750px;
}

#left
{
	float: left;
	width: 150px;
}

	#left li
	{
		font-size: 1.6em;
		font-weight: normal;
		padding: 10px 0;
		border-bottom: 1px solid gray;
		margin-right:5px;
	}
	
	.litop
	{
		border-top: 1px solid gray;
	} 
	
	#left li:hover
	{
		background-color: #222;	
	}
	
	
	

#main
{
	padding-left: 150px;
}

#maincontent
{
	border-left: 2px solid gray;	
	padding: 15px 10px;
}

#ustream
{
	float:left;
	padding: 0px 15px 5px 10px;
}


#footer
{
	color:#DDD;
	text-align: center;
	padding-top: 5px;
	border-top: 2px solid gray;
	padding-bottom: 15px;
}
	
.imgleft
{
	float:left;
	padding:0px 10px 5px 0px;	
}