/*  
Theme Name: Concrete
Theme URI: http://beta.daver.at
Description: Pieces of paper on concrete
Version: 0.8
Author: David Rauch
Author URI: http://daver.at
Tags: white, gray, art direction
*/

/* Basics */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	background: url('img/bg.png');
	color: #333;
	font-size: 13px;
}

header, article, footer {
	display: block;
}

p, ul, ol, blockquote {
	margin-bottom: 1em;
	line-height: 21px;
}

li {
	margin-bottom: 0.5em;
}

a {
	text-decoration: none;
	color: inherit;
}

h1, h2, h3, h4, h5 {
	font-family: "Droid Serif";
	font-weight: normal;
	margin-bottom: 0.5em;
}

img {
	border: none;
}

blockquote {
	padding-left: 40px;
	font-style: italic;
	color: #666;
	background: url('img/quote.png') no-repeat;
}

.rounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.clear {
	clear: both;
}

.shadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 9px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 9px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 9px;
}

.innershadow {
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 9px;
	-moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 9px;
	box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 9px;
}

.hide {
	display: none;
}

.alignleft {
	display: inline;
	float: left;
	margin: 10px 10px 10px 0px;
}

.alignright {
	display: inline;
	float: right;
	margin: 10px 0px 10px 10px;
}

.aligncenter {
	display: block;
	margin: 10px;
}

/*Navigation*/
span.prevpage, span.nextpage {
	position: fixed;
	font-size: 60px;
	top: 50%;
	opacity: 0.2;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
}

span.prevpage:hover, span.nextpage:hover {
	opacity: 0.8;
}

span.prevpage {
	left: 20px;
}
	
	span.prevpage a {
		text-decoration: none;
	}

span.nextpage {
	right: 20px;
}

	span.nextpage a {
		text-decoration: none;
	}

/* Header */

#mainheader {
	display: block;
	margin: 30px auto;
	opacity: 0.2;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
}

#mainheader:hover {
	opacity: 0.6;
}

/* Article */

article {
	background: #fff;
	width: 600px;
	margin: 40px auto 60px auto;
	padding: 30px;
	overflow: hidden;
}
	article header {
		text-align: center;
		margin-bottom: 20px;
	}
	
		article header h1 {
			font-size: 24px;
			margin-bottom: 0px
		}
		
		article header h2 {
			font-size: 13px;
		}
		
	article p a{
		text-decoration: underline;
	}
	
	article img.postimage {
		margin: 0px auto 10px auto;
	}
	
article.Kurzes {
	padding: 20px;
}
	
	article.Kurzes header {
		display: none;
	}
	
span.dropcap {
	display: block;
	float: left;
	font-size: 42px;
	line-height: 1;
	margin-right: 3px;
	font-family: "Droid Serif";
}

div.meta {
	width: 600px;
	margin: 60px auto;
}

	div.meta * {
		vertical-align: middle;
	}

	div.meta iframe {
		margin: 0px 5px 0px 0px;
	}
	
/*Article - Tagebuch*/
article.tagebuch {
	background: none;
	width: 800px;
}

article.tagebuch img {
	padding: 30px 30px 60px 30px;
	background: white;
	margin: 0px auto;
	display: block;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 9px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 9px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 9px;
}
	
/*Comments*/
#comments {
	background: url('img/bodybg.png');
	padding: 20px 0px;
	
}
.commentlist {
	padding: 0px 0px 10px 0px;
	margin: 0px auto;
	width: 650px;
	list-style: none;
}

.commentlist ul {
	list-style: none;
}

.comment {
	margin: 30px 0px;
	opacity: 0.8;
	-webkit-transition: opacity 0.1s linear;
	-moz-transition: opacity 0.1s linear;
}

	.depth-2 {
		margin-left: 30px;
	}
	
		.depth-2 .commenttext {
			width: 470px;
		}
		
	.depth-3 {
		margin-left: 60px;
	}
	
		.depth-3 .commenttext {
			width: 440px;
		}
		
	.comment:hover {
		opacity: 1;
	}

.pingback {
	opacity: 0.8;
}
	
.commentmeta {
	width: 150px;
	float: left;
	display: inline;
	position: relative;
	text-align: right;
}

	.commentmeta p {
		float: right;
		margin-right: 10px;
		margin-top: 5px;
	}

	.commentmeta img.avatar {
		float: right;
		margin-right: 10px;
	}

.commenttext {
	width: 500px;
	float: left;
	display: inline;
	position: relative;
	//font-style: italic;
}

	.commenttext p {
		margin-bottom: 0px !important;
	}

/*Comment Form*/
#respond #commentform {
	width: 650px;
	margin: 00px auto;
	padding: 10px 10px;
	background: url('img/bg.png');
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 9px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 9px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 9px;
}
	
#reply-title, .comment-notes, #commentform label, .required, .form-allowed-tags {
	display: none;
}

#commentform input {
	font-size: 13px;
	height: 20px;
	float: left;
	width: 194px;
	border: 1px solid #999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	float: left;
	margin: 10px;
}

.comment-form-comment {
	margin: 10px;
}

	.comment-form-comment textarea {
		min-width: 630px;
		max-width: 630px;
		border: 1px solid #999;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

.form-submit {
	margin: -5px 10px 10px 10px;
}

#submit {
	background: url('img/bg.png');
	width: 630px;
	float: none !important;
	clear: both;
	width: 630px !important;
	-webkit-transition: background 0.1s linear;
	-moz-transition: background 0.1s linear;
	cursor: pointer;
}

#submit:hover {
	background: url('img/bodybg.png');
}


/*Footer*/
footer {
	width: 602px;
	margin: 60px auto;
}

	footer .spalte {
		width: 200px;
		float: left;
		text-align: center;
		color: #000;
		opacity: 0.3;
		-webkit-transition: opacity 0.1s linear;
		-moz-transition: opacity 0.1s linear;
	}
	
	footer .spalte:hover {
		opacity: 0.6;
	}
	
	footer .spalte ul {
		list-style: none;
	}
	
		footer .spalte ul li {
			margin-bottom: 10px;
			margin-top: 10px;
		}
		
	footer .line {
		border-right: 1px solid #ccc;
		height: 250px;
		float: left;
	}

/*Search*/
#searchform {
	margin: 10px 0px;
}

#search {
	font-size: 13px;
	color: #888;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #888;
}

/*Eggs*/
.erroregg {
	margin: 40px auto;
	display: block;
}

/*Captcha Free*/
a[href='http://wordpresssupplies.com/wordpress-plugins/captcha-free/'] {
	display:none;
}