/*
Theme Name: RadioMQM
Theme URI: http://radiomqm.com
Description: This is the official RadioMQM Skin for the RadioMQM Radio station. It was create by Joel Lopez.
Version: 1.0
Author: Joel Lopez
Author URI: http://typefasterjoel.com
Tags: blue, sidebar, radio
*/
body {
	margin: 0;
	padding: 0;
	background-color: #00acee;
	background-image: url(images/layoutV2_01.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* ID's */
#wrapper {
	width: 819px;
	margin: 50px 0 0 -410px;
	padding: 0;
	position: relative;
	left: 50%;
}
#logo {
	position:absolute;
	width: 152px;
	height: 164px;
	z-index: 2;
	left: 0px;
	top: -93px;
}
#header {
	position:relative;
	background-color: #1b89b3;
	margin: 100px 0 0 -390px;
	padding: 0;
	left: 50%;
	width: 780px;
	height: 198px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}
#header_content {
	position: relative;
	margin: 15px;
	top: 15px;
}
#advertisement {
	position: relative;
	width: 780px;
	height: 78px;
	margin: 10px 0 0 -390px;
	left: 50%;
	padding: 0;
	background-color: #1b89b3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#ads {
	position: relative;
	margin: 11px;
	top: 10px;
}	
#main_body {
	position: relative;
	width: 819px;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	margin: 11px 0 0 0;
}
#top_fold {
	position: relative;
	width: 819px;
	height: 109px;
	background-image: url(images/top_fold.jpg);
	background-repeat: no-repeat;
}
#sidebar {
	position:relative;
	margin: -80px 10px 0 40px;
	width: 245px;
	float: left;
}
#sidebar h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	background-image: url(images/navigation_header.jpg);
	background-repeat: no-repeat;
	width: 255px;
	height: 48px;
	text-align: right;
	padding: 5px 8px 0 0;
	margin: 0 0 0 -40px;
	;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main_content {
	position: relative;
	width: 470px;
	float: right;
	margin: -80px 40px 0 10px;
}
#bottom_fold {
	position: relative;
	width: 819px;
	height: 96px;
	background-image: url(images/bottom_fold.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 20px 0 0 0;
}
#radio {
	position: relative;
	width: auto;
	float: left;
	width: 175px;
	margin: 20px;
}
#radio_ad {
	position: relative;
	float: right;
	width: 60%;
	margin: 10px;
	padding: 0 0 0 10px;
	border: solid #137398;
	border-width: 0 0 0 1px;
}
#radio_ad p {
	font-size: 18px;	
	color: #FFF;
}
#watch_live {
	position:absolute;
	width: 148px;
	height: 101px;
	left: -40px;
	top: -225px;
}
/* Classes */
.clear {
	clear: both;	
}
.header {
	background-image: url(images/header_bg.jpg);
	width: 486px;
	height: 66px;
	margin: 0 0 0 24px;
}
.header h2 {
	margin: 0 0 0 15px;
	padding: 4px 0 0 0;
}
.header h2 a {
	color: black;
	text-decoration: none;
}
.header h2 a:hover {
	color: #69F;
	text-decoration: none;
	border: 0;
}
.header p {
	margin: 0 0 0 15px;
	padding: 0;
}
.header p a {
	color: #369;
	text-decoration: none;
	border: solid #FF9;
	border-width: 0 0 1px 0;
}
.header p a:hover {
	color: #369;
	text-decoration: none;
	border: solid #000;
	border-width: 0 0 1px 0;
}
.date {
	display: block;
	position: relative;
	float: right;
	width: 45px;
	height: 45px;
	font-size: 14px;
	margin: 0 30px 0 0;
	padding: 0;
	text-align: center;
}
.big_day {
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.blog_post {
	margin: 0 0 20px 40px;	
	width: 440px;
}
.blog_post p a {
	color: #369;
	text-decoration: none;
	border: solid #FF9;
	border-width: 0 0 1px 0;
}
.blog_post p a:hover {
	color: #369;
	text-decoration: none;
	border: solid #000;
	border-width: 0 0 1px 0;
}
.nav_links ul {
	margin: 0 0 10px 0;	
}
.nav_links li a {
	display: block;
	width: 80%;
	padding: 10px;
	text-decoration: none;
	border-bottom: 1px #EEE solid;
	color: #369;
}
.nav_links li a:hover {
	display: block;
	width: 80%;
	padding: 10px
	text-decoration: none;
	border-bottom: 1px #EEE solid;
	background-color: #FFE;
}
.sidebar_link a {
	color: #369;
	text-decoration: none;
	border: solid #FF9;
	border-width: 0 0 1px 0;
}
.sidebar_link a:hover {
	color: #369;
	text-decoration: none;
	border: solid #000;
	border-width: 0 0 1px 0;
}