/*
Theme Name: Goetz Zahler Blog Theme
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

*/



/* Begin Typography & Colors */
*{margin: 0px; padding: 0px;}
body {background-image: url(images/blog/back.jpg);background-color: #201F1D;}
body .bg{position:absolute;background-image:url(images/blog/topbg.jpg);width: 100%;height: 20px;background-repeat: repeat-x;left: 0;top: 0;}
/*Default Typo*/
h1 { font-size: 25px; color: #444039; font-family: Times New Roman, Times, serif; font-weight:normal; margin: 10px 0px; }
h1 a:link { text-decoration: none; color: #444039; } h1  a:visited { color: #444039; text-decoration: none; }
h1  a:hover { color: #5F5950; text-decoration: underline; } h1  a:active { color: #0F0E0D; text-decoration: none; }

h2 { font-size: 12px; color: #294359; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin: 15px 0px; }
h3 { font-size: 17px; color: #194868; font-family: "Times New Roman", Times, serif; font-weight: normal; margin: 0px 0px 10px 0px; }
body { color: #444039; font-size: 12px; font-family: Arial, Helvetica, sans-serif;}
a:link { color: #194868; text-decoration: underline; }a:visited { color: #0C2332; text-decoration: underline; }
a:hover { color: #216089; text-decoration: none; }a:active { color: #3591CE; text-decoration: underline; }
p{ line-height: 1.6; }
/*Default Structure & nested classes*/
#wrapper{position: relative;z-index: 2;	margin: 0 auto;	width: 783px;background-image:url(images/blog/mit.jpg)}
#wrapper .head{	height: 143px;width: 783px;margin: 0px;padding: 0px;}
#wrapper .content{width: 783px;margin: 0px;padding: 0px;}
#wrapper hr{clear: both; visibility:hidden;} 
.content .text{ width: 450px; margin: 10px 0px 10px 20px; float: left; }
.text hr{clear: none; visibility: visible;}
.content .side{ width: 195px; float: right; margin: 10px 15px 10px 0px; padding-right: 10px; }
.side hr{clear: none; visibility: visible;}
.side ul{ margin: 15px 10px; }
.side ul li{ list-style-type:none; margin: 10px 0px; }
.side a:link { color: #333; text-decoration: underline; } .side a:visited { color: #333; text-decoration: underline; }
.side a:hover { color: #666; text-decoration: none; } .side a:active { color: #CCC; text-decoration: underline; }
.footer{ width: 783px; margin: 0px; padding: 0px; background-image: url(images/blog/bot.jpg); height: 82px; background-repeat: no-repeat; color: #B2B29B; font-size: 11px; margin-bottom: 0px; }
.footer .content hr{clear: both; visibility:hidden;}
.footer .content .text{ width: 250px; margin: 13px 0px 10px 20px; float: left; }
.footer .text hr{clear: none; visibility: visible;}
.footer .content .side{ width: 450px; float: right; margin: 25px 15px 10px 0px; padding-right: 10px; text-align: right; }
.footer .side hr{clear: none; visibility: visible;}
.footer .side ul{ margin: 15px 10px; }
.footer .side ul li{ list-style-type:none; margin: 10px 0px; }
.footer  a:link { text-decoration: underline; color: #B2B29B;} .footer  a:visited { color: #B2B29B; text-decoration: underline; }
.footer  a:hover { color: #C2C2B1; text-decoration: none; } .footer  a:active { color: #C9C9BA; text-decoration: underline; }
.post{ border-bottom: 1px dotted #ccc; padding: 25px; 0px;}
.submit{ color:#194868; background-color:#FFF; border: 1px solid #ccc;}
input{ margin:3px 0px;}
.text ul{ display: block; list-style-type: disc;  margin: 1em 0;  -moz-padding-start: 40px;}
.text ol {  display: block;  list-style-type: decimal;  margin: 1em 0;  -moz-padding-start: 40px;}
.text li {  display: list-item;}