/*
Theme Name: Europep
Theme URI: 
Description: 
Version:  0.4
Author: Moritz Metz
Author URI: 
*/

/* stops the nasty horizontal shift with centered layouts in moz etc */
html { height: 100%; margin-bottom: 1px; }
	
* {
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica;
	color: #000000;	
	background: #fff url(img/verlauf.jpg) repeat-x;

}

h1, h2, h3 {
	color: #00aaa0;
	letter-spacing: 0.1em;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.2em;
	}

	
h2.widgettitle {
	font-size: 1em;
	margin-top: 1em;
	}
	

ul, ol, li {
	line-height: 1.2em;
	list-style: none;
	font-size: 0.8em;
}

ul { margin-bottom: 1em;}

p, blockquote{
margin-bottom: 1em;
line-height: 1.2em;
font-size: 0.8em;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

a {
	color: #111;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
font-weight: bold;
	color: #111;
	}


h2 a, h2 a:visited  {
	text-decoration: none;
	color: #ccc;
	/*background-color: #00aaa0;*/
	padding: 3px;
	margin: 0px;
	clear: all;
}

h2 a:hover {
	text-decoration: underline;
	padding: 3px;
	margin: 0px;
	clear: all;
text-decoration: none;
}

img {
	border: none;

}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Header */

#header {
	/*margin: 5px 20px 0px 10px;*/
	position: relative;
	height: 180px;
	clear: none;
	padding: 0px;
	z-index:1;
		clear: all;
}

/* Header > Logo */

#motto { 
	padding: 3px 20px; 
	margin: 0px;
	background-color: #e70097;
	color: #fff;
	font-size: 1,2em;
	letter-spacing: 0.2em;
	font-style: oblique;
	font-weight:bold;
	position:relative;
	border-top: 3px solid #000;
}


#main {
	position: absolute;
	top: 230px;
	width: 760px;
	left: 10px;
	z-index:3;
	display: block;
}


#menu {
	position: absolute;
	top: 258px;
	width: 190px;
	padding:0px;
	left: 780px; 
}


#rechts {
	top: 0px;
	position: absolute;
	right: 0px;
	float: right;
	width: 100px;
	background-repeat:no-repeat;
	z-index:1;
	overflow:hidden;
	margin: 0px;
}

#widgets {
	float: left;
	text-align: left;
	z-index:2;
	overflow:hidden;
	border-top: 0px;
	padding: 10px;
}


#rechts[id] {
position: fixed;
}


*html #rechts {
width: 100%;
}


/* Footer */


#footer {
	position: relative;
	width: 410px;
	float: left;
	margin-top: 10px;
	margin-left: 220px;
	padding: 10px;
	clear: both;
	color: #666666;
	margin-bottom: 10px;
	z-index:5;
}
#footer p {
	text-align: center;
	line-height: normal;
	font-size: x-small;
	margin-bottom: 0px;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}


#postmetadata a {
	text-decoration: underline;
	color: #999;
	font-size: 0.7em;
}

p.postmetadata{
font-size: 0.7em;
color: #ccc;
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
}

p.postmetadata a{
font-size: 0.7em;
}

#footer a:hover {
	text-decoration: none;
}

a img, a img:hover { border:none; background-color:none;}

#commentform textarea 
  {
	width:350px;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:3px solid #000000;
	color:#333;
}



input, textarea, checkbox, select {
  background: #FFFFFF;
  border-style: solid;
  padding: 2px;
  border-width: 1px;
  border-color: #00aaa0;
  color: #00aaa0;
  margin: 1px 2px 5px 1px;
  }

  
.post { 
	margin-bottom: 20px;
	}
  
post.h2 {color: red; } 

.button {
	background: #fff;
	padding: 1px;
	color: #00aaa0;
	border: 1px solid #00aaa0;
}

#searchform {
	padding-top: 5px;
}

.menu .page_item { 
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	list-style: none;
	/*text-transform: uppercase; */
	margin-bottom: 5px;
	padding: 2px 5px;
}
.menu .current_page_item { 
	background-color: #00aaa0;
	color: #ffffff;
	padding: 2px 5px;
	margin-right: 30px;
 }
 
.menu .current_page_item  a{ 
	color: #ffffff;
 }
 
 .menu  a:hover{ 
	background-color: #00aaa0;
	color: #ffffff;
	padding: 0px 50px 0px 0px;
 }
