@import url('reset.css');
@import url('nav.css');
/*------------------------------------------------------------
Trademark Productions - DDJ 

version:	1.0
author:		Trademark Productions
email:		development@tmprod.com
website:	www.tmprod.com
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
.clear {
	clear: both
}
	
.left {
	float: left;
	clear: right;
}

.right {
	float: right;
	clear: left;
}

img.right {
  	float: right;
  	clear: left;
  	margin: 5px 0 5px 5px;
}

img.left {
  	float: left;
  	clear: right;
  	margin: 5px 5px 5px 0;
}

.hide {
  	margin-left: -9000em;
  	display: none;
}

body { 
	margin: 0 auto;
	background: #000 url(/images/body_bg.jpg) repeat-x top left;
	text-align: center;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	color: #fff;
}

center {
	text-align:center;
}

/* =Typography
-------------------------------------------------------------*/
p, li {
	text-align: left;
}

p {
	line-height: 1.3em;
	margin: .5em 0;
	font-size: 12px;
}

div#hotforums ul li {
	color:#000;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
}

div#hotforums ul li span {
	font-size: 16px;
	color: #f00;
	font-weight: bold;
}

p#listening {
	float: left;
	padding-top: 30px;
	text-align: center;
	width: 174px;
	font-weight: bold;
}


/* =Headings
-------------------------------------------------------------*/
h1, h2, h3 {
	margin-bottom: .5em;
}

h1 {
	font-size: 24px;
}

div.networks h1 {
	font-size: 16px;
	text-transform: uppercase;
	float: left;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 18px;
}


h3 {
	font-size: 14px;
}

div#news h3, div#members h3, div#hotforums h3 {
	background-color: #ff0000;
	color: #000;
	font-size: 14px;
	padding: 3px;
	font-weight: bold;
	margin-top: 5px;
}

div#hotforums h3 {
	color:#fff;
	font-size:11px;
	left:50px;
	padding:5px 15px 5px 5px;
	position:absolute;
	text-align:right;
	text-transform:uppercase;
	top:-15px;
	width:205px;
}

h4 {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}

/* =Links
-------------------------------------------------------------*/
a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* =Layout
-------------------------------------------------------------*/
div#wrapper {
	width: 991px;
	margin: 0 auto;
	text-align: left;
}

div#outer {
	width: 943px;
	padding: 0px 26px;
	float: left;
	background: transparent url(/images/container_bg.png) repeat-y;
}
	

div#container {
	width:905px;
	float: left;
	padding: 0 10px;
	position: relative;
}

div#banner {
	float: left;
	width: 920px;
	height: 164px;
	/*background: #fff url(/images/banner.jpg) no-repeat top left;*/
	position: relative;
}

div#topAd {
	float: left;
	width: 920px;
	height: 113px;
	background: #000 url(/images/hot-108-forumheader.jpg) no-repeat top center;
	text-align: right;
	padding-bottom: 15px;
}

#topAdvert {
	position: absolute;
	right:8px;
	top:8px;
}

div#content {
	width: 918px;
	float: left;
	background: #404040 url(/images/content-bg.jpg) repeat-x top left;
}

div#sidebar {
	width: 174px;
	padding: 5px;
	float: left;
}

div#main {
	float: left;
	margin-left: 0px;
	width: 920px;
}

div#footer {
	float: left;
	width: 898px;
	background-color: #454545;
	padding: 10px;
}
	
/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/
a#homeLink {
	display:block;
	height:154px;
	position:absolute;
	text-decoration:none;
	width:185px;
}

p#nowplaying {
	background:transparent url(/images/speaker.jpg) no-repeat left top;
	font-size:9px;
	left:180px;
	padding-left:20px;
	padding-top:2px;
	position:absolute;
	top:-10px;
}

p#online {
	font-size:10px;
	position:absolute;
	top: -10px;
	right:2px;
}

/* =Main Content Styles
-------------------------------------------------------------*/
div#leftCol {
	float: left;
	width: 415px;
}

div#rightCol {
	float: right;
	margin-left:10px;
	width:300px;
}

div#news, div#members {
	background: #808080 url(/images/news_bg.jpg) repeat-x top left;
	float:left;
	margin-top:20px;
	padding:0 10px;
	width:395px;
}

div#newsleft {
	float: left;
	width: 195px;
}

div#newsright {
	float: left;
	margin-left: 10px;
	width: 190px;
}

div#news p {
	color: #000;
}

div.newsitem {
	clear: both;
	float: left;
	width: 195px;
}

div#news div.video {
	margin-bottom: 10px;
}

div#members div.memberInfo {
	float: left;
	padding: 8px;
}

div#members div.memberInfo p {
	text-align: center;
	color: #000;
	font-size: 10px;
}

div#txtLinks {
	width: 297px;
	color: #000;
}

div#roundedTop {
	background: transparent url(/images/roundedtop_bg.gif) no-repeat top center;
}

div#roundedBtm {
	background: transparent url(/images/roundedbtm_bg.gif) no-repeat top center;
	margin-bottom: 10px;
}

div#roundedInner {
	background-color:#FFFFFF;
	border:0.2em solid #FF0000;
	padding:10px;
}

div#roundedOuter {
	padding: 0px 10px 10px 10px;
	background-color: #fff;
}

div#hotforums {
	width: 297px;
	margin-top: 25px;
	position: relative;
}

/* =Secondary Content Styles
-------------------------------------------------------------*/


/* =Sidebar Content Styles
-------------------------------------------------------------*/
div.sidebarBanner {
	border:5px solid #DEDEDE;
	margin-top:5px;
	padding:3px;
	text-align:center;
}

/* =Footer Styles
-------------------------------------------------------------*/
div#footer p {
	text-align: center;
	font-size: 11px;
}

/* =Main Navigation Styles
-------------------------------------------------------------*/


/* =Secondary Navigation Styles
-------------------------------------------------------------*/


/* =Form Styles
-------------------------------------------------------------*/
fieldset {
	padding: 10px;
	border: none;
}
	
fieldset legend {
	color: #f03000;
	font-size: 14px;
	font-weight: bold;
}
	
fieldset label {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 5px;
}
	
fieldset input, fieldset select {
	margin: 5px;
}
	
fieldset select {
	width: 146px;
}
		
fieldset textarea {
	width: 95%;
	height: 60px;
	margin: 10px 0;
}
	
fieldset input.submit {
	width: auto;
	float: right;
}

form td {
	vertical-align: middle;
}

fieldset#loginform {
	position: absolute;
	top: -15px;
	right: 100px;
	padding-top: 0px;
}

form fieldset#loginform input {
	width: 75px;
}

form fieldset#loginform input.button {
	width: auto;
}

form fieldset#loginform input.button, form fieldset#loginform img {
	margin: 0;
	margin-top: 2px;
}

form fieldset#loginform input, form fieldset#loginform img {
	display: block;
	float: left;
	padding: 3px;
	*height: 20px;
	*width: 75px;
}

form fieldset#loginform img, form fieldset#loginform input.button {
	*height: auto;
	*width: auto;
}

/* =Table Styles
-------------------------------------------------------------*/
table { 
  border-spacing: 0;
	border-collapse: collapse;
	}

td {
/*  text-align: left;*/
	font-weight: normal;
	}

/* =Miscellaneous Styles
-------------------------------------------------------------*/
div.bigHeading {
	background-color: #f30707;
	width: 405px;
	padding: 5px;
}

div.networks {
	margin-bottom: 10px;
	float: left;
}

div.networks p a, div.networks p a:visited {
	font-size: 13px;
	color: #fff;
	float: right;
	margin: 0;
}

div.networks p {
	margin: 0;
}

div#networks {
	border: 1px solid #fff;
	background-color: #666;
	width: 412px;
	height: 150px;
	clear: both;
	margin-bottom: 10px;
}

p.closeBox, p.closeBox a, p.closeBox a:visited {
	float: right;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-right: 3px;
}

div.listenNow {
	text-align: center;
	float: left;
	margin: 5px 0 0 5px;
}

div.listenLinks {
	float: left;
	clear: both;
	margin-bottom: 10px;
}

div.listenNow img {
	padding: 0px 1px;
}

div.listenLinks a, div.listenLinks a:visited {
	color: #D9D9D9;
}

div.listenLinks span {
	padding: 0 5px;
}

span.wmp {
	margin-left: -2px;
}

span.winamp {
	margin-left: -7px;
}

span.it {
	margin-left: 2px;
}
span.real {
	margin-left: 12px;
}

div#fadeshow {
	float: left;
	width: 590px;
	margin-right: 15px;
}

div#aboveForumAd {
	float: left;
	width: 300px;
	height: 250px;
}

div.friends img {
	width: 85px;
}

/* =Print Styles
-------------------------------------------------------------*/
@media print { 

}
