/*

	FusionFM
	CSS Document

	MediaRaze.com
	Mike Rice
	30th March 2007

*/
/* -----------------------------------*/
/* ---------->>> GLOBAL <<<-----------*/
/* -----------------------------------*/
body {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial,  Helvetica, sans-serif;
	font-size: 11px;
	color: #bababa;
	background-color: #1c1c1c;
	margin: 0px;
	padding: 0px;
	
}
a:link {
	color: #bababa;
	text-decoration: none;
}
a:visited {
	color: #bababa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #bababa;
}
a:active {
	text-decoration: underline;
	color: #bababa;
}
/* --------------------------------------*/
/* ---------->>> CONTAINER <<<-----------*/
/* --------------------------------------*/
#container {
	width: 800px;
	margin: 0px auto;
	height: 100%;
}
/* ------------------------------------*/
/* ---------->>> BANNER/ <<<-----------*/
/* ------------------------------------*/
#header {
	background-image:url(images/banner.png);
	background-repeat: no-repeat;
	color: #ffffff;
	height: 152px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
}
/* --------------------------------------*/
/* ---------->>> LISTENING <<<-----------*/
/* --------------------------------------*/
#current {
	width:200px;
	float:left;
	margin-left:546px;
	margin-top:10px;
}
	#dj {
		height: 19px;
		margin: 2px 0px 0px 14px;
	}
	#song {
		height: 19px;
		margin: 8px 0px 0px 28px;
	}
	#listeners {
		height: 19px;
		margin: 8px 0px 0px 5px;
	}
#listen {
	width: 210px;
	height: 54px;
	margin: 6px 0px 0px 488px;
	float:left;
}
/* ---------------------------------------*/
/* ---------->>> NAVIGATION <<<-----------*/
/* ---------------------------------------*/
#navigation {
	background-image:url(images/nav_bg.png);
	background-repeat: no-repeat;
	height: 51px;
	position: inherit;
	margin-top: 8px;
}
#navigation ul li {
	padding-top: 0;
	margin: auto;
	float: left;
}
#navigation ul {
	margin: 0;
	padding-left: 125px;
	padding-right: 0px;
	list-style:none;
}
#navigation ul li a {
	display: block;
	background-repeat: no-repeat;
	height: 37px;
}
a#home {
	background-image: url(images/nav_home.png);
	width: 80px;
	height: 37px;
}
a#tune {
	background-image: url(images/nav_tune.png);
	width: 99px;
	height: 37px;
}
a#downloads {
	background-image: url(images/nav_downloads.png);
	width: 109px;
	height: 37px;
}
a#chat {
	background-image: url(images/nav_chat.png);
	width: 75px;
	height: 37px;
}
a#contact {
	background-image: url(images/nav_contact.png);
	width: 90px;
	height: 37px;
}
a#links {
	background-image: url(images/nav_links.png);
	width: 80px;
	height: 37px;
}
/* ---------------------------------*/
/* ---------->>> MAIN <<<-----------*/
/* ---------------------------------*/
#main {
	width: 548px;
	margin-top: 6px;
	padding:0px 0px 0px 0px;
	float: left;
	background-color: #232323;
}
#main p {
	width: 540px;
	padding:0px 0px 0px 6px;
}
#main h1 {
	background-image: url(images/main_h1.png);	
	background-repeat: no-repeat;
	width:508px;
	height:29px;
	margin:0 auto 0px auto;
	padding: 7px 0 0 40px ;
	font-size:13px;
}
/* ------------------------------------*/
/* ---------->>> SUBMAIN <<<-----------*/
/* ------------------------------------*/
#sub_main {
	width: 218px;
	margin-top: 6px;
	padding:0px 0px 0px 0px;
	float: left;
}
#sub_main h1 {
	background-image: url(images/sub_h1.png);	
	background-repeat: no-repeat;
	width:198px;
	height:29px;
	margin:0 auto 0px auto;
	padding: 7px 0 0 20px ;
	font-size:13px;
}
#sponsors {
	background-color: #1c1c1c;
	width: 214px;
	margin-left: 2px;
}
#sponsors ul {
	list-style-type:	none;
	margin:				0px;
	padding:			0px;
}
#sponsors li a {
	background:			url(images/links_bg.png) no-repeat;
	color:				#FFFFFF;
	display:			block;
	height:				18px;
	padding:			3px 0px 0px 20px;
	text-decoration:	none;
	width:				193px;
}
/* ------------------------------------*/
/* ---------->>> FOOTER <<<-----------*/
/* -----------------------------------*/
#footer {
   background: url(images/footerbg.png) repeat-x;
   width: 100%;
   margin-top: 30px;
   height: 45px;
   position: absolute;
   bottom: 0 !important;
   bottom: -1px;
   clear:both;
}
#footer_content {
   width: 780px;
   margin-right: auto;
   margin-left: auto;
}
#fimage {
	background-image: url(images/footerimg.png);	
	background-repeat: no-repeat;
	width:226px;
	height:45px;
	float: left;
	margin-left: 120px;
}
#copyright {
	margin-top: 8px;
	height: 30px;
	width: 200px;
	float: left;
}
#creation {
	margin-top: 8px;
	height: 30px;
	width: 200px;
	float: left;
}
	