/*  
Theme Name: GURU
Theme URI: http://www.guru-board.com/
Description: Wordpress-Theme for guru-board.com
Version: 1.0
Author: SE
*/

/* ### Presets */
html { height: 100.01%; margin: 0; padding: 0;}
* {margin: 0; padding: 0; }

img {
	border:0;
}

body {
  font				: normal 10px Verdana, Helvetica, Arial, sans serif;
  text-align		: center;
  background		: #544436;
  color				: #464646;  
}

h1, h2, h3, h4, h5, h6 {
  font				: normal 15px Verdana, Helvetica, Arial, sans serif;
  margin			: 0;
  padding			: 0 10px;
}

p , table, th, td, input, textarea, code, pre {
  font				: normal 15px Verdana, Helvetica, Arial, sans serif;
  margin			: 0 0 7px;
  padding			: 3px 10px 0;
}

table {
  border-collapse:collapse;
}

td {
  padding: 5px;
  border: 1px #ddd solid;
  vertical-align: top;
}

ol {
  font				: normal 15px Verdana, Helvetica, Arial, sans serif;
}

li {
	font-size:12px;
	margin-bottom:10px;
}

li a {
  display			: inline-block;
}

li a {
  display			: block;
  padding			: 0 10px;
}

a {
	text-decoration:none;
  color				: #fff;
}

a:focus, a:active {
	outline:none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  padding			: 1px 0 2px;
}

a:hover {
  color				: #a0a0a0;
}

.clearer {
  clear				: both;
  height			: 3px;
  line-height		: 1px;
  font-size			: 1px;
  padding			: 0;
  margin			: 0;
  width				: 10px;
}

blockquote {
  font				: normal 15px Verdana, Helvetica, Arial, sans serif;
  margin			: 3px 0 7px 30px;
  padding			: 0 10px 0 5px;
  border-left		: 3px solid #005eb3;
}

.alignright {
	clear:both !important;
	float:right !important;
}

/* ### page stuff */
#starter #hintergrund {
	background:url(images/backsdfsdf.jpg) 0px 0px no-repeat;
  width				: 1000px;
  text-align		: left;
  margin			: 0 auto;
}

#single #hintergrund {
	background:url(images/back.png) 0px 0px repeat-y;
	width:1000px;
	text-align:left;
	margin:0 auto;
}

#kopf {
	position:relative;
	width:1000px;
	background:url(images/header_features.png) no-repeat;
	height:226px;
}

#seite {
	width:992px;
  margin			: 0 4px;
}

#footer {
  clear				: both;
  background		: url(images/footer.png) no-repeat;
}

/* ### content */
#inhalte {
	margin-left:88px; margin-top:0px;
	text-align:left;
}

#inhalte ul {
  margin-left:28px;
}

#inhalte h3 {
  font-size:14px;
  padding-bottom:5px;
  text-align:left;
  font-weight:normal;
}

#inhalte h2 {
	font-size:16px;
	margin-bottom:5px;
  padding-top		: 7px;
  text-align		: left;
}

#inhalt .entry {
	width:870px;
}

#inhalte .post {
	width:870px;
	padding-top:7px;
}

#inhalte .post a {
	color:#464646;
	text-decoration:underline;
}

#inhalte .post h2 {
	font-size:12px;
	font-weight:normal;
}

#inhalte .post img {
}

#inhalte .post p {
	text-align:left;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	float:left;
}

.contents {
	margin-top:26px; margin-right:60px;	margin-bottom:50px;
	width:358px;
	float:left;
}

.contents h2{
	float:left;
}

.contents img {
  margin-top:12px;
}


