/*
Company:	PulseFM
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 {
	background-color: #000;
}
body {
	background: url(/templates/images/hd-bkg.jpg) no-repeat 50% 0 #000;
	font-family: Helvetica, sans-serif;
} */
/* @end */

/* @group Layout */
/* Head */

 

div#hd {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 1px 0;
}

/* Body */
div#bd {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

/* Footer Ads */
div.ft-ads {
	background: url(/templates/images/ft-ads-top.gif) repeat-x 0 0;
	padding: 30px 0 0 0;
	margin: 0 9px;
	clear: both;
	width: 633px;
}
div.ft-ads div.ad {
	width: 183px;
	margin: 0 5px;
	padding: 0 0 60px 10px;
	background: url(/templates/images/ad-reflect.gif) no-repeat 50% 152px;
	float: left;
	display: inline;
}

/* Footer */
div#ft {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div#ft p {
	margin: 10px 0;
	color: #404040;
}
div#ft p a {
	padding: 0 3px;
}
/* @end */

/* @group Modules */
/* Logo */
h1#logo {
	width: 263px;
	height: 110px;
/*	width: 232px;
	height: 110px;*/
	background: url(/templates/images/pulse-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	padding: 0;
	margin: 15px 0 0 0;
	float: left;
	display: inline;
}
h1#logo a {
	display: block;
	height: 100%;
}

/* Top Banner Ad */
div#headerbannerad {
	width: 728px;
	height: 125px;
	margin: 0 0 0 0;
	float: right;
	background: url(/templates/images/blankback.gif) no-repeat 0 0;	
	display: inline;
	clear: both;
}


/* Listen Live */
div#listen-live {
	width: 220px;
	height: 125px;
	margin: 0 205px 0 0;
	background: url(/templates/images/listen-live.gif) no-repeat 0 0;
	float: right;
	display: inline;
}
div#listen-live p#listen-live-txt {
	position: absolute;
	width: 140px;
	height: 25px;
	margin: 45px 0 0 0;
}
div#listen-live p#listen-live-txt a {
	display: block;
	text-indent: -9000px;
	height: 100%;
}
div#listen-live p#listen-btn {
	position: absolute;
	width: 60px;
	height: 60px;
	margin: 35px 0 0 143px;
}
div#listen-live p#listen-btn a {
	display: block;
	text-indent: -9000px;
	height: 100%;
}
div#listen-live p#listen-onair {
	position: absolute;
	margin: 75px 0 0 13px;
	color: #a9a9a9;
	font-size: 93%;
	font-weight: bold;
	text-transform: uppercase;
}
div#listen-live div.listen-onair-txt {
	position: absolute;
	margin: 0 0 0 55px;
	color: #a9a9a9;
	font-size: 93%;
	font-weight: bold;
	text-transform: uppercase;
	color: #03a6f1
}
div#listen-live p#listen-onair a:link, div#listen-live p#listen-onair a:visited {
	color: #03a6f1;
	text-decoration: none;
}

/* Main */
div#main {
	padding: 11px;
}

/* Content Boxes */
div#body-index div#content {
	width: 633px;
	float: left;
	display: inline;
}
div#body-2col div#content {
	width: 580px;
	min-height: 400px;
	height: auto !important; 
 	height: 400px;
	margin-bottom: 20px;
	float: left;
	display: inline;
}

/* Sidebars */
div#body-index div#sidebar {
	width: 294px;
	float: right;
	display: inline;
}
div#body-2col div#sidebar {
	width: 160px;
	margin-right: 15px;
	float: left;
	display: inline;
}

/* Breadcrumb */
div#breadcrumb  {
	font-size: 207%;
	font-weight: bold;
	color: #196bb5;
	margin: 0 0 15px 0;
}
div#breadcrumb p a:link, div#breadcrumb p a:visited {
	color: #000;
}
div#breadcrumb p a.current:link, div#breadcrumb p a.current:visited {
	color: #196bb5;
}

/* Feature Box */
div.pulse-features {
	height: 160px;
	background: url(/templates/images/features-bkg.jpg) no-repeat 0 100%;
	padding: 10px 0 10px 3px;
	margin-bottom: 15px;
}
div.pulse-features div.feature-box {
	width: 194px;
	height: 156px;
	padding: 2px;
	margin: 0 5px;
	background: url(/templates/images/feature-box-bkg.gif) no-repeat 0 0;
	overflow: hidden;
	float: left;
	display: inline;
}
div.pulse-features div.feature-box img {
	float: left;
	display: inline;
}
div.pulse-features div.feature-box h3 {
	margin: 0 4px -3px 5px;
	font-size: 123.1%;
	color: #03a6f1;
	font-weight: bold;
}
div.pulse-features div.feature-box h3 a:link, div.pulse-features div.feature-box h3 a:visited {
	color: #03a6f1;
	text-decoration: none;
}
div.pulse-features div.feature-box p {
	font-size: 77%;
	margin: 0 4px 0 5px;
}
div.pulse-features div.feature-box p a {
	display: block;
	padding-right: 20px;
	background: url(/templates/images/feature-arrow.gif) no-repeat 100% 100%;
}
div.pulse-features div.feature-box p a:link, div.pulse-features div.feature-box p a:visited {
	color: #000;
	text-decoration: none;
}

/* Features */
div.morning-nugget {
	width: 633px;
	height: 70px;
	padding: 1px 0;
	background: url(/templates/images/pulse-morning-nugget.gif) no-repeat 0 0;
	margin-bottom: 15px;
}
div.morning-nugget div {
	font-size: 93%;
	margin: 32px 10px 0 143px;
	float: left;
	display: inline;
}

div.word-on-pulse {
	width: 633px;
	height: 70px;
	padding: 1px 0;
	background: url(/templates/images/word-on-pulse.gif) no-repeat 0 0;
	margin-bottom: 15px;
}
div.word-on-pulse div {
	margin: 3px 10px 0 160px;
	float: left;
	display: inline;
}
div.word-on-pulse div p {
	font-size: 93% !important;
	color: #7f7f7f;
	font-style: italic;
	margin-bottom: 3px;
}
div.word-on-pulse div p.verse {
	font-weight: bold;
	font-style: normal;
	text-align: right;
	padding-right: 30px;
	font-size: 100% !important;
}

div.pulse-connect {
	width: 633px;
	height: 70px;
	padding: 1px 0;
	background: url(/templates/images/pulse-connect.gif) no-repeat 0 0;
	margin-bottom: 15px;
}
div.pulse-connect div {
	margin: 13px 10px 0 38px;
	float: left;
	display: inline;
	font-size: 93% !important;
	color: #7f7f7f;
	font-style: italic;	
}
div.pulse-connect div p {
	font-size: 93% !important;
	color: #7f7f7f;
	font-style: italic;
	margin-bottom: 3px;
}
div.pulse-connect a.get-connected {
	display: block;
	margin: -9px 3px 0 0;
	float: right;
	display: inline;
}

/* Pulse Poll */
div.pulse-poll {
	padding: 5px;
	background: url(/templates/images/poll-bkg.gif) no-repeat 0 100%;
	margin-bottom: 15px;
	background-color: #EEEDED;
}
div.pulse-poll div.left {
	width: 78px;
	padding-top: 4px;
	float: left;
	display: inline;
}
div.pulse-poll div.right {
	width: 197px;
	float: right;
	display: inline;
}
div.pulse-poll div.right h3 {
	width: 197px;
	height: 27px;
	background: url(/templates/images/what-you-think.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0;
}
div.pulse-poll div.right p {
	font-size: 85%;
	margin-bottom: 5px;
}
div.pulse-poll div.right label {
	display: block;
	font-size: 85%;
	text-transform: uppercase;
	color: #03a6f1;
	padding: 2px 0;
}
div.pulse-poll div.right label input {
	margin-right: 5px;
}
div.pulse-poll div.submit-row {
	border-top: 1px solid #e9eaeb;
	padding: 5px 0;
	font-size: 93%;
	clear: both;
	text-transform: uppercase;
	margin-top: 5px;
	text-align: center;
	color: #03a6f1;
}
div.pulse-poll div.submit-row input {
	border: none;
	background: transparent;
	padding: 1px 0 1px 20px;
	margin: 0;
	text-transform: uppercase;
	color: #03a6f1;
}
div.pulse-poll div.submit-row span.submit-poll {
	background: url(/templates/images/feature-arrow.gif) no-repeat 0 0 transparent;
	padding: 2px 0 0 0;
}

/* Flash Box */
div.side-flash {
	margin-bottom: 15px;
}

/* What's Happening */
div.whats-happening {
	background: url(/templates/images/whats-happening-bkg.gif) no-repeat 0 100%;
	margin-bottom: 15px;
}
div.whats-happening ul {
	margin: 0;
	padding: 5px 10px;
}
div.whats-happening ul li {
	padding: 10px 0 10px 13px;
	border-bottom: 1px solid #e9eaeb;
	background: url(/templates/images/list-arrow.gif) no-repeat 0 12px;
}
div.whats-happening ul li.last {
	border-bottom: none;
}
div.whats-happening h3 {
	margin: 0 0 5px 0;
	font-size: 93%;
	text-transform: uppercase;
}
div.whats-happening h3 a {
	padding-left: 5px;
	text-transform: none;
}
div.whats-happening h3 a:link, div.whats-happening h3 a:visited {
	color: #196bb5;
}
div.whats-happening p {
	font-size: 85%;
	margin: 5px 0;
	font-weight: bold;
}
div.whats-happening a.watch-now-btn {
	display: block;
	background: url(/templates/images/watch-now.gif) no-repeat 0 0;
	width: 79px;
	height: 29px;
	text-indent: -9000px;
	float: right;
	display: inline;
}

/* Ad Block */
div.ad-block {
	margin-bottom: 15px;
}

/* Enhance Box */
div#enhance-site {
	background-color: #1a1a1a;
	color: #7f7f7f;
	font-size: 93%;
	padding: 7px 15px;
}
div#enhance-site p {
	margin: 0;
}
div#enhance-site span.highlight {
	color: #03a6f1;
}
div#enhance-site span.spacer {
	padding: 0 5px;
}
div#enhance-site a:link, div#enhance-site a:visited {
	color: #fff;
	text-decoration: none;
}


/* Gray Fade Box */
div.gray-fade-box {
	background: url(/templates/images/gray-fade-bkg.gif) repeat-x 0 0;
	padding: 13px;
}

/* Events */
div.events-intro {
	color: #959595;
	font-weight: bold;
}

/* Events Table */
div.events-table {
	width: 780px;
	background: url(/templates/images/events-table-bkg.gif) no-repeat 0 100%;
	padding: 0 1px 1px 1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
div.events-table table {
	margin-bottom: 5px;
}
div.events-table table thead th {
	background: url(/templates/images/th-div.gif) no-repeat 100% 50% #03a6f1;
	color: #fff;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	padding: 7px 12px;
	border: none;
}
div.events-table table thead th.c-who {
	width: 112px;
}
div.events-table table thead th.c-what {
	width: 118px;
}
div.events-table table thead th.c-where {
	width: 125px;
}
div.events-table table thead th.c-when {
	width: 128px;
}
div.events-table table thead th.c-moreinfo {
	background-image: none;
}
div.events-table table tbody td {
	border: none;
	background: url(/templates/images/td-div.gif) repeat-y 100% 0;
	color: #959595;
	font-weight: bold;
	padding: 0 1px 0 0;
	font-size: 93%;
	vertical-align: top;
}
div.events-table table tbody td div {
	padding: 12px;
	background: url(/templates/images/td-bkg.gif) repeat-x 0 0;
}
div.events-table table tbody td.last {
	background: none!important;
}
div.events-table table tbody tr.first-row td {
	background: url(/templates/images/td-div-top.gif) no-repeat 100% 100%;
}

/* Submit Event */
div.submit-event {
	width: 580px;
	margin-left: 190px;
}
div.submit-event p.submit-event-btn {
	text-align: right;
}

/* Image Spacer */
img.spacer {
	margin-bottom: 15px;
}

/* Content Box */
div.content-box {
	padding: 13px;
	color: #959595;
	font-weight: bold;
}

/* Concert Box */
div.concert-box {
	border-top: 1px solid #c9c9c9;
	background: url(/templates/images/concert-bkg.gif) repeat-x 0 0;
	padding: 20px 0 0 0;
	margin-bottom: 15px;
}
div.concert-box img {
	margin: 0 20px 0 0;
	padding: 1px;
	border: 1px solid #c9c9c9;
	float: left;
	display: inline;
}
div.concert-box h3 {
	color: #03a6f1;
	font-size: 123.1%;
	margin: 20px 0 2px 0;
}
div.concert-box p {
	color: #959595;
	font-weight: bold;
	line-height: 140%;
	font-size: 108%;
}
/* @end */

/* @group Nav */
div#nav {
	height: 34px;
	background: url(/templates/images/nav.gif) no-repeat 0 0;
}
div#nav ul {
	padding: 0;
	margin: 0;
	height: auto;
}
div#nav ul li {
	list-style-type: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	height: 34px;
	float: left;
	display: inline;
}
div#nav ul li a span {
	text-indent: -9000px;
	display: block;
}

div#nav ul li#n-home a {
	width: 98px;
	background: url(/templates/images/nav.gif) no-repeat 0 0;
}
div#nav ul li#n-music a {
	width: 103px;
	background: url(/templates/images/nav.gif) no-repeat -98px 0;
}
div#nav ul li#n-media a {
	width: 106px;
	background: url(/templates/images/nav.gif) no-repeat -201px 0;
}
div#nav ul li#n-community a {
	width: 144px;
	background: url(/templates/images/nav.gif) no-repeat -307px 0;
}
div#nav ul li#n-onair a {
	width: 104px;
	background: url(/templates/images/nav.gif) no-repeat -451px 0;
}
div#nav ul li#n-support a {
	width: 119px;
	background: url(/templates/images/nav.gif) no-repeat -555px 0;
}
div#nav ul li#n-about a {
	width: 100px;
	background: url(/templates/images/nav.gif) no-repeat -674px 0;
}
div#nav ul li#n-pulseconnect {
	float: right;
	display: inline;
}
div#nav ul li#n-pulseconnect a {
	width: 170px;
	background: url(/templates/images/nav.gif) no-repeat -790px 0;
}

/* Nav Rollovers */
div#nav ul li#n-home:hover a, div#nav ul li#n-home.sfhover a {
	background-position: 0 -34px;
}
div#nav ul li#n-music:hover a, div#nav ul li#n-music.sfhover a {
	background-position: -98px -34px;
}
div#nav ul li#n-media:hover a, div#nav ul li#n-media.sfhover a {
	background-position: -201px -34px;
}
div#nav ul li#n-community:hover a, div#nav ul li#n-community.sfhover a {
	background-position: -307px -34px;
}
div#nav ul li#n-onair:hover a, div#nav ul li#n-onair.sfhover a {
	background-position: -451px -34px;
}
div#nav ul li#n-support:hover a, div#nav ul li#n-support.sfhover a {
	background-position: -555px -34px;
}
div#nav ul li#n-about:hover a, div#nav ul li#n-about.sfhover a {
	background-position: -674px -34px;
}

/* Nav Dropdowns */
div#nav ul ul {
	padding: 0;
	height: auto;
	list-style: none;
	line-height: 1;
	background: url(/templates/images/nav-drop-bkg.png) 0 0;
	margin: 34px 0 0 0;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 140px;
}
div#nav ul li ul li {
	background: url(/templates/images/nav-drop-div.gif) no-repeat 28px 0;
	height: 28px;
	width: 140px;
	display: block;
	float: none;
}
div#nav ul li ul li:first-child {
	background: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 28px;
	height: 28px;
	padding: 0 5px 0 28px;
	margin: 0;
	font-size: 93%;
	display: block;
	text-indent: 0;
	background-image: none!important;
	width: 107px!important;
}
div#nav ul li ul li a:link, div#nav ul li ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	background-color: #c5d438!important;
	color: #000!important;
}


/* Sidenav */
ul.sidenav {
	background: url(/templates/images/sidenav-bkg.gif) no-repeat 0 100%;
	margin: 0 0 15px 0;
	padding: 0;
}
ul.sidenav li {
	list-style-type: none;
	font-size: 93%;
}
ul.sidenav li a {
	display: block;
	padding: 6px 6px 6px 13px;
	width: 140px;
	border-bottom: 1px solid #e4e4e4;
	font-weight: bold;
}
ul.sidenav li a:hover {
	background-color: #03a6f1;
	color: #fff;
}

/* Sidenav Admin */
ul.sidenav-admin {
	background: url(/templates/images/sidenav-bkg.gif) no-repeat 0 100%;
	margin: 0 0 0px 60px;
	padding: 0;
}
ul.sidenav-admin li {
	list-style-type: none;
	font-size: 93%;
}
ul.sidenav-admin li a {
	display: block;
	padding: 6px 5px 6px 13px;
	width: 150px;
	border-bottom: 1px solid #e4e4e4;
	font-weight: bold;
}
ul.sidenav-admin li a:hover {
	background-color: #03a6f1;
	color: #fff;
}
/* @end */

/* @group Default Headings */
h1 { }
h2.section {
	background: url(/templates/images/section-hd-bkg.gif) repeat-x 0 0;
	text-transform: uppercase;
	font-size: 93%;
	padding: 0 13px;
	line-height: 28px;
	margin: 0;
}
h2.lightsection {
	text-transform: uppercase;
	font-size: 93%;
	padding: 10px 13px 0 13px;
	margin: 0;
	border-top: 1px solid #c9c9c9;
}
h3 { }
h4 { }
h5 { }
h6 { }
/* @end */
.section {
	background: url(/templates/images/section-hd-bkg.gif) repeat-x 0 0;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 93%;
	padding: 0 13px;
	line-height: 28px;
	margin: 0;
}

.lightsection {
	text-transform: uppercase;
	font-size: 93%;
	padding: 10px 13px 0 13px;
	margin: 0;
	border-top: 1px solid #c9c9c9;
}

/* @group Common Text Styles */
.blue-highlight {
	color: #03a6f1!important;
}
a.gray-link:link, a.gray-link:visited {
	color: #959595;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #03a6f1;
	text-decoration: none;
}
/* @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 */

/* Fix for CMS <a name> tags that freak out the dropdown menu */
a#OnAir, a#CP_JUMP_1654{
display: none!important;
}
a#Community, a#CP_JUMP_1644 {
display: none!important;
}
a#Music, a#CP_JUMP_1642 {
display: none!important;
}