/*	
 *	TEXT SIZES
 *	15
 *	21.5
 *	30
 *	43
 *	
 *	COLORS
 *	Silver:	#e1e2e3
 *	Blue:	#295fa1
 */





@import url('reset.css');




.sIFR-active object {
/*	display: block;*/
}




html {
	position: relative;
	background-color: black;
	min-height: 100%;
}




body {
	background: transparent;
	
	margin: 0 auto 80px;
	
	font-family: Calibri, Verdana;
	font-size: 15px;
	line-height: 20px;
	color: #e1e2e3;
}




/******************************************************************************/




h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	
	color: #295fa1;
	font-size: 43px;
}




h2 a {
	color: #295fa1;
}




.single h2 {
	font-size: 60px;
}




h3 {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}




p, ul, ol {
	margin-bottom: 20px;
}




ul {
	list-style-type: square;
}




em {
	font-variant: italic;
}




strong {
	font-weight: bold;
}




a {
	color: #3d88d9;
	text-decoration: none;
	font-weight: bold;
}




a:hover {
	text-decoration: underline;
}




a img {
	border: none;
}




/******************************************************************************/




#header {
	height: 300px;
	
	width: 54em;
	margin: 0 auto;
	position: relative;
	
/*	background: url(images/wrub_dude.png) right -67px no-repeat;*/
/*	background: url(images/fuzzy_monster.png) right 125px no-repeat;*/
	background: url("images/fuzzy_monster.png") no-repeat scroll 95% 25px transparent;
}





#content {
	overflow: hidden;
	width: 54em;
	padding: 20px;
	margin: 0 auto;
}
#blog {
	overflow: hidden;
	width: 85%;
	margin: 0 auto;
}




h1 a {
	display: block;
	position: absolute;
	top: 25px;
	left: -30px;
	
	width: 299px;
	height: 124px;
	background: url(images/wrub_logo.png) no-repeat;
	
	font: 4.5em "Arial Rounded MT Bold";
	text-indent: -9001px;
}




#subtitle {
	position: absolute;
	top: 71px;
	left: 255px;
	width: 200px;
	
	font-size: 43px;
	line-height: 30px;
}




#subtitle .word {
	display: block;
	height: 32px;
}




#tag {
	position: absolute;
	top: 150px;
	
	font-size: 30px;
}




#listen {
	position: absolute;
	bottom: 20px;
}




#listen_now {
	float: left;
}




#other_formats {
	float: left;
	
	margin: 8px 0 0 20px;
}




#other_formats div {
	height: 21px;
}




#other_formats div + div {
	border-top: 1px solid #295fa1;
}




#other_formats a {
	text-decoration: none;
	color: #eee;
}




#listen_now a {
	display: block;
	
	width: 187px;
	height: 54px;
	background: url(images/listen_now.png);
	
	text-indent: -9001em;
}




#main {
	float: left;
	
	width: 60%;
	margin-right: 2%;
	
	overflow: hidden;
}




#secondary {
	float: left;
	
	width: 38%;
}




#searchform {
	width: 100%;
}




#s {
	width: 70%;
}




#search-submit {
	width: 25%;
}




#shows_playing {
	overflow: hidden;
}




#shows_playing h3 {
	clear: both;
	
	margin: 0;
	
	font-size: 100%;
	text-transform: uppercase;
}




#shows_playing .program {
	display: block;
	float: left;
	
	margin-left: 20px;
}




#shows_playing .dj {
	display: block;
	float: right;
}




#shows_playing li {
	overflow: hidden;
	clear: both;
	
	list-style: none;
}




#shows_playing a {
	font-weight: bold;
}



#pages {
	width: 100%;
	height: 36px;
	margin-top: 20px;
	background: #17385b;
	line-height: 30px;
}

#pages > ul {
	width: 810px;
	margin: 0 auto;
	padding: 0;
}

#pages > ul > li {
	float: left;
	height: 36px;
	text-align: center;
	position: relative;
}

#pages li > ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	background: #17385b;
}

#pages li > ul > li {
	padding-top: 4px;
}

#pages ul {
	list-style-type: none;
}

#pages li {
	width: 100px;
}

#pages li:hover ul, li.over ul {
/*	z-index: 500;*/
	display: block;
}

#pages a {
	display: block;
	font-size: 32px;
	color: #e1e2e3;
	text-decoration: none !important;
}

#pages a:hover {
	background: #276099;
}






#side {
    width: 185px;
	list-style-type: none;
    font-size: 21.15px;
	line-height: 40px;

}
#facebook {
	display: block;
	width: 185px;
	height: 40px;
	margin: 20px auto;
	
	text-indent: -9001em;
	
	background: url(images/facebook_logo.png) center no-repeat;
}




#twitter {
	display: block;
	width: 185px;
	height: 40px;
	margin: 20px auto;
	
	text-indent: -9001em;
	
	background: url(images/twitter_logo.png) center no-repeat;
}
#tweetbox {

	list-style-type: none;

	font-size: 12px;

}
#footer {
	position: absolute;
	bottom: 0;
	
	width: 100%;
	height: 40px;
	border-top: 2px solid #23578a;
	padding: 18px 0;
	
	background: url(images/background_tile.png);
}




#footer > * {
	width: 54em;
	margin: 0 auto;
}