/*
Theme Name: Dauerfeuer
Theme URI: http://dauerfeuer.net/
Description: Das fabuloese Dauerfeuer-Theme.
Version: 0.1
Author: Emanuekl Kluge
Author URI: http://www.emanuel-kluge.de/
Tags: black, two columns
Text Domain: dauerfeuer

	Dauerfeuer v0.1
	 http://dauerfeuer.net/

	This theme was built by Emanuekl Kluge,
	whose blog you will find at http://www.emanuel-kluge.de/blog/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Eric Meyer's CSS Reset
____________________________________________________________
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html {
	overflow-y: scroll;
}

body {
	text-align: left;
	background: #000 url('images/bg.jpg') 0 0 no-repeat;
	color: #B1B1B1;
	font: normal 12px Verdana, Arial, Helvetica;
	line-height: 16px;
}

:focus, :active {
	outline: 0;
}

ul {
	list-style: none;
}

a:link,
a:visited {
	color: #d30062;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#wrap {
	width: 890px;
	margin: 0 0 20px 240px;
	clear: left;
	overflow: hidden;
}

/* HEADER
=======================================*/

#header {
	position: relative;
	width: 248px;
	height: 190px;
	margin: 21px 196px 16px 450px;
}

h1 {
	width: 248px;
	height: 62px;
	margin-bottom: 20px;
}

h1 a {
	display: block;
	width: auto;
	height: 62px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/logo.jpg') 0 0 no-repeat;
}

.nav {
	margin: 0 0 15px 5px;
}

.nav li,
.feed_links li {
	text-transform: lowercase;
}

.nav a {
	color: #e0ff00;
}

/* CONTENT
=======================================*/

#content {
	width: 720px;
	margin-right: 10px;
	display: inline;
	float: left;
}

h2 {
	margin-bottom: 15px;
	font-size: 13px;
	color: #e0ff00;
	line-height: 40px;
	border-bottom: 1px solid #2B2B2B;
	text-transform: lowercase;
}

.content_headline {
	margin-right: 20px;
}

#portfolio {
	margin-bottom: 20px;
	clear: left;
	overflow: hidden;
}

#portfolio li {
	position: relative;
	width: 220px;
	height: 180px;
	margin: 0 20px 20px 0;
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	border-bottom: 5px solid #e0ff00;
}

#portfolio li:hover {
	border-color: #d30062;
}

#portfolio li img {
	position: absolute;
	top: -20px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

#portfolio li a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

#portfolio li h3 {
	position: absolute;
	width: 200px;
	padding: 5px 10px 20px 10px;
	left: 0;
	bottom: 0;
	line-height: 18px;
	background-color: #000;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}

.post,
.page {
	margin: 0 20px 35px 0;
}

.date {
	display: block;
	font-size: 12px;
	line-height: 24px;
	color: #e0ff00;
}

.post h3 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 40px;
	border-bottom: 1px solid #2B2B2B;
}

.post p,
.page p {
	margin-bottom: 20px;
	font: normal 14px Times, "Times New Roman", Georgia;
	font-size: 14px;
	line-height: 20px;
}

p.edit_post_link {
	width: 120px;
	height: 22px;
	margin-top: 10px;
	font: normal 12px Verdana, Arial, Helvetica;
	text-align: center;
	vertical-align: middle;
	background-color: #111;
	border: 1px solid #333;
}

p.edit_post_link a {
	line-height: 22px;
}

.single_post {
	border-bottom: 1px solid #2B2B2B;
}

.back_button {
	margin-bottom: 20px;
}

.posts_navigation,
.post_navigation {
	width: 700px;
	margin: 0 20px 20px 0;
	clear: both;
	overflow: hidden;
}

.posts_navigation li {
	width: 350px;
}

.next_posts {
	float: left;
}

.prev_posts {
	float: right;
	text-align: right;
}

.post_navigation {
	margin: -30px 20px 30px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #2B2B2B;
}

.next_post {
	width: 300px;
	margin-right: 50px;
	float: left;
}

.prev_post {
	width: 300px;
	margin-left: 50px;
	float: right;
	text-align: right;
}

/* 404-SEITE
=======================================*/

.error404 .post p {
	text-align: center;
}

.error404 .post p a {
	display: block;
	width: 304px;
	height: 371px;
	margin: 0 auto;
	text-indent: -9999px;
	overflow: hidden;
	border: 1px solid #000;
	background: url('images/404.jpg') 0 0 no-repeat;
}

.error404 .post p a:hover {
	border-color: #2B2B2B;
}

/* KOMMENTARE
=======================================*/

#comments {
	margin-top: 20px;
}

#comments,
#respond h4 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #e0ff00;
}

.commentlist {
	margin-bottom: 20px;
}

.commentlist li {
	margin-bottom: 10px;
	clear: left;
	overflow: hidden;
}

.comment_header {
	width: 630px;
	height: 22px;
	padding-left: 70px;
	margin-bottom: 10px;
	clear: left;
	overflow: hidden;
	border-bottom: 1px solid #2B2B2B;
}

.comment_header h5 {
	width: 530px;
	height: 22px;
	float: left;
	color: #e0ff00;
	font-weight: bold;
}

.comment_header small {
	display: block;
	width: 100px;
	height: 22px;
	float: left;
	text-align: right;
}

.avatar {
	width: 48px;
	height: 48px;
	margin-right: 20px;
	border: 1px solid #2B2B2B;
	float: left;
}

.commenttext {
	width: 630px;
	float: left;
	font: normal 14px Times, "Times New Roman", Georgia;
}

.comment_moderation {
	padding: 0 5px;
	margin-top: 10px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	background-color: #e0ff00;
}

#commentform {
	margin-bottom: 20px;
}

#commentform dl {
	clear: left;
	overflow: hidden;
}

#commentform dt,
#commentform dd {
	height: 22px;
	float: left;
	margin-bottom: 5px;
}

#commentform dt {
	width: 220px;
	margin-right: 10px;
}

#commentform dd {
	width: 490px;
}

#author,
#email,
#url {
	width: 210px;
	height: 20px;
	padding: 0 4px;
	line-height: 20px;
}

#comment {
	width: 538px;
	height: 170px;
	padding: 4px 0;
	margin: 0 180px 5px 0;
	resize: none;
}

#submit {
	width: 90px;
	height: 24px;
	padding-bottom: 3px;
	margin-right: 450px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}

#author,
#email,
#url,
#comment,
#submit {
	border: 1px solid #B1B1B1;
	color: #B1B1B1;
	background-color: #000;
	font: normal 12px Verdana, Arial, Helvetica;
}

#author:focus,
#email:focus,
#url:focus,
#comment:focus,
#submit:hover {
	border-color: #e0ff00;
	color: #e0ff00;
}

/* NEWSLETTER-FORMULAR
=======================================*/

#newsletter_subscription {
	width: 400px;
	clear: both;
	overflow: hidden;
}

#newsletter_subscription dl {
	width: 400px;
	margin-bottom: 10px;
	clear: left;
	overflow: hidden;
}

#newsletter_subscription dl dt,
#newsletter_subscription dl dd {
	float: left;
	height: 22px;
	margin-bottom: 5px;
}

#newsletter_subscription input {
	width: 240px;
	height: 20px;
	padding: 0 4px;
	border: 1px solid #B1B1B1;
	line-height: 20px;
	color: #B1B1B1;
	background-color: #000;
	font: normal 12px Verdana, Arial, Helvetica;
}

#newsletter_subscription dl dt {
	width: 150px;
	line-height: 22px;
}

#newsletter_subscription dl dd {
	width: 250px;
}

input#newsletter_subscription_submit {
	width: 90px;
	height: 25px;
	margin-left: 310px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	font: normal 12px Verdana, Arial, Helvetica;
}

#newsletter_subscription input:focus,
#newsletter_subscription input#newsletter_subscription_submit:hover {
	border-color: #e0ff00;
	color: #e0ff00;
}

/* SIDEBAR
=======================================*/

#sidebar {
	width: 160px;
	margin-bottom: 20px;
	float: left;
}

#sidebar div {
	margin-bottom: 10px;
}

.shop_badge img {
	padding-bottom: 1px;
	border-bottom: 5px solid #e0ff00;
}

.shop_badge a:hover img {
	border-color: #d30062;
}

.flickr_badge a {
	display: block;
	width: 72px;
	height: 72px;
	padding: 4px;
	float: left;
}

.flickr_badge a img {
	border: 1px solid #2B2B2B;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.flickr_badge a:hover {
	background-color: #333;
}

.flickr_badge a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.flickr_badge a:active {
	background-color: #e0ff00;
}

.flickr_badge p {
	width: auto;
	clear: left;
	padding: 5px 0 0 5px;
}

.flickr_badge p a {
	display: inline;
	padding: 0;
	float: none;
}

.flickr_badge p a:hover {
	background-color: #000;
}

.subscribe_to_nl {
	width: 160px;
	height: 51px;
	text-indent: -9999px;
	overflow: hidden;
}

.subscribe_to_nl a {
	display: block;
	width: auto;
	height: 51px;
	background: url('images/newsletter.gif') 0 0 no-repeat;
}

.subscribe_to_nl a:link,
.subscribe_to_nl a:visited {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.subscribe_to_nl a:hover,
.subscribe_to_nl a:active {
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}

.social {
	width: 160px;
	height: 17px;
	margin-bottom: 10px;
	clear: left;
}

.social p {
	width: 78px;
	height: 17px;
	padding-right: 2px;
	float: left;
}

.social p a {
	display: block;
	width: auto;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('images/social_sprite.jpg');
	background-attachment: no-repeat;
}

.twitter_link a:link,
.twitter_link a:visited {
	background-position: 0 0;
}

.twitter_link a:hover,
.twitter_link a:active {
	background-position: 0 -17px;
}

.facebook_link a:link,
.facebook_link a:visited {
	background-position: 80px 0;
}

.facebook_link a:hover,
.facebook_link a:active {
	background-position: 80px -17px;
}

.feed_links li {
	margin-bottom: 5px;
}

.feed_links li a {
	display: block;
	width: auto;
	height: 22px;
	padding: 1px;
	line-height: 22px;
	text-align: center;
}

.feed_links li a span {
	display: block;
	width: auto;
	height: 22px;
	color: #000;
}

.feed_links li a:link,
.feed_links li a:visited {
	border: 1px solid #222;
}

.feed_links li a:link span,
.feed_links li a:visited span {
	background-color: #222;
}

.feed_links li a:hover {
	border: 1px solid #2B2B2B;
	text-decoration: none;
}

.feed_links li a:active {
	border: 1px solid #e0ff00;
	text-decoration: none;
}

.feed_links li a:hover span {
	background-color: #3B3B3B;
	text-decoration: none;
}

.feed_links li a:active span {
	background-color: #e0ff00;
	text-decoration: none;
}

/* SUCHE
=======================================*/

#search {
	width: 160px;
	height: 24px;
	margin-bottom: 10px;
	clear: left;
}

#search input {
	float: left;
	line-height: 22px;
	border: 1px solid #B1B1B1;
	background-color: #000;
	color: #B1B1B1;
	font: normal 12px Verdana, Arial, Helvetica;
}

#s {
	height: 22px;
	width: 124px;
	padding: 0 2px;
	margin-right: 5px;
}

#searchsubmit {
	height: 24px;
	width: 23px;
	text-align: center;
	cursor: pointer;
}

#s:focus, #searchsubmit:hover {
	border-color: #e0ff00;
	color: #e0ff00;
}

#searchsubmit:active {
	border-color: #e0ff00;
	background-color: #e0ff00;
	color: #000;
}

.searchlist {
	list-style: square;
	list-style-position: inside;
	color: #e0ff00;
	font-size: 14px;
}

.searchlist li {
	margin-bottom: 5px;
}

.searchlist li h3,
.searchlist li span.date {
	display: inline;
}

.searchlist li span.date {
	font-size: 11px;
}

/* FOOTER
=======================================*/

#footer {
	width: 890px;
	padding-top: 1px;
	clear: both;
	border-top: 1px solid #2B2B2B;
}

#footer p {
	padding-top: 10px;
	clear: both;
	border-top: 1px solid #2B2B2B;
	text-align: center;
}