/*  
Theme Name: lautsprecherin.ch
Theme URI:
Description: Thema von www.lautsprecherin.ch basierend auf der deutschen Version von Kubrick
Version: 0.1
Author: Nathan Gass
Author URI:

	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

*/

/* colors */
body, div.pagetitle      { background-color:#FF6600 }
a, body                  { color:#FFFF99; }
#header, .post, #sidebar { background-color:#800000; }
h2,h3,h4                 { background-color:#CE3A02; }
#sidebar li li:hover, #sidebar li li:focus, #sidebar li li:active, /*working browsers*/
#sidebar li li.sfhover,                                            /*ie with js fix*/
#sidebar a:hover, #sidebar a:focus, #sidebar a:active              /*at least set links in ie without js*/
{
  background-color:#FF6600;
}

/* basic layout */
#logo {
   position:absolute;
   top:0;
   left:53em;
}

#logo img {
   width:13em;
}

#content {
  float:left;
  width:40em;
  margin-top:3em;
  margin-left:3em;
  display:inline; /*fix ie bug*/
}

#sidebar {
  float:left;
  padding:1em;
  margin-top:3em;
  margin-left:3em;
  display:inline; /*fix ie bug*/
}


#footer {
  padding-top:0.5em;
  margin-top:3em;
  margin-left:3em;
  clear:both;
}

h2 {
  width:25em;
}

body {
  margin:0;
}

/*fonts*/
body { font-size:100.01%; font-family:serif; }
input { font-size:100.01% }
#sidebar a, #header a, h3 a { text-decoration:none; }
h3 { font-size:140% }
#sidebar ul h3 { font-size:120% }

/*headers*/
h1, h2, h3, h4 { margin:0; padding:0.5em; }
h2 { padding-left:1em }

/* post */
.date { text-align:right; }

.post {
  padding:1em;
  margin-bottom:3em;
}

.entry {
  margin-top:1em;
  margin-bottom:1em;
}

.entry p {
  text-align:justify;
  line-height:130%;
}

#commentform textarea { width:100% }
#commentform input { width:40% }

/*sidebar*/
#sidebar ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

#sidebar ul h3 {
  padding:0.2em;
  margin-top:1em;
  margin-bottom:0.3em;
}

#sidebar li {
  padding:0.2em;
}

* html #sidebar li {
  padding-top:0;
}

/*rest*/
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.tags, .postmetadata {
	clear: both;
	}

/*removed elements*/
.description, hr {
  display:none;
}


