/*
Theme Name: rb
Theme URI: http://robertbrauer.de/
Description: Modification of the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Robert Brauer
Author URI: http://robertbrauer.de/
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Palatino Linotype', Palatino, 'Book Antiqua', 'Times New Roman', Times, serif;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
/* LINKS */

a {
	outline-width: 0;
	}

a, a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
/* HEADLINES */

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

h1 {
	font-size: 2.8em;
	margin: 25px 0 25px 0;
	line-height: 1.1em;
	}
	
h2 {
	font-size: 1.5em;
	border-bottom: 2px solid #d7ff00;
	margin: 50px 0 20px 0;
	}

h3 {
	font-size: 1.3em;
	margin: 0 0 7px 0;
	}
	
h1.page_title {
	font-size: 3.4em;
	color: #ccc;
	margin: 0;
	padding: 20px 0 0 0;
	width: 800px;
	display: block;
	height: 100px;
	}
	
span.white {
	color: #fff;
	}
	
h1.post_title a {
	font-size: 1.3em;
	margin: 0 0 20px 0;
	line-height: 1em;
	}

/* HEADER */

#header {
	margin: 50px 0 0 0;
	padding: 0;
	height: 90px;
	width: 810px;
	}

#headerimg {
	margin: 0;
	padding: 0 0 0 65px;
	float: left;
	}

#headertext {
	padding: 9px 0 0 10px;
	float: left;
	font-size: 1.1em;
	}

/* MENU */

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

ul.menu {
	position: absolute;
	left: 400px;
	top: 0;
	margin: 0;
	padding: 10px 0 1px 0;
	background: #d7ff00;
	}

ul.menu li {
	display: inline;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: .6em;
	}

ul.menu li a {
	margin: 0;
	text-decoration: none;
	background: #fff;
	padding: 20px 26px 1px 26px;
	font-size: 2em;
	}

ul.menu li a:hover {
	text-decoration: none;
	background: #d7ff00;
	}
	
ul.menu li.current-cat a {
	text-decoration: none;
	background: #d7ff00;
	}

/* POST */

#content {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 0 0 100px;
	width: 400px;
	}
	
.post {
	margin: 0 0 100px 0;
	text-align: left;
	}
	
.post_eyecatcher p {
	margin: 10px 0 0 0;
	}
	
.post_text p {
	color: #888;
	font-size: 1.5em;
	line-height: 1.4em;
	padding: 0;
	}
	
.post_text p a img {
	margin: 0 3px 3px 0;
	border: 2px solid #000;
	}
	
.post_text p a:hover img {
	margin: 0 3px 3px 0;
	border: 2px solid #fff;
	}
	
.post_metadata {
	text-align: left;
	clear: left;
	padding: 0;
	font-size: 1.5em;
	color: #888;
	}
	
.post_metadata a {
	background: #d7ff00;
	}
	
.post_metadata a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
	}
	
.post_text blockquote {
	margin: 0;
	padding: 7px 15px 7px 15px;
	background: #007fff;
	width: 370px;
	display: block;
	}
	
.post_text blockquote p, .post_text blockquote p a, .post_text blockquote p a:hover {
	color: #fff;
	}
	
.post_text blockquote p a {
	font-weight: bold;
	}
	
a.project_link {
	font-weight: bold;
	color: #007fff;
	}
	
/* POST NAVIGATION */

.navigation {
	background: #d7ff00;
	text-align: center;
	margin: 0;
	padding: 10px 15px 25px 15px;
	height: 30px;
	width: 370px;
	line-height: 1.5em;
	}

.navigation a {
	font-weight: bold;
	font-size: 1.5em;
	}
	
.alignleft {
	text-align: left;
	float: left;
	}
	
.alignright {
	text-align: right;
	float: right;
	}
	
/* SIDEBAR */

#sidebar {
	margin: 232px 0 0 200px;
	padding: 0;
	float: left;
	width: 238px;
	}
	
#sidebar ul {
	margin: 0 0 20px 0;
	padding: 0;
	}
	
/* LANGUAGE */

ul.qtrans_language_chooser li {
	display: inline;
	}
	
ul.qtrans_language_chooser li.active  a {
	background: #000;
	color: #fff;
	}

ul.qtrans_language_chooser li a {
	text-decoration: none;
	font-size: 1.2em;
	padding: 2px 38px;
	}

ul.qtrans_language_chooser li a:hover {
	text-decoration: none;
	color: #000;
	background: #d7ff00;
	}
	
/* BLOGROLL */
	
ul.blogroll li a {
	color: #007fff;
	font-size: 1.2em;
	text-decoration: underline;
	}
	
ul.blogroll li a:hover, ul.blogroll li a:hover span {
	background: #007fff;
	color: #fff;
	text-decoration: underline;
	}
	
ul.blogroll li a  span{
	color: #000;
	}
	
/* FOOTER */

#footer {
	margin: 0;
	padding: 10px 0 0 100px;
	background-color: #000;
	clear: both;
	color: #ccc;
	font-size: 1.5em;
	height: 100px;
	}
	
#footer a {
	color: #fff;
	}