/*  
Theme Name: Radio Hub Central
Theme URI: http://radiohubcentral.com
Description: WordPress theme for Radio Hub Central.
Version: 1.0
Author: Steve Palmer
Author URI: http://quoperative.com
*/

BODY,DIV,DL,DT,DD,UL,OL,LI,H1,H2,H3,H4,H5,H6,PRE,FORM,FIELDSET,INPUT,TEXTAREA,P,BLOCKQUOTE,TH,TD,IMG {
	margin: 0;
	padding: 0;
	border: none;
}

HTML {
	background: #000 url("images/html_bkg.png") repeat-y top center;
	text-align: center;
	font: normal 62.5%/150% verdana,arial,helvetica,sans-serif;
	color: #fff;
}

BODY {
	background: url("images/body_bkg.png") no-repeat top center;
}

H1,
H2,
H3,
H4 {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

H1 {
	margin: 1em 0;
}

H2 {
	margin: 1em 0;	
	font-size: 250%;
	color: #abc93d;
}

H3 {
	font-size: 150%;
	line-height: 110%;
	color: #ffa70f;
	margin: 1em 0;
}

H4 {
	font-size: 120%;
	line-height: 110%;
	margin: 1.5em 0 0.5em;
}

P {
	margin: 0.8em 0;
}

P.error {
	background: #ffb;
	padding: 5px;
	color: #c00;
}

A {
	color: #abc93d;
	text-decoration: none;
}

A:hover {
	color: #fff;
	text-decoration: underline;	
}

SMALL {
	font-family: verdana,arial,helvetica;
}

BUTTON {
	border-top: double 3px #ddd;
	border-left: double 3px #ddd;
	border-bottom: double 3px #000;
	border-right: double 3px #000;
	background: #fff;
	padding: 2px 15px;
}

#page {
	margin: 0 auto;
	width: 760px;
	background: #2a2a2a url("images/page_bkg.gif") repeat-y;
	text-align: left;
	overflow: hidden;
}

#page.home {
	background: #2a2a2a;
}	

/****************************************
	HEADER
*/

#header {
	position: relative;
	border-top: solid 12px #990000;
	width: 100%;
	height: 109px;
	background: #abc93d url("images/header_bkg.png") no-repeat top left;
}

#header #home-link {
	position: absolute;
	left: 21px;
}

/****************************************
	HEADER > NAV
*/

#header #cat-list {
	position: absolute;
	top: 35px;
	left: 240px;
	list-style: none;
}

#header #cat-list LI {
	display: inline;
	font: bold 140% arial,helvetica,sans-serif;
}

#header #cat-list LI A {
	color: #fff;
	text-decoration: underline;
	padding: 2px;
}

#header #cat-list LI A:hover {
	color: #fffc14;
	text-decoration: none;
	background: #7A8F2B;
}

#header #cat-list LI UL {
	display: none;
}

#header #page-list {
	position: absolute;
	bottom: 6px;
	left: 15px;
	list-style: none;
}

#header #page-list LI {
	display: inline;
	margin: 0 13px 0 0;
	font-size: 110%;
}

#header #page-list LI A {
	color: #fff;
	text-decoration: underline;
}

#header #page-list LI A:hover {
	text-decoration: none;
}

#header #page-list UL {
	display: none;
	}


/****************************************
	HEADER > SEARCH
*/

#header #searchform {
	position: absolute;
	bottom: 4px;
	right: 15px;
}

#header #searchform #s {
	width: 105px;
	padding: 2px;
	background: #f1fcc7;
	border: solid 1px #7a902c;
}

#header #searchform #searchsubmit {
	width: 57px;
	height: 21px;
	background: url("images/header_btn.gif");
	font: bold 14px/15px "trebuchet ms",arial,helvetica,sans-serif;
	padding: 0 0 6px;
	color: #fff;
}

/****************************************
	CONTENT > HOME > AD
*/

.column .ad {
	clear: both;
	margin: 0 0 12px;
	width: 299px;
}

.column .ad A{
	color: #000;
}

/****************************************
	GOOGLE ADS
*/

.ad-google {
	margin: 10px 0 10px 40px;
	width: 440px;
}

.home .ad-google {
	margin: 10px 0 10px 30px;
	width: 100%;
}

/****************************************
	AD > LEADERBAORD
*/

.ad.leaderboard {
	margin: 0 auto;
	text-align: center;
}

.ad.leaderboard IMG {
	border: solid 1px #999;
}

/****************************************
	CONTENT
*/

#content {
	font-size: 120%;
	min-height: 500px;
}

#content.twocolumn {
	padding: 14px 0 0 14px;
}

#content.twocolumn .column {
	float: left;
	width: 373px;
	overflow: hidden;
}

#content.widecolumn {
	width: 720px;
	padding: 20px;
}

#content.narrowcolumn {
	width: 520px;
	padding: 0 20px 20px;
	float: left;
}

/****************************************
	SIDEBAR
*/

#sidebar {
	width: 200px;
	float: left;
	font-size: 110%;
}

#sidebar UL {
	list-style: none;
}

#sidebar UL LI {
	padding: 10px;
}

#sidebar UL LI.notice {
	padding: 0;
	margin: 0 0 10px;
}

#sidebar UL LI.notice IMG {
	border-top: solid 4px #313131;
	border-bottom: solid 4px #313131;
}

#sidebar UL LI.current-cat {
	font-weight: bold;
}

#sidebar UL LI.current-cat>A {
	color: #fff;
}

#sidebar UL LI.bubble {
	background: #900 url("images/sidebar_bubble_bkg.gif") repeat-y;
	padding: 0;
	margin: 10px 0;
	font: normal 100%/130% verdana,arial,helvetica;
}

#sidebar UL LI.bubble DIV.top {
	width: 100%;
	height: 10px;
	background: url("images/sidebar_bubble_top.gif") no-repeat bottom;
	position: relative;
	*top: -5px;
}
	
#sidebar UL LI.bubble DIV.bottom {
	width: 100%;
	height: 17px;
	margin: 5px 0 0;
	background: url("images/sidebar_bubble_bot.gif") no-repeat top;
}

#sidebar UL LI.bubble P,
#sidebar UL LI.bubble H3 {
	margin: 0 20px;
}

#sidebar UL LI.bubble H3 {
	font-size: 120%;
}

#sidebar UL LI.bubble UL.forum {
	margin: 0 20px;
}

#sidebar UL LI.bubble UL.forum LI {
	font-size: 100%;
	list-style: none;
	background: none;
}

#sidebar UL LI.bubble UL.forum LI:hover,
#sidebar UL LI.bubble UL.forum LI.light,
#sidebar UL LI.bubble UL.forum LI.light:hover {
	background: none;
}

#sidebar UL LI.bubble UL.forum LI SMALL {
	display: none;
}

#sidebar UL LI H2 {
	margin: 0 0 0.5em;
	color: #fff;
	font-size: 170%;
}	

#sidebar UL LI UL {
	list-style: url("images/bullet.gif");
	font: normal 100% verdana,arial,helvetica;
	margin: 0 20px;
}

#sidebar UL LI UL LI {
	margin: 5px 0;
	padding: 0;
}

#sidebar UL LI UL LI UL {
	margin: 0 0 0 12px;
}

#sidebar UL LI UL LI UL>LI {
	font-size: 90%;
}

#sidebar UL LI UL LI UL>LI A {
	color: #8c985f;
}

/****************************************
	CONTENT > BLOCK
*/

#content .block {
	background: #313131;
	padding: 12px;
	position: relative;
	margin: 0 0 30px 0;
}

#content.twocolumn .block {
	width: 335px;
	margin: 0 14px 14px 0;
}

.block .bigdate {
	float: left; 
	margin: 0 6px 12px 0;
}

.block H2 {
	font-size: 200%;
	line-height: 90%;
	margin: 0.3em 0;
}

.block H2 A {
	color: #fff;
	text-decoration: none;
}

.block H2 A:hover {
	color: #abc93d;
}

.block H3 {
	font-weight: normal;
	color: #777;
	font-size: 100%;
	margin: 0.3em 0 1em;
}

.block .postmetadata {
	margin: 1em 0 0;
	font-size: 80%;
	color: #777;
}

.block .postmetadata A {
	color: #8c985f;
}

.block .entry {
	font-size: 90%;
	line-height: 145%;
	color: #c1c1c1;
	clear: left;
}

/****************************************
	BIG DATE BLOCK
*/	

.bigdate {
	width: 43px;
	height: 51px;
	background: url("images/bigdate_bkg.gif");
	font: bold 25px/35px arial, helvetica, sans-serif;
	text-align: center;
}

.bigdate EM {
	display: block;
	font-style: normal;
	font: bold 13px/12px arial, helvetica, sans-serif;
	color: #abc93d;
}



/****************************************
	CONTENT > HOME > JOBS LIST
*/

#content.twocolumn #jobs-list.block {
	padding: 56px 0 12px;
	width: 359px;
}

#jobs-list H2 A {
	color: #fff;
}

#jobs-list .header {
	background: url("images/block_jobslist_header_bkg.gif") repeat-x top;
	overflow: hidden;
	position: absolute;
	top: 0;
}

#jobs-list .header .feed {
	float: right;
	margin: 10px 12px;
}

#jobs-list .header H4 {
	width: 140px;
	color: #4e4e4e;
	font-weight: normal;
	font-size: 100%;
	line-height: 105%;
	margin: 15px 2px 0;
	float: left;
}

#jobs-list UL,
#content #jobs-list UL {
	list-style: none;
	clear: both;
	margin: 0;
}

#jobs-list UL LI {
	padding: 4px;
	font-size: 125%;
	color: #929292;
	font-family: helvetica, arial, sans-serif;
}

#jobs-list UL LI:hover {
	background: #3e3e3e;
}

#jobs-list UL LI.light:hover {
	background: #3f3f3f;
}

#jobs-list UL LI A {
	text-decoration: underline;
}

#jobs-list UL LI STRONG,
#jobs-list UL LI EM {
	color: #fff;
}

#jobs-list UL LI EM {
	font-style: normal;
}

#jobs-list UL LI SMALL {
	display: block;
	font-size: 70%;
	margin: 2px 0 0;
}

#jobs-list UL LI.light {
	background: #373737;
}

/****************************************
	CONTENT > HOME > COMMUNITY
*/

#content.twocolumn #community.block {
	background: #313131 url("images/block_community_bkg.gif") no-repeat top left;
	padding-top: 60px;
}

#community H2 {
	position: absolute;
	top: 2px;
	left: 64px;
	width: 135px;
	text-align: center;
	font-size: 150%;	
}

#community H2 A {
	color: #fff;
}

#community H3 {
	font-weight: bold;
	font-size: 150%;
	color: #fff;
}

#community .members {
	list-style: none;
	overflow: hidden;
	margin: 0 0 15px;
}

#community .members LI {
	float: left;
	margin: 0 10px 5px 0;
}

#community .members LI A {
	background: #fff;
	padding: 3px;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	display: block;
}	
	
#community .members LI A SPAN {
	width: 50px;
	height: 50px;
	overflow: hidden;
	display: block;
	background: #000;
}

#community .members LI A:hover {
	background: #ABC93D;
}

#community .members LI EM {
	display: none;
}

#community .forum,
#content #community .forum {
	list-style: none;
	clear: both;
	margin: 0;
}

#community .forum LI {
	padding: 4px;
	font-size: 125%;
	color: #929292;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}

#sidebar #community .forum LI {
	list-style-image: none;
	background: none;
}

#community .forum LI:hover {
	background: #3e3e3e;
}

#community .forum LI.light:hover {
	background: #3f3f3f;
}

#community .forum LI A {
	text-decoration: underline;
}

#community .forum LI STRONG,
#community .forum LI EM {
	color: #fff;
}

#community .forum LI EM {
	font-style: normal;
}

#community .forum LI SMALL {
	display: block;
	font-size: 70%;
	font-weight: normal;
	margin: 2px 0 0;
}

#community .forum LI SMALL A {
	color: #999;
}

#community .forum LI.light {
	background: #373737;
}



/****************************************
	BUBBLES
*/	

.bubble-red-down {
	display: inline;
	background: url("images/bubble_red_down.gif") no-repeat top center;
	padding: 17px 10px 27px;
	width: 105px;
	margin: 0 20px;	
	color: #fff;
	text-decoration: underline;
	position: relative;
	top: -16px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 120%;
	text-align: center;
}

.bubble-red-down:hover {
	color: #ffb;
}

.column .bubble-red-down {
	float: right;
}

H2.bubble {
	display: inline;
	float: left;
	background: url("images/bubble_red_up.gif") no-repeat top center;
	padding: 10px 10px 27px;
	width: 135px;
	color: #fff;
	position: relative;
	font-size: 140%;
	text-align: center;
}

/****************************************
	CONTENT > CONTENT PAGE
*/	

#content H2.pagetitle {
	font-size: 200%;
	line-height: 100%;
}

#content H2.pagetitle EM {
	font-style: normal;
	color: #fff;
}

#content P,
#content UL,
#content OL,
#content TABLE {
	font-family: verdana,arial,helvetica,sans-serif;
}

#content UL {
	list-style: url("images/bullet.gif");
	margin: 20px 30px;
}

#content OL {
	margin: 20px 30px;
}


#content UL LI,
#content OL LI {
	color: #ccc;
	margin: 5px 0;
}


#content INPUT {
	font: normal 100% verdana,arial,helvetica,sans-serif;
}

/****************************************
	CONTENT > CONTACT FORM
*/	

#contactform {
	padding: 10px;
	background: #333;
	}

#contactform H2 {
	font-size: 2em;
	margin: 0.35em 0;
	}

#contactform LABEL {
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	padding: 2px 10px 2px 0;
	}

#contactform SMALL {
	display: block;
	margin: 3px 0 7px 90px;
	color: #666;
}

#contactform INPUT.text {
	background: #aaa;
	color: #000;
	border-top: solid 1px #111;
	border-left: solid 1px #111;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 2px;
	width: 160px;
	}

#contactform UL {
	list-style: none;
	margin-left: 65px;
	}

#contactform UL LABEL {
	display: inline;
	float: none;
}

#contactform UL INPUT {
	vertical-align: middle;
	}

#contactform TEXTAREA {
	width: 350px;
	background: #aaa;
	color: #000;
	border-top: solid 1px #111;
	border-left: solid 1px #111;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 2px;
	}
	
#contactform BUTTON {
	margin: 5px 0 5px 90px;
}

#contactform EM {
	font-style: normal;
	color: #900;
	}


/****************************************
	CONTENT > COMMENT FORM
*/	

#commentform INPUT.text {
	background: #666;
	color: #fff;
	padding: 5px;
	font: normal 100% verdana,arial,helvetica,sans-serif;
}

#commentform #comment {
	width: 95%;
	background: #666;
	color: #fff;
	padding: 5px;
	font: normal 100% verdana,arial,helvetica,sans-serif;
}

#commentform #submit {
	border-bottom: double 3px #000;
	border-right: double 3px #000;
	border-top: double 3px #bbb;
	border-left: double 3px #bbb;
	background: #666;
	padding: 3px;
	color: #fff;
}

/****************************************
	CONTENT > POST
*/	

.navigation {
	font-size: 80%;
	margin: 20px 0;
	overflow: hidden;
	padding: 5px;
	background: #373737;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.post { }

.post .postmetadata.alt {
	color: #999;
	margin: 20px 0;
	border-top: solid 1px #444;
	padding: 5px;
	line-height: 110%;
}

/****************************************
	PODPRESS
*/	

#podPress_footer {
	visibility: hidden;
}

#podPress_footer * { 
	display: none;
}

.entry .podPress_content {
	margin: 25px 0;
}











#footer {
	font: normal 100% verdana,arial,helvetica,sans-serif;
	clear: both;
	padding: 5px 5px 10px;
	margin: 0 0 0 20px;
	color: #666;
	border-top: solid 1px #424242;
}

#footer a {
	margin: 0 10px 0 0;
	color: #666;
}






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
