/* 
Title:     pen+pixel master screen media styles
Author:    mail[at]hidave[dot]de
Updated:   Jul 13 2007
*/

body {
	margin: 0;
	padding: 6px 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #555;
	background: #b4b4b4 url(/img/top-bg.gif) repeat-x top left;
	}

/* =links
=============================================== */
a:link,
a:visited {
	padding-bottom: 1px;
	color: #4AAC01;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #ddd;
	}
a.more {
	padding-right: 13px;
	background: url(/img/pfeil.gif) no-repeat 100% 4px;
	}

/*  =typo 
=============================================== */
h1,
h2,
h3,
h4,
blockquote {
	font-weight: normal;
	}
h1 {
	font-size: 140%;
	color: #444;
	}
h2 {
	font-size: 90%;
	margin: 0 0 1.5em 0;
	padding: 0 4px;
	border-bottom: 1px solid #ddd;
	background: #f7f7f7;
	}
h3 {
	font-size: 140%;
	margin: 0;
	}
h4 {
	font-size: 120%;
	margin: 0;
	}
blockquote {
	font-size: 100%;
	line-height: 1.5em;
	color: #666b75;
	padding-left: 23px;
	background: url(/img/quotes.gif) no-repeat 0 3px;
	}
span.amp {
	color: #ED7C00;
	}

/* =header
=============================================== */
#header {
	font-size: 95%;
	border-top: 1px solid #f1f1f1;
	background: #fff url(/img/bg-header2.gif) repeat-x top left;
	}
#logo {
	width: 60em;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	}
#logo span,
#logo a {
	display: block;
	width: 236px;
	height: 97px;
	border-style: none;
	background: url(/img/logo.gif) no-repeat;
	}
#logo img {
	display: block;
	width: 0;
	}
#logo a:hover {
	background-image: url(/img/logo-ho.gif);
	}

/* =nav
=============================================== */
#nav-wrapper {
	width: 100%;
	background: #f1f1f1;
	border-top: 1px solid #fff;
	}
#nav {
	width: 60em;
	margin: 0 auto;
	}
#nav ul {
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0 1px; 
	line-height: normal;
	letter-spacing: 1px;
	}
#nav ul a {
	float: left;
	padding: 10px 12px;
	color: #5B5C5D;
	text-decoration: none;
	border-bottom: 1px solid #f1f1f1;
	}
#nav a:hover {
	background: #f7f7f7;
	}
#nav .current a {
	background: #f7f7f7;
	border-bottom: 4px solid #68DE06;
	}

/* =subnav
=============================================== */	
#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}	
#subnav li {
	border-bottom: 1px solid #f1f1f1;
	}
#subnav ul a {
	color: #555;
	display: block;
	padding: 2px 20px;
	border: 0;
	text-decoration: none;
	}
#subnav a:hover {
	background: url(/img/pfeil.gif) no-repeat 4px 55%;
	}
#subnav .current a {
	background: url(/img/pfeil-ac.gif) no-repeat 4px 55%;
	}

/* =title
=============================================== */
#title {
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	}
#home #title h1 {
	font-size: 160%;
	margin: 0 0 .5em 0;
	}
#title h2 {
	margin: 6px 0 0;
	}
#home #title {
	margin-top: -30px;
	border-bottom: none;
	padding: 55px 0 0 17px;
	background: #f1f1f1 url(/img/flamehard2.gif) no-repeat top right;
	}
#home #title p{
	padding: 0px 100px 20px 0px;
	}
		
/* =content
=============================================== */
#contentbox-wrapper {
	float: left;
	width: 100%;
	border-top: 1px solid #ddd;
	background: #fff;
	/*background: #fff url(/img/bg-header.gif) repeat-x top left;*/
	}
.clear {
	clear: left;
	}
#contentbox {
	width: 60em;
	margin: 30px auto;
	font-size: 95%;
	line-height: 1.6em;
	background: url(/img/contentbox-bg2.gif) repeat-y 40em 0;
	}
#content {
	float: left;
	width: 38em;
	float: left;
	}
/* =home */
#content ul,
#content ol,
#content dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#content ul,
#content ol {
	margin-left: 20px;
	}
#content ol {
	padding-left: 20px;
	}
#content ul {
	list-style: none;
	}
#content ul li {
	padding: 0 0 4px 14px;
	line-height: 1.4em;
	background: url(/img//icon-bullet.gif) no-repeat 0 6px;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dd {
	margin: 0 0 15px 0;
	padding: 0;
	}
a.listimg {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	height: 25px;
	width: 25px;
	}
a:hover.listimg {
	background: #68DE06;
	border: 1px solid #fff;
	}
#slimbox  {
	float: left;
	width: 39em;
	margin: 1em 0;
	clear: both;
	}
.cell a {
	float: left;
	display: block;
	border: 1px solid #ddd;
	margin: 0 10px 10px 0;
	padding: 4px;
	text-align: center;
	}
.cell a:hover {
	cursor: crosshair;
	border-color: #fff;
	background: #68DE06;
	}
.info {
	font-size: 90%;
	color: #777;
	border-top: 1px solid #f1f1f1;
	margin: 0;
	padding: .5em 0 0 0;
	}
.box h3 {
	font-size: 130%;
	}
.box p {
	font-size: 90%;
	margin: 5px 0 0 0;
	}
#notebook .box h3,
#home .box h3 {
	margin: 1.2em 0 0 0;
	}
#notebook h3 a,
#home h3 a {
	color: #383d44;
	border-bottom: none;
	}
#notebook h3 a:hover,
#home h3 a:hover {
	color: #4AAC01;
	border-bottom: 2px solid #dbd5c5;
	}
p.docnav {
	font-size: 90%;
	border-bottom: 1px solid #ddd;
	padding: 0 0 0 15px;
	background: url(/img/icon-doc.gif) no-repeat 0 50%;
	color: #999;
	}
.comment {
	padding: 0 0 0 15px;
	background: url(/img/icon-com.gif) no-repeat 0 50%;
	}
#commentwrapper{
	margin: 4em 0 0 0;
	}
#notebook #content img,
#about #content img {
	/*border: 1px solid #f1f1f1;
	padding: 5px ;*/
	}
.commentsHead {
	margin: 0 0 1em 0;
	}
/* =sidebar
=============================================== */
#sidebar {
	width: 20em;
	float: right;
	margin-left: 2em;
	font-size: 90%;
	}
#sidebar h3 {
	font-size: 100%;
	margin: 0 0 1.5em 0;
	padding: 0 4px;
	border-bottom: 1px solid #ddd;
	background: #f7f7f7;
	}
#work-list dt {
	margin: 8px 0 0 0;
	font-weight: normal;
	}
#work-list dd {
	line-height: 1.4em;
	padding: 1px 0 0 0;
	}
#work-list dt a {
	float: left;
	display: block;
	margin: 2px 8px 0 0;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	}
#work-list dt a:hover,
#work-list dt.active a {
	border-color: #fff;
	background: #68DE06;
	}
#work-list dt.active a {
	border-color: #fff;
	background: #383d44;
	}
#work-list dd.active a {
	text-decoration: none;
	font-weight: bold;
	color: #2D405B;
	border-bottom: none;
	}
#work-list-simple {
	margin: 2em 0 0 0;
	padding: 0;
	}
#work-list-simple ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}	
#work-list-simple li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	}
#work-list-simple li a {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	padding: 3px;
	border: 1px solid #ddd;
	background: #fff;
	}
#work-list-simple li a:hover {
	background: #68DE06;
	border-color: #fff;
	}
#work-list-simple li.current a {
	background: #68DE06;
	border-color: #fff;
	}

/* =footer
=============================================== */
#footer-wrapper {
	float: left;
	width: 100%;
	background: #fff url(/img/bg-footer.gif) repeat-x top left;
	}
#footer {
	width: 60em;
	margin: 20px auto;
	font-size: 95%;
	line-height: 1.5em;
	}
#footer p {
	font-size: 90%;
	}
#footer a.rss {
	padding-left: 14px;
	background: url(/img/icon-rss.gif) no-repeat top left;
	}
#footer a:link,
#footer a:visited {
	padding-bottom: 1px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}
#footer a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #ccc;
	}

/* =forms
=============================================== */
input,
textarea {
	font-family: Verdana, sans-serif;
	font-size: 90%;
	color: #777;
	}
.sbutt  {
	width: 60px;
	margin: 0 0 0 5px;
	}
.searchField,
#zemSubscriberEmail {
	border: 1px solid #ABABAB;
	padding: 2px 3px;
	font: 9px/1em Verdana, sans-serif;
	}
#searchform {
	margin: 0 0 30px 0;
	padding: 0;
	}
.resultbox h3 {
	font-size: 140%;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	}
.resultbox {
	border: 1px solid #f1f1f1;
	padding: 15px 15px 5px 15px;
	margin: 0 0 10px 0;
	background: #fff url(/img/bg-comment.gif) repeat top left;
	}
/*.searchBtn,
.zemSubmit,
input submit {
	font: 9px/1em Verdana, sans-serif;
	margin: 0;
	padding: 1px;
	color: #fff;
	background: #ccc;
	}*/
#txpCommentInputForm {
	font-size: 90%;
	margin: 0 0 25px 0;
	padding: 5px 20px 15px 20px;
	border-bottom: 1px solid #ddd;
	background: #f7f7f7;
	}
#txpCommentInputForm input {
	vertical-align: middle;
	}
input#comment_name_input,
input#comment_email_input,
input#comment_web_input {
	width: 250px;
	font-size: 120%;
	color: #444;
	border: 1px solid #ddd;
	}
#txpCommentInputForm textarea {
	margin: 3px 0 0 0;
	padding: 0;
	width: 100%;
	height: 160px;
	font-family: Verdana, sans-serif;
	font-size: 120%;
	color: #444;
	border: 1px solid #ddd;
	}
#notebook ol {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	}
#notebook .greenzebra,
#notebook .autor {
	padding: 5px 20px 5px 20px;
	margin: 10px 0 10px 0;
	background: #fff url(/img/bg-comment.gif) repeat top left;
	font-size: 90%;
	}
#notebook .autor {
	background: #fff url(/img/bg-comment-autor.gif) repeat top left;
	}
.postinfo {
	background: #fff;
	padding: 0 0 0 4px;
	border-bottom: 1px solid #ddd;
	}
.postinfo-autor {
	background: #fff;
	padding: 0 0 0 4px;
	border-bottom: 1px solid #ddd;
	}
#notebook h4 {
	float: left;
	margin: 0 10px 0 0;
	}
	
/* =table
=============================================== */
.zebra {
	background: #f7f7f7;
	}
table {
	width:100%;
	line-height: 1.4em;
	font-size: 90%;
	border-collapse:collapse;
	table-layout:auto;
	}
td {
	border-bottom: solid 1px #f1f1f1;
	border-right:1px solid #fff;
	padding: 8px 8px 0px 8px;
	}
th, td {
	text-align: left;
	vertical-align: top;
	}
td img {
	margin-right: 10px;
	}
#tablehead td {
	vertical-align: bottom;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	}
#tablehead a {
	display: block;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	padding: 2px 8px;
	background-color: #777;
	border-bottom: 1px solid #ccc;
	}
#tablehead .current a {
	display: block;    
	color: #fff;
	text-decoration: none;
	background-color: #333;
	border-bottom: 1px solid #ccc;
	}
#tablehead a:hover,
#tablehead a:active {
	color: #fff;
	display: block;
	background-color: #333;
	padding: 2px 8px;
	border-bottom: 1px solid #ccc;
	}
	
/* =misc
=============================================== */
hr {
	display: none;
	}
img {
	display: block;
	}
a img {
	border: none;
	}
#nav ul:after, 
#contentbox:after,
#footer:after,
#work-list-simple:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}