/*  
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 a {
  display			: inline-block;
}

li a {
  display			: block;
  padding			: 0 10px;
}

a {
	text-decoration:none;
  color				: #fff;
}

#inhalte hr.teiler {
	position:relative;
	left:0px; top:10px;
	height:1px;
	line-height:1px;
	font-size:1px;
	background:#b3b3b3;
	color:#b3b3b3;
	clear:both;
	margin:60px 0 80px 10px;
	border-style:none;	
	width:500px;
	text-align:left;
}

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 */
#single #hintergrund {
	background:url(images/back.png) 0px 0px repeat-y;
	width:1000px;
	text-align:left;
	margin:0 auto;
}

#kopf {
	position:relative;
	width:1000px;
	height:226px;
}

#seite {
  width				: 992px;
  margin			: 0 4px;
}

#footer {
  background		: url(images/footer.png) no-repeat;
}

/* ### content */
#inhalte {
	margin-left:88px; margin-top:0px; 
	text-align:left;
	font:normal 12px Verdana, Helvetica, Arial, sans serif;
	min-height:400px;
}

#inhalte a {
	color:#464646;
	text-decoration:none;
}

#inhalte ul {
  margin-left:28px;
}

#inhalte h3 {
	margin-top:26px; margin-bottom:15px;
	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:800px;
	padding-top:7px;
}

#inhalte .post a {
	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;
}

/* contact Form: */
#inhalte #contactForm {
	position:relative;
}

#contactSubmit {	
	margin-left:70px; margin-top:30px;
	padding:0;
}

.error, .important {
	color:red;
	margin-bottom:20px;
}

.contact-form {
	margin-left:10px;
}

#ec_name, #ec_email, #ec_subject {
	position:absolute;
	left:80px;
	margin-top:-33px;
	width:380px; height:18px;
	border:1px solid #a0a0a0;
	font:normal 12px Verdana, Helvetica, Arial, sans serif;
	padding:5px 3px 2px;
	color:#464646;
}

#ec_message {
	position:relative;
	top:-27px;
	width:380px;
	border:1px solid #a0a0a0;
	font:normal 12px Verdana, Helvetica, Arial, sans serif;
	padding:4px 3px 4px;
	margin-left:70px; margin-top:-5px; margin-bottom:20px;
	color:#464646;
}

#challenge {
	position:relative;
	left:70px;
	margin-top:-30px;
}

#ec_challenge_a, #ec_math_a {
	width:380px; height:18px;
	margin-top:-10px;
	border:1px solid #a0a0a0;
	font:normal 12px Verdana, Helvetica, Arial, sans serif;
	padding:5px 3px 2px;
	color:#464646;
}

#contactForm label {
	position:relative;
	line-height:40px;
}



