/*
Theme Name: Odenwaelderin.net
Version: 1.0
Author: Dominic Rodemer
*/

body {
	margin:0;
	background:#2d2d2d;
	font-family:Arial, Helvetica, sans-serif;
	color:#d1d1d1;
	font-size:13px;
	}

/* Global Styles */

a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	text-decoration:underline;
	}
p {
	padding:0;
	margin:0 0 20px 0;
	}
blockquote {
	border-left:3px solid #abbf00;
	margin:0 0 0 25px;
	padding:0 0 0 10px;
	font-style:italic;
	}
h1,h2,h3,h4,h5,h6 {
	color:#abbf00;
	}
img {
	border:none;
	}

/* The Container */

.top {
	background:#191919 url(images/top.jpg) center top no-repeat;
	height:30px;
	}
.container {
	width:930px;
	margin:0 auto;
	border-top:1px solid #f5f5f5;
	background:url(images/bg.gif);
	}
.clear {
	clear:both;
	}

/* The Header */

.head {
	border-top:2px solid #fff;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	border-bottom:2px solid #fff;
	background:url(images/head.jpg);
	height:213px;
	text-align:right;
	padding:10px 5px;
	}
.head h1 {
	font-size:35px;
	margin:0;
	padding:0;
	}
.head h1 a {
	color:#abbf00;
	}
.head h1 a:hover {
	text-decoration:none;
	}
.head h2 {
	font-size:20px;
	color:#fff;
	margin:5px 0 0 0;
	padding:0;
	width:400px;
	float:right;
	}
	
/* Sub Categories */
.subcats{
	text-align:left;
}
.subcats ul {
	list-style:none;
}
.subcats li a{
	background:url(images/listImage2.gif) left top no-repeat;
	padding-left:20px;
	color:#abbf00;
	font-size:19px;
}

/* The Content */

.left {
	float:left;
	width:503px;
	border-top:1px solid #f5f5f5;
	padding:12px;
	background:url(images/leftbg.gif) top left no-repeat;
	overflow:hidden;
	}
.contentBlock {
	margin-bottom:20px;
	}
.contentBlock p a {
	color:#B1BF29;
	text-decoration:underline;
	font-weight:bold;
	}
.contentBlock p a:hover {
	color: #B09929;
	text-decoration:none;
	}
.left h1 {
	color:#abbf00;
	font-size:22px;
	margin:0;
	padding:0;
	}
.left h1 a {
	color:#abbf00;
	}
.left h1 a:hover {
	text-decoration:none;
	color:#fff;
	}
.left h3{
	color:#B09929;
}
.postInfo {
	color:#fff;
	margin-bottom:10px;
	}
.postComments {
	font-size:14px;
	text-align:right;
	margin-bottom:20px;
	margin-right:15px;
	}
.postComments a {
	text-decoration:underline;
	}
.left img.floatleft {
	float:left;
	margin:0 10px;
	}

/* The Sidebar */

.sidebar {
	float:left;
	width:403px;
	border-top:1px solid #f5f5f5;
	padding-bottom:20px;
	}
.search {
	height:53px;
	background:url(images/search.jpg);
	}
.search form {
	margin:0;
	padding:18px 0 0 123px;
	}
.search form input {
	float:left;
	}
.search input#s {
	width:200px;
	margin-right:10px;
	}
.search input#searchButton {
	background:url(images/searchButton.gif);
	width:36px;
	height:22px;
	border:1px solid #fff;
	}
.sidebarLists {
	padding:15px 0 0 35px;
	}
.sidebar h2 {
	margin:20px 0 0 0;
	padding:0;
	color:#fff;
	font-size:16px;
	}
.sidebar img {
	margin:5px 0 0 0;
	}
.sidebar ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	}
.sidebar ul.leftList {
	/*border-right:1px solid #635516;*/
	/*margin-right:10px;*/
	/*width:170px;*/
	width:360px;
	}
.sidebar ul.rightList {
	width:180px;
	}
.sidebar ul ul {
	float:none;
	}
.sidebar ul ul li {
	background:url(images/listImage.gif) left top no-repeat;
	padding-left:20px;
	line-height:20px;
	}
.sidebar ul ul li a {
	font-weight:normal;
	color:#000;
	}
.sidebar ul ul li a:hover {
	color:#fff;
	text-decoration:none;
	}
.sidebar ul ul ul li {
	background:url(images/listImage2.gif) left top no-repeat;
	padding-left:20px;
	}

/* The Footer */

.footer {
	margin-top:100px;
	border-top:1px solid #4c4c4c;
	text-align:center;
	color:#afafaf;
	}

/* The Navigation */

.navigation {
	text-align:center;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	}
.navigation a:hover {
	color:#abbf00;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/* The Attachment */

.contentCenter {
	text-align:center;
	margin-top:10px;
	}

/* The Page Title */

h2.pagetitle {
	padding:0 0 20px 0;
	margin:0;
	font-size:20px;
	text-align:center;
	}

/* The Calendar */

#wp-calendar {
	color:#fff;
	}
#wp-calendar a {
	color:#000;
	}
#wp-calendar a:hover {
	color:#fff;
	text-decoration:none;
	}

/* The Comments */

.commentBlock {
	padding-top:10px;
	border-top: 1px solid #635516;
	}
.commentBlock textarea {
	width:95%;
	border:1px solid #8e8e8e;
	color:#6e6e6e;
	}
.commentBlock input#submit {
	width:96%;
	background:#fff;
	border:1px solid #8e8e8e;
	color:#6e6e6e;
	}
#commentform input {
	background:#fff;
	border:1px solid #8e8e8e;
	color:#6e6e6e;
	}
.commentBlock h2 {
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	}
.commentlist {
	margin:0;
	padding:20px 0 10px 25px;
	}
.commentlist small {
	color:#a7a39f;
	}
.commentlist p {
	margin:0 0 10px 0;
	}

#content_start {
	position: absolute;
	left: -10000px;
}

/* The Index Styles */

.colindex{
	float: left;
	width: 240px;
}

.colindexright{
	margin-left:23px;
}


/*Last blog posts */

ul.newposts,  
ul.newposts li {
	margin: 0;
	padding: 0;
	list-style: none;
}


ul.newposts li {
	padding: .5em 0;
	min-height: 42px;
	list-style-type: none !important;
}

ul.newposts li h3{
	margin-top:0px;
	margin-left:42px;
}

ul.newposts li p.info{
	margin-top:-14px;
	margin-left:42px;
}

ul.newposts li p.info a{
	color:#999999;
}

/*The Calendar icons */

ul.newposts li p.date {
	float:left;
	margin: 0;
	top: .5em;
	left: -2px;
	text-align: center;
	width: 42px;
	color: #B09628;
	padding: 18px 0;
	font-size: 140%;
	font-weight: bold;
	overflow: hidden;
}

.date span {
	display: none;
}

.month1 {
	background: url(images/monat/01.gif) no-repeat 0 0;
}

.month2 {
	background: url(images/monat/02.gif) no-repeat 0 0;
}

.month3 {
	background: url(images/monat/03.gif) no-repeat 0 0;
}

.month4 {
	background: url(images/monat/04.gif) no-repeat 0 0;
}

.month5 {
	background: url(images/monat/05.gif) no-repeat 0 0;
}

.month6 {
	background: url(images/monat/06.gif) no-repeat 0 0;
}

.month7 {
	background: url(images/monat/07.gif) no-repeat 0 0;
}

.month8 {
	background: url(images/monat/08.gif) no-repeat 0 0;
}

.month9 {
	background: url(images/monat/09.gif) no-repeat 0 0;
}

.month10 {
	background: url(images/monat/10.gif) no-repeat 0 0;
}

.month11 {
	background: url(images/monat/11.gif) no-repeat 0 0;
}

.month12 {
	background: url(images/monat/12.gif) no-repeat 0 0;
}

/* NGG Background */
.ngg-background{
	padding-top:6px;
	padding-left:11px;
	height: 214px;
	width: 209px;
	background: url(images/bg-ngg.png) no-repeat 0 0;
}

/* Related Posts */
.related{
	margin-top:30px;
	border-top: 1px solid #635516;
	padding-bottom:15px;
}

.related ul{
	margin:0;
	padding:0;
	list-style:none;
}

.related ul li{
	background:url(images/listImage2.gif) left top no-repeat;
	padding-left:20px;
	margin-top:5px;
}

.related ul li a{
	color:#B1BF29;
	text-decoration:underline;
	font-weight:bold;
}

.related ul li a:hover{
	color: #B09929;
	text-decoration:none;
}