/*  
Theme Name: my
Theme URI: http://www.baselstrasse.ch/
Description: My default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: ca. 0.137
Author: Cis Koch
Author URI: http://cis.tarzisius.net/

	my 0.135

	This theme was designed and built by Cis Koch,
	whose blog you will find at http://blue.baselstrasse.ch/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



body	{
	font-family: Georgia, Utopia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 170%;
	font-weight: normal;
	color: #171733;
	/*width:900px;*/
	}

h1, h2, h3	{
	font-family: Georgia, Utopia, serif;
	font-weight: normal;
	}
h1	{
	font-size: 28px;
	}
#headerimg	{
	margin-top:10px;
	}
#header h1, #header .description	{
	display:inline;
	}
#header .description	{
	font-size: 16px;
	padding-left: 10px;
	}
h2 a:link, h2 a:visited	{
	text-decoration: none;
	font-size: 20px;
	color: #662200;
	}
h2 a:link:hover, h2 a:visited:hover	{
	color: #994422;
	}
a:link, a:visited	{
	color: #000070;
	text-decoration: none;
	}
a:link:hover, a:visited:hover	{
	color: #3333b0;
	}
div.main	{
	width: 850px;
	margin-left:100px;
	}
div#content	{
	width:500px;
/*	height:500px; */
	float:left;
/*	margin-left:80px;*/
	margin-right: 50px;
	margin-bottom:50px;
	border-top: 1px dotted black;
	}
div#sidebar	{
/*	width:100%;
	float:right;
	margin-top: -12px;
	margin-bottom: 30px;
*/	margin-left:540px;
	}
div.tagslinks {
	}
.post	{
	margin-top: 20px;
	border-bottom: 1px dotted gray;
	margin-bottom: 20px;
	background-color: #f0f5e5;
	padding-top:10px;
	padding-right:10px;
	}
#sidebar	{
	line-height: 130%;
	}
#sidebar li	{
	list-style-type: none;
	}
#sidebar ul	{
	padding:0px; margin-left:10px;
	padding-left:10px;
	font-family: Arial, sans-serif;
	}
#sidebar h2	{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 14px;
	}
div#header	{
	height: 100px;
	/*margin-bottom: 50px;*/
	}

div#footer	{
	clear:both;
	margin-top:30px;
	padding-top: 40px;
	border-top: 1px dotted black;
	text-align: center;
	font-size:10px;
	}
textarea#comment {
	width: 480px;
	border: 1px dotted black;
	}
input#s	{
	width:220px;

	margin-bottom: 15px;
	}
input	{
	border: 1px dotted black;
	}
.tagslinks, .postmetadata	{
	font-size: 11px;
	font-family: Arial, sans-serif;
	clear: left;
	}
.tagslinks	{
	margin-top: 20px;
	font-weight: bold;
	}
.postmetadata a	{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	}
.alt	{
	font-size: 12px;
	}
#tagcloud	{
	/*width: 250px;*/
	text-align: justify;
	}
hr	{
	display: none;
	}