/*
Theme Name: Robo
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

*/


body {
	background-color:#171717;
	background-image:url('images/bg.png');
	background-repeat:repeat-x;
	margin:0px;
	font-family:arial, sans-serif;
	color:#ffffff;
	}
	
a {
	color:#00aeef;
	text-decoration:none;
	}
	
a:hover {
	color:#fff200;
	}
	
img {
	border:none;
	}
	
#page {
	width:990px;
	margin:0px auto;
	}
	
#header {
	}

#menubar {margin:15px 0px 15px 5px;}

#menubar a {
	background-color:#FFFF00;
	padding:2px;
	text-decoration:none;
	color:#000000;
	}
	
#menubar a:hover {
	background-color:#FFFFFF;
	color:#000000;
	}
	
.feature img {
	float:left;
	width:475px;
	padding:5px;
	background-color:#000000;
	margin:0px 5px;
	}
	
.alsoOn {
	padding:0px 5px 5px;
	}
	
.alsoOn a {
	background-color:#FFF;
	display:block;
	color:#000;
	text-align:center;
	font-weight:bold;
	padding:5px;
	margin:8px 0px 0px;
	}

.alsoOn a:hover { background-color:#FF0; }

/** Thumbnails **/	
	#thumbs {
		float:left;
		width:330px;
		}
	
	.thumb {
		float:left;
		width:140px;
		height:140px;
		background-color:#000000;
		padding:5px;
		margin: 0px 5px 19px;
		}
		
	.thumb img {
		width:140px;
		}
		
/** Author **/
	.author_description {
		padding:20px 20px 30px;
		font-size:16px;
		font-weight:normal;
		xborder-bottom:1px solid #060606;
		}
		
	.author_favs {
		overflow:auto;
		font-size:16px;
		font-weight:normal;
		xborder-bottom:1px solid #060606;
		}
		
	.author_favs h2, .author_page h2 {
		line-height:normal;
		font-weight:normal;
		padding:7px 10px;
		background-color:#0a0a0a;
		font-size:14px;
		color:#FFFFFF;
		margin:0px 0px 20px;
		border-bottom:1px solid #000;
		}
	

/** Twitter **/
	.twitter {
		float:left;
		width:580px;
		padding:10px 20px;
		}
	
	.twitter a {
		text-decoration:none;
		color:#FFFFFF;
		}
		
	.twitter small {
		font-weight:normal;
		font-size:70%;
		}
		
/** Entry **/
	.entry small {
		color:
		font-weight:normal;
		font-size:70%;
		}
		
	.entry .bigPhoto {
		padding:10px;
		width:475px;
		float:left;
		background-color:#000000;
		margin-right:20px;
		margin-bottom:20px;
		}
		
	.entry .bigPhoto img {
		width:475px;
		}
		
	/** Tags **/
	.tags {
		display:inline;
		}
		
	.tags a {
		background-color:#00aeef;
		color:#000000;
		padding:1px 3px;
		font-weight:bold;
		}
		
	.tags a:hover {
		color:#000000;
		background-color:#FFFFFF;
		}
		
/** Comments **/
	.commentlist li {
		list-style:none;
		border:1px solid #0C0C0C;
		margin:20px 0px;
		}
		
	.comment-author {
		background-color:#111;
		font-size:20px;
		padding:5px;
		}
		
	.comment-meta {
		background-color:#1A1A1A;
		padding:4px 15px;
		font-size:12px;
		}
	
	.comment-meta a {
		color:#FFFFAA;
		}
		
	.comment-body {
		padding:5px 15px;
		background-color:#111;
		margin:0px;
		}
		
/** Navigation **/
	.navigation {
		clear:both;
		display:block;
		overflow:auto;
		}
		
	.navigation .alignleft {
		float:left;
		}
	
	.navigation .alignright {
		float:right;
		}
	
#footer {
	clear:both;
	font-size:9px;
	padding:0px 3px;
	color:#AAAAAA;
	}
	
#footer a {
	color:#CCCCCC;
	}
