/* @override http://www.tommasogarner.com/wp-content/themes/tommaso/style.css */

/* @override http://www.tommasogarner.com/wp-content/themes/tommaso/style.css */

/*
Theme Name: WordPress Default
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{
	color: black;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	
}

#main_nav{
	position: fixed;
	right: 10px;
	z-index: 10;
	}

.description p {
float: left;	
margin: 0;
padding: 0;
padding-left: 10px;
}

#main_nav ul li{
	display: inline;
}

#main_nav a{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.post_img{
}

.post_img img{

	float: left;
	padding: 10px 10px 0 0px;
}

.post{
	float: left;
	margin-bottom: 20px;

}
.post_text p{
	float: left;
	margin: 0;
	padding: 0;
	width: 500px;
	padding-left: 10px;
	font-weight: bold;
}

#logo{
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 199px;
	height: 199px;
}

.navigation{
	float: left;
}


