/*
Theme Name: KARSTEN THORMAEHLEN
Theme URI:
Description:
Version: 1.0
Author: Jan Loseries
Author URI:
Tags:
*/

/* reset */

html, body, span, a, table, td, th, form, h1, h2, h3, h4, p, ul, li, label, dt, dl, blockquote, input, textarea {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	color: #000;
	border: 0;
	font-weight:normal;
}
html,body{
	height:100%;
	padding:0;
	margin:0;
}
ul, li {
	list-style: none;
}

.clearboth {
   clear: both;

}

body{
	background: url(images/bground.jpg) fixed repeat-y top center;
}

div{
	border:0px solid red;
}
/* padding: oben rechts unten links       */

#mainframe {
	width:100%;
	padding:0;
	margin:0;
	position: relative;
	height: 100%; /* For IE */
	text-align:right;
	z-index:0;

}
#outframe_1 {
	width:1000px;
	margin:105px auto;
	background-color:white;
	border:0px dotted blue;
	display:none;
}

#outframe_2 {
	width:955px;
	margin:0px auto;
}

#top_spacer {
	z-index:1;
	position:absolute;
	width:100%;
	height:100px;
	right:0px;
	text-align:right;
	top:50px;
	border:0px solid blue;
	display:none;
}

#top_spacer_rechts_flanke {
	z-index:0;
	border:0px dotted green;
	position:absolute;
	right:0;
	height:100px;
	width:50%;
	background-color:white;
}

#top_spacer_content {
	z-index:1;
	position:absolute;
	left:50%;
	height:100px;
	width:1000px;
	margin-left:-500px;
}

#top_spacer_content .header{
	padding:0;
	text-align:right;
	background-color:white;
	width:400px;
	height:56px;
	position:absolute;right:40px;top:42px;
}

#top_spacer_content .header li{
	color:red;
	display:inline;
	padding-left:10px;
}

#bottomframe{
	height:56px;
	width:100%;
	background: url(images/footer.jpg) bottom left no-repeat;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	right:0;

}
#white {
	margin:0px auto 0px -1350px; /** width-150px **/
	padding:0;
	height:56px;
	width:1500px;
	background:white;
}

/* padding: oben rechts unten links       */

/** inhalt **/

#content {
	width: 770px;
	height:100%;
	margin:0;
	padding:0;
	margin-left:190px;
	min-height:450px;
	padding-bottom:20px;
	border:0px dotted green;
}

#content .header{
	height:50px;
	/* background: url(images/logo.gif) 35px 37px no-repeat; */
	padding-top:0;
	text-align:right;
}

#content .top_left{
	background: url(images/marke_links_oben.gif) top left no-repeat;
	width:385px;
	height:16px;
	float:left
}
#content .top_right{
	background: url(images/marke_rechts_oben.gif) top right no-repeat;
	width:100%;
	height:16px;
}
#content .bottom_left{
	background: url(images/marke_links_unten.gif) 0 0 no-repeat;
	width:385px;
	float:left
}
#content .bottom_right{
	background: url(images/marke_rechts_unten.gif) top right no-repeat;
	width:100%;
}
#content .middle_left{
	background: url(images/middle.gif) 0 0   no-repeat;
	width:385px;
	height:60px;
	float:left
}
#content .middle_left2{
	background: url(images/middle.gif) 0 0   no-repeat;
	width:385px;
	height:60px;
	float:left
}
#content .middle_right{
	background: url(images/middle.gif) top right  no-repeat;
	width:100%;
	height:60px;
}
#content #height1{
	height:90px;
}
#content #height2{
	height:50px;
}
#content .archiv_item{
	text-align:left;
	margin:0;
	padding:0;
}
/** sidebar **/
/* padding: oben rechts unten links       */
#sidebar {
	float:left;
	width:150px;
	margin:50px 0px 0px 0px;
	text-align:right;
	padding:0;
	vertical-align:top;
}

#sidebar li {
	line-height:20px;
}

#sidebar h2 {
	margin: 0 0 0 0;
}

#sidebar .widget_categories {
	margin: 0;
}

#sidebar .widgettitle {
	display:none;
}

#sidebar .cat-item-8 {
	padding-top:20px
}

#sidebar input {
	border: solid 1px #000;
	width: 100px;
}

#sidebar h2 {
	font-size: 12px;
}

/**newsletter **/
/* padding: oben rechts unten links       */

.newsletterTextInput{ width:120px;text-align:right; }

.newsletterContainer{
	padding:0;
	margin:0;
 }

.newsletterTitle{
	font-weight:normal;
	text-transform:uppercase;
	padding:0;
	margin:0;
	padding-top:70px;
}

.success {
	background: #cccccc;
	border: 1px solid #cccccc;
}

.error {
	background: #FFEFF7;
	border: 1px solid #c69;
}

.error, .success {
	margin: 3px 0px;
	padding: 2px;
}

.newsletterContainer .submit{
	display:none;
}

/** posts **/
/* padding: oben rechts unten links       */
.post{
	padding:0;
	margin:0;
	margin-bottom:65px;
	padding-top:40px;
}

.post-meta {
	padding: 0;
	text-transform:uppercase;
	text-align:left;
}

.post-categories {
	padding: 0;
	margin:0;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:15px;
	color:#000000;
	font-size:12px;
}
.post-categories a {
	color:#000000;
}

.entry {
	text-align:left;
	margin:0;
	margin-bottom:25px;
	vertical-align:top;
}

.titles {
	margin: 0;
	padding: 0;
	text-align:left;
	margin-bottom:40px;
}

/** kommentare **/

#comment, .commentlist{
	padding:0;
	margin:0;
	text-align:left;
}

.comment-meta {

}

.the-comment {
	margin-bottom:60px;
}

.comment-text {
	margin-top:10px;
}

/* formulare */

input, textarea {
	border: solid 1px #000000;
	margin: 0 0 10px 0;
	padding: 2px;
	font-size: 12px;
}

#commentform input {
	width: 250px;
}

#commentform textarea {
	width: 500px;
}

#commentform input#submit {
	background: white;
	color: #000000;
	text-align: left;
	font-weight: normal;
	border: none;
	width:100px;
	margin-top:25px;
	margin-bottom:50px;
}

h3#comments {
	font-size: 21px;
	margin-bottom:50px;
	margin-top:40px;
}

.commentlist hr{
	color:#000000;
	background-color:#000000;
	height:1px;
	border:0;
}

/** links **/

a {
	/*color: #cccccc;*/
	color: #979797;
	text-decoration: none;
	font-size: 12px;
	text-transform:uppercase;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

#header-navi a, #sidebar a {
	/*color: #cccccc;*/
	color: #979797;
}

#sidebar a:hover {
	text-decoration: none;
	color: #000000;
}

.current-cat a, .current_page_item a {
	color: #000000 !important;
}


/** headlines **/

h2.post-title, h2.post-title a {
	font-size: 21px;
	color:#000000;
	text-transform:uppercase;

}

h3.post-subtitle {
	font-size: 16px;
}


/** texts **/

#sidebar, p, em, .comment-meta, .comment-number {
	font-size: 12px;
	line-height: 16px;
}

.post-meta, .post-meta a {
	font-size: 11px;
}

.comment-moderation {
	font-style: italic;
}

/* misc */



.white {
	color: #fff;
}

img.size-full {
	display: block;
	margin-bottom: 15px;
}

.alignleft {
	float: left;
}

.alignright {
	text-align: right;
	margin: 0 33px 0 0;
}


