/*  
Theme Name: Zweitausendzehn
Theme Author: Martin Wolf
Theme URI: 
*/



/* Layout */

* {
	margin: 0px;
	padding: 0px;
}

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #000;
}

#container {
	margin: 0 auto;
	width: 900px;
}

#head {
	height: 200px;
}

#topnavi {
	margin-bottom: 43px;
	padding-right: 10px;
	width: 890px;
	height: 30px;
	background-image: url(images/topnavi_bg.gif);
}

#wrapper {
	clear: both;
}

#content {
	float: left;
	width: 600px;
}

#sidebar {
	margin-top: -4px;
	float: right;
	width: 250px;
}

#footer {
	margin-top: 40px;
	padding: 0px 10px;
	width: 880px;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	background-image: url(images/topnavi_bg.gif);
}

/* Allgemeines */

P {
	margin-bottom: 15px;
}

A, A:VISITED {
	color: #2f74cf;
	text-decoration: none;
}

A:HOVER {
	color: #000;
	text-decoration: underline;
}

A:ACTIVE {
	position: relative;
	top: 1px;
}

A.post-edit-link, A:VISITED.post-edit-link {
	color: #bababa;
	text-decoration: none;
}

A:HOVER.post-edit-link {
	color: #000;
}

A:ACTIVE.post-edit-link {
	position: relative;
	top: 1px;
}

A IMG {
	border: none;
}

.border {
	border: 1px solid #ebebeb;
}

/* Header */

IMG.logo {
	margin-top: 40px;
}

/* Topnavi */

#topnavi UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}

	#topnavi UL LI {
		float: left;
	}
	
		#topnavi UL LI A, #topnavi UL LI A:VISITED {
			display: block;
			padding: 0px 10px;
			line-height: 30px;
			color: #000;
			font-size: 11px;
			letter-spacing: 1px;
			text-decoration: none;
		}
		
		#topnavi UL LI A:HOVER, #topnavi UL LI A:ACTIVE, #topnavi UL LI.current_page_item A {
			background-color: #ececec;
			position: static;
			top: 0px;
		}
		
/* Content */

H2.page {
	margin-bottom: 15px;
	padding-left: 14px;
	padding-top: 0px;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/h2_borderleft.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.eintrag {
	margin-bottom: 105px;
}

.eintrag_single {
	margin-bottom: 70px;
}

.eintrag H2, .eintrag_single H2 {
	margin-bottom: 15px;
}

.eintrag H2 A, .eintrag H2 A:VISITED, .eintrag_single H2 A, .eintrag_single H2 A:VISITED {
	margin-bottom: 15px;
	padding-left: 14px;
	padding-top: 1px;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/h2_borderleft.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.eintrag H2 A:HOVER, .eintrag_single H2 A:HOVER {
	
}

.eintrag H2 A:ACTIVE, .eintrag_single H2 A:ACTIVE {
	position: relative;
	top: 1px;
}

.eintrag_details SPAN.kategorien A, .eintrag_details SPAN.kategorien A:VISITED {
	padding: 2px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.eintrag_details SPAN.kategorien A:ACTIVE {
	position: relative;
	top: 1px;
}

.eintrag_details SPAN.tags A, .eintrag_details SPAN.tags A:VISITED {
	color: #bababa;
	text-decoration: none;
}

.eintrag_details SPAN.tags A:HOVER {
	color: #000;
}

.eintrag_details SPAN.tags A:ACTIVE {
	position: relative;
	top: 1px;
	color: #000;
}

.index_comments A, .index_comments A:VISITED {
	float: right;
	width: 10px;
	margin-top: -4px;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	background-color: #000;
}

.index_comments A:ACTIVE {
	position: relative;
	top: 1px;
}

#content UL {
	margin-bottom: 15px;
	margin-left: 30px;
}

/* Sidebar */

#sidebar P {
	margin-bottom: 0px;
}

#sidebar INPUT#s {
	margin-bottom: 45px;
	padding: 10px 10px;
	width: 228px;
	color: #ababab;
	text-align: center;
	border: 1px solid #d6d6d6;
}

#sidebar H2 {
	margin-bottom: 16px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #000;
	font-weight: normal;
}

#sidebar UL {
	margin-left: 30px;
	margin-bottom: 45px;
	list-style-image: url(images/sidebar_li_border.gif);
}

#sidebar UL LI {
	margin-bottom: 3px;
}

#sidebar A, #sidebar A:VISITED {
	color: #616161;
}

#sidebar A:HOVER {
	color: #000;
	text-decoration: none;
}

/* Kommentare */

H3#respond {
	margin-bottom: 10px;
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

TEXTAREA#comment {
	padding: 5px;
	width: 385px;
	height: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #484848;
	border: 1px solid #d6d6d6;
}

INPUT {
	padding: 5px;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #484848;
	border: 1px solid #d6d6d6;
}

INPUT#submit {
	margin-top: 0px;
	color: #fff;
	background-color: #2f74cf;
}

TD.kommentarfeld {
	width: 415px;
}

IMG.avatar {
	float: left;
}

.comment_content {
	float: right;
	width: 530px;
}

OL.commentlist {
	margin-bottom: 50px;
	list-style-type: none;
}

OL.commentlist LI {
	padding: 25px 0px;
	border-bottom: 1px solid #d6d6d6;
	background-color: #f8f8f8;
}

OL.commentlist LI P {
	margin-bottom: 0px;
}

OL.commentlist LI.author {

}

OL.commentlist LI.alt {
	background-color: #fff;
}

SPAN.commentname {
	font-weight: bold;
}

.comment_edit {
	font-size: 10px;
	color: #616161;
}

/* Smilies */

#smilies_hidden {
	display: none;
}

IMG.wp-smiley-select {
	margin-right: 7px;
	margin-bottom: 7px;
}

A.thickbox {
	color: #484848;
}

A.thickbox IMG {
	vertical-align: text-bottom;
}

A.thickbox:HOVER {
	color: #000;
	text-decoration: none;
}

/* Footer */

#footer P {
	margin-bottom: 0px;
}

/* braucht man immer*/

acronym, abbr, span.caps {
	cursor: help;
}
	
.clear {
	clear: both;
}

.alignright {
	float: right;
	text-align: right;
}

.alignleft {
	float: left;
	text-align: left;
}