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

	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

*/

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0;
	margin:0;
	}
a, a:link, a:visited {
	color:#fff;
	text-decoration:none;
	}
a:hover {
	color:#fff;
	text-decoration:underline;
	}

body {
	background:#fff url(images/strips.gif) repeat;
	color:#F8F8F8;
	}
#header {
	padding:20px 0 0 10px;
	}
#content {
	background:#3D3938 url(images/fondgrisnoir2.gif) no-repeat top left;
	color:#fff;
	width:90%;
	min-width:800px;
	max-width:1200px;
	margin:80px 0 0 0;
	height:600px;
	float:right;
	}
#sidebar {
	background:transparent url(images/slashes.gif) repeat-x top left;
	color:inherit;
	float:left;
	width:200px;
	text-transform:uppercase;
	margin:30px 0 0 10px;
	padding:20px 0 0 0;
	}
	#sidebar a, #sidebar a:link, #sidebar a:visited {
		color:#fff;
		text-decoration:none;
		}
	#sidebar a:hover {
		color:#fff;
		text-decoration:underline;
		}
	.module {
		margin-bottom:20px;
		}
	.module-title {
		font-weight:bold;
		}
#maincontent {
	background:transparent url(images/slashes.gif) repeat-x top left;
	color:inherit;
	float:right;
	width:600px;
	margin:30px 20px 0 0;
	padding:20px 0 0 0;
	text-transform:uppercase;
	}
	#maincontent p {
		margin:0 0 10px 0;
		}
	.contactbox {
		color:#D40C30;
		background-color:transparent;
		float:left;
		width:198px;
		margin:10px 0 0 0;
		}
		.contactbox .contactname {
			font-weight:bold;
			display:block;
			}
#posts {
	background:transparent url(images/slashes.gif) repeat-x top left;
	color:inherit;
	float:right;
	width:600px;
	margin:30px 20px 0 0;
	padding:20px 0 0 0;
	}
	.post h2 {
		font-size:14px;
		margin:0 0 5px 0;
		}
	.post h2 a, .post h2 a:link, .post h2 a:visited {
		color:#fff;
		text-decoration:none;
		}
	.post h2 a:hover {
		color:#fff;
		text-decoration:underline;
		}
.navigation {
	background:transparent url(images/slashes.gif) repeat-x top left;
	color:inherit;
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	}

#footer {
	clear:both;
	height:80px;
	}
