/*
Theme Name: BEEFTEA
Theme URI: http://www.beeftea.de/
Description: 
Version: 0.5
Author: Jens Lojek
Author URI: http://www.code-in-design.de/
Tags: 
Text Domain: beeftea based on kubrick v1.5

	http://binarybonsai.com/kubrick/
*/

html * { font-family: Tahoma, Arial, Helvetica, sans-serif;}
body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: url('images/bg.jpg') repeat-x #CCCCCC;
}

.left { float:left; }
.right { float:right; }
.clear { clear:both; }

a { color:#EC5938; }
h1, h2, h3 { font-size:16px; margin:10px 0 0 0; }
h4, h5, h6 { font-size:14px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }

ul, li { margin: 0; padding: 0; }


#page {
	margin:0px auto 0px auto;
	width:896px;
}

#headTop {
	position:relative;
	height:80px;
}
	#headTop h1 {
		margin:0;
		padding:0;
		width:194px;
		height:80px;
		margin-left:62px;
		text-indent:-1000em;
		background: url('images/head_logo.jpg') repeat-x;
		cursor:pointer;
	}
	#search {
		width:320px;
		height:31px;
		position:absolute;
		bottom:1px;
		right:0;
		background:transparent url('images/search_box.gif') no-repeat;
	}
		#searchform {
			margin:0;
			padding:0;
		}
		#search input {
			padding:0;
			margin:0;
			border:none;
			background-color: transparent;
			height:20px;
			width:170px;
			margin-left:90px;
			margin-top:6px;
			vertical-align: middle;
		}
		#search input.send {
			height:22px;
			width:34px;
			margin:0;
			padding:0;
			margin-top:4px;
			margin-left:6px;
		}

#container {
	background:#fff;
	padding-bottom:64px;
	min-height:940px;
	height:auto !important;
	height:940px;
}

	#headBottom {
		height:220px;
		padding:30px 20px 0px 30px;
		background: #000 url('images/bg_headBottom.jpg') no-repeat;
	}
		#headBottom h1 {
			margin:0;
			padding:0;
			width:527px;
			height:39px;
			text-indent:-1000em;
			background: url('images/headline.png') no-repeat;
		}
		#headBottom p {
			margin-left:20px;
			width:500px;
			color:#fff;
			font-size:14px;
			font-style:italic;
			font-weight:bold;
			letter-spacing: 0.1em;
		}

#content {
	margin:64px 0px 0px 64px;
	width:512px;
	overflow:hidden;
}

#sidebar {
	margin-top:64px;
	margin-right:26px;
	width:230px;
}
	#sidebar h2 {
		color:#EC5938;
		font-weight:normal;
		margin-top:20px;
	}
	#sidebar ul {
		list-style-type: disc;
		margin-left:15px;
		margin-bottom:30px;
	}

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

#footer {
	padding:0;
	margin:20px 0 40px 0;
	font-size:11px;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	float:left;
	margin:0 0 0 4px;
}
#footer ul a {
	text-decoration:none;
	color:#000;
}

#headBottom a.more {
	display:block;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
	font-size: 24px;
	font-style: italic;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	background: transparent url('images/arrowsBlack.gif') no-repeat 0 0px;
	padding-left: 40px;
	margin-top: 40px;
	width: 230px;
}

.post a.more-link {
	display:block;
	text-align:right;
}

.standardtext {
	margin:4px 0 4px 0;
}
.post {
	border-bottom:1px solid #000000;
	padding-bottom:10px;
	margin-bottom:50px;
	overflow:hidden;
}

/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */
