/*
Theme Name: Housecall V3
Theme URI: http://www.housecallfm.com
Author: Wyze Web
Author URI: http://www.wyzeweb.com
Description: v3 of the Housecall website. Much slicker and faster than the old one.
Version: 1.0
Text Domain: twentythirteen
*/

@charset "UTF-8";





@font-face {
    font-family: Plane;
    src: url(https://www.housecallfm.com/fonts/Plane.ttf);
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('https://www.housecallfm.com/fonts/bebasneue-webfont.eot');
    src: url('https://www.housecallfm.com/fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.housecallfm.com/fonts/bebasneue-webfont.woff') format('woff'),
         url('https://www.housecallfm.com/fonts/bebasneue-webfont.ttf') format('truetype'),
         url('https://www.housecallfm.com/fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color:#121212;
	margin:0;
	font-family: lettergothicregular, Arial, sans-serif;
}

a {
	text-decoration:none;
	color:#fff;
}

a:hover {
	text-decoration:underline;
}

#mainbg {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	border-left:solid 5px #303030;
	border-right:solid 5px #303030;
	padding-bottom:20px;
	background-color:#191919;
}

#navbar {
	position:absolute;
	width:100%;
	top:20px;
	height:65px;
	background-image: url(images/nav_bg.png);
	background-repeat:repeat-x;
	border-bottom:2px solid #000;
}

#navwrap {
	position:relative;
	width:910px;
	height:65px;
	margin-left:auto;
	margin-right:auto;
}

#navlogo {
	position:absolute;
	left:0;
	top:8px;
	width:231px;
	height:50px;
	background-image: url(images/hc_logo.png);
	background-repeat:no-repeat;
}

#navlogo-chat {
	position:absolute;
	left:0;
	top:8px;
	width:231px;
	height:50px;
	background-image: url(images/hc_chat_logo.png);
	background-repeat:no-repeat;
}

/* Nav Controls */
a.homebt {
	position:absolute;
	display:block;
	left:277px;
	top:0px;
	height:65px;
	width:38px;
	background-image: url(images/nav_sprites2.png);
	background-repeat:no-repeat;
}

a.homebt:hover {
	background-position:0 -65px;
}

a.homebt:active {
	background-position:0 -130px;
}

.homebt-on {
	position:absolute;
	display:block;
	left:277px;
	top:0px;
	height:65px;
	width:38px;
	background-image: url(images/nav_sprites2.png);
	background-repeat:no-repeat;
	background-position:0 -130px;
}

a.djsbt {
	position:absolute;
	display:block;
	left:315px;
	top:0px;
	height:65px;
	width:60px;
	background-image: url(images/nav_sprites2.png);
	background-repeat:no-repeat;
	background-position:-38px 0;
}

a.djsbt:hover {
	background-position:-38px -65px;
}

a.djsbt:active {
	background-position:-38px -130px;
}

.djsbt-on {
	position:absolute;
	display:block;
	left:315px;
	top:0px;
	height:65px;
	width:60px;
	background-image: url(images/nav_sprites2.png);
	background-repeat:no-repeat;
	background-position:-38px -130px;
}

a.showsbt {
	position:absolute;
	display:block;
	left:375px;
	top:0px;
	height:65px;
	width:68px;
	background-image: url(images/nav_sprites2.png);
	background-repeat:no-repeat;
	background-position:-98px 0;
}

a.showsbt:hover {
	background-position:-98px -65px;
}

a.showsbt:active {
	background-position:-98px -130px;
}

.showsbt-on {
	position:absolute;
	display:block;
	left:375px;
	top:0px;
	height:65px;
	width:68px;
	background-image: url(images/nav_sprites2.png);
	background-repeat:no-repeat;
	background-position:-98px -130px;
}

a.newsbt {
	position:absolute;
	display:block;
	left:443px;
	top:0px;
	height:65px;
	width:65px;
	background-image: url(images/nav_sprites2.png);
	background-repeat:no-repeat;
	background-position:-166px 0;
}

a.newsbt:hover {
	background-position:-166px -65px;
}

a.newsbt:active {
	background-position:-166px -130px;
}

.newsbt-on {
	position:absolute;
	display:block;
	left:443px;
	top:0px;
	height:65px;
	width:65px;
	background-image: url(images/nav_sprites2.png);
	background-repeat:no-repeat;
	background-position:-166px -130px;
}

a.contactbt {
	position:absolute;
	display:block;
	left:509px;
	top:0px;
	height:65px;
	width:92px;
	background-image: url(images/nav_sprites2.png);
	background-repeat:no-repeat;
	background-position:-231px 0;
}

a.contactbt:hover {
	background-position:-231px -65px;
}

a.contactbt:active {
	background-position:-231px -130px;
}

.contactbt-on {
	position:absolute;
	display:block;
	left:509px;
	top:0px;
	height:65px;
	width:92px;
	background-image: url(images/nav_sprites2.png);
	background-repeat:no-repeat;
	background-position:-231px -130px;
}

/* Nav Controls End */

/* Search Bar */
#searchwrap {
	position:absolute;
	left:622px;
	top:17px;
	width:288px;
	height:65px;
}

#search-box {
    position: relative;
    width: 288px;
    margin: 0;
	z-index:2000;
}

#search-form {
    height: 32px;
    -webkit-border-radius: 5px 10px 10px 5px;
    border-radius: 5px 10px 10px 5px;
	background-image:url(images/search_bg.png);
	background-repeat:repeat-x;
    overflow: hidden;
}

#search-text {
    font-size: 12px;
    color: #ddd;
    border-width: 0;
    background: transparent;
}

#search-box input[type="text"] {
    width: 190px;
    padding: 9px 0 0px 26px;
    color: #333;
    outline: none;
}

#search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 63px;
    text-align: center;
    line-height: 32px;
    border-width: 0;
    background-color: #989898;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}

.search-bt-text {
	font-family:lettergothicregular;
	font-size:14px;
	color:#000;
	margin-top:1px;
	letter-spacing:-1px;
}

#search-button:hover {
	background-color:#6e6e6e;
}
/* Search Bar End */


/* DJ Page */
#djleft {
	margin-top:105px;
	width:635px;
	margin-left:21px;
	float:left;
}

#djright {
	margin-top:105px;
	width:251px;
	margin-right:21px;
	float:right;
}

#djwrap {
	position:relative;
	width:635px;
	height:293px;
	z-index:100;
}

#djheadline {
	position:absolute;
	bottom:0;
	height:58px;
	left:0;
	width:100%;
	background-image: url(images/dj_headline.png);
	background-repeat:repeat-x;
	z-index:200;
}

.djname {
	color:#c0c0c0;
	font-size:30px;
	padding:15px;
	text-transform:uppercase;
	z-index:300;
	letter-spacing:1px;
font-family:lettergothicregular;
}

.djbiog {
	margin:20px 0 20px 0;
	text-align:justify;
	font-size:14px;
	color:#c0c0c0;
}
	
#djdatabox {
	position:relative;
	height:293px;
	width:251px;
	background-color:#3a3a3a;
	z-index:100;
}

.boxheader {
	position:absolute;
	top:0;
	width:100%;
	height:58px;
	background-image: url(images/box_headline.png);
	background-repeat:repeat-x;
	z-index:200;
}

.boxhdtxt {
	font-size:18px;
	color:#c0c0c0;
	padding:21px 0 0 20px;
	text-transform:uppercase;
	letter-spacing:1px;
}

.datainfo {
	position:absolute;
	top:78px;
	left:20px;
	color:#c0c0c0;
	font-size:12px;
	line-height:15px;
	letter-spacing:1px;
}

.datainfo .var {
	color:#fff;
}

.datainfo a.var {
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

.datainfo a.var:hover {
	text-decoration:underline;
}

#djsocial {
	position:absolute;
	top:167px;
	left:20px;
	width:231px;
	height:64px;
}

a.djfb {
	position:relative;
	float:left;
	height:64px;
	width:65px;
	background-image: url(images/buttons.png);
	background-repeat:no-repeat;
}

a.djfb:hover {
	background-position:0 -64px;
}

a.djtw {
	position:relative;
	margin-left:8px;
	float:left;
	height:64px;
	width:65px;
	background-image: url(images/buttons.png);
	background-repeat:no-repeat;
	background-position:-74px 0;
}

a.djtw:hover {
	background-position:-74px -64px;
}

a.djsc {
	position:relative;
	margin-left:8px;
	float:left;
	height:64px;
	width:65px;
	background-image: url(images/buttons.png);
	background-repeat:no-repeat;
	background-position:-148px 0;
}

a.djsc:hover {
	background-position:-148px -64px;
}

#datafooter {
	position:absolute;
	bottom:0;
	width:100%;
	height:42px;
	background-image: url(images/box_headline.png);
	background-repeat:repeat-x;
	z-index:200;
}

#webicon {
	position:relative;
	top:10px;
	left:17px;
	width:22px;
	height:22px;
	float:left;
	background-image: url(images/icons.png);
}

a.djweb {
	position:relative;
	font-size:12px;
	top:15px;
	left:22px;
	color:#FFF;
	width:190px;
	height:22px;
	float:left;
	letter-spacing:-0.5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration:none;
}

a.djweb:hover {
	text-decoration:underline;
}

#djagentbox {
	position:relative;
	margin-top:20px;
	height:110px;
	width:251px;
	background-color:#787878;
	z-index:100;
}

#agentinfo {
	position:absolute;
	top:73px;
	left:17px;
}

#emicon {
	position:relative;
	width:22px;
	height:22px;
	float:left;
	background-image: url(images/icons.png);
	background-position:0 -22px;
}

a.agentweb {
	position:relative;
	font-size:12px;
	color:#000;
	left:5px;
	top:5px;
	width:190px;
	height:22px;
	float:left;
	letter-spacing:-0.5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration:none;
}

a.agentweb:hover {
	text-decoration:underline;
}

#djlatestbox {
	position:relative;
	margin-top:20px;
	height:162px;
	width:251px;
	background-color:#3a3a3a;
	z-index:100;
}

#djlatest {
	position:absolute;
	top:78px;
	left:20px;
	width:231px;
	height:64px;
}

a.djts {
	position:relative;
	float:left;
	height:64px;
	width:65px;
	background-image: url(images/buttons.png);
	background-repeat:no-repeat;
	background-position:0 -128px;
}

a.djts:hover {
	background-position:0 -192px;
}

a.djbp {
	position:relative;
	margin-left:8px;
	float:left;
	height:64px;
	width:65px;
	background-image: url(images/buttons.png);
	background-repeat:no-repeat;
	background-position:-74px -128px;
}

a.djbp:hover {
	background-position:-74px -192px;
}

a.djjd {
	position:relative;
	margin-left:8px;
	float:left;
	height:64px;
	width:65px;
	background-image: url(images/buttons.png);
	background-repeat:no-repeat;
	background-position:-148px -128px;
}

a.djjd:hover {
	background-position:-148px -192px;
}

/* Footer */
#footer {
	position:relative;
	width:100%;
	height:188px;
	background-color:#000;
}

#nsbar {
	position:absolute;
	top:19px;
	width:100%;
	height:35px;
	background-color:#666;
	z-index:290;
}

#nstext {
	position:absolute;
	top:25px;
	left:144px;
	font-size:20px;
        font-weight:bold;
	color:#000;
	letter-spacing:-1px;
}

#footerwrap {
	position:relative;
	width:950px;
	height:188px;
	margin-left:auto;
	margin-right:auto;
	z-index:300;
}

#nursebar {
	position:absolute;
	left:0;
	bottom:0;
	width:110px;
	height:196px;
	background-image: url(images/nurse_ft.png);
	background-repeat:no-repeat;
	overflow:visible;
	z-index:301;
}

#foot1 {
	position:absolute;
	top:65px;
	left:144px;
	height:108px;
	width:200px;
}

#foot2 {
	position:absolute;
	top:65px;
	left:344px;
	height:108px;
	width:210px;
}

#foot3 {
	position:absolute;
	top:65px;
	left:554px;
	height:108px;
	width:200px;
}

#foot4 {
	position:absolute;
	top:65px;
	left:754px;
	height:108px;
	width:200px;
}

.fheadline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#727272;
}

a.footlink {
	font-family:Arial, Helvetica, sans-serif;
	color:#d8d8d8;
	text-decoration:none;
	font-size:14px;
}

a.footlink:hover {
	text-decoration:underline;
	color:#fff;
}
/* Footer End */

/* Home Page */
#homeleft {
	margin-top:105px;
	width:587px;
	margin-left:21px;
	float:left;
}

#homeright {
	margin-top:105px;
	width:300px;
	margin-right:21px;
	float:right;
}

.fpheader {
	position:relative;
	width:587px;
	height:60px;
	background-color:#f5f5f5;
}

.fpheadline {
	position:relative;
	color:#000;
	font-size:30px;
	padding:13px 15px 15px 15px;
	text-align:center;
	text-transform:uppercase;
	z-index:300;
	letter-spacing:-1px;
}


#lssplash {
	position:relative;
	width:587px;
	height:345px;
	overflow:hidden;
}

#splash {
	position:absolute;
	top:-140px;
	left:-10px;
}

#latestsc {
	position:relative;
	width:587px;
	height:60px;
	margin-bottom:20px;
	background-color:#f5f5f5;
	overflow:hidden;
}



#latestshowinfo {
	position:relative;
        font-family:cabinregular, Arial, Helvetica, sans-serif;
	width:587px;
	text-align:justify;
	font-size:15px;
	color:#c0c0c0;
}

.gplist {
	position:relative;
	width:587px;
	text-align:justify;
	font-size:13px;
	color:#f6eea7;
}
	
	
#fpadate {
	width:587px;
	margin-top:20px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	margin-bottom:20px;
}

a.viewshow {
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}

a.viewshow:hover {
	color:#fff;
	text-decoration:underline;
}

#htwitter {
	margin-bottom:20px;
	width:300px;
	height:300px;
	background-color:#fff;
}

#hfbook {
	margin-bottom:20px;
	width:300px;
	height:241px;
	background-color:#FFF;
	overflow:hidden;
}

#hfbook2 {
	margin-bottom:20px;
	width:250px;
	height:250px;
	background-color:#FFF;
	overflow:hidden;
}

#hdyrh {
	margin-bottom:20px;
	width:300px;
	height:156px;
}

#listenlive {
	position:relative;
	width:300px;
	height:115px;
	overflow:hidden;
	background-image: url(images/listenlive.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
}

a.listen_it {
	position:absolute;
	left:113px;
	top:42px;
	width:40px;
	height:40px;
	background-image: url(images/listenicons.png);
	background-repeat:no-repeat;
}

a.listen_it:hover {
	background-position:0 -41px;
}

a.listen_wm {
	position:absolute;
	left:158px;
	top:42px;
	width:42px;
	height:41px;
	background-image: url(images/listenicons.png);
	background-repeat:no-repeat;
	background-position:-44px 0;
}

a.listen_wm:hover {
	background-position:-44px -41px;
}
	
a.listen_rp {
	position:absolute;
	left:205px;
	top:42px;
	width:42px;
	height:41px;
	background-image: url(images/listenicons.png);
	background-repeat:no-repeat;
	background-position:-92px 0;
}

a.listen_rp:hover {
	background-position:-92px -41px;
}

a.listen_wa {
	position:absolute;
	left:251px;
	top:42px;
	width:42px;
	height:41px;
	background-image: url(images/listenicons.png);
	background-repeat:no-repeat;
	background-position:-138px 0;
}

a.listen_wa:hover {
	background-position:-138px -41px;
}

#livestream {
	position:relative;
	width:300px;
	height:70px;
	background-image: url(images/livestream.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
}

#livestream14 {
	position:relative;
	width:300px;
	height:220px;
	background-image: url(images/livestream14.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
	overflow:hidden;
}

a.livelaunch {
	position:absolute;
	top:41px;
	left:73px;
	width:219px;
	height:24px;
	background-image: url(images/livelaunch_bt.png);
	background-repeat:no-repeat;
}

a.livelaunch:hover {
	background-position:0 -24px;
}

a.livelaunch14 {
	position:absolute;
	top:180px;
	left:70px;
	width:219px;
	height:24px;
	background-image: url(images/livelaunch_bt.png);
	background-repeat:no-repeat;
}

a.livelaunch14:hover {
	background-position:0 -24px;
}

#subscribe {
	position:relative;
	width:300px;
	height:100px;
	margin-bottom:20px;
	background-image: url(images/subscribe.jpg);
	background-repeat:no-repeat;
}

#subtext {
	position:absolute;
	top:49px;
	left:10px;
	width:250px;
	height:30px;
}

input[type="text"].subinput { 
    background-image: url(images/subinput_bg.jpg);
	background-repeat:repeat-x;
	background-position:-25px 0;
	border:0;
	height:25px;
	padding-left:5px;
	border-radius:5px 0 0 5px ;
	width:201px;
 }
 
#sub_bt {
	 position:absolute;
	 left:216px;
	 top:50px;
	 width:40px;
	 height:30px;
 }
 
#sub_button {
	background-color:#555;
	width:75px;
	height:26px;
	border-radius:0 5px 5px 0;
	display:block;
	border:0;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	cursor:pointer;
}

#sub_button:hover {
	background-color:#333;
}

#d3epbanner {
	position:relative;
	width:300px;
	height:170px;
	margin-bottom:20px;
	overflow:hidden;
}

#donate {
	position:relative;
	width:300px;
	height:180px;
	background-image: url(images/donatebg.jpg);
	margin-bottom:20px;
}

#doncontent {
	position:absolute;
	top:40px;
	left:10px;
	height:125px;
	width:280px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:justify;
}

#paypal {
	position:absolute;
	top:125px;
	left:70px;
}

.adsense300 {
	position:relative;
	width:300px;
	height:250px;
	margin-bottom:20px;
}

.newswrap {
	position:relative;
	width:587px;
	margin-top:20px;
}


.newsheadline {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	background-color:#333;
	font-size:20px;
    font-weight:bold;
	padding:10px;
	color:#fff;
}

.newsfeed {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:15px;
	background-image: url('images/paper3.jpg');
	color:#242424;
	padding:10px;
	overflow:hidden;
}

.newsfeed a:link {
	color:#000;
	font-weight:bold;
}

.newsfooter {
	width:581px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/newsfooter.png);
	background-repeat:repeat-x;
	font-size:10px;
	color:#000;
	padding:3px;
margin-bottom:20px;
	text-align:justify;
}

/* GN LIVE DATES */
.gnlivewrap {
	position:relative;
	width:582px;
	padding-top:20px;
}
.gndate {
	position:absolute;
	width:70px;
	height:40px;
	font-family:"bebas_neueregular", Gadget, sans-serif;
	font-size:24px;
	letter-spacing:-1px;
	background-color:#5D5E95;
	font-weight:bold;
	color:#fff;
	padding:15px 8px 0px 5px;
	border-radius:5px;
	text-align:center;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gnevent {
	position:absolute;
	left:95px;
	width:410px;
	font-family:"bebas_neueregular", Gadget, sans-serif;
	color:#FFF;
	font-size:28px;
	margin-top:-4px;
	letter-spacing:-1px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gnlocation {
	font-size:26px;
	color:#6A6A6A;
}

.gninfo {
	position:relative;
	left:517px;
	width:60px;
	font-family:"bebas_neueregular", Gadget, sans-serif;
	font-size:20px;
	letter-spacing:-1px;
	background-color:#696;
	color:#fff;
	margin-top:-2px;
	padding:5px;
	border-radius:5px;
	text-align:center;
	display:block;
}

.gninfo:link {
	text-decoration:none;
}

.gninfo:hover {
	background-color:#346642;
}

 /* HOMEPAGE BANNER */
#LBWrap {
    position:relative;width:300px;height:300px;float:left;
}
.prevnav #prev {
    position:absolute;left:0px;top:0px;background-image:url('images/leftarrow.png');background-repeat:no-repeat;z-index:100;opacity:0;
}
.prevnav #prev:hover {
    background-image:url('images/images/leftarrow.png');background-repeat:no-repeat;opacity:0.6;
}
.nextnav #next {
    position:absolute;right:0px;top:0px;background-image:url('images/rightarrow.png');background-repeat:no-repeat;z-index:100;opacity:0;
}
.nextnav #next:hover {
    background-image:url('images/images/rightarrow.png');background-repeat:no-repeat;opacity:0.6;
    }
.LBdisplay { 
    height: 300px; width: 300px;
}
.LBdisplay img { 
    padding: 0px; border: 0px solid #ccc; background-color: #eee; 
}

#newheat {
	position:relative;
	width:300px;
        height:300px;
	margin-bottom:20px;
}

#SBWrap {
    position:relative;width:160px;height:160px;float:left;
}

#SBrotate {
	position:relative;
	width:160px;
        height:160px;
	margin-bottom:20px;
}

.SBdisplay { 
    height: 160px; width: 160px;
}
.SBdisplay img { 
    padding: 0px; border: 0px solid #ccc; background-color: #eee; 
}



.homeheaders {
	width:300px;
	height:60px;
	background-color:#f5f5f5;
}

#tschart {
        position:relative;
        width:300px;
        height:165px;
        margin-bottom:20px;
}

#showpageban1 {
	margin-top:10px;
        position:relative;
        width:445px;
        height:61px;
        margin-bottom:20px;
		float:left;
		margin-left:21px;
}

#showpageban2 {
	margin-top:10px;
        position:relative;
        width:445px;
        height:61px;
        margin-bottom:20px;
		float:right;
		margin-right:21px;
}



/* Stations */

#statmain {
	width:929px;
	margin-left:21px;
	float:left;
}

.station {
	position:relative;
	width:133px;
	height:153px;
        float:left;
	margin-right:21px;
        margin-bottom:20px;
overflow:visible;
}

#statchat {
	width:700px;
margin-top:105px;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ccc;
margin-left:21px;
	float:left;
}

#statimg {
margin-top:130px;
        width:200px;
	height:200px;
margin-right:21px;
	float:right;
}

.statlogo {
	position:absolute;
	top:0px;
	left:0px;
	width:133px;
	height:133px;
	border-radius:5px;
	overflow:hidden;
}

.statflag {
	position:absolute;
	top:136px;
	left:0px;
	width:24px;
}

.statname {
	position:absolute;
	top:136px;
	left:29px;
        width:104px;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.google160 {
        position:relative;
	width:160px;
	height:600px;
	background-color:#000;
        margin-bottom:20px;
}

.google250 {
        position:relative;
	width:250px;
	height:250px;
	background-color:#000;
        margin-bottom:20px;
}

.google300ns {
        position:relative;
	width:300px;
	height:250px;
	background-color:#000;
        margin-bottom:20px;
}

.google300sky {
        position:relative;
	width:300px;
	height:600px;
	background-color:#000;
        margin-bottom:20px;
}

.google300 {
        position:relative;
	width:300px;
	height:600px;
	background-color:#000;
        margin-bottom:20px;
}

#aboutmain {
	width:929px;
	margin-left:21px;
	float:left;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
}

#aboutmain a{
	font-weight:bold;
	color:#FFC;
}

/* Reveal Modal */
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
	
.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #eee url(images/modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 99999;
	padding: 30px 40px 34px;
	border-radius: 5px;
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
		
.reveal-modal.small { width: 200px; margin-left: -140px;}
.reveal-modal.medium { width: 400px; margin-left: -240px;}
.reveal-modal.large { width: 600px; margin-left: -340px;}
.reveal-modal.xlarge { width: 800px; margin-left: -440px;}
	
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 5px;
	color: #aaa;
	font-weight: bold;
	cursor: pointer;
	text-decoration:none;
}

.close-reveal-modal:hover {
	color:#000;
}

.glpophead {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin-bottom:15px;
}

.glpoplist {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}

/* Show Page */
#showleft {
	margin-top:105px;
	width:160px;
	margin-left:21px;
	float:left;
}
#showright {
	margin-top:105px;
	width:748px;
	margin-right:21px;
	float:right;
}

#epimage {
	position:relative;
	width:217px;
	height:217px;
	margin-left:20px;
	float:left;
}

#epinfo {
	position:relative;
	width:491px;
	height:217px;
	margin-left:20px;
	float:left;
}

.epleft {
	position:absolute;
	left:0;
	top:0;
	width:70px;
	height:95px;
	font-size:22px;
	text-transform:uppercase;
	color:#ccc;
}

.epmid {
	position:absolute;
	left:70px;
	top:-2px;
	width:20px;
	height:95px;
	font-size:22px;
	text-transform:uppercase;
	color:#ccc;
}

.epright {
	position:absolute;
	left:90px;
	top:0;
	width:390px;
	height:95px;
	font-size:22px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
}
.epshowdate {
	position:absolute;
	top:95px;
	left:0;
	width:100%;
	height:14px;
	font-size:12px;
	color:#fff;
}
.epcontrol {
	position:absolute;
	top:143px;
	left:0;
	width:100%;
	height:25px;
	font-size:22px;
	font-weight:bold;
	color:#fff;
}

.epnav {
	position:absolute;
	top:203px;
	left:0;
	width:100%;
	height:14px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	letter-spacing:-1px;
}

#showplaylist {
	position:relative;
	width:725px;
	margin-left:20px;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:15px;
	float:left;
	color:#cccccc;
}

.splhead {
	position:relative;
	margin-top:20px;
	height:6px;
	font-weight:bold;
	background-image: url(images/divider2.png);
	width:100%;
}

#hctsbanner {
	position:relative;
	width:160px;
	height:250px;
	margin-bottom:20px;
}

.epdownload {
padding:7px 5px 1px 5px;
background-color:#42762a;
border-radius:5px;
}

.epdownload:hover {
background-color:#294d18;
text-decoration:none;
}

.epdownreg {
padding:7px 5px 1px 5px;
background-color:#d90f0f;
border-radius:5px;
}

.epdownreg:hover {
background-color:#951b1b;
text-decoration:none;
}

.epstream {
padding:7px 5px 1px 5px;
background-color:#80732e;
border-radius:5px;
}

.epstream:hover {
background-color:#4c441a;
text-decoration:none;
}

/* Show List */
.showlistwrap {
	position:relative;
	height:100px;
	width:640px;
	float:left;
	background-image: url(images/showlist_bg.png);
	background-repeat:no-repeat;
	margin-bottom:20px;
	overflow:hidden;
}

#showsleft {
	width:640px;
	margin-left:21px;
	float:left;
}

#showsright {
	width:250px;
	margin-right:21px;
	float:right;
}

.showbkleft{
	position:absolute;
	left:0;
	top:0;
	width:100px;
	height:100px;
	overflow:hidden;
}

.showepnumber {
        font-family:Plane, Arial, Helvetica, sans-serif;
	font-size:50px;
	color:#f5f5f5;
	text-align:center;
	margin-top:25px;
	letter-spacing:-2px;
}

.showbkmid {
	position:absolute;
	top:5px;
	left:100px;
	width:170px;
	height:17px;
	overflow:hidden;
}

.showbkmid2 {
	position:absolute;
	top:20px;
	left:100px;
	width:170px;
	overflow:hidden;
	white-space: nowrap;
  	text-overflow: ellipsis;
}

.showbkmid3 {
	position:absolute;
	bottom:20px;
	left:100px;
	width:170px;
	overflow:hidden;
}

.showbkmid4 {
	position:absolute;
	bottom:5px;
	left:100px;
	width:170px;
	height:17px;
	overflow:hidden;
}

#showbktags {
	position:absolute;
	left:270px;
	width:280px;
	height:90px;
	margin-top:5px;
overflow-y:scroll;
}

.showbkright{
	position:absolute;
	left:555px;
	width:86px;
	top:5px;
	height:17px;
	overflow:hidden;
}

.showbkright2{
	position:absolute;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	left:555px;
	width:86px;
	top:28px;
	font-weight:bold;
	font-size:18px;
	letter-spacing:-1px;
	height:30px;
	overflow:hidden;
}

p.sltags {
    font: bold 0.5em sans-serif;
}
 
p.sltags span.sh_tag a {
        text-decoration: none;
        padding:3px 3px 2px 3px;
        border-radius:3px;
        background-color:#828282;
        display: inline-block;
	color:#fff;
	margin-bottom:2.5px;
        margin-right:2px;
	text-transform:uppercase;
}
p.sltags span.sh_tag a:hover {
background-color:#454545;
}

.showlthd {
	width:50px;
	height:17px;
	background-color:#212121;
}

.showltxt {
	padding:2px 3px 1px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#d7d7d7;
	letter-spacing:-0.5px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

a.listlink {
text-decoration:none;
font-family:cabinregular, Arial, Helvetica, sans-serif;
color:#000;
font-size:21px;
letter-spacing:-1px;
}

a.listlink2 {
text-decoration:none;
font-family:cabinregular, Arial, Helvetica, sans-serif;
color:#000;
font-size:21px;
letter-spacing:-1px;
}

a.listlink:hover {
text-decoration:underline;
}

a.listlink2:hover {
text-decoration:underline;
}

.showbkright3{
	position:absolute;
	left:555px;
	width:86px;
	bottom:5px;
	overflow:hidden;
}

a.openshow {
font-family:Arial, Helvetica, sans-serif;
background-color:#42762a;
border-radius:5px;
display:block;
width:75px;
letter-spacing:-1px;
font-size:12px;
font-weight:bold;
text-align:center;
padding:6px 3px 4px 3px;
color:#fff;
text-decoration:none;
}

a.openshow:hover {
background-color:#294d18;
}

/* FancyBox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('http://www.housecallfm.com/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('http://www.housecallfm.com/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('http://www.housecallfm.com/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('http://www.housecallfm.com/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Search Results */
#searchleft {
	margin-top:105px;
	width:728px;
	margin-left:21px;
	float:left;
}

#searchright {
	margin-top:105px;
	width:160px;
	margin-right:21px;
	float:right;
}

.noresults {
position:relative;
left:0;
width:724px;
height:334px;
background-image: url(images/no-results.jpg);
display:block;
}

a.search1 {
font-family:cabinregular, Arial, Helvetica, sans-serif;
color:#729dde;
text-decoration:none;
font-size:22px;
font-weight:bold;
}

a.search1:hover {
text-decoration:underline;
}

.search2 {
font-size:12px;
color:#06c602;
line-height:12px;
margin-top:3px;
margin-bottom:2px;
letter-spacing:-1px;
float:left;
}

.searchdate {
font-size:12px;
font-weight:bold;
color:#FF6;
line-height:12px;
margin-left:15px;
margin-top:3px;
margin-bottom:2px;
letter-spacing:-1px;
float:left;
}

.search3 {
font-family:cabinregular, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
color:#bfbfbf;
line-height:12px;
margin-top:-15px;
float:left;
}

.search4 {
font-family:cabinregular, Arial, Helvetica, sans-serif;
font-size:16px;
color:#ccc;
margin-top:-7px;
}

.search5 {
font-family:cabinregular, Arial, Helvetica, sans-serif;
font-size:12px;
color:#ccc;
}

/* Pagination */
.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}
 
.pagination span, .pagination a {
	display:block;
border-radius:3px;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}
 
.pagination a:hover{
	color:#fff;
	background: #80732e;
}
 
.pagination .current{
	padding:6px 9px 5px 9px;
	background: #80732e;
	color:#fff;
}

/* Banners */
.audiolock {
position:relative;
width:333px;
height:60px;
float:left;
}
.google234 {
position:relative;
width:234px;
height:60px;
float:right;
}

/* Contact Page */

#contactleft {
	position:relative;
	margin-top:105px;
	margin-left:21px;
	width:520px;
	float:left;
}

#contactright {
	position:relative;
	margin-top:105px;
	margin-right:21px;
	width:370px;
	float:right;
}

.contactinfo {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ccc;
}

.contactus {
	background-color:#666666;
	padding:10px;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f2f2f2;
	border-radius:5px;
}

a.uploadbt {
position:relative;
display:block;
width:155px;
height:46px;
background-image: url(images/uploadbt.png);
background-repeat:no-repeat;
}

a.uploadbt:hover {
background-position: 0 -46px;
}

/* DJs Page */
#djsleft {
	margin-top:105px;
	width:748px;
	margin-left:21px;
	float:left;
}

#djsright {
	margin-top:105px;
	width:160px;
	margin-right:21px;
	float:right;
}

.djlist {
       color:#fff;
}

.host1 {
position:relative;
width:229px;
height:148px;
float:left;
margin-right:20px;
border-radius:5px;
overflow:hidden;
background-image: url(images/grant-icon-more.jpg);
background-repeat:no-repeat;
}

.host1 a, .host1 a:link, .host1 a:visited {
  display:block;
  width: 229px;
  height: 148px; 
}

.host1 a:hover img {
  visibility:hidden;
}

.host2 {
position:relative;
width:229px;
height:148px;
float:right;
margin-right:20px;
border-radius:5px;
overflow:hidden;
background-image: url(images/shane-icon-more.jpg);
background-repeat:no-repeat;
}

.host2 a, .host2 a:link, .host2 a:visited {
  display:block;
  width: 229px;
  height: 148px; 
}

.host2 a:hover img {
  visibility:hidden;
}

.host-bg {
position:relative;
width:229px;
height:148px;
float:left;
background-image: url(images/hosts-bg.png);
background-repeat:no-repeat;
}

.host-bg4 {
position:relative;
width:178px;
height:50px;
float:left;
margin-left:26px;
margin-top:50px;
background-image: url(images/hosts-bg4.png);
background-repeat:no-repeat;
}

.guests-bg {
position:relative;
width:728px;
height:114px;
background-image: url(images/guests-bg3.jpg);
background-repeat:no-repeat;
float:left;
margin-top:20px;
margin-bottom:10px;
}

.guest-text {
position:absolute;
top:63px;
left:20px;
font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:16px;
color:#fff;
}

.host-text {
position:absolute;
top:63px;
left:3px;
font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:16px;
color:#fff;
}




/* Shows Page New Layout */
#mostPopular {
position:relative;
width:250px;
margin-bottom:20px;
}

.popHead {
width:250px;
height:45px;
background-color:#dbdbdb;
}

.popHeadtxt {
font-family:lettergothicregular;
	font-size:24px;
	color:#000;
	padding-top:12px;
	letter-spacing:-2px;
	font-weight:bold;
text-align:center;
}

.popBG {
width:250px;
}

.popwrap {
position:relative;
width:250px;
height:115px;
overflow:hidden;
border-radius:10px 0 0 10px;
margin-top:10px;
margin-bottom:10px;
}

a.popItem {

width:208px;
height:115px;
display:block;
overflow:hidden;
background-image: url(images/popHover.png);
background-repeat:no-repeat;
background-position:-12px -8px;
float:left;
}

.popIMG {
width:208px;
height:208px;
margin-top:-49px;
overflow:hidden;
}

a.popItem:hover img {
visibility:hidden;
}

.popcount {
width:42px;
height:115px;
background-color:#dbdbdb;
float:right;
}

.popctext {
font-family: Verdana, Geneva, sans-serif;
color:#242424;
font-size:30px;
font-weight:bold;
margin-top:36px;
text-align:center;
}


#latestShow {
position:relative;
width:908px;
height:200px;
background-color:#dbdbdb;
margin-bottom:20px;
border-radius:10px;
}

#lIMGholder {
position:absolute;
top:5px;
left:5px;
width:332px;
height:190px;
overflow:hidden;
border-radius:10px 0 0 10px;
}

#lIMG {
margin-top:-76px;
}

#LSHead {
position:absolute;
top:5px;
left:342px;
height:36px;
width:561px;
background-color:#555555;
border-radius:0 10px 0 0;
}

.LSHeadtxt {
font-family:lettergothicregular;
	font-size:28px;
	color:#fff;
	padding-top:1px;
	letter-spacing:-2px;
	font-weight:bold;
text-align:center;
}

#LStags {
position:absolute;
top:50px;
left:609px;
width:293px;
height:90px;
overflow:hidden;
}

#LSdate {
position:absolute;
left:609px;
top:178px;
width:100px;
height:100px;
}

.lsDATEtxt {
	position:absolute;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	left:609px;
	width:86px;
	top:154px;
	font-weight:bold;
	font-size:18px;
	letter-spacing:-1px;
	height:30px;
	overflow:hidden;
}

#LSopen {
position:absolute;
top:157px;
left:747px;
width:156px;
height:43px;
}

a.LSopenshow {
font-family:Arial, Helvetica, sans-serif;
background-color:#42762a;
border-radius:5px;
display:block;
width:150px;
letter-spacing:-1px;
font-size:22px;
font-weight:bold;
text-align:center;
padding:8px 3px 4px 3px;
color:#fff;
text-decoration:none;
}

a.LSopenshow:hover {
background-color:#294d18;
}

.hosthead {
margin-top:7px;
font-family:lettergothicregular;
font-size:34px;
color:#fff;
text-align:center;
letter-spacing:-2px;
}

.guesthead {
margin-top:18px;
margin-left:18px;
font-family:lettergothicregular;
	font-size:34px;
color:#fff;
text-align:left;
letter-spacing:-2px;
}

#featshow {
position:relative;
margin-top:105px;
margin-left:21px;
margin-right:21px;
width:650px;
float:left;
}

.LSshowbkmid {
	position:absolute;
	top:50px;
	left:342px;
	width:170px;
	height:17px;
	overflow:hidden;
}

.LSshowbkmid2 {
	position:absolute;
	top:67px;
	left:342px;
	width:260px;
height:80px;
	overflow:hidden;
}

.LSshowbkmid3 {
	position:absolute;
	bottom:20px;
	left:342px;
	width:170px;
	overflow:hidden;
}

.LSshowbkmid4 {
	position:absolute;
	bottom:5px;
	left:342px;
	width:170px;
	height:17px;
	overflow:hidden;
}

a.LSlistlink {
text-decoration:none;
font-family:cabinregular, Arial, Helvetica, sans-serif;
color:#000;
font-size:29px;
letter-spacing:-1px;
}


a.LSlistlink:hover, a.LSlistlink2:hover {
text-decoration:underline;
}

a.LSlistlink2 {
text-decoration:none;
font-family:cabinregular, Arial, Helvetica, sans-serif;
color:#000;
font-size:24px;
letter-spacing:-1px;
}

.tagTopleft {
position:relative;
width:150px;
height:150px;
float:left;
margin-bottom:20px;
}

.tagTopright {
position:relative;
width:558px;
height:150px;
float:right;
margin-bottom:20px;
}

a.txsearch {
width:168px;
height:40px;
display:block;
background-image: url(images/txsearch.png);
background-repeat:no-repeat;
}

a.txsearch:hover {
background-position:0 -40px;
}

a.txsearch2 {
width:168px;
height:40px;
display:block;
background-image: url(images/txsearch.png);
background-position:0 -80px;
background-repeat:no-repeat;
}

a.txsearch2:hover {
background-position:0 -120px;
}

a.txsearch3 {
width:168px;
height:40px;
display:block;
background-image: url(images/txsearch.png);
background-position:0 -160px;
background-repeat:no-repeat;
}

a.txsearch3:hover {
background-position:0 -200px;
}


#traxsearch {
position:absolute;
bottom:0px;
left:0px;
width:168px;
height:40px;
}

#traxsearch2 {
position:absolute;
bottom:0px;
left:178px;
width:168px;
height:40px;
}

#traxsearch3 {
position:absolute;
bottom:0px;
left:356px;
width:168px;
height:40px;
}
.wp-tag-cloud {
list-style-type: square;
color:green;
font-family:cabinregular, Arial, Helvetica, sans-serif;
}

.SPtags {
margin-left:20px;
float:left;
}


.showPGhd {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	background-color:#ccc;
	color:#242424;
	font-size:14px;
	padding:4px 5px 3px 5px;
	border-radius:5px;
}

p.spt {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:10px;
}
 
p.spt span.spt_tag a {
        text-decoration: none;
        padding:3px 4px 2px 4px;
        border-radius:3px;
        background-color:#828282;
        display: inline-block;
	color:#fff;
	margin-bottom:3px;
        margin-right:2px;
	text-transform:uppercase;
}
p.spt span.spt_tag a:hover {
background-color:#454545;
}

.back_button {
	position:relative;
	display:block;
	width: 61px;
	height: 23px;
	top:10px;
margin-bottom:20px;
	border-radius:3px;
	overflow:hidden;
	}

/* Subscribe Page */
#subMain {
	margin-top:105px;
	width:908px;
	margin-left:21px;
	margin-right:21px;
float:left;
}

.subInfo {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
}

/* DJs Page */
#artistschat {
	width:700px;
	margin-top:105px;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ccc;
	margin-left:21px;
	float:left;
}

#artistsimg {
	margin-top:160px;
        width:200px;
	height:200px;
	margin-right:21px;
	float:right;
}

#artistsleft {
	margin-top:20px;
	width:608px;
	margin-left:21px;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	color:#ccc;
	float:left;
}

#artistsright {
	margin-top:20px;
	width:300px;
	margin-right:21px;
	float:right;
}

.allArtists {
	padding-top:10px;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	color:#F93;
	font-size:16px;
}

#chatframe {
	position:relative;
	margin-top:105px;
	margin-left:21px;
	width:908px;
	float:left;
}

#chatroomB {
	position:relative;
	width:300px;
	height:125px;
	overflow:hidden;
	margin-bottom:20px;
}

a.croom {
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:125px;
	background-image: url('images/chatroom-banner.jpg');
	background-repeat:no-repeat;
}

a.croom:hover {
	background-position:0 -125px;
}

.four04 {
	background-image: url('http://www.housecallfm.com/images/404.jpg');
	background-repeat:no-repeat;
	width:250px;
	height:260px;
}

#error {
	margin-top:105px;
	width:929px;
	margin-left:21px;
	float:left;
}

.ertext {
	color:#FFF;
	text-align:center;
}

/* Posts */
#postleft {
	margin-top:105px;
	width:640px;
	margin-left:21px;
	float:left;
}

.postbox {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	background-image: url('images/paper3.jpg');
	background-color:#CCC;
	padding:10px;
	color:#181818;
	width:610px;
}

.postbox a:link {
	color:#000;
	font-weight:bold;
}

.postbox a:visited {
	color:#242424;
	font-weight:bold;
}

.posthead {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	background-image: url('images/paper5.jpg');
	background-color:#fff;
	padding:10px;
	color:#242424;
	width:610px;
	text-align:center;
}

.postdate {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image: url('images/paper6.jpg');
	background-color:#878787;
	padding:2px 10px 2px 10px;
	color:#fff;
	width:610px;
	text-align:right;
}
	

#postright {
	margin-top:105px;
	width:250px;
	margin-right:21px;
	float:right;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CF3;
}

.postnavlinks {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	width:610px;
}
	
.popposthead {
	font-family:lettergothicregular;
	font-size:22px;
	font-weight:bold;
	color:#181818;
	padding:8px 10px 5px 10px;
	background-color:#fff;
	text-align:center;
	border-radius:5px 5px 0 0;
}

.poppostbg2 {
	background-color:#FFF;
	padding-bottom:5px;
	border-radius:0 0 5px 5px;
}

.popposttext {
white-space:nowrap;
	overflow: hidden;
  	text-overflow: ellipsis;
	width:224px;
	border-radius:5px;
	background-color:#333;
	display:block;
	margin-bottom:5px;
	padding:2px 5px 2px 5px;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;
}

.popposttext:visited {
background-color:#000;
color:#ccc;
text-decoration:none;
}

.popposttext:hover {
background-color:#696;
color:#fff;
text-decoration:none;
}

a.postpopItem {

width:250px;
height:250px;
display:block;
float:left;
}

.pad20 {
	margin-top:20px;
}

.pad17 {
	margin-top:17px;
}

.pad5 {
	margin-top:5px;
}

.navheader {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#999;
}

.morenews {
	width:100%;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#ccc;
	display:block;
	text-decoration:none;
	padding:5px 0 5px 0;
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
}

.morenews:hover {
	background-color:#333;
	color:#ccc;
	text-decoration:none;
}
	
/* News */
#newsleft {
	margin-top:105px;
	width:590px;
	margin-left:21px;
	float:left;
}

#newsright {
	margin-top:105px;
	width:300px;
	margin-right:21px;
	float:right;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CF3;
}

.poppostbg {
	background-color:#FFF;
	padding-bottom:4px;
	border-radius:0 0 5px 5px;
}

.popposttext2 {
white-space:nowrap;
	overflow: hidden;
  	text-overflow: ellipsis;
	width:270px;
	margin-left:auto;
	margin-right:auto;
	border-radius:5px;
	background-color:#333;
	display:block;
	margin-bottom:5px;
	padding:2px 5px 2px 5px;
	text-decoration:none;
}

.popposttext2:hover {
background-color:#696;
color:#fff;
text-decoration:none;
}

.popposthead2 {
	font-family:lettergothicregular;
	font-size:22px;
	font-weight:bold;
	color:#181818;
	padding:8px 10px 5px 10px;
	background-color:#fff;
	text-align:center;
	border-radius:5px 5px 0 0;
}

.popposthead3 {
	font-family:lettergothicregular;
	font-size:22px;
	font-weight:bold;
	color:#181818;
	padding:8px 10px 5px 10px;
	background-color:#fff;
	text-align:center;
}

.newswrap2 {
	position:relative;
	width:590px;
	margin-bottom:20px;
}

.newsheadline2 {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	background-color:#3A3A3A;
	font-size:20px;
    font-weight:bold;
	padding:10px;
	color:#fff;
	border-radius:5px 5px 0 0;
}

.newsheadline2 a:link {
	color:#fff;
}

.newsheadline2 a:visited {
	color:#999;
}

.newsfooter2 {
	width:582px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/newsfooter.png);
	background-repeat:repeat-x;
	font-size:10px;
	color:#000;
	padding:3px 5px 3px 3px;
	text-align:right;
	border-radius:0 0 5px 5px;
}

#quizchat {
	width:500px;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ccc;
}

/* New News Page Format */

.newswrap14 {
	position:relative;
	width:280px;
	height:280px;
	float:left;
	margin:0 20px 20px 0;
	overflow:hidden;
}

.newsimg14 {
	position:relative;
	width:380px;
	height:280px;
	overflow:hidden;
	left:-100px;
}

#newsleft14 {
	margin-top:105px;
	width:600px;
	margin-left:21px;
	float:left;
}

#newsright14 {
	margin-top:105px;
	width:300px;
	margin-right:21px;
	float:right;
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CF3;
}

.newscover14 {
	position:absolute;
	top:0;
	left:0;
	width:280px;
	height:280px;
	background-image: url(images/newscover.png);
	display:block;
}

.newstitle14 {
	position:absolute;
	top:10px;
	left:10px;
	width:260px;
	color:#242424;
	font-family:chunkfiveroman, Arial, Helvetica, sans-serif;
	font-size:34px;
	text-transform:uppercase;
	z-index:1000;
	overflow:hidden;
}
	
.newsexcerpt14 {
	position:absolute;
	top:30px;
	left:10px;
	color:#000;
	margin-top:10px;
	font-size:14px;
}

.newsinfo {
	font-family:cabinregular, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ccc;
}

.FPfeed {
	position:absolute;
	top:95px;
	width:325px;
	height:80px;
	overflow:hidden;
	left:-32px;
}

.FPnowplaying{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#242424;
}

.FPupnext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	letter-spacing:-0.5px;
	color:#666;
}

/* Radio Syndicate System */
#syndEP {
	width:889px;
	background:#FFF;
	padding:10px;
	border-radius:5px;
}

#synd-left {
	float:left;
	width:529px;
	height:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
}
#synd-right {
	float:right;
	width:300px;
	height:300px;
}

.syndlink {
	font-size:14px;
}

.syndlink a:link {
	text-decoration:none;
	color:#333;
}

.syndlink a:visited {
	color:#333;
}

.syndlink a:hover {
	color:#000;
}
.syndinfo-left {
	float:left;
	width:64px;
	padding:5px;
	background:#333;
	border:2px solid #333;
	color:#FFF;
	font-weight:bold;
	margin-bottom:5px;
	border-radius:5px 0 0 5px;
}
.syndinfo-right {
	float:left;
	width:430px;
	padding:5px;
	color:#242424;
	border:2px solid #333;
	font-weight:bold;
	border-radius:0 5px 5px 0;
	margin-bottom:5px;
}

.synddltext {
	font-size:16px;
	width:120px;
	float:left;
	margin-top:31px;
}

.syndbuttons {
	float:left;
	margin-top:25px;
}

.syndpad {
	margin-right:5px;
}

#synd-media {
	width:400px;
	height:50px;
	margin-top:15px;
}