/*  
Theme Name: TBT Simple
Theme URI: http://wordpress.org/
Description: Für den Start sollte das reichen, später macht Steppl vielleicht was besseres.
Version: 0.1
Author: Oliver Stark
Author URI: http://control-b.de/


*/



/* Begin Typography & Colors */

html, body { 
		margin: 0;
		padding: 0;
		height: 100%;
}
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 18px;
	background: #F4F4F1 url('images/bg_wrapper.gif') top center repeat-y; padding: 0 0 0 25px;
	color: #6D6E5F;
	text-align:center;
	}

hr { visibility: hidden; clear: both; height: 1px; border: 0; padding: 0; margin: 0; }
input, textarea {
	border: 1px solid #97988B;
	border-bottom: 1px solid #D4D5CA;
	border-right: 1px solid #D4D5CA;
	color: #6D6E5F;
}
input[type="submit"] {
		background-color: #5191CD;
		border: 0;
		color: #fff;
		font-weight: bold;
} 

textarea {
	width: 450px;
	height: 150px;
}

img {
		margin: 10px 0;
		border: 1px solid #E9E9E7;
		padding: 1px;
}
#wrapper {
	width: 777px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

/*	Begin Headers */

#header {
	background: url('images/bg_header.gif') 0 0 no-repeat;
	padding: 12px 0 0 0;
	width: 777px;
}


#header h1 {
	padding: 0;
	margin: 0;
	display: inline;
	}

#header h1 a {
	display: block;
	height: 105px;
	width: 350px;
	background: url('images/logo.gif') 0 0 no-repeat;
}
#header h1 a span { display: none; } 


#searchform { 
	position:absolute;
	top: 19px;
	right: 20px;
	width: 195px;
	height: 20px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#searchform #s { width: 127px; } 
#searchform #searchsubmit { 
		background-color: #5191CD;
		border: 0;
		color: #fff;
		font-weight: bold;
}


#content {
	width: 362px;
	margin: 0 0 0 88px;
}
html>body #content {  width: 450px; }

#content h2 {
	font-size: 23px;
	line-height:28px;
	margin: 0 0 5px 0;
	padding: 0;
}
#content h3 {
	font-size: 15px;
	color: #CAD437;
}
#content h4 {
	margin: 0;
	padding: 0;
}


#content p {
	line-height:20px;
}
#content .pagetitle {
	font-size: 23px;
	line-height:28px;
	color: #CAD437;
}



#sidebar h2 {
	font-size: 15px;
	color: #CAD437;
	margin: 0;
	padding: 0;
}



#sidebar {
	position:absolute;
	top: 130px;
	right: 20px;
	width: 190px;
	height: 20px;
	padding: 0;
	margin: 0;
}

#sidebar ul, #sidebar ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sidebar ul {
	padding: 0 0 20px 0;
}


#footer {
	margin: 40px 0 0 88px;
	clear: both;
	font-size: 11px;
}

#footer p {
	padding: 0 0 30px 0;
}




a, h2 a:hover, h3 a:hover {
	color: #5191CD;
	text-decoration: none;
	}

a:hover {
	color: #5191CD;
	text-decoration: underline;
	}

.post {
		padding: 0 0 30px 0;
}

.post h4 {
	font-weight: bold;
	font-size: 11px;
	color: #CAD437;
}


.commentlist {
	margin: 0 0 0 18px;
	padding: 0;

}

.comment_count {
		position: relative;
}
.comment_count a {
		display: block;
		background: url('images/comment_icon.gif') 0 1px no-repeat;
		height: 35px;
		position: absolute;
		top: 5px;
		left: -47px;
		padding: 6px 0 0 10px;
		width: 300px;
}
.comment_count a:hover { 
		text-decoration: none;
}

.comment_count a b {
		padding-right: 28px;
		font-size: 11px;
}

.myfeed {
		display: block;
		width: 100px;
		height: 24px;
		padding: 0 0 0 28px;
		background: url('images/feed_icon.gif') 0 0 no-repeat;
}

.homepage-link { padding-bottom: 20px !important; }
