/* To add a class to a specific module, add #xxxxx .classname {} */
/* If all your styles in the right column are the same, you could add #rightColumn .classname {} and it will effect every class with that name in the right column. */

/* All Possible Module Classes */
p {
	font-size:1.2em;
	line-height:1.5em;	
}
a {
	color:#008C61;
}
a:hover {
	color:#FF393B;
}
legend {
	display:none;
}
label {
	font-size:1.1em;
}

#relatedLinksInsert .moduleContainer ,
#mainContent.module ,
#onAir.module ,
#feature.module ,
#headline.module ,
#weather.module ,
#poll.module ,
#search.module ,
#club.module 
{
	position: relative;
	border:2px solid #008F64;
	background:url(/images/module-bg.jpg) repeat-x #fff;
	background-position:center bottom;
}

#mainContent .moduleHeader ,
#onAir .moduleHeader ,
#feature .moduleHeader ,
#headline .moduleHeader ,
#weather .moduleHeader ,
#poll .moduleHeader ,
#search .moduleHeader ,
#club .moduleHeader 
{
	background:url(/images/moduleHeader-bg.gif) repeat-x;
	background-position:center top;
	height:25px;
	text-align:center;
}

#mainContent .moduleHeader h2 ,
#mainContent .moduleHeader h3 ,
#onAir .moduleHeader h3,
#feature .moduleHeader h2,
#headline .moduleHeader h3,
#weather .moduleHeader h3,
#poll .moduleHeader h3,
#search .moduleHeader h3,
#club .moduleHeader h3
{
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
} /* Used for module titles. */




h4,
h5,
#feature h3
{
	font-size:1.2em;
	color:#000;
	font-weight:bold;
	line-height:1.5em;	
} /* Used for  module headlines . */
h4 a,
#feature h3 a
{
	color:#000;
	text-decoration:none;
} /* Used for  module headlines . */
h4 a:hover
{
	text-decoration:underline;
} /* Used for  module headlines . */

#feature .moduleFooter {
	height: 8px;
	clear: both;
}

#contentLeft .module{
	text-align:left;
	margin:0px 0px 10px 10px;
	
}


/*----------------------------------------------------------
Delete above classes if styles haven't been defined above
----------------------------------------------------------*/

/* Feature */
#feature {
	margin-bottom:10px;

}

#feature .containerPadding {
	padding:10px 10px 30px 10px;
}
#feature img {
	border:2px solid #00A07D;
	float:left;
	position:relative;
	margin:0px 8px 0px 0px;
}





/* Headline */
#headline {
	position:relative;
}
#headline .containerPadding {
	padding:10px 10px 30px 10px;
}
#headline img {
	border:3px solid #00A07D;
	float:left;
	position:relative;
	margin:0px 8px 0px 0px; 
}

/* Poll */
#poll {}
#poll .sponsorLabel {
	display:none;
}
#poll .sponsor {
	text-align:center;
	margin:auto;
	margin-bottom:6px;
}
#poll .containerPadding {
	padding:8px 10px 30px 10px;
}
#poll p {
	font-size:1.1em;
	line-height:1.18em;
}
#pollQuestion {
	font-weight:bold;
	padding:6px 0px;
}
#poll #pollsubmit {
	margin-top:6px;
}
#poll dd {
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:.5em;
}
#poll dt {
	font-size:1.1em;

}

/* On Air */
#onAir {
	width:210px;
	text-align:left;
	margin:auto;
	margin-bottom:20px;
}
#onAir .containerPadding {
	margin: -2px 0px 0px -2px;
	padding:6px 4px 30px 4px;
}
#onAir .hostPhoto{
	float:left;
}
#onAir img {
	width: 70px;
	border:2px solid #00A07D;
	float:left;
}
#onAir .hostText{
	width:117px;
	position: relative;
	float:right;
}
#onAir #nextHost{
	margin: -15px 0px 0px 0px;
	width:117px;
	position: relative;
	float:right;
}
#onAir .hostTime, #nextHost .hostName {
	font-size:1.1em;
}

/* Sponsor */
#sponsor {}
#sponsor .moduleHeader {
	display:none;
}
#sponsor img{
	margin-bottom:20px;
}

/* Club */
#club {}
#club .textInput {
	width: 100px;
}
#club .containerPadding {
	padding:10px 10px 30px 10px;
}
#club #elsLoginForm {
	display:none;
}
#club #loginLinks {
	  display:none;
}

/* Search */
#search {}
#search .textInput {
	width: 130px;
	margin-bottom:8px;
}

#search .containerPadding {
	padding:8px 8px 30px 8px;
}
#searchTopSearches {
	display:none;
}
#searchType {
	display:none;
}
#searchTypeLabel {
	display:none;
}

#search label {
	display:none;
}

/* Weather */
#weather {
}
#weather img {
	border:1px solid #000;
	width:40px;
	position: relative;
	float:left;
	margin: -4px 0px 0px -2px;
}
#weather #weatherGraphic {
	position: relative;
	float:left;
	margin-right:5px;
}
#weather #weatherInfo {
	position: relative;
	float:left;
	margin: -8px 0px 0px -2px;
	width: 105px;
}
#weather p {
	font-size:1.1em;
	line-height: 1em;
}
#weather h4 {
	font-size:1.1em;
}
#weatherInfoFooter {
	clear: both;
}
#weather .containerPadding {
	padding:8px 8px 30px 6px;
}
#weather .moduleFooter {
	clear: both;
}
#weather #weatherToday {
	
	padding: 0px 0px 10px 0px;
}
#weather #weatherTomorrow {
	padding: 0px 0px 20px 0px;
}
/* Tile Ads */
#tileAds {}
#tileAds p {
	padding: 3px 0px;
}

/* Additional Framework Styles for Modules - Any styles that are used accross multiple modules go below. */
