/*
Theme Name: Fat Robot Radio
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



@charset "utf-8";
body {
	font-family: Century Gothic, sans-serif;
	background-color:#71828A;
}
#mainContainer{
	background-color:#FFF;
	border:1px solid #333;
	margin-left:auto;
	margin-right:auto;
	width:965px;
	-moz-box-shadow: 4px 4px 4px #333;
	-webkit-box-shadow: 4px 4px 4px #333;
	box-shadow: 4px 4px 4px #333;
}
#topnav{
	background-color:#333;
	font-weight:bold;
	color:#FFF;
	padding:3px 15px;
	text-align:right;	
}
#topnav a{
color:#FFF;
text-decoration:none;
}
#topnav a:hover{
color:#FFF;	
text-decoration:underline;
}
#header {
	padding-top:10px;
	background-color::#FFF;
	height:230px;
	border-bottom:1px solid #333;
}
#nav{
	
}
#content{
	margin-left:auto;
	margin-right:auto; 
	float:left;
	padding:10px 0px 10px 20px;
	min-height:600px;
	width:640px;
	border-right:1px solid #333;	
}

.entry {
	clear:both;
	width:603px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-20px;
	padding-left:12px;
	padding-right:12px;
	background-image:url(images/mid.jpg);
	background-repeat:repeat-y;
}
.entry hr {
margin-right:30px;
}
.top{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	background-position:bottom-center;

	width:603px;
	margin-left:auto;
	margin-right:auto;
	padding:12px;
	margin-top:15px;
}
.bottom{
	clear:both;
		margin-top:-16px;
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	height:50px;
		width:603px;
	margin-left:auto;
	margin-right:auto;
	padding:12px;
}
.title{
		color:#666;
	font-style:italic;
}
.title a{
	color:#666;
	font-style:italic;
	text-decoration:none;
}

.title a:hover{
	color:#666;
	font-style:italic;
	text-decoration:underline;
}
.alignleft{
	font-size:12px;
}
.alignright{
	font-size:12px;
	padding-right:10px;
}
.econtent {
	
}
#sidebar{
	width:289px;
	float:right;
	padding-top:30px;
	padding-right:15px;
}
#sidebarContent{
	margin-left:-25px;
}
#posts{
	font-size:12px;	
}
.center{
	margin-left:auto;
	margin-right:auto;
}
#sidebar ul{
	margin:0;
	list-style-type:none;
}
#calendar{
	padding:10px;
	width:160px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #333;
}
#calendar a{
	color:#C30;
}
#footer{
	clear:both;
	text-align:center;
	height:30px;
	padding-top:10px;
	border-top:1px solid #333;	
}
#pagecontent {
	
}
/* Begin Images / Captions */
p img {
	padding: 0;
	max-width: 100%;
	}
.genEntry{
	height:85px;
}
.genEntry a:link{
	text-decoration:none;
	color:#003 !important;
}
.genEntry a:hover{
	text-decoration:underline;
	color:#003 !important;
}
.genEntry a:visited{
	text-decoration:none;
	color:#06F !important;
}
.genEntry em{
	font-size:small;
}
.artEntry{
}
.artEntry a:link{
	text-decoration:none;
	color:#003 !important;
}
.artEntry a:hover{
	text-decoration:underline;
	color:#003 !important;
}
.artEntry a:visited{
	text-decoration:none;
	color:#06F !important;
}
.artEntry em{
	font-size:small;
}
.priEntry{

}
.priEntry a:link{
	text-decoration:none;
	color:#003 !important;
}
.priEntry a:hover{
	text-decoration:underline;
	color:#003 !important;
}
.priEntry a:visited{
	text-decoration:none;
	color:#06F !important;
}
.priEntry em{
	font-size:small;
}
.festEntry{
	height:155px;
	overflow:auto; 
	margin-bottom:15px;
}
.festEntry a:link{
	text-decoration:none;
	color:#003 !important;
}
.festEntry a:hover{
	text-decoration:underline;
	color:#003 !important;
}
.festEntry a:visited{
	text-decoration:none;
	color:#06F !important;
}
.festEntry em{
	font-size:small;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End Images / Captions */
