/*
 * 2009 (c) Cobra_Fast
 * For use with doenemeier.de only
 * For use by Cobra_Fast only
 */
 
BODY {
	position: absolute;
	left: 50%;
	margin: 0px;
	margin-left: -450px;
	background: #000000;
	color: #FFFFFF;
	font-family: Verdana, "DejaVu Sans", Sans, sans-serif;
	font-size: 10pt;
}

TABLE#layout, TABLE#layout TD {
	border: 0px solid transparent;
	border-collapse: collapse;
} TABLE#layout {
	width: 898px;
}

TABLE#layout TD#head {
	height: 203px;
	background: url(images/head_bg.jpg) bottom center no-repeat;
}

TABLE#layout TD#cnt {
	width: 600px;
}

TABLE#layout TD#foot {
	text-align: center;
	color: rgb(120,120,120);
}

/* DEFINITIONEN FUER DIE ERSTE CONTENTBOX
 * Yap, die ist voll special und so :o
 */

DIV.cntboxfirst {
	min-height: 317px;
	background: url(images/content_bg.jpg) top center repeat-y;
	position: relative;
}

DIV.cntboxfirst DIV.head {
	padding-left: 10px;
	padding-right: 6px;
	font-size: 20px;
	height: 88px;
	background: url(images/content_first_head_bg.jpg) top center no-repeat;
}

DIV.cntboxfirst DIV.head DIV.text {
	padding-top: 6px;
	padding-right: 6px;
	background: transparent;
}

DIV.cntboxfirst DIV.head SPAN.by {
	font-size: 8pt;
}

DIV.cntboxfirst DIV.text {
	padding-left: 6px;
	padding-right: 6px;
	background: url(images/content_first_bg_bg.jpg) top center no-repeat;
	min-height: 229px;
}

DIV.cntboxfirst DIV.foot {
	height: 15px;
	width: 600px;
	background: url(images/content_bottom.jpg) top center no-repeat;
	position: absolute;
	bottom: 0;
}

/* Okay, und jetzt das ganze fuer normale Contentboxen >_> */

DIV.cntbox {
	background: url(images/content_bg.jpg) top center repeat-y;
	position: relative;
	margin-top: 6px;
}

DIV.cntbox DIV.head {
	padding-left: 10px;
	padding-right: 6px;
	font-size: 20px;
	height: 88px;
	background: url(images/content_head_bg.jpg) top center no-repeat;
}

DIV.cntbox DIV.head DIV.text {
	padding-top: 6px;
	padding-right: 6px;
	background: transparent;
}

DIV.cntbox DIV.head SPAN.by {
	font-size: 8pt;
}

DIV.cntbox DIV.text {
	padding-left: 6px;
	padding-right: 6px;
}

DIV.cntbox DIV.foot {
	height: 15px;
	width: 600px;
	background: url(images/content_bottom.jpg) top center no-repeat;
	position: absolute;
	bottom: 0;
}

/* Jetzt ganz viel blabla fuer die Navigationsleiste ... */

TD#nv {
	width: 298px;
	background: url(images/nav_top.jpg) top center no-repeat;
}

TD#nv DIV.top {
	height: 318px;
	padding-left: 26px;
	padding-right: 22px;
} 

TD#nv DIV.nav {
	padding-left: 26px;
	padding-right: 22px;
	background: url(images/nav_bg.jpg) top center repeat-y;
	margin-left: 1px;
}

TD#nv DIV.bottom {
	background: url(images/nav_bottom.jpg) top center no-repeat;
	height: 12px;
	margin-left: 1px;
}

A, A:VISITED, A:LINK {
	color: rgb(190,120,30);
	text-decoration: underline;
}

A:HOVER {
	color: rgb(240,170,80);
	text-decoration: none;
}

DIV.cntbox DIV.head DIV.text A, DIV.cntboxfirst DIV.head DIV.text A {
	color: #FFFFFF;
	text-decoration: none;
}

/* WordPress specific */

.alignleft {
	float: left;
	clear: left;
}

.alignright {
	float: right;
	clear: right;
}

.wp-caption {
	border: 1px solid rgb(120,120,120);
	margin-right: 3px;
	margin-left: 3px;
} .wp-caption img {
	margin: 4px;
} .wp-caption p {
	margin-left: 10px;
} .wp-caption a img {
	border-width: 1px;
}

.hidebullets, .cat-item, .page_item, .blogroll li {
	list-style-type: none;
} .page_item {
	padding: 0px;
	margin: 0px;
}

td#today {
	background: rgb(90,40,0);
}

p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
}

/* WP SYNTAX */
DIV.wp_syntax {
	border: 1px solid #888;
	background: #FEFEFE;
	width: 568px;
	margin-left: 6px;
	color: #000000;
	border-radius: 9px;
	padding: 7px;
}

DIV.wp_syntax *.code {
	padding: 0;
	background: white url(/code.png) top left repeat;
}

DIV.wp_syntax *.code PRE {
	margin: 0;
	overflow: auto;
	font-family: "Courier New", Monospace, Serif;
	font-size: 12px;
	line-height: 15px;
	background: transparent url(/linenumbers.png) top left repeat-y;
	padding-left: 18px;
}

TD.line_numbers {
	color: #7A7A7A;
	background: #CCCCEF
}

/* SIDEBAR */

DIV.widget {
	padding-left: 20px;
	padding-bottom: 16px;
}

DIV.widget UL {
	padding: 0px;
	margin: 0px;
}

DIV.widget UL LI {
	list-style-type: none;
}

DIV.widget UL LI.tweet {
	list-style-type: circle;
	padding-bottom: 4px;
}

DIV.widget UL LI.tweet SPAN.entry-meta {
	display: block;
	font-size: 8pt;
	color: rgb(120,120,120);
}

DIV.widget UL LI.tweet SPAN.entry-content {
	font-size: 9pt;
}

DIV.widget UL LI.tweet SPAN.entry-meta A {
	text-decoration: none;
	color: rgb(160,130,120);
}

A.twitterwidget {
	color: #FFFFFF;
	text-decoration: none;
}

DIV.sidetitle {
	letter-spacing: 2px;
	font-weight: bold;
}

blockquote {
	margin-left: 0px;
	padding-left: 73px;
	border: 0px solid transparent;
	border-left: 1px solid #b08566;
	background: #221a1a url(http://doenemeier.de/wp-content/uploads/2009/04/quote.jpg) top left no-repeat;
}

DIV.aligncenter {
	text-align: center;
	width: 100% !important;
}

.entry-meta {
	font-size: 8pt;
	display: inline;
}

.entry-content {
}

.xavisys-link {
	display: none;
}

.twitter-widget, .twitter-widget li {
	list-style-type: circle;
}

.post_table, .post_table TD, .post_table TH {
	border: 1px solid white !important;
	border-collapse: collapse !important;
}

/* Kommentarzeug */
OL.commentlist {
	list-style-type: none;
}

DIV.comment-body {
	clear:both;
}

DIV.comment-author {
	float: left;
	width: 80px;
	margin-bottom: 12px;
	padding-bottom: 2px;
}

DIV.comment-author IMG.avatar {
	margin-top: 6px;
}

DIV.comment-meta {
	float: right;
	width: 460px;
	border-bottom: 1px dashed #655050;
}

DIV.comment-body P {
	float:right;
	clear:right;
	width: 460px;
	margin-bottom: 12px;
}

DIV.comment-author * {
	display: block;
}

DIV.comment-author SPAN.says {
	display: none !important;
}

DIV#respond {
	clear:both;
}

IMG.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
