/*
Company:	WiLD 106.1
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background: url(../images/page-fade-top.gif) repeat-x 0 0 #121212;
}
body {
	
}

.clear {clear:both;}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 1017px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/hd-bkg1.png) no-repeat 0 0;
}

/* Body */
div#bd {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 18px;
}
div#bd-inner {
	background: url(../images/bd-top.gif) no-repeat 233px 0 #2f2f2f;
	padding-bottom: 20px;
}

/* Footer */
div#ft {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-right: 18px;
	clear: both;
}
div.ft1 {
	border-top: 8px solid #262626;
	background-color: #1f1f1f;
}
div.ft2 {
	border-top: 8px solid #1a1a1a;
	padding: 0 12px 12px 12px;
}
div.ft3 {
	background: url(../images/ft-left-shade.gif) no-repeat 0 100%;	
}
div.ft4 {
	background: url(../images/ft-right-shade.gif) no-repeat 100% 100%;
	overflow: hidden;
	padding: 10px 15px;
}
div#ft div.ft-left {
	width: 49%;
	float: left;
	display: inline;
}
div#ft div.ft-left ul {
	margin: 0;
	padding: 0;
	font-size: 85%;
}
div#ft div.ft-left ul li {
	display: inline;
}
div#ft div.ft-left ul li a {
	padding: 0 10px 0 0;
}
div#ft div.ft-left ul li a:link, div#ft div.ft-left ul li a:visited {
	color: #e9e9e9;
	text-decoration: none;
}
div#ft div.ft-left ul li a:hover {
	text-decoration: underline;
}
div#ft div.ft-left p.copyright {
	font-size: 85%;
	padding: 20px 0 0 0;
	margin: 0;
	color: #e9e9e9;
}
div#ft div.ft-left p.copyright span {
	padding: 0 0 0 15px;
}
div#ft div.ft-right {
	width: 49%;
	float: right;
	display: inline;
}
div#ft div.ft-right p.contact {
	font-size: 85%;
	text-align: right;
	color: #e9e9e9;
	margin: 0;
}
div#ft div.ft-right p.contact span.contact {
	color: #f7ee25;
	font-weight: bold;
}
div#ft div.ft-right p.contact span.phone {
	color: #a4a4a4;
}
div#ft div.ft-right p.powered {
	font-size: 85%;
	text-align: right;
	color: #e9e9e9;
	margin: 0;
	padding: 20px 0 0 0;
}
div#ft div.ft-right p.powered a:link, div#ft div.ft-right p.powered a:visited {
	color: #e9e9e9;
	text-decoration: none;
}
div#ft div.ft-right p.powered a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Top Bar */
div.top-bar p {
	color: #e9e9e9;
	padding: 0 65px 0 0;
}
div.top-bar a.listen-live {
	background: url(../images/listen-live-arrow.gif) no-repeat 100% 50%;
	padding: 0 20px 0 0;
	margin: 0 5px 0 0;
	font-weight: bold;
}
div.top-bar a.listen-live:link, div.top-bar a.listen-live:visited {
	color: #e9e9e9;
	text-decoration: none;
}
div.top-bar a.listen-live:hover {
	text-decoration: underline;
}
div.top-bar a.make-request {
	margin: 0 0 0 5px;
	font-weight: bold;
}
div.top-bar a.make-request:link, div.top-bar a.make-request:visited {
	color: #e9e9e9;
	text-decoration: none;
}
div.top-bar a.make-request:hover {
	text-decoration: underline;
}
div.top-bar span.phone {
	color: #e71e23;
	font-weight: bold;
}
div.top-bar span.phone-digits {
	color: #f4eb25;
	font-weight: bold;
}

/* Logo */
div#flash{
	width: 997px;
	height: 79px;
	margin: 41px 0 0 0px;
	float: left;
	display: inline;
}

/* Image Rotations */

.image_rotations {height:81px;margin:0px 128px 0px 362px;}

	.image_rotations .imageBox1,
	.image_rotations .imageBox2,
	.image_rotations .imageBox3,
	.image_rotations .imageBox4,
	.image_rotations .imageBox5,
	.image_rotations .imageBox6 
	{width:79px;height:79px;float:left;text-align:center;border-right:1px solid #fff;border-top:1px solid #fff;border-bottom:1px solid #fff;}
	
	.image_rotations ul, .image_rotations ul li {margin:0px;padding:0px;list-style:none;}

/*div#logo {
	width: 270px;
	height: 70px;
	text-indent: -9000px;
	margin: 42px 0 0 90px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}*/

/* page content */

#page_content h1 {
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	height:39px;
	padding:8px 0px 0px 8px;
	margin:0px 0px -8px;
	background:url(../images/bg_pagecontent_h1.gif) no-repeat top left;
}

#page_content .content_box {
	background-color:#e9e9e9;
	padding:10px;
	margin:0px 0px 10px;
}

#page_content .content_box h1 {font-size:22px;font-weight:normal;padding:0px 0px 2px;border-bottom:2px solid #ccc;}
#page_content .content_box h2 {font-size:18px;font-weight:normal;padding:0px 0px 2px;border-bottom:2px solid #ccc;}
#page_content .content_box h3 {font-size:15px;font-weight:normal;padding:0px 0px 2px;border-bottom:2px solid #ccc;}


/* ITECH Logo */
div#itech {
	width: 150px;
	margin-top:20px; /* new */
	height: 45px; /* 65 */
	text-indent: -9000px;
	margin: 0 0 0 120px;
	float: left;
	display: inline;
}
div#itech a {
	display: block;
	height: 100%;
}

/* Top Bar */
div.top-bar {
	height: 30px;
	overflow: hidden;
}
div.top-bar p {
	margin: 0;
	line-height: 30px;
	text-align: right;
}

/* Left Col */
div.left {
	width: 233px;
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 523px;
	margin: 0 0 0 4px;
	padding: 17px 0 0 0;
	float: left;
	display: inline;
}

/* Right Col */
div.right {
	width: 233px;
	float: right;
	display: inline;
}

/* Feature */
div.feature {
	margin: 0 0 10px 0;
}
div.feature h1 {
	margin: 0;
	height: 39px;
	background: url(../images/wild-106-hd.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div.feature p.pager {
	margin: 0;
	background: url(../images/feature-pager-bkg.gif) repeat-x 0 0;
}
div.feature p.pager a {
	display: block;
	background: url(../images/feature-pager-number.gif) no-repeat 0 0;
	width: 25px;
	line-height: 25px;
	text-align: center;
	border-right: 1px solid #2f2f2f;
	margin: 1px 0 0 0;
	font-size: 85%;
	float: left;
	display: inline;
}
div.feature p.pager a:link, div.feature p.pager a:visited {
	color: #ed1e24;
	text-decoration: none;
}

/* On Air */
div.onair {
	margin: 0 0 12px 11px;
	text-align: center;
	background: url(../images/side-box-bkg.gif) repeat-y 0 0;
	overflow: hidden;
	width: 219px;
}
div.onair-inner {
	background: url(../images/onair-bkg.gif) no-repeat 0 55px;
	border-bottom: 1px solid #a5a5a5;
	width: 219px;
	overflow: hidden;
}
div.onair h2 {
	background: url(../images/hd-on-air.gif) no-repeat 0 0;
	height: 55px;
	width: 219px;
	margin: 0 0 5px 0;
	text-indent: -9000px;
}
div.onair p.btns {
	margin: 0 0 5px 0;
}
div.onair p.btns a {
	padding: 0 3px;
}
div.onair p {
	font-size: 93%;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
}
div.onair p a:link, div.onair p a:visited {
	color: #fff;
	text-decoration: underline;
}

/* Ad Box Small */
div.left div.ad-small {
	width: 219px;
	padding: 7px 0;
	margin: 0 0 12px 11px;
	text-align: center;
	background-color: #e3e3e3;
}

/* Wild 411 */
div.wild411 {
	margin: 0 0 10px 0;
}
div.wild411 h2 {
	margin: 0;
	background: url(../images/hd-wild-411.gif) no-repeat 0 0;
	height: 39px;
	text-indent: -9000px;
}
div.wild411 div.music-news {
	width: 174px;
	text-align: center;
	background-color: #e9e9e9;
	margin-right: 1px;
	padding: 5px 0;
	float: left;
	display: inline;
}
div.wild411 div.hollywood-hookup {
	width: 174px;
	text-align: center;
	background-color: #e9e9e9;
	margin-right: 1px;
	padding: 5px 0;
	float: left;
	display: inline;
}
div.wild411 div.concert-dates {
	width: 173px;
	text-align: center;
	background-color: #e9e9e9;
	padding: 5px 0;
	float: left;
	display: inline;
}
div.wild411 a.music-news-tab {
	display: block;
	width: 174px;
	height: 31px;
	text-indent: -9000px;
	background: url(../images/music-news-tab.gif) no-repeat 0 0;
	margin: 0 1px 0 0;
	float: left;
	display: inline;
}
div.wild411 a.hollywood-hookup-tab {
	display: block;
	width: 174px;
	height: 31px;
	text-indent: -9000px;
	background: url(../images/hollywood-hookup-tab.gif) no-repeat 0 0;
	margin: 0 1px 0 0;
	float: left;
	display: inline;
}
div.wild411 a.concert-dates-tab {
	display: block;
	width: 173px;
	height: 31px;
	text-indent: -9000px;
	background: url(../images/concert-dates-tab.gif) no-repeat 100% 0;
	float: right;
	display: inline;
}

/* Video of the Week */
div.votw {
	margin: 0 0 10px 0;
	background-color:#e9e9e9;
}
div.votw h2 {
	margin: 0;
	background: url(../images/hd-votw.gif) no-repeat 0 0;
	height: 39px;
	text-indent: -9000px;
}
div.votw div.votw_pad {padding:10px;}

/* Requests */
div.requests h2 {
	margin: 0;
	padding: 0;
	height: 39px;
	text-indent: -9000px;
}
div.requests {
	width: 520px;
	padding-bottom:10px;
}
#page_content .content_box div.requests h3 {
	border-bottom:none;
	color: #ec1e24;
	font-size: 120%;
	font-weight:bold;
	margin: 10px 0 25px 10px;
	line-height: 22px;
}
div.requests form {
	padding: 0 0 0 10px;
}
div.requests form label {
	display: block;
	height: 13px;
	text-indent: -9000px;
	padding: 0 0 2px 0;
}
div.requests form p {
	display: block;
	font-size:11px;
	text-transform:uppercase;
	margin:0px;
}
div.requests form input.txt {
	width: 220px;
	padding: 6px 5px;
	margin: 0 0 8px 0;
}
div.requests form input.btn {
	margin: 0 16px 0 0;
	float: right;
	display: inline;
}

/* Downloads */
div.downloads {
	width: 523px;
	background-color:#e9e9e9;
}
div.downloads div.download_pad {padding:10px;}

div.downloads h2 {
	margin: 0;
	padding: 0;
	background: url(../images/hd-downloads.gif) no-repeat 0 0;
	height: 39px;
	text-indent: -9000px;
}
div.downloads h3 {
	color: #ec1e24;
	font-size: 120%;
	margin: 10px 0 5px 10px;
	line-height: 22px;
}
div.downloads h4 {
	color: #121212;
	font-size: 93%;
	margin: 10px 0 0 10px;
	line-height: 22px;
}
div.downloads p {
	font-size: 93%;
	line-height: 140%;
	margin: 0 30px 0 10px;
}
div.downloads p.btns {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	text-align: center;
}

/* Downloads */

.download_listing {border-bottom:1px solid #ccc;margin-bottom:10px;padding-bottom:10px;}

/* contests */

.display_listing_box {float:left;width:154px;height:180px;border:1px solid #000;padding:3px;margin:0px 5px 5px 0px;text-align:center;}

	.display_listing_box img {margin-bottom:2px;}

/* DJ's */

.dj_listing {border-bottom:1px solid #ccc;margin-bottom:10px;width:100px;height:170px;display:block;float:left;text-align:center;}

	.dj_listing img {margin:0 auto;}
	
.dj_details {border-bottom:1px solid #ccc;margin-bottom:10px;}

	.dj_details img {float:left;margin:0px 15px 15px 0px;}
	
/* Music */

.music_listing {border-bottom:1px solid #ccc;margin:0px 0px 10px 0px;width:100px;height:170px;display:block;float:left;text-align:center;}

	.music_listing img {margin:0 auto;}
	
/* Photo Viewer */

#viewer_controls {height:100px;background:#1b1b1b url(../images/logo_photo_viewer.gif) no-repeat left;padding:12px 0px;margin-bottom:15px;border-bottom:5px solid #313131;text-align:center;}

#viewer_controls div, #viewer_controls div strong {color:#fff;}

#viewer_controls div span {margin:0px 100px;}

/* Photo Galleries */

.gallery_listing {width:152px;height:180px;padding:2px;background-color:#fff;border:1px solid #ccc;float:left;margin:0px 3px 10px;}

.gallery_image {text-align:center;height:150px;background:#fff url(../../images/gallery_bg.jpg) repeat-x left bottom;}

.gallery_name {text-align:center;margin-top:5px;}

	.gallery_name a {font-size:11px;color:#202f80;text-decoration:none;}
	
/* Concerts */

.concert_listing {border-bottom:1px solid #ccc;padding-bottom:10px;margin-bottom:10px;}
	
	.concert_listing img {float:left;margin:0px 10px 10px 0px;}
	
	.concert_listing p span  {font-size:15px;font-weight:bold;}

/* Poll */
div.right div.poll {
	background: url(../images/poll-bkg.gif) no-repeat 0 39px #060704;
	width: 219px;
	margin-left: 6px;
	margin-top: 17px;
	margin-bottom: 12px;
}
div.poll h2 {
	margin: 0;
	height: 39px;
	background: url(../images/hd-poll.gif) no-repeat 0 0;
	text-indent: -9000px;
}
div.poll-content {
	width: 217px;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}
div.poll-content p {
	padding: 10px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 93%;
	margin: 0;
}
div.poll-content form {
	padding: 0 10px 5px 15px;
}
div.poll-content form label {
	display: block;
	color: #e9e9e9;
	font-size: 93%;
	padding: 5px 0;
}
div.poll-content form label input.poll-option {
	margin-right: 4px;
}
div.poll-content form input.btn {
	margin: 10px 0 5px 0;
	float: right;
	display: inline;
}

/* Ad Big */
div.ad-big {
	width: 219px;
	padding: 7px 0;
	margin: 0 0 12px 6px;
	text-align: center;
	background-color: #e3e3e3;
}
/* @end */

/* @group Nav */
div#nav {
	width: 550px;
	height: 37px;
	/*background: url(../images/nav-bkg.gif) no-repeat 0 0;*/
	margin: 6px 180px 0 0;
	float: right;
	display: inline;
}
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	height: 37px;
	text-indent: -9000px;
}
div#nav ul li a#n-home {
	width: 50px;
}
div#nav ul li a#n-djs {
	width: 40px;
}
div#nav ul li a#n-music {
	width: 50px;
}
div#nav ul li a#n-pics {
	width: 43px;
}
div#nav ul li a#n-mixers {
	width: 58px;
}
div#nav ul li a#n-clubs {
	width: 56px;
}
div#nav ul li a#n-streets {
	width: 113px;
}
div#nav ul li a#n-myspace {
	width: 66px;
}
div#nav ul li a#n-contests {
	width: 70px;
}
/* @end */

/* @group Default Headings */
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Common Text Styles */
	
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link    {color:#ed1e24;}
a:visited {color:#ed1e24;}
a:hover   {color:#e94e52;}
a:active  {color:#ed1e24;}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/*----- Poll Results Display -----*/

div.poll_result_a {height:30px;background-color:#ed1d23;text-align:right;border:1px solid #d0191f;}
div.poll_result_b {height:30px;background-color:#970408;text-align:right;border:1px solid #7a0408;}


table.mainResults     {width:400px; border:none;}
table.mainResults tr td {border-left:0px;border-right:0px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
table.contentResults  {width:100%; border:none; margin:4px;}
td.pollTitle          {font-size:18px; font-weight:bold;}
table.pollResult      {width:100%; border:none;}
td.pollResultAnswer   {font-size:12px; font-weight:bold; padding-bottom:4px; padding-top:4px;}
td.pollVoteResults    {width:20%; font-size:12px;}
td.pollVoteResultsPercent {width:80%;}
td.voteBarContainer   {width:110px;} /* Contains the Percentage bar table (below) */
table.voteResultPercentageBar  {width:102px; height:12px; border:1px solid #fff; background-color:#666;} /* % Bar Table */
td.voteResultPercent {} /* Contains the % value as a number */
img.pollIMG  {margin:1px;} /* The 1px wide image used to stretch and display a visual percentage */
td.pollResultFooter   {border-bottom:1px dotted #fff; height:10px;} /* Bottom td used to diaply bottom border of a result */


/* Video Player */

#video_player_popup {background-color:#000;}


/* SYSTEM MESSAGES */

.page_error_message, .page_success_message {padding:10px;margin:10px 0px 15px;}

.page_error_message p, .page_success_message p
{float:left;margin:0px 0px 0px 30px;}

.page_error_message .clear, .page_success_message .clear {margin:0px;padding:0px;border:none;}

	/* error message */
		.page_error_message
		{border:1px solid #ff0000;background:#ffd581 url(../images/message_error.gif) no-repeat 5px;}
		
		.page_error_message p
		{color:#d61a1a;}
	
	/* success message */
		.page_success_message
		{border:1px solid #00bb00;background:#d5ff81 url(../images/message_success.gif) no-repeat 5px;}
		
		.page_success_message p
		{color:#00bb00;}