/*  
Theme Name: Radio Statler July 2010
Description: Radio Statler Theme Designed by Blake Gentry turned into wordpress template and modified by <a href ="http://www.michaelstoppay.com" target = "_blank">Stoppay</a>
Version: 1.0
Author: 
Author URI: 

*/


body {
	background-image: url(images/teslaTower.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment:fixed;
	background-color:#0b0000;
	color:#222;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	margin-top:35px;
	}
	
	h1, h2 {font-family:Tahoma, Geneva, sans-serif;font-size:18px;color:#222;font-weight:normal;margin-top:0px;}
	h2 {font-size:14px;margin:20px 0 2px 0;}
	hr {border-top:1px solid #CCC;border-bottom:1px solid #FFF;border-left:0px;border-right:0px;margin:30px 0;}
	
	a {color:#1b617b;text-decoration:none; }
	a:hover {text-decoration:none;}
		
#container {margin:0 auto;width:800px;}


/** HEADER STYLES **/
#logo {float:left;padding:10px 0px 10px 10px;}

.topmenu ul {float:left;font-size:18px;font-style:italic;list-style:none;}
.topmenu li {float:left;padding:1px;margin-left:10px;padding-top:15px;}
.topmenu li a {color:#FFF;text-decoration:none;}


/** CONTENT STYLES **/
#content {
	background:url(images/bg_content.gif);
	box-shadow: 0 2px 20px rgba(0,0,0,0.7);
	-moz-box-shadow:0 2px 20px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.7);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:35px;
	}
	
#mainContent {float:left;padding-right:60px;width:450px;}

#sideBar {float:left;width:220px;}
#sideBar a:hover {text-decoration:none;}

.SideBarLists ul {list-style-type:circle;float:left;font-size:12px;line-height:12px;font-style:italic;list-style:none;margin-left:-15px;}
.SideBarLists li {float:left;padding-left:10px;}
.SideBarLists li a {color:#1b617b;text-decoration:none;}
.SideBarLists li  a:hover {text-decoration:none;}



#footer {color:#CCC;margin-top:20px;}


/** FORM STYLES **/
input, textarea {border:1px solid #CCC;color:#999;font-style:italic;padding:5px;}
.submit {background:#FFF;color:#1b617b;padding:4px;}
.submit:hover {border:1px solid #1b617b;cursor:pointer;}
.label {padding:20px 2px 2px 2px;}
