/*   
Theme Name: poetsch.org
Theme URI: http://poetsch.org
Description: The theme of poetsch.org
Author: Gernot Poetsch
Author URI: http://poetsch.org
*/

body {
    margin: 0px;
    padding: 0px;
    background: #333333 url(images/body_background.gif) bottom fixed repeat-x;
    //background-position: bottom;
    font-family: verdana, helvetica, arial, sans-serif;
}

img {
	border: none;
}

#header {
    position: fixed;
    width: 100%;
    height: 100px;
    background: #B42011 url(images/header_picture_sonnenuntergangslinien.jpg) 150px 0px no-repeat;
    z-index: 10;
}

#header h1 {
    width: 150px;
    margin: 0px;
    padding: 55px 0px 0px 0px;
    background: url(images/header_logo.png) 0px 25px no-repeat;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: lighter;
    letter-spacing: 0.2em;
    text-transform: lowercase;
    text-align: center;
}

#header h1 .name{
    display:none;
}

#headerplaceholder {
    position: relative;
    height: 100px;
}

#menu {
    position: fixed;
    z-index:10;
    width: 100%;
    top: 100px;
    background: url(images/menu_background_light.png);
    border-top: 2px solid #666666;
    border-bottom: 2px solid #666666;
    font-size: .8em;
    text-transform: lowercase;
}

#menu ul {
    margin: 0px 0px 0px 150px;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
}

#menu li {
    float: left;
}

#menu li a {
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}

#menu li a:hover {
    background: #666666;
	color: #FFFFFF;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#menuplaceholder{
    position: relative;
    height: 1.2em;
}

#content {
    margin-bottom: 15px;
    width: 650px;
    position: absolute;
    margin-top: 15px;
}

#content .date, #content .symbol {
    margin-left: 90px;
    float: left;
    clear: both;
    width: 150px;
    height: 40px;
    text-align: center;
    color: #999999;
    width: 60px;
    height: 40px;
}

#content .date .bigtext {
    display: block;
    line-height: 80%;
    font-size: 25px;
    font-weight: bold;
}

#content .date .smalltext {
    display: block;
    font-size: 9px;
    line-height: 100%;
    font-weight: lighter;
    text-transform: uppercase;
} 

#content .date .space {
    display: none;
}

#content .box {
    margin-bottom: 15px;
    padding-top: 1px;
	padding-bottom: 1px;
    min-height: 40px;
    font-size: .8em;
	margin-left: 150px;
	color: #333333;
	background-color: white;
	line-height: 1.5em;
}

#content .box h1 {
    margin: .8em 30px .6em 20px;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2em;
    color: #B42011;
}

#content .box h2 {
    margin: 1.5em 30px .1em 20px;
    font-size: 1.2em;
    font-weight: normal;
}

#content .box p {
    margin: .8em 30px .8em 20px;
}

#content .box .fullwidth {
    margin: 0px;
    padding: 0px;
}

#content .box .fullwidth img {
	padding: 0px;
	margin: 0px;
}

#content .box blockquote{
	margin-left: 30px;
	font-style: italic;
}

#content .box ul, #content .box ol {
    margin: 2px 20px 10px 20px;
}

#content .box li {
    margin-top: .3em;
}

#content .box a {
    color: #EF492C;
    text-decoration: none;
}

#content .box a:hover {
    text-decoration: underline;
}

#content .box .top {
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
	font-size: .8em;
	border-bottom: 1px solid #B42011;  
}

#content .box .top a {
	color: #333333;
	text-decoration: underline;
}

#content .box .top .permalink {
	float: right;
}

#content .box .bottom {
    font-size: .9em;
    clear:both;
	padding: 0px 30px 0px 20px;
    margin: 15px 0px 0px 0px;
    height: 20px;
    border-top: 1px solid #B42011;
}

#content .box .bottom a {
    color: #666666;
}

#content .box .bottom .category a {
    float: left;
    padding: 0px 10px 0px 18px;
    background: url(images/box_symbol_category.png) 0px 2px no-repeat;
}

#content .box .bottom .commentsinvite {
    float: right;
    padding: 0px 0px 0px 18px;
    background: url(images/box_symbol_comment.png) 0px 2px no-repeat;
}

#content .comment {
	background: #CCCCCC;
	padding-bottom: 7px;
}

#content .commentform {
	background: #999999;
	padding-bottom: 7px;
}

#content .commentform input[ type=text] {
    width: 250px;
    vertical-align: center;
}


#content .commentform label {
    float: left;
    margin-top: 5px;
    width: 80px;
}

#content .commentform textarea {
    height: 10em;
    width: 100%;
}

#content .message {
    color: #FFFFFF;
	background: #B42011;
	font-size: 1,5em;
	text-align: center;
}

#content .navigation{
	min-height: 30px;
	font-size: 0.8em;
	color: #CCCCCC;
	width: 500px;
	margin-left: 150px;
}

#content .navigation a{
	color: #CCCCCC;
	text-decoration: none;
}

#content .navigation a:hover{
	text-decoration: underline;
}
#content .navigation .left{
	width: 230px;
	margin-left: 20px;
	float: left;
}

#content .navigation .left:before {
    content: "<< ";
    color: #EF492C;
}

#content .navigation .right{
	width: 230px;
	margin-right: 20px;
	text-align: right;
	float: right;
}

#content .navigation .right:after {
    content: " >>";
    color: #EF492C;
}

#sidebar {
    position: absolute;
    font-size: 0.7em;
    margin-top: 15px;
    margin-left: 685px;
    width:  175px;
    color: #999999;
}

#sidebar h3 {
    margin: 20px 0px 5px 0px;
    padding: 0px 0px 1px 5px;
    color: #FFFFFF;
    font-weight: lighter;
    border-bottom: 1px solid #EF492C;
	clear: both;
}

#sidebar ul {
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 5px;
    list-style-type: none;
}

#sidebar li {
    margin-bottom: .1em;
}

#sidebar a {
    color: #999999;
    text-decoration: none;
}

#sidebar a:hover {
	color: #CCCCCC;
    text-decoration: underline;
}

#sidebar img {
    margin: 0px 2px 2px 0px;
	padding: 3px;
	border: none;
}

#sidebar img:hover {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

#sidebar .upb_date {
	text-decoration: underline;
}

#sidebar .upb_event {
	margin-bottom: 5px;
}

#technorati a {
	text-decoration:  none;
	color: #999999;
}

#technorati a:hover {
	text-decoration:  underline;
}

#technorati img {
	display: none;
}

#technorati input {
	margin-top: 3px;
	margin-right: 3px;
}

img.serviceimage {
	padding: 2px;
	margin: 4px 0px 0px 4px;
	border: 1px solid #333333;
}

img.serviceimage:hover {
	padding: 1px;
	margin: 4px 0px 0px 4px;
	border: 2px solid #333333;
}
