/*
Theme Name: eNUN.de
Theme URI:
Description: eNUN WordPress theme.
Version: 1.0
Author: Tim Schneider.
Author URI: http://css-jena.de/
Tags: enun, color, header, fixed width, two columns
*/

body {
	font-size:62.5%; /* Resets 1em to 10px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#d5d6d7;
	margin:0;
	padding:0;
	color:#333;
	text-align:center;
}

#main {
	background:#FFF url(./images/content_bg.png) repeat-y;
	width:850px;
	margin:0 auto;
	text-align:left;
}

#head {
	background:url(./images/head.png) no-repeat;
	width:850px;
	height:265px;
}

#headimg 	{
	padding:88px 0 0 55px;
	width:365px;
	height:99px;
}

#nav	{
	background:url(./images/nav_bg.png) no-repeat;
	width:840px;
	padding-right:10px;
	display:block;
	height:40px;
	font-weight:bold;
	font-size:14px;
}

#nav ul	{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:right;
}

#nav ul li	{
	display:block;
	float:left;
	border-right:1px solid #000;
}

#nav ul li a	{
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:10px 10px 0;
	height:30px;
}

#nav ul li a:hover	{
	background:#CC7F7F;
	height:28px;
	margin-top:1px;
	padding:10px 10px 0;
	color:#000;
}

#nav ul li a.active, #nav ul li a.active:hover	{
	background:#CC7F7F;
	color:#000;
}

#content {
	width:530px;
	font-size:1.2em;
	float:left;
	padding:10px 30px;
}

.post {
	margin:0 0 40px;
	text-align:justify;
}

.postmetadata {
	text-align:center;
	color:#777;
	margin:20px 0;
	clear:both;
}

small {
	font-size:.9em;
	line-height:1.5em;
}

h1, h2, h3, h4 {
	font-weight:bold;
}

h1 {
	font-size:4em;
	text-align:center;
}

h2 {
	margin:30px 0 0;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration:none;
}

#content a {
	color:#990000;
	text-decoration:none;
}

#content a:hover, #content h2 a:hover, #content h3 a:hover {
	color:#333;
}

#content img, #content img a {
	border:1px solid #990000;
}


div#content p img {
	margin-bottom:10px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

#sidebar {
	width:260px;
	float:right;
}

#searchform {
	margin:10px 10px 10px 12px;
	padding:5px 3px;

	}

#sidebar #searchform #s {
	width:116px;
	padding:2px;
	background:#FFF;
	border:1px solid #333;
}

#sidebar #searchsubmit {
	padding:1px;
}

#sidebar input#searchsubmit {
	background:#FFF;
	border:1px solid #333;
}

#sidebar h3 {
	width:250px;
	height:26px;
	background:url(./images/category_bg.png) no-repeat;
	margin:20px 0 0;;
	padding:10px 0 0 30px;
	font-size:1.5em;
	color:#009999;
}

#subnav {
	margin:0 10px 10px 0;
}

#subnav ul {
	margin:0;
	padding:0;
}

#subnav ul li {
	width:250px;
	list-style-type:none;		
}

#subnav ul li a {
	display:block;
	margin-left:0;
	height:15px;
	padding:5px 0 0 35px;;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	border-left:1px solid #333;
	background:#CFF5E2/*url(./images/subnav_bg.png) no-repeat*/;
	text-decoration:none;
	color:#009999;
}

#subnav ul li a:hover	{
	text-decoration:none;
	background:#FFF;
	color:#000;
} 

#footer {
	background:url(./images/footer_bg.png);
	width:850px;
	clear:both;
}

#footer_top {
	background:url(./images/footer_top.png) no-repeat;
	width:850px;
	height:8px;
	clear:both;
}

#footer_bottom {
	background:url(./images/footer_bottom.png) no-repeat;
	width:850px;
	height:25px;
}

#footer .left-left-col	{
	width:200px;
	float:left;
	margin-left:10px;
	padding-left:10px;
}

#footer .left-col	{
	width:340px;
	float:left;
	margin-left:10px;
	padding-left:10px;
}

#footer .right-col	{
	width:240px;
	float:right;
	margin-right:10px;
	padding-right:10px;
}

#footer h4 {
	font-size:1.5em;
	font-weight:bold;
	color:#FFFFCC;
	margin:10px 0 10px 10px;
}

.recent-comments, .recent-posts {
	list-style:none;
	margin:0px;
	padding:0px;
}

.recent-comments li, .recent-posts li	{
	padding:0px 0px 10px 30px;
}

.recent-comments a, .recent-posts a, .recent-comments a:visited, .recent-posts a:visited	{
	font-weight:bold;
	font-size:1.2em;
	text-decoration:none;
	color:#FFF;
}

.recent-comments a:hover, .recent-posts a:hover	{
	color:#FFFFCC;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
#credits {
	margin:0px auto;
	width:850px;
	color:#7a9299;
	font-size:12px;
	clear:both;
}
#credits a, #credit a:visited{
	color: #048db4;
}