/*   
Theme Name: zehnet.de theme
Theme URI: http://www.zehnet.de
Description: zehnet.de blog theme
Author: Nicolas Zeh
Author URI: http://www.zehnet.de
Template:
Version: 0.15

** (c) 2008

*/
@charset "utf-8";
/** reset css
    by Eric Meyer
	url: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong {font-weight:bold;}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/** ********* basic centered header, footer + sidebar layout ********* */
#page {
	width: 840px;
	margin:0 auto;
}
#main {
	float:left;
	width: 610px;
	padding: 0px 20px;/**/
	overflow:hidden;
}
#sidebar {
	width: 180px;
	float:right;
}
#footer {
	clear:both;
}
/** ********* body ********* **/
body {
	font-size: 12px;
	line-height: 19px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #E1E1E1; /* = footer color */
}
a, 
a:link, 
a:active, 
a:visited {
	text-decoration: none;
	color: #363636;
}
a:hover {
	background-color: #363636; /** 323234 */
	color: #fff;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
.center {
	text-align:center !important;
}
.right {
	text-align:right !important;
}
.clear {
	clear:both;
	display:block;
}
small {
	font-size:11px;
	line-height:15px;
}
.s_match {
	border-bottom: 3px solid #38A0C2;
}
.m350 {
	min-height: 350px;
}
/** ********* #header ********* */
#header {
	text-align: left;
	background-color: #323234;
	border-bottom: 4px solid #ccc;
	background: url("./assets/gradient.jpg") repeat-x;
}
#header .content {
	width: 840px;
	margin:0 auto;
	background: url("./assets/header.jpg") no-repeat right 0px;
	padding: 0px; 
	height: 190px; 
}
/* Page Navigation Menu */
#headernav {
	position: absolute;
	top: 160px; 
	width: 840px;
	color: #fff;
}
/* Page Navigation Menu */
#headernav #headerinfo {
	position: absolute;
	top: 3px;
	right: 190px;
	width: 350px;
	text-align: right;
}
#headernav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#headernav li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	display: block;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#headernav li a, 
.headernav a:link {
	color: #ccc;
	text-decoration: none;
	padding: 0px 15px 15px 15px;
	display: block;
	border-left: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
}

#headernav li a:hover {
	color:#fff;
	cursor: pointer;
	background-color: #555559;
}
/** ********* page ********* */
#mid {
	background-color:#F0F0F0;
}
/** ********* page ********* */
#page {
	background: url("./assets/bg.jpg") top left repeat-y;
}

/** ********* #main ********* */
#main {
	padding-top: 20px;/* 27px; */
	background-color:#fff;
	border-right: 1px solid #ccc; 
	border-left: 1px solid #ccc;
	color: #363636;
	font-size: 12px;
	line-height: 19px;
}
/** ********* section ********* **/
.section {
	text-align:left;
	margin-bottom: 40px;
	clear: both;
}
.section img {
	vertical-align:text-bottom;
}
h2, .section h2 {
	clear:both;
	font-size: 21px;
	line-height:24px;
	margin:0;
	margin-bottom: 10px;
	/* margin-top: 7px; */
	padding:0;
	text-decoration: none;
	color: #79848E;
}
.section .title {
	padding:5px 0;
}
.section h2 a, 
.section h2 a:link, 
.section h2 a:active, 
.section h2 a:visited {
	color: #79848E;
	padding:5px 0;
	display:block;
}
.section h2 a:hover {
	background-color: #323234;
	color: #fff;
}
.section .error {
	background-color:#f00;
	color:#fff;
	padding: 2px 10px;
	text-align: center;
	margin-bottom: 15px
}
.section .success {
	background-color:#090;
	color:#fff;
	padding: 2px 10px;
	text-align: center;
	margin-bottom: 15px
}
/** ********* section tracks ********* */
.tracks p {
	padding:0;
	margin-bottom:0;
}
.tracks ul.pl {
	list-style:none;
	padding:0;
	margin:0;
	margin-top: 7px;
}
.tracks ul.pl li {
	padding:1px 0;
	background:none;
}
.tracks ul.pl li a{
	color:#22619F;
	padding: 2px 6px;
}
.tracks ul.pl li a:hover{
	color:#f90;
}
.tracks ul.pl li a.marked {
	color:#579565;
	padding: 0px 3px;
	border-left: 3px solid #579565;
	text-decoration: none;
}
.section .tracks ul.pl li a span {
	/* font-weight: bold; */
	color:#79848E; /* 79848E 323234 */;
}
.section .tracks ul.pl li a.marked:hover {
	color: #f90;
	border-left: 3px solid #f90;
	text-decoration: none;
}
.section .tracks .imp {
	color:#bbb;
	font-size:9px;
	line-height:14px;
	margin:15px 0 30px 0;
	padding:0;
}
/** ********* .section .post ********* */
.post {
	/* min-height:80px; */
}
.wrapper {
	clear:both;
	display:block;
	height:auto;
	margin:0;
	padding:0;
	overflow:hidden;
	width:auto;
}
.col {
	display:block;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
#main .split {
	width: 305px;
}
/** ********* post info ********* */
.section .info {
	width: 100%;
}
.section .info div {
	padding: 10px 0px;
	font-size: 12px;
}
.section .info .date {
	padding-left: 20px;
	background: url("./assets/user.jpg") no-repeat left 12px;
}
.section .info .comments {
	margin-left: 10px;
	padding-left: 20px;
	background: url("./assets/comments.jpg") no-repeat left 12px;
}

.section .homediv {
	/* border-top: 3px solid #ccc; */
	padding:0;
	margin:0;
}
.grey {
	background-color:#F0F0F0;
	padding: 5px 10px;
}
/** ********* post info-split ********* */
.section .info-split {
	border-top: 1px solid #ccc;
}
.section .info-split,
.section .info-split a,
.section .info-split a:link,
.section .info-split a:active,
.section .info-split a:visited {
	color: #79848E;
}
.section .info-split a:hover {
	color: #fff;
}
.section .info-split div {
	padding: 10px 0px;
	font-size: 12px;
}
.section .info-split .date {
	padding-left: 20px;
	background: url("./assets/user.jpg") no-repeat left 12px;
	width: 450px;
}
.section .info-split .comments {
	text-align:right;
	width: 120px;
	padding-right: 20px;
	background: url("./assets/comments.jpg") no-repeat right 12px;
}
.section a.more-link {
	display:block;
	margin-top: 10px;
}
/** ********* post info-box ********* */
.section .info-box {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #f3f3f3;
	font-size: 11px;
	line-height: 17px;
}
.section .black-box {
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: #323234;
	font-size: 11px;
	line-height: 17px;
}
.section .black-box a, 
.section .black-box a:link, 
.section .black-box a:active, 
.section .black-box a:visited {
	text-decoration: none;
	color: #999;
}
.section .black-box a:hover {
	color: #448DD7;
}
/** ********* .section comments ********* */
.section h3#comments, 
.section h3#respond {
	font-size: 21px;
	line-height:24px;
	margin:0;
	padding: 10px 0px;
	font-weight:normal;
}
.comment {
	border-top: 1px solid #ccc;
}
.comment .itemnum {
	margin-top: 12px;
	width: 32px;
	height: 26px;
	line-height:26px;
	background: url("./assets/bubble.png") no-repeat center center;
}
.comment .itemnum span {
	padding-left: 7px;
	letter-spacing:-1px;
	font-size: 12px;
	font-weight:normal;
	color: #fff;
}
.comment .comment-body {
	width: 515px;
	padding: 15px 0 0 0;
	margin-left: 20px;
}
.comment .comment-body .commentmeta {
	color: #999;
}
.comment .comment-body strong a {
	font-weight:bold;
}
.comment .comment-body div{
	padding: 5px 0 0 0;
}
/** ********* .section form ********* */
.section .contact {
	background-color: #f0f0f0;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding: 15px 20px 0;
}
.section .contact input.field, 
.section .contact textarea {
	width: 340px;
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background-color: #fff;
}
.section .contact .validate {
	font-size: 18px;
	font-weight:bold;
	width: 160px;
	height: 22px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	background-color: #fff;
}
.form {
	border-top: 1px solid #ccc;
}
.form table, .commentform .buttons .right {
	width: 420px;
}
.form td {
	text-align:left;
	padding: 3px 0;
	margin:0;
	vertical-align:middle;
}
.form input.field, 
.form textarea {
	width: 340px;
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #eaeaea;
	background-color: #f3f3f3;
}
.form .validate {
	font-size: 18px;
	font-weight:bold;
	width: 165px;
	height: 22px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #eaeaea;
	background-color: #f3f3f3;
}
.form input:focus.field, 
.form textarea:focus,
.form .validate:focus {
	background:#fcfcfc;
	border: 1px solid #91BCE8;
}
.form select {
	width: 305px;
	font-size: 12px;
}
.form .label {
	font-weight:bold;
	color: #323234;
	vertical-align: top;
	white-space: nowrap;
	width: 80px;
}
.form .itemnum {
	margin-top: 10px;
	width: 32px;
	height: 32px;
	line-height:32px;
	background: url("./assets/bubble-speak.png") no-repeat center center;
}
.form .itemnum span {
	padding-left: 5px;
	letter-spacing:-1px;
	font-size: 14px;
	font-weight:normal;
	color: #fff;
}
.form .commentform {
	margin-top: 5px;
	padding: 10px 0;
	margin-left: 20px;
}
.commentform .buttons {
	padding-top: 20px;
}
/** ********* .section .innermenu ********* **/
.section .innermenu {
	margin-bottom: 15px;
	padding: 2px 5px;
	background-color: #323234;
	color: #999;
}
.section .innermenu a, 
.section .innermenu a:link, 
.section .innermenu a:active,
.section .innermenu a:visited {
	color:#1F4387;
	text-decoration: none;
	color: #999;
}
.section .innermenu a.selected {
	color:#fff;
}
.section .innermenu a:hover {
	color:#fff;
}
/** ********* .section .index list ********* **/
.section ul.index {
	margin-left: 2px;
}
.section ul.index li {
	text-decoration: none;
	color: #363636;
	background: url("./assets/bullet_plus.gif") no-repeat -4px 5px;
	padding-left: 20px;
}
.section ul.index li a {
	height: 24px;
	line-height:24px;
}
.section ul.index li strong {
	line-height:24px;
}
.section ul.index li ul {
	margin:0;
	padding:0;	
}
/** ********* file table ********* */
#main .filetab {
	border-bottom: 1px solid #363636;
}
.filetab th {
	color: #fff; /* ccc */
	text-align: left;
	font-size: 10px;
	line-height: 22px;
	padding: 0px 4px;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	white-space: nowrap;
	height: 22px;
	background-color:#323234;
	background: url("./assets/gradient.jpg") repeat-x;
}
.filetab th a, 
.filetab th a:link, 
.filetab th a:active,
.filetab th a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#main .filetab th a:hover {
	color: #448DD7;
	text-decoration: none;
	background:none;
}
#main .filetab td {
	padding: 3px 10px 3px 4px;
	white-space: nowrap;
	height: 22px;
	vertical-align:middle;
	color:#888;
}
#main .filetab td input{
	font-size:10px;
}
#main .filetab .pic {
	width: 15px;
}
#main .filetab td.finfo {
	background-color:#f9f9f9;
}
#main .filetab td img {
	vertical-align:text-bottom;
}
#main .filetab .desc {
	width: 80%;
}
#main .filetab tfoot td {
	background-color:#F0F0F0;
}
/** ********* #not-found ********* **/
#not-found {
	text-align:left;
	height: 160px;
	background: url("./assets/not-found.jpg") no-repeat top left;
	font-size: 12px;
	padding: 10px 0 0 100px;
}
.swfNoScript {
	background: url("./assets/swfNoScript.png") no-repeat center center;
	text-align:center;
	vertical-align:middle;
	background-color:#323234;
}
/** ********* #sidebar ********* **/
#sidebar #menu {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 60px;
}
#sidebar li, #sidebar li li {
	border-top: 1px solid #ccc;
	padding:0;
	margin:0;
	line-height: 24px;
}
#sidebar ul#menu li ul li a, 
#sidebar ul#menu li ul li a:link, 
#sidebar ul#menu li ul li a:active, 
#sidebar ul#menu li ul li a:visited {
	text-decoration: none;
	color: #363636;
	display:block;
	line-height: 24px;
	height: 24px; /** without explicit height IE5 mixes up */
	background: url("./assets/bullet_plus.gif") no-repeat -4px 5px;
	padding-left: 12px;
}
#sidebar ul#menu li ul li a:hover {
	color: #000;
	background-color: #e0e0e0;
}
#sidebar ul#menu li h3,
#sidebar ul#menu li h3 a, 
#sidebar ul#menu li h3 a:link, 
#sidebar ul#menu li h3 a:active, 
#sidebar ul#menu li h3 a:visited {
	color: #38A0C2;
	display:block;
}
#sidebar ul#menu li h3 a:hover {
	color: #fff;
	background-color: #82C5DB;
}
#sidebar ul#menu li.search {
	border-top: none;
	line-height: 1px;
	padding: 4px 0;
}
#sidebar ul#menu li.search #ipt-search {
	background-image: url("./assets/magnifier.gif");
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 11px;
	height: 14px;
	width: 157px;
	padding-right:20px;
}
#sidebar ul#menu li.search .ipt-search {
 	background-color:#ececec;
	border: 1px solid #ccc;
}
#sidebar ul#menu li.search .ipt-search-focus {
	border: 1px solid #6699CC;
	background-color:#fff;
}
/** ********* #footer ********* **/
#footer{
	border-top: 1px solid #ccc;
	background-color: #E1E1E1;
}
#footer .data { /** fix: to-bottom margin in px is somehow ignored by IE5 */
	width: 840px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer table td {
	border-left: 1px solid #ccc;
	padding-left: 20px;
	vertical-align: top;
}
#footer table .alist {
	padding-left: 0px;
}
#footer .archive td {
	width:33%;
}
#footer .archive .nob {
	border:none;
}
#footer table .left {
	width: 630px;
	height: 25px;
}
#footer ul li {
	padding:0;
	margin:0;
	padding-left: 14px;
	background: url("./assets/bullet_papers.gif") no-repeat -3px 0px;
}
#footer ul li #ipt-flogin {
	background-image: url("./assets/key.png");
	background-repeat: no-repeat;
	background-position: right 1px;
	font-size: 11px;
	height: 14px;
	width: 100px;
	padding-right:20px;
	border: 1px solid #6699CC;
	background-color:#fff;
}