/*
Theme Name: Spass an Bewegung Theme
Theme URI: http://www.ripucom.de/
Description: This WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Richard Pulch
Author URI: http://www.ripucom.de

	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

*/


img {
  border:0px;
}
body {
  background-color: #f2f2f2;
  color: #000;
  font-family: Verdana;
  font-size: 14px;
}
a {
  font-weight:bold;
  color:#000;
}
a:hover {
  text-decoration: none;
}
#wrapper {
  background-image: url('images/wrapper.jpg');
  width: 801px;
  margin: auto;
}
#header {
  background-image: url('images/header.jpg');
  width: 801px;
  height: 281px;
}
#header a {
  text-decoration: none;
}
#footer {
  background-image: url('images/footer.jpg');
  width: 801px;
  height: 72px;
  clear:both;
}
#sidebarleft, #content, #sidebarright {
  float:left;
}
#sidebarleft {
  width: 150px;
  margin-left: 40px;
}
* html #sidebarleft {
  margin-left:20px;
}
#sidebarleft ul li, #sidebarleft h2, #sidebarright h2 {
  margin:0px;
  padding:0px;
  font-weight: bolder;
  font-size: 14px;
}
#sidebarleft ul, #sidebarright ul{
  margin:0px;
  padding:0px;
  margin-bottom: 30px;
  list-style-type: none;
}
#sidebarleft ul ul, #sidebarright ul ul {
   margin-left: 20px;
  margin-top: 5px;
}
#sidebarleft ul ul {
  margin-left: 18px;
  font-size:11px;
  list-style-type: square;
}
#sidebarleft a, #sidebarright a {
  text-decoration: none;
  font-weight: normal;
}
#sidebarleft a:hover, #sidebarright a:hover {
  text-decoration: underline
}
#content {
  margin-left: 30px;
  width: 373px;
}
#content h1 {
  margin:0px;padding:0px;
  font-size: 21px;
  border-bottom:2px solid #FF7F00;
}
#sidebarright {
  margin-left: 27px;
  width: 150px;
  font-size:14px;
}
#sidebarright input {
  background-color: #ffaa54;
  border:1px solid #000;
  font-size: 10px;
  font-weight: bold;
  padding:2px;
}
textarea {
  background-color: #ffaa54;
  border:1px solid #000;
}
#copyright {
  padding-top: 35px;
  font-size: 10px;
  color: #848484;
  text-align: center;
}
#copyright a {
  color:#848484;
}
#sidebarleft ul li a {
  font-weight: bold;
  font-size:14px;
}
#sidebarleft ul li ul li a {
  font-weight: normal;
  font-size:14px;
}
* html #content {
  margin-right:5px;
}
input {
  background-color:#ffaa54;
  border:1px solid #000;
}
div.calendar {
  margin-left: 5px;
  margin-top:8px;
}
#sidebarright ul li {
  margin-bottom:20px;
}
#wp-calendar {
    font-size:10px;
}
#wp-calendar table {
  background-color:#EDA342;
  border:1px solid #f2f2f2;
}
#wp-calendar table caption {
  background-color:#959698;
  border:1px solid #f2f2f2;
  padding:5px;
}
#wp-calendar #wp-calendar-ec3_publish img {display:none;}
a.eventday {
  background-color:#959698;
  font-weight: bolder;
  color: red;
}
table td {
  margin: 4px;
}
h1 a {
  text-decoration: none;
}
#sidebarleft {
  line-height: 20px;
}
.current_page_item{
  font-weight:bold;
}
.current_page_item a{
  text-decoration: underline;
}