/****************** OVERALL ******************/

* {outline:none;}
html, body {height:100%;}

body {
	background: #fff url(/i/backdrop.jpg) repeat-x center top;
	color:#000;
	font-family:Arial;
	font-size:13px;
	line-height:20px;
	margin:0 auto;
	text-align:center;
/* 	background: #fff url(/i/bgr-gaga1.jpg) repeat-x center top;  */
}

a#contentbranding {
	height:134px;
	width:980px;
	display:block;
}

div.empty {
	clear: both;
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.hidden {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

div#wrapper {
	position:relative;
	text-align:left;
	width:980px;
	height:auto !important;
	margin:0 auto -170px;
	min-height:100%;
	z-index:2;
}

div#push {
	clear:both;
	height:170px;
	position:relative;
	display:block;
}

h1,h2,h3,h4,h5,h6 {padding:5px 5px 10px; font-weight: normal;}

h1 {
	border-bottom:1px solid #EAEAEA;
	color:#00376A;
	font-size:25px;
	line-height:27px;
	margin:0;
}

h2 {
	border-bottom:1px solid #EAEAEA;
	color:#00376A;
	font-size:20px;
	line-height:25px;
	margin:10px 0 0;
}
h3 {color:#00376A; font-size:18px; line-height:22px;}
h4 {color:#00376A; font-size:16px; line-height:20px;}
h5,h6 {color:#00376A; font-size:14px; line-height:18px;}

a {color:#0084D7; text-decoration: none;}
a:hover {text-decoration: underline;}
img {
	border:none;
	-ms-interpolation-mode: bicubic;
}
p {margin:10px 0;}
ul {margin:10px 0;}
div.leftcontent ul {padding-left:20px; list-style-type: circle;}
ul li {}
ul li a {}
ul li a:hover {}
input.text {}
input.submit {}
input.select {}	
textarea {}
a.button {}

.left {float:left;}
.right {float:right;}
img.left {margin-right:10px;}
img.right {margin-left:10px;}
.last {margin-right:0;}

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

div#header {
	display: block;
	height:140px;
	width:100%;
	overflow: hidden;
	position: relative;
	}
	
a#logo {
	background: transparent url(/i/logo.png) no-repeat left top;
	display: block;
	position: absolute;
	left:50px;
	top:10px;
	width:124px;
	height:111px;
	}
	
/********* LOGO HOVER *********/
/* a#logo:hover {background-position: left bottom;} */
	
div#banner {
	display:block;
	width:728px;
	height:90px;
	position: absolute;
	right:10px;
	top:20px;
	}

/****************** MENU ******************/
	

div#menu {
	display: block;
	height:40px;
	width:100%;
	position: relative;
	background: transparent url(/i/menu-bgr.png) no-repeat left top;
	}
	
#navMenu {
	margin:0; 
	padding:0 10px 0;
	list-style:none;	
	text-align:center;
	line-height:40px;
}

#navMenu li {
	float:left;	
	background: transparent url(/i/menu-buttons.gif) no-repeat right top;	/* default background image	*/
	width:auto;							/* width and height of the menu item */
	height:40px;
	padding:0 15px;
	text-transform: uppercase;
	position:relative;			/* must set it as relative, because .hover class top and left with absolute position will be positioned according to li.	*/
}
* html #navMenu li {overflow: hidden;}

#navMenu li a {
	z-index:20;		/* z-index must be higher than .hover class */
	display:block;	/* display as block and set the height according to the height of the menu to make the whole LI clickable	*/
	height:40px;
	position:relative;
	color:#fff;
	font-size:14px;
}
* html #navMenu li a {display: inline-block;}

#navMenu li a:hover {text-decoration: none;}

	#navMenu li .hover {
	background: transparent url(/i/menu-buttons.gif) no-repeat right center;	/* mouseover image	*/
	position:absolute;	/* must be postion absolute 	*/
	width:100%;	/*	width, height, left and top to fill the whole LI item	*/
	height:40px;
	left:0; 
	top:0;	
	z-index:0;		/* display under the Anchor tag	*/
	display:none;	/* hide it by default	*/
}	
	* html #navMenu li .hover {width: 200px;}

#navMenu li.selected {
	background: transparent url(/i/menu-buttons.gif) no-repeat right bottom;	/* selected image	*/
}
#navMenu li.active {
	background: transparent url(/i/menu-buttons.gif) no-repeat right bottom;	/* selected image	*/
}

	
/****************** MAIN BOXES ******************/

div.content {
	background: #fff url(/i/white-bgr.gif) repeat-y left top;
	position: relative;
	display: block;
	width:100%;
	height:auto;
}

div.leftcontent {
	width:640px;
	float:left;
	clear:left;
	padding:16px 10px;
	position: relative;
	display: block;
	height:auto;
	}

div.rightcontent {
	width:300px;
	padding:16px 10px 16px 10px;
	float:right;
	clear:right;
	position: relative;
	display: block;
	height:auto;
	}

/****************** SUBMENU ******************/

div#submenu {
	background: #020718 url(/i/slider.gif) no-repeat left top;
	display: block;
	position: relative;
/* 	height:36px; */
	min-height:5px;
	padding:5px 0px 0;
	position:relative;
	width:660px;
	float:left;
	}

div#submenu ul {
	padding:0 10px 0;
	margin:0;
	list-style: none;
	background-color: transparent;
	background-image: url(/i/submenu.gif);
	background-repeat: no-repeat;
	background-position: -50px 30px;
	position: relative;
	height:36px;
	display: block;
	}
div#submenu ul li {
	float: left;
	position: relative;
	}

div#submenu ul li a {
	height:36px;
	line-height:30px;
	font-size:13px;
	color: #8EBFF8;
	text-decoration: none;
	display: block;
	padding:0 12px;
	}
* html div#submenu ul li a {display: inline-block;}

div#submenu ul li a:hover {color:#fff;}
div#submenu ul li.active a {color:#fff;}

div#submenu a.back {position: absolute; top:2px; right:10px; line-height:36px; height:36px; color:#A3A9D8}
div#submenu a.back:hover {color:#fff; background-image: none; text-decoration: none;}

/****************** PAGINATION ******************/


div#pagination {
	background:transparent url(/i/pagination.gif) no-repeat scroll left top;
	height:38px;
	display: block;
	clear:both;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
}

div.leftcontent dl#page_nav {
	clear:both;
	display:inline-block;
	height:38px;
	margin:0 auto;
}

*:first-child+html div.leftcontent dl#page_nav {display:inline;}
* html div.leftcontent dl#page_nav {display:inline;}

div.leftcontent dl#page_nav dd {
	display:block;
	float:left;
	font-family:Arial,sans-serif;
	font-size:12px;
	margin:0;
	padding:0 1px 0 0;
	height:38px;
	line-height:38px;
	color: #fff;
}
div.leftcontent dl#page_nav dd a {
	color:#fff;
	display:block;
	font-weight: normal;
	float:left;
	font-size:12px;
	height:38px;
	line-height:38px;
	text-align:center;
	text-decoration:none;
	width:30px;
}
div.leftcontent dl#page_nav dd a:hover {
	color:#fff;
	background:transparent url(/i/page_nav-hover.gif) repeat-x scroll left top;
}
div.leftcontent dl#page_nav dd a.active {
	background:transparent url(/i/page_nav.gif) repeat-x scroll left top;
	color:#fff;
	font-weight: bold;
}

div.leftcontent dl#page_nav dd.back a {
	width:90px;
	position: absolute;
	top:0;	left:0;
}
div.leftcontent dl#page_nav dd.next a {
	width:90px;
	position: absolute;
	top:0;	right:0;
}
div.leftcontent dl#page_nav dd.all a {width:150px;}
div.leftcontent dl#page_nav dd.back a:hover {
	background:transparent url(/i/page_nav-left.gif) repeat-x scroll left top;
	font-weight: normal;
	font-size:12px;
}
div.leftcontent dl#page_nav dd.next a:hover {
	background:transparent url(/i/page_nav-right.gif) repeat-x scroll right top;
	font-weight: normal;
	font-size:12px;
}
div.leftcontent dl#page_nav dd.all a:hover {
	background:transparent url(/i/page_nav-center.gif) repeat-x scroll center top;
	font-weight: normal;
	font-size:12px;
}

/****************** FANCYBOX FIXES ******************/

#lightbox-container-image-data-box {margin:10px auto 0;}
#lightbox-container-image-data #lightbox-image-details {width: 100%; padding-top:10px;}


/****************** COMMENTS ******************/


div.comments {}
div.comments h6 {
	margin:0;
	padding:0;
	font-weight: normal;
	display: inline;
	font-size:15px;
	}
p#comm_message {padding:5px 5px 10px; margin:0;}

div.comment a.name {font-size:15px;}
div.comment {padding:5px; margin:5px 0;}
div.comment img {
	float:left;
	border:1px solid #ccc;
	background:#fff;
	padding:5px;
	margin-right:10px;
	height:50px;
	width:50px;
	-ms-interpolation-mode: bicubic;
}
div.comment span.postdate {
	float:right;
	color:#999;
	font-size:12px;
}
div.comment p {
	margin:5px 0; 
	font-size:12px; 
	line-height:18px; 
	padding-left:72px;
}

div.comments div.odd {
		background-color:#F2F2F2;
		border:1px solid #d9d9d9;
}
div.comments div.odd img {background-color: #fff;}
div.comments div.odd span.date {color:#777;}

form {
	padding:0;
	margin:10px 0;
	border:none;
}

fieldset {
	padding:0;
	margin:0;
	border:none;
}

label {
	width:100px;
	display: block;
	height:25px;
	float:left;
	clear:left;
	line-height:25px;
	margin-bottom:5px;
	padding-left:5px;
	}
label.captcha {font-size:11px;}
	
input.text {
	float:left;
	width:250px;
	height:20px;
	padding:5px 5px 0;
	margin:0 10px 5px 0;
	font-family: Arial;
	font-size:13px;
	border:none;
	border:1px solid #aaa;
	}
	
textarea {
	float:left;
	width:608px;
	height:80px;
	padding:10px;
	margin:0 0 5px 0;
	font-family: Arial;
	font-size:12px;
	line-height:20px;
	border:1px solid #aaa;
	}

input.error {border-color:#C91117;}
textarea.error {border-color:#C91117;}
input.text:hover, textarea:hover {border-color:#888;}
input.text:focus, textarea:focus {border-color:#666;}
span.error {
	display: block;
	height:27px;
	font-size:11px;
	color:#C91117;
	float:left;
	line-height:25px;
	margin-bottom:5px;
	}

span.msgbox {
	display: block;
	font-size:13px;
	border:1px solid #D9D9D9;
	color:#444;
	line-height:25px;
	margin:5px 0 10px;
	-moz-border-radius:5px;
	background-color:#F2F2F2;
	padding:5px 10px;
	}
	
div#poll_content span.error {
	height:15px;
	line-height:15px;
	margin:0;
	}
	
div#gravatar {
	font-size:11px;
	line-height:16px;
	float:right;
	width:618px;
	background-color:#F2F2F2;
	border:1px solid #fff;
	padding:5px;
	margin:0 0 5px;
	position: relative;
	}
div#gravatar a.close {
	color:#C91117;
	font-size:10px;
	font-weight: bold;
	font-family:Comic Sans MS, cursive;
	position: absolute;
	top:-3px;
	right:-3px;
	height:12px;
	width:12px;
	line-height:12px;
	background-color:#F2F2F2;
	border:1px solid #fff;
	text-align: center;
	}
div#gravatar a.close:hover {
	text-decoration: none;
	border-color:#999;
	background:#fff;
	}
	
div#gravatar img {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	float:left;
	margin-right:8px;
	padding:2px;
	width:25px;
	height:25px;
}

input.captcha {width:100px; margin-right:9px;}
img.captcha {
border-right:1px solid #aaa;
border-bottom:1px solid #aaa;
float:left;
margin-right:10px;
}
img.captcha:hover {
border-color:#777;
}

div.comments a.button {
	height:27px;
	width:200px;
	line-height:27px;
	margin:0 0 5px;
	font-size:14px;
	text-align: center;
	color:#fff;
	float:right;
	background: white url(/i/button.gif) no-repeat left top;
	display: block;
	position: relative;
	padding-left:10px;
	}
div.comments a.button span {
	height: 27px;
	line-height: 27px;
	padding-right:10px;
	display: block;
	background: white url(/i/button.gif) no-repeat right top;
	}
	
div.comments a.button:hover {text-decoration: none; background-position: left bottom;}
div.comments a.button:hover span {background-position: right bottom;}


/****************** FOOTER ******************/

div#footerbgr {
	width:100%;
	display:block;
	text-align: left;
	height:170px;
	position:relative;
	z-index:3;
	background: #01010D url(/i/backdrop-footer.jpg) no-repeat center bottom;
	}


div#footer {
	background: #000310 url(/i/footer-bgr.gif) no-repeat left top;
	height:170px;
	position:relative;
	margin:0 auto;
	width:980px;
	margin:0 auto;
	color:#c8c8c8;
	display:block;
	font-size: 12px;
	}
div#footer a {color:#eee; font-weight: bold; text-decoration: none;}
div#footer a:hover {text-decoration: underline;}

div#footer p {margin:0;}
div#footer ul {margin:0; padding:0;}
div#footer ul li {margin:0; padding:0; list-style-type: none;}
div#footer ul.first {
	position: absolute;
	top:26px;
	left:340px;
	}
div#footer ul.second {
	position: absolute;
	top:26px;
	left:460px;
	}
div#footer ul.third {
	position: absolute;
	top:26px;
	left:580px;
	}

div#footer p.ivuworks {
	position: absolute;
	top:110px;
	left:20px;
	line-height: 38px;
	font-size:11px;
	width: 195px;
	}
* html div#footer p.ivuworks {width:195px;}
div#footer p.ivuworks label {float:left; width: auto;}

div#footer div.freshlogo {
	position: absolute;
	top:20px;
	left:20px;
	}
div#footer a#freshlogo {
	display: block;
	width:67px;
	height:60px;
	}
div#footer a#freshlogo span {
	width: 67px;
	height: 60px;
	overflow: hidden;
	display: block;
}

div#footer p.left {
	position: absolute;
	top:30px;
	left:100px;
	line-height: 16px;
	font-size: 11px;
	}
	
div#footer a#ivuworks {
	height: 26px;
	width:101px;
	display: block;
	float:right;
	margin-left:5px;
	cursor: pointer;
	}
div#footer a#ivuworks:hover {}
div#footer a#ivuworks span {
	width: 101px;
	height: 26px;
	overflow: hidden;
	display: block;
}

div#footer div.emmislogo {
	position: absolute;
	top:58px;
	right:225px;
	}
div#footer a#emmislogo {
	display: block;
	width:45px;
	height:55px;
	}
div#footer a#emmislogo:hover {}
div#footer a#emmislogo span {
	width: 45px;
	height: 55px;
	overflow: hidden;
	display: block;
}

div#footer div.starfmlogo {
	position: absolute;
	top:50px;
	right:20px;
	}
div#footer a#starfmlogo {
	display: block;
	width:83px;
	height:53px;
	}
div#footer a#starfmlogo:hover {}
div#footer a#starfmlogo span {
	width: 83px;
	height: 53px;
	overflow: hidden;
	display: block;
}

div#footer div.fmpluslogo {
	position: absolute;
	top:50px;
	right:125px;
	}
div#footer a#fmpluslogo {
	display: block;
	width:75px;
	height:50px;
	}
div#footer a#fmpluslogo:hover {}
div#footer a#fmpluslogo span {
	width: 75px;
	height: 50px;
	overflow: hidden;
	display: block;
}

/****************** SLIDER / ON AIR / FEATURED ******************/

div#slider {
	background: #020718 url(/i/slider.gif) no-repeat left top;
	display: block;
	padding:16px 10px 15px;
	position: relative;
	}
* html div#slider {height:360px;}
*:first-child+html div#slider {height:370px;}
	
div#subright {
	position: relative;
	float: right;
	background: #020718 url(/i/slider.gif) no-repeat right top;
	width: 300px;
	padding:16px 10px;
	display: block;
	}

div#on_air {
	width:300px;
	background: transparent url(/i/on_air-bgr.png) no-repeat left top;
	display: block;
	float:right;
	position: relative;
	margin-bottom: 10px;
}

div.current_show {height:125px;}

div#on_air a.current_show {
	position: absolute;
	top:12px;
	right:12px;
}

div#on_air h2 {
	color:#8EBFF8;
	font-size:14px;
	font-weight:normal;
	border: none;
	line-height:40px;
	margin:0 0 10px;
	padding:0 15px;
}

div#on_air p {
	font-size:12px;
	line-height:20px;
	margin:0;
	padding:0 15px;
	color:#A3A9D8;
}
div#on_air p.time {color:#8EBFF8;}
div#on_air p.title {color:#fff; font-size:13px; padding-right:120px;}
div#on_air p a {color:#fff; text-decoration: none;}
div#on_air p a:hover {text-decoration: underline;}

div#on_air dl, div#on_air dl dd {margin:0; padding:0;}
div#on_air dl {
	background: #182149 url(/i/on_air-dl.png) no-repeat left bottom;
	border-top: 1px solid #293466;
	width:270px;
	padding:10px 15px;
	display: block;
}
div#on_air dl dt {
	font-size:11px;
	color:#8EBFF8;
	width:40px;
	float:left;
	clear: left;
	border-bottom: 1px solid #29315D;
}
div#on_air dl dd {
	font-size:11px;
	color:#fff;
	float:left;
	border-bottom: 1px solid #29315D;
	display: block;
	width: 230px;
}
div#on_air dl dd a {text-decoration: none; color:#fff; float: left;}
div#on_air dl dd a.view {
	display: block;
	float:right;
	width:13px;
	height:13px;
	margin:4px 0 0 2px;
}

div#on_air dl dd a.person {display:none; background: transparent url(/i/view_person.gif) no-repeat left top;}
div#on_air dl dd a.show {display:none; background: transparent url(/i/view_show.gif) no-repeat left top;}
div#on_air dl dd a.view:hover {background-position: left bottom;}
div#on_air dl dd:hover a.view {background-position: left bottom;}

div.listen_online {
	width:280px;
	color:#A7B0ED;
	display:block;
	float:right;
	clear:right;
	height:50px;
	line-height:50px;
	text-transform:uppercase;
	background: transparent url(/i/listen_online.png) no-repeat left top;
	padding:0 10px;
	position: relative;
	margin-bottom:9px;
	cursor: default;
}
div.listenhovered {background: transparent url(/i/listen_online.png) no-repeat left bottom; }

div.listen_online a {
	text-transform: lowercase;
	font-size:11px;
	color: #8EBFF8;
	position: absolute;
	text-align:right;
	top:0;
}
div.listen_online a:hover {color:#fff;}
div.listen_online a.wa_high {left:185px;width:48px;}
div.listen_online a.wa_low {left:135px;width:43px;}
div.listen_online a.flash {left:240px;width:50px;}

div.search_site {
	width:280px;
	color:#A7B0ED;
	display:block;
	float:right;
	clear:right;
	height:50px;
	line-height:26px;
	font-size:11px;
	background: transparent url(/i/search_site.png) no-repeat left top;
	padding:0 10px;
	position: relative;
	cursor: default;
}
div.searchhovered {
	background: transparent url(/i/search_site.png) no-repeat left bottom;
}

div.search_site input#search {
	background: transparent;
	border: none;
	bottom:4px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:13px;
	height:19px;
	left:9px;
	margin:0;
	padding:0 6px;
	position:absolute;
	width:230px;
}

div.search_site input.search_button {
	display: block;
	background: transparent url(/i/search_button.png) no-repeat left top;
	position: absolute;
	bottom:6px;
	cursor:pointer;
	display:block;
	height:40px;
	position:absolute;
	right:4px;
	width:40px;
	border:none;
	cursor: pointer;
}
div.search_site input.search_button:hover {background-position: left bottom;}


/****************** FORUM RECENT ******************/

div#forum_recent {padding:0 5px; margin-bottom:30px;}

div#forum_recent h2 {
	color:#00376a;
	font-weight: bold;
	line-height:40px;
	height:40px;
	border-bottom: 1px solid #eaeaea;
	font-size:18px;
	margin:0 0 10px 0;
	padding:0;
}
div#forum_recent ul {margin:0;padding:0;}
div#forum_recent ul li {
	list-style-type: none;
	padding:0;
	line-height:18px;
	font-size:12px;
	margin-bottom:10px;
}
div#forum_recent ul li a {color:#0064A3;text-decoration: none;}
div#forum_recent ul li a:hover {text-decoration: underline;}

/****************** BANNERS FIX ******************/
	
div.rightcontent embed {position: relative; z-index: 100;}
div#banner embed {position: relative; z-index: 100;}
div.rightcontent #Advertisement {position: relative; z-index: 100;}

/****************** SEARCH ******************/

div.gsc-control-cse {padding:5px;}

input.gsc-input {
border:1px solid #AAAAAA !important;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
height:20px;
margin:0 10px 5px 5px;
padding:3px 3px 2px !important;
width:510px !important;
}
input.gsc-input:hover {border-color:#888;}
input.gsc-input:focus {border-color:#666;}

input.gsc-search-button {
-moz-border-radius:4px !important;
color:#fff !important;
background-color:#222A50 !important;
display:block;
float:right;
font-size:14px;
height:30px;
margin:0 0 5px;
text-align:center;
width:100px;
text-shadow:none !important;
border:none !important;
cursor:pointer;
}

div.gsc-clear-button {display:none !important;}
.gsc-tabsArea{display:none;}
