/*  
Theme Name: projektwerk
Theme URI: http://www.forst-gehege.de
Description: WordPress theme designed by forst f&uuml;r Gestaltung.
Version: 1.0
Author: forst f&uuml;r Gestaltung
Author URI: http://www.forst-gehege.de

	This theme was designed and built by Nils Sanders. Based on a theme by Nick La.

*/
/* Test Write xxx */

body {
	background: #fff url(images/html-bg.gif) repeat-x;
	font: 75%/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333;
}
a {
	color: #004E9C;
	text-decoration: none;
}
a:visited {
	color: #004E9C;
}
a:hover {
	color: #f90;
}
p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
#page {
	background: url(images/main-bg.jpg) no-repeat center top;
}
#wrapper {
	width: 790px;
	margin: 0px auto;
	position: relative;
}

	/* (en) clearfix method for clearing floats */
	/* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* ------------------------------------- header area  */
#header {
	height: 160px;
}
#logo {
	background: url(images/pw-logo.gif) no-repeat;
	width: 139px;
	height: 47px;
	position: relative;
	top: 60px;
	left: 25px;
}
/* site title */
h1 {
	position: absolute;
	top: 70px;
	left: 20px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: none;
}
h1 a, h1 a:visited {
	color: #fff;
	text-decoration: none;
	display: none;
}
h1 a:hover {
	color: #fff;
	text-decoration: none;
}
.description {
	position: absolute;
	top: 97px;
	left: 20px;
	color: #000;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: none;
}
/* search form */
#searchform {
	position: absolute;
	top: 75px;
	right: 0px;
	width: 210px;
}
#searchform #s{
	background: #fff url(images/form-field-bg.gif) no-repeat ;
	height: 15px;
	width: 105px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #666;
	border: none;
}
#searchform #searchsubmit { 
	background: url(images/search-btn.png) no-repeat left top;
	height: 20px;
	width: 60px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}



/* ------------------------------------- main content area  */
#left-col {
	width: 570px;
	float: left;
	margin-top: 10px;
	display: inline;
}

/* content */
#content {
	padding: 20px 10px 10px 20px;
	width: 549px;
	background:  #fff url(images/content_left_bg.gif) no-repeat;
	clear: both;
}
#content-inner {
	width: 548px;
	float: left;
}
#placeholder {
	width: 1px;
	margin-left: -1px;
	height: 620px;
	float: left;
}
.post {
	padding-top: 20px;
}

.linie {
	background: url(images/dot.gif) repeat-x;
	clear: both;
	height: 1px;
}

.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: normal 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f90;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 18px;
	display: block;
	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004E9C;
	text-align: center;
	padding-top: 4px;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 438px;
}
.postdata {
	font-size: 90%;
	color: #666;
}
.postdata a, .postdata a:visited {
	color: #004E9C;
	text-decoration: none;
}
.postdata a:hover {
	color: #f90;
	text-decoration: none;
}
.postdata .category{
	float: left;
}
.postdata .comments{
	background: url(images/mini-comment.gif) no-repeat;
	padding-left: 45px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	float: left;
}
.mini-add-comment {
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 10px 0px 5px;
	clear: both;
}

/* post title */
h2 {
	color: #004E9C;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 150%/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 a, h2 a:visited {
	color: #004E9C;
	text-decoration: none;
}
h2 a:hover {
	color: #f90;
	text-decoration: none;
}
h3 {
	color: #666;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* next & previous page navigation */
.page-nav {
	clear: both;
}
.page-nav a, .page-nav a:visited {
	color: #004E9C;
	text-decoration: none;
}
.page-nav a:hover {
	color: #666;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}

/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 20px;
	font-size: 110%;
}
.post-nav a, .post-nav a:visited {
	color: #004E9C;
	text-decoration: none;
}
.post-nav a:hover {
	color: #f90;
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 15px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 15px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}

/* ------------------------------------- comment area  */
h3#comments {
	background: url(images/mini-comment.gif) no-repeat;
	padding: 0 0 15px 60px;
	font: normal 150%/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004E9C;
	clear: both;
}
h3#respond {
	background: url(images/respond.gif) no-repeat;
	padding: 0 0 15px 60px;
	font: normal 150%/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004E9C;
	clear: both;
}
/* commentform */
#commentform {
	margin: 10px 0 0 60px;
}
#commentform label {
	font-weight: normal;
	color:#004E9C;
	font-size: 90%;
	padding-left: 5px;
}
#commentform small {
	color: #004E9C;
	font-size: 90%;
}
#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 200px;
	padding: 5px 3px 3px 7px;
	background: url(images/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 470px;
	height: 140px;
	background:url(images/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font: bold 12px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(images/submit-btn.gif) no-repeat top left;
	border: none;
	width: 110px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 360px;
}
#commentform #submit:hover {
	background: url(images/submit-btn.gif) no-repeat bottom left;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	border: solid 1px #3b9acc;
}

#answerdiv {
	padding-top: 1em;
}

/* comment list */
.commentlist {
	margin: 0 15px 30px 15px;
	padding-left: 45px;
	line-height: 130%;
}
.commentlist li{
	padding: 10px 20px;
	list-style-type: none;
	background: #fff url(images/dot.gif) bottom left repeat-x;
}
.commentlist .alt {
	background: #ececec url(images/dot.gif) bottom left repeat-x;
}
.commentlist cite {
	font-weight: normal;
	font-style: normal;
	font-size: 110%;
	color: #004E9C;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #004E9C;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #999;
}

.edit a, .edit a:visited, 
small.commentmetadata a, small.commentmetadata a:visited {
	color: #f00;
	text-decoration: underline;
	font-weight: bold;
}

/* ------------------------------------- footer area  */
#footer {
	padding: 10px 0px 0px 20px;
	font-size: 90%;
	color: #999;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	text-decoration: underline;
}

/* ------------------------------------- sidebar area  */
/* sidebar */

#sidebar {
	background: url(images/content_right_bg.gif) no-repeat top right;
	float: right;
	padding-right: 6px;
	width: 204px;
	color: #666;
	line-height: 160%;
}
#sidebar p {
	margin: 0px 0px 15px;
}
#sidebar h3 {
	font: normal 15px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
}
#sidebar h3 a, #sidebar h3 a:visited {
	color: #666;
}
#sidebar h3 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: #004E9C;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	color: #f90;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 ;
}
#sidebar ul li {
	background: url(images/pw-pfeil.gif) no-repeat;
	padding-left: 10px ;
}
#sidebar ul li ul li {
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}

/* ------------------------------------- widget styles  */
/* archives widget */
#archives ul li {
	background: url(images/pw-pfeil.gif) no-repeat;
}
/* recent comments widget */
#recent-comments ul li {
	background: url(images/pw-pfeil.gif) no-repeat;
}
/* category widget */
#categories ul li {
	background: url(images/pw-pfeil.gif) no-repeat;
}
/* recent posts widget */
#recent-posts ul li {
	background: url(images/pw-pfeil.gif) no-repeat;
}
/* links widget */
#links ul li {
	background: url(images/pw-pfeil.gif) no-repeat;
}
/* meta */
#meta .rss {
	background: url(images/rss.gif) no-repeat;
	padding: 0 0 15px 25px;
}
#meta .login {
	background: url(images/pw-pfeil.gif) no-repeat;
}
#meta .check {
	background: url(images/pw-pfeil.gif) no-repeat;
}
#meta .wordpress {
	background: url(images/pw-pfeil.gif) no-repeat;
}
/* calendar */
#calendar table {
	margin: 0px auto;
}
#calendar td {
	padding: 0px 4px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.right {
	float: right;
}
img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}

/* add ons */

.szwidget {
        float: right;
}

.relatedposts ul {
        list-style: none;
	margin: 0 ;
	padding: 0 ;
}
.relatedposts ul li {
	background: url(images/pw-pfeil.gif) no-repeat;
	padding-left: 10px ;
}

#text-205265221 .xing {
	background: url(http://www.projektwerk.de/blog/wp-content/uploads/2008/08/xing_icon.gif) no-repeat;
	padding: 0 0 15px 25px;
}

#text-205265221 .facebook {
	background: url(http://www.projektwerk.de/blog/wp-content/uploads/2008/08/facebook_icon.gif) no-repeat;
	padding: 0 0 15px 25px;
}

#text-205265221 .myspace {
	background: url(http://www.projektwerk.de/blog/wp-content/uploads/2008/08/myspace_icon.gif) no-repeat;
	padding: 0 0 15px 25px;
}

#text-205265221 .twitter {
	background: url(http://www.projektwerk.de/blog/wp-content/uploads/2008/08/twitter_icon.gif) no-repeat;
	padding: 0 0 15px 25px;
}