/*   
Theme Name: Rheinredner
Theme URI: 
Description: Theme for the Rheinredner website
Author: Daniel Hepper
Author URI: http://daniel.hepper.net
Version: 1.0
*/
html, body {
 background-color: #009ee0;
 margin: 0;
}
html {
height: 100%;
margin-bottom: 1px;  /* force scrollbars to prevent layout shift */
}
body {
line-height:1.5em;
}
#doc-custom {
 background-color: #FFFFFF;
 padding: 2em;
}
#logo, #logo span {
 width: 876px; height: 140px;
 background-image: url(images/header-cut.gif);
 background-repeat: no-repeat;
 z-index: 1;
}
#logo span { margin-bottom: -150px; }

/* non-repeated code */
h1 span {
 display: block;
 position: relative;
 z-index: 2;
}
/* IE5 Mac Hack \*/
h1 { overflow: hidden; }
h1 { text-indent: -100em; }
/* End Hack */
#navlistcontainer {
    border-top: 1px dotted #009ee0;
    border-bottom: 1px dotted #009ee0;
    padding: 0.5em 1em;
}
.menu ul
{
list-style: none;
padding: 0;
margin: 0;
font-weight: bold;
display:block;
float: left;
}

.menu ul li
{
display: inline;
padding: 0;
margin: 0;
padding-top:3.5em;
z-index: 100;
}
.menu ul li a
{
    text-decoration: none;
    color: #009ee0;
}
#current {
    background-image: url(images/pointer.gif);
    background-repeat: no-repeat;
    background-position: center top;
}
.menu ul li:before { content: " | "; }
.menu ul li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html .menu ul li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html .menu ul { height: 1%; }

* html .menu ul li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html .menu ul li:first-child { border-left: 0; }
#searchform {
    float:right;
}
.clear {
    clear: both;
}
h2 {
font-family:serif;
font-style:italic;
}
h1, h2, h3, #navlist, a {
color: #009ee0;
}
#doc-custom {
	margin:auto;text-align:left; /* leave unchanged */
    /* width is 845px */
	width:61.00em;   /* 845/13    non-IE */
	*width:59.5299em;/* 65*0.9759 IE */
/*	min-width:832px;*/ /* optional but recommended */
}
#bd {
    padding: 0.5em 1em;
}
#ft {
    border-top: 1px dotted #009ee0;
    padding: 0.5em 1em;
}

#sidebar, #yui-main {
}
/* fixme: match base rhythm of text */

#sidebar h3 {
    line-height: 1.4031;
    font-family:serif;
    font-style:italic;
    margin-top: 1.14em;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
h2 a:hove {
    text-decoration: none;
}
.alignleft {
    padding-right: 5px;
}
