/*  
Theme Name: VERDURE
Theme URI: http: //www.verdure.de/
Description: VERDURE Theme
Version: 2.1
Author: VERDURE
Author URI: http: //www.verdure.de/
*/


* { margin: 0; padding: 0; }

html {
	background-position: center top; 
	background-repeat: no-repeat; 
	background: url("img/bg.gif") repeat-x #002822;
	height: 100%;
}

body {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif; 
	color: #003f37;  
}

h1 {
	font-weight:  bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 46px;
	color: #fff;
	margin-bottom:  9px;
}
	
h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	}
	
h3 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	}

img { border: 0px; }
br.clear { clear: both; }

a {color: #003f37; text-decoration: none; }
a:hover { color: #3c0; }


.main { width: 950px; margin: 0 auto; position: relative; }

.header { height: 120px; margin: 0; position: relative; }
.header img { position: absolute; top: 50px; left: 40px; }

.nav { position: absolute; top: 85px; right: 0px; list-style: none; }
.nav li { float: left; margin-right: 44px; padding: 0px 3px 0px 3px; height: 30px; }
.nav li.act { border-bottom: 5px solid #3c0; }
.nav li.act a { color: #3c0; }

.POST_CONTENT li {
	margin: 5px 0 0 15px;
}
.POST_CONTENT li img {
	margin:  -5px 0 0 -15px;
}

#projects {
	text-align: center;
	width: 100%;
	color: #adcf9d;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 70px;
}

#projects h1 { line-height:  normal; }

.POST {
	width: 950px;
	margin: 7px auto 60px auto; /* top:  130px */
	text-align: left;
}

.DATE {
	width: 280px;
	float: left;
	border-bottom: 1px solid #33cc00;
}

.DATE .style_date {
	color: #fff;
	margin-bottom: 10px;
	float: right;
}

.POST_HEADING {
	width: 645px;
	float: right;
	border-bottom: 1px solid #33cc00;
}

.POST_HEADING .category {
	float: right;
	margin-bottom: 10px;
	margin-top: -20px;
	color: #fff;
}

.POST_CONTENT {
	width: 645px;
	clear: both;
	margin-left: 305px;
	padding-top:  12px;
}

.POST_CONTENT a {
	color: #33cc00;
	text-decoration: underline;
}

.POST_CONTENT a:hover {
	color: #FFF;
	text-decoration: none;
}

.POST_ZUSATZ {
	padding: 8px 0 8px 0;
	margin-top: 20px;
	color: #fff;
	font-size: 12px;
	border-top: 1px dotted #33cc00;
	border-bottom: 1px solid #33cc00;
}
	
.POST_ZUSATZ a {
	color: #fff;
	text-decoration: underline;
}
	
.POST_ZUSATZ a:hover {
	text-decoration: none;
}

.zusatz_optional {
	float: right;
	margin-top: -20px;
	text-align: right;
}

.tags {
	font-size: 12px;
}
	
.tags a {
	color: #fff; 
	text-decoration: none;
}

.tags a:hover {
	text-decoration: underline;
}

hr {
	color: #adcf9d;
	background: #adcf9d;
	height: 1px; 
	width: 645px;	
	border: #adcf9d;
	margin-top: 10px;
}

#BACK_FOR {
	width: 950px;
	margin: 50px auto 0px auto;
	text-align: left;
}

#BACKWARD {
	width: 280px;
	float: left;
	margin-left: 174px;
	*margin-left: 87px;
}

#BACKWARD a {
	color: #fff;
	text-decoration: underline;
}

#BACKWARD a:hover {
	text-decoration: none;
}

#FORWARD {
	width: 645px;
	float: right;
	margin-top: -20px;
}

#FORWARD a {
	color: #fff;
	text-decoration: underline;
}

#FORWARD a:hover {
	text-decoration: none;
}


/******************************* styling comment*******************************/
#COMMENT {
	margin-top: 30px;
}

.input_comment_01 {
	width: 372px;
	height: 35px;
	border: solid 0 #fff;
	padding: 9px 3px 0 3px;
	background: transparent url("img/comment_01.gif") no-repeat;
}

#comment {
	width: 372px;
	height: 135px;
	border: solid 0 #fff;
	padding: 6px 3px 0 3px;
	background: transparent url("img/comment_02.gif") no-repeat;
}

.comment_form {
	font-size: 12px;
}
	
.input_send {
	cursor: pointer;
	width: 120px;
	height: 30px;
	border: solid 0 #fff;
	background: #adcf9d;
}


.table_comment {
	margin: 20px 0 20px 0;
}

.eintrag_nummer {
	font-size: 30px;
	font-weight: bold;
	color: #adcf9d;
}

.comment_verfasser {
	font-size: 12px;
	color: #fff;
}

object { outline: none; }

#content { background: #fff; height: 370px; }
#content[id] { min-height: 370px; height: auto; }


.footer {
	width: 945px; 
	height: 32px; 
	margin: 0 auto; 
	border-top: 1px solid #ffffff; 
	padding: 20px 0 20px 5px; 
	margin-top: 25px;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}

.footer a {
	color: #b5e0ab;
}
	

.footer .imprint a {
	/*position: relative; 
	left: 620px; */
	float: right;
	font-style: normal; 
	color: #b5e0ab;
	margin-top: -14px;
	padding: 0px 5px 20px 0px; 
}

.footer a.act { color: #b5e0ab; }

.align_right {
	padding-left: 18px;
}

/* nab */
.nav { font: bold 11px Verdana, Helvetica, sans-serif; }
.footer { font: bold 10px Verdana, Helvetica, sans-serif; font-weight: normal; }
.POST_HEADING a { color: #fff; }
.POST_HEADING a:hover { text-decoration: underline; }

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/* image slider styles */

/*preload classes*/ 
.svw { width: 50px; height: 20px; }
.svw ul { position: relative; left: -999em; }
 
/*core classes*/ 
.stripViewer { 
	position: relative; 
	overflow: hidden;  
	margin: 0 0 1px 0; 
	cursor: pointer;
}

.stripViewer ul {/* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
}

.stripViewer ul li { 
	float: left; 
}

.stripTransmitter {
	overflow: hidden; 
	width: 1%; 
}

.stripTransmitter ul {
	margin: 0; 
	padding: 0; 
	position: relative; 
	list-style-type: none; 
	float: right; 
}

.stripTransmitter ul li {
	width: 20px; 
	float: left; 
	margin: 0 0 1px 1px; 
}

.stripTransmitter a {
	font: normal 10px Arial, Helvetica, sans-serif; 
	text-align: center; 
	line-height: 18px; 
	color: #fff; 
	text-decoration: none; 
	display: block; 
}

.stripTransmitter a:hover {
	background: #fff; 
	color: #002822; 
}

.stripTransmitter a.current {
	background: #adcf9d; 
	color: #002822; 
}

