/*  
Theme Name: natureOffice 3 Blog Theme
Theme URI: http://www.natureoffice.com/
Description: natureOffice Blog Theme f&uuml;r WordPress.
Version: 3.0
Author: Alex Schedler, Bj&ouml;rn Hein
Author URI: http://www.natureoffice.com
*/
/* Begin Images */

body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
}

H1 {
	font-weight: bold; 
	font-size: 2em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration:none;
}
.nounderline {text-decoration:none}

H2 {
	font-weight: bold; 
	font-size: 1.6em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
H3 {
	font-weight: bold; 
	font-size: 1.4em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
font-size: 1.1em;
	line-height: 1.4em;

}
.klein{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
}

li {
margin-bottom:10px;
	list-style-image:url(images/bullet.gif);

}
P{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
}

.hilite{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight:bold;
	color:000000;
}

a {
text-decoration:underline;
color:#000000;	

}

.copyright p {

font-size: 0.8em;
line-height: 1.4em;
}


.rechteSpalte li {
list-style:none;
margin-left:0px;
padding-left:0px;
margin-bottom:0px;
text-indent:0px;
font-size: 0.95em;
line-height: 1.3em;
}

.rechteSpalte a {
text-decoration:none;
}

.rechteSpalte a:hover {
text-decoration:underline;
}

p img {
	padding: 0;
	max-width: 100%;
}

.trenner {
background-color:#CCCCCC;
width:100%;
height:1px;
	margin-top:50px;
	margin-bottom:50px;
	

}



/*Twitterfeed*/

twitter-message twitter-link.a{
font-size: 0.8em;
	line-height: 1.2em;
}

/*End Twitterfeed */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */

.firstline{
	
}
#sidebar{background-position:0px 0px;}

.pubDate{
	text-align:right;
}

.prevnext a{
font-size: 1.5em;
	line-height: 1.2em;
}

.prevnext, .tags{
	font-size:10px;
	margin-bottom:20px;
	text-decoration:none;
}
.line{ 
/*	background-color:#60AC62; */
	background-color:#CCCCCC; 
	line-height:1px; 
	font-size:1px; 
	margin-top:40px; margin-bottom:45px;
}
#sidebar h2{ margin-top:6px; position:relative; top:10px;}
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar a,#sidebar a:visited,#sidebar a:link{ text-decoration:none; }

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	margin-left:0px;
}
#sidebar h2{ margin-top:10px; }
/* End Entry Lists */

/* Begin Form Elements */
.suchbox {
	font-size: 9px;
	border: 1px solid #BFBFBF;
	background: url(images/suchbox.gif) no-repeat;
	padding-left: 10px;
	padding-top:4px;
	height: 17px;
	line-height:20px;
	width:180px;
	color:#FFFFFF;
	
	text-indent:20px;
}
*+html .suchbox { margin-left:-20px; } /*das alte spiel mit +#$%%& IE7 */

#searchform {
	margin-top:20px;
}

#sidebar #searchform #s {
	width: 60%;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
}
.autor {
	font-size:10px;
		}
.blogtext {
	font-size:14px;
	line-height:20px;
		}
.wp-caption-text{  
	font-size: 11px;
}

.wp-caption{
	padding: 6px;
	padding-bottom: 2px;
	background-color: #EEE;
	text-align: center;
}
.alignright{
	margin-left: 10px;
}