/*
Theme Name: Waldorf SV
Theme URI: http://www.waldorfsv.de
Description: Das Template der Waldorf SV - Website
Version: 0.1
Author: Michael Hamann
Author URI: http://www.content-space.de
Tags: white, fixed

	Waldorf SV  v0.1
	 http://www.waldorfsv.de

	This theme was designed and built by Michael Hamann,
	whose blog you will find at http://www.content-space.de/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin:0;
  padding: 0;
  text-align: center;
}

body, html {
  height: 100%;
  overflow: auto;
}

div#page {
  height: 100%;
  width: 980px;
  position: relative;
  margin: 0 auto;
  text-align:left;
  /*overflow: auto;*/
}

div#sidebar{
  position:absolute;
  top:0;
  left:5px;
  width:280px;
  height:100%;
}

div#header, div#footer {
  position:absolute;
  left:295px;
  width:675px;
  background-color: white;
  z-index: 5;
}

div#header {
  height: 115px;
}

div#header { top: 0; }

div#footer { bottom: 0; height: 70px; }

div.headblock {
  width: 184px;
  float: left;
  padding: 10px 20px;
}

img#headimg {
  display:block;
  margin-bottom: 2px;
}

ul#topnav, ul#bottomnav, ul#topnav ul {
  list-style: none;
  margin:0;
  padding:0;
  clear:left;
}

ul#bottomnav {
  position: absolute;
  top: 20px;
}

ul#topnav li, ul#bottomnav li {
  list-style: none;
  margin:0;
  float: left;
  font-size:1.3em;
  position: relative;
}

ul#topnav li a, ul#bottomnav li a, ul#topnav ul li a{
  display: block;
  padding: 5px 0;
  color: #555;
  background-color: white;
  text-decoration: none;
  text-align: center;
  width: 112px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}

ul#bottomnav li a {
  border-top: none;
  border-bottom: none;
}

ul#topnav li a:hover, ul#topnav li a.hover {
  text-decoration: none;
  color: #333;
  background-color: #eee;
  border-color: #000;
}

ul#topnav li ul {
  display: none;
  position: absolute;
  top: 2.1em;
  left: 0;
}

ul#topnav li > ul {
  top: auto;
  left: auto;
}

ul#topnav li:hover ul, ul#topnav li.over ul { display:block; }

div#content {
  font-size: 1.2em;
  position:absolute;
  top: 120px;
  left: 295px;
  bottom: 75px;
  width: 665px;
  z-index:3;
  padding: 0 5px;
  overflow: hidden;
}

div#contentwrapper {
  overflow: auto;
  height:100%;
  padding-right: 5px;
}

.jScrollPaneTrack {
  background: white;
}

.jScrollPaneDrag {
  background: url(img/scrollbar.png) repeat-y 0 50%;
}

a.jScrollArrowUp {
  background: url(img/arrow_up.png) no-repeat 0 0;
  height: 18px;
}

a.jScrollArrowDown {
  background: url(img/arrow_down.png) no-repeat 0 0;
  height: 18px;
}


* html div#content {
	top:0; 
	bottom:0; 
	height:100%;
	border-top:120px solid #fff; 
	border-bottom:75px solid #fff;
}

h1#logo {
  margin: 0;
  padding: 0;
  float: right;
}

div#sidebar ul {
  margin:0;
  padding:0;
  list-style:none;
}

div#sidebar h2 {
  background-color: #f1f1f1;
  color: #444;
  padding: 2px 12px;
  margin: 14px 0 12px;
}

/*
 * posts
 */
.post .category a {
  float: left;
  text-decoration: none;
  color: #444;
}

.post h2 {
  text-align: right;
  font-size: 2em;
  color: black;
  margin: 0;
}

.post h2 a {
  color: black;
  text-decoration: none;
}

.post .author {
  float: left;
  font-size: 1.2em;
}

.post .date {
  float: right;
  font-size: 0.8em;
}
.post .entry {
  clear: both;
  margin: 3em 0;
}

.post .category, .post .author, .post .date {
  margin:0;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #004295;
}

a:hover {
  background-color: #ceddf0;
}


small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

h1, h2, h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
}

h1 {
  font-size: 4em;
  text-align: center;
}

h2 {
  font-size: 1.6em;
}

h2.pagetitle {
  font-size: 1.6em;
}

div#login {
  visibility:hidden;
  position:fixed;
  height:20px;
  width:10em;
  bottom: 0;
  right: 0;
}

div#login * {visibility:hidden;}

div#login:hover * {
  visibility:visible;
}
