/*
Theme Name: SensorStaub
Theme URI: http://www.sensorstaub.de
Theme ID: SS1
Description: Dies ist mein erstes Theme von SensorStaub. 
Author: Oliver
Designer: Oliver
Coder: Oliver
Author URI: http://www.sensorstaub.de

Copyright 2009 Raupach

*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body 
{
	background: #111 url(images/bg.jpg) repeat-y center top;
	color: #BBB;
        font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
        font-size: 62.5%;
	
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
 	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(images/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 110px;
}

.header_center 
{
        float: center;
}

.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 750px;}
.main .right {width: 249px;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}

/* content elements */
.content h1 {
	background: url(images/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 10px;}

/* navigation */
.nav {background: #191919 url(images/nav.gif);}
.nav a {
	background: #191919 url(images/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(images/nav_hover.gif);
}

.nav li 
{
   list-style-type:none;
   display: inline;
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(images/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

.subnav p 
{
   padding-bottom: 3px;
}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

.Spacer 
{
   height: 20px;
   
}

.dayBoxXX img 
{
   float: left;
   margin-right:5px;
   margin-top:0px;
   margin-bottom:3px;
   margin-left:0px;

}

.dayBox p
{

   text-align: justify;
 font-size:9pt;
 line-height:1.4em;

}

.dayBox a:hover 
{
	color: #BBB;
	background: #555;
}

.comment 
{
	background: #444;
	display: block;
	
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	
}

.comment-detail
{
   margin-top:15px;
}

.comment-detail p
{
   padding-bottom:5px;
}

.Line-Spacer 
{
   height: 20px;
   border-bottom: 1px solid #555;
}

input.styled, textarea.styled, div#searchAgain input, div.comments-form input 
{
   border:1px solid black;
   font-family:Georgia,serif;
   
   background: #bbbbbb;
}

li > input.button, li > button, input.button > input.button, button > button 
{
   padding:2px;
}

input.button, button 
{
   padding:2px 2px 0pt 0pt;
   width:6em;
}

form li 
{
   line-height:2em;
   margin:0pt;
   padding:1px 1px 6px 9px;


font-family:Arial,sans-serif;

font-weight:400;
list-style-type:none;
}

form ul 
{
   list-style-image:none;
   list-style-position:outside;
   list-style-type:none;
   position:relative;
   
}

label.desc {
border:0pt none;

display:block;

font-weight:bold;
line-height:1.3em;
margin:4px 0pt 3px;
}

form .info[class]
{
   display:block;
}

form .info 
{
   border-bottom:1px dotted #CCCCCC ;
   margin:0pt 0pt 10px;
   padding:0pt 0pt 4px;
}



form textarea.large 
{
height:20em;
}

form .large, form textarea.textarea 
{
width:480px;
}

input.text, input.number, input.url, input.email, input.password, input.file, textarea.textarea, select.select 
{
border:1px solid black;
border-style:solid;
border-width:1px;
color:#333333;
font-size:1.2em;
background: #bbbbbb;
}

form input#s 
{
border:1px solid black;
border-style:solid;
border-width:1px;
color:#333333;
font-size:1.2em;
background: #bbbbbb;
}

form input#searchsubmit 
{
   border:1px solid black;
   font-family:Georgia,serif;
   
   background: #bbbbbb;
}

#searchform
{
   padding-bottom: 15px;
}

.comments-syntax-indicator 
{
font-weight:bold;
}

.comments-syntax-indicator span.enabled 
{
background:transparent none repeat scroll 0%;

font-style:italic;
}

div.comments-head 
{
   background:transparent none repeat scroll 0%;
   
   padding-top:10px;
   font-size:1.2em;
}

.rReferersListItem
{
   padding-left: 18px;
   line-height:2.4em;
}

div.comments-form span.status 
{
   border:1px solid green;
   color:green;
   display:block;
   font-size:18px;
   font-weight:bold;
   margin:10px 0px;
   padding:10px;
}

span.error 
{
   border:1px solid #CC0000;
   color:#CC0000;
   display:block;
   font-size:18px;
   font-weight:bold;
   margin:10px 0px;
   padding:10px;
}

.serendipity_imageComment_center, .serendipity_imageComment_left, .serendipity_imageComment_right 
{
background-color:#666666;
border:0px none;
margin:5px;
padding:7px;
text-align:center;
}

.serendipity_imageComment_center 
{
margin:auto;
}

.serendipity_imageComment_left 
{
float:left;
}

.serendipity_imageComment_right 
{
float:right;
}

.serendipity_imageComment_img, .serendipity_imageComment_img img 
{
border:0px none;
margin:0px;
padding:0px;
text-align:center;
}

.serendipity_imageComment_img img
{
   border:1px solid black;
}

.serendipity_imageComment_txt 
{
border-top:1px solid #666666;
clear:both;
font-size:8pt;
margin-top:0px;
padding:0px;
text-align:center;
}


#wrapper
{
   width:1006px; 
   margin-left:auto; 
   margin-right:auto;

}


.fotostrecke_imageComment_center, .fotostrecke_imageComment_left, .fotostrecke_imageComment_right 
{
background-color:#666666;
border:0px none;
margin:30px;
padding:7px;
text-align:center;
}

.fotostrecke_imageComment_center 
{
margin:auto;
}

.fotostrecke_imageComment_left 
{
float:left;
}

.fotostrecke_imageComment_right 
{
float:right;
}

.fotostrecke_imageComment_img, .fotostrecke_imageComment_img img 
{
border:0px none;
margin:0px;
padding:0px;
text-align:center;
}

.fotostrecke_imageComment_img img
{
   border:1px solid black;
}

.fotostrecke_imageComment_txt 
{
border-top:1px solid #666666;
clear:both;
font-size:8pt;
margin-top:0px;
padding:0px;
text-align:center;
}


.staubfooter a
{

   color:#777777;
   text-decoration:none;
   padding-left:20px;
}

.alignleft
{
   float: left;
   padding: 8px;
   background-color: #666666;
   border: 1px solid black;
   margin: 7px;
}

.alignright
{
   float: right;
   padding: 8px;
   background-color: #666666;
   border: 1px solid black;
   margin: 7px;
}

.gravatar {
float:right;
padding: 3px;
border: 1px solid #000;
background: #fff;
margin-left: 10px;
}

.postgrav {
float: left;
padding: 3px;
margin-right: 5px;
margin-left: 5px;
border: 1px solid #000;
background: #fff;
}

#smallattachment img
{
padding: 10px;
}
