/*
Theme Name: antondachauer
Theme URI: http://antondachauer.de/wordpress-theme/
Description: Wordpress theme by Anton Dachauer (antondachauer.de)
Author URI: http://antondachauer.de/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, two-columns, fixed-width, custom-background
*/
@import url("css/menu.css");

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html {
	background-color: #151515;
	font-size: 13px;
	font-family: "Tahoma", sans-serif;
}

.container {
	width: 1000px;
	margin: auto;
}

.logo {
	padding-top: 10px;
	padding-bottom: 10px;
}

.logo a {
	color: #eee;
	font-weight: bold;
	font-size: 56px;
	font-family: "Poplar Std", sans-serif;
	text-decoration: none;
}

a {
	color: #76b900;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #b6db40;
	text-decoration: none;
	font-weight: bold;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.blog_area {
	width: 700px;
}

.sidebar_right {
	padding-top: 15px;
	width: 260px;
}

.widget {
	color: #ddd;
	border-bottom: 1px solid #222;
	margin-bottom: 5px;
}

.footer .widget {
	border-bottom: 0px;
}

.widget ul {
	margin-left: 10px;
	margin-bottom: 15px;
}

.widget_facebook_likebox {
	padding-left: 5px;
}

.widget div {
	padding: 4px;
}

.widget table {
	width: 100%;
}

.widgettitle {
	color: #fff;
	font-size: 22px;
	font-family: "Gill Sans", sans-serif;
	padding: 5px;
}

.breadcrumb {
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.breadcrumb, .breadcrumb a {
	color: #ccc;
}

.breadcrumb:hover, .breadcrumb:hover a {
	color: #efefef;
}

.blog_area {
	padding-top: 15px;
	width: 700px;
	float: left;
}

.post {
	color: #fff;
	border-bottom: 1px solid #222;
	margin-bottom: 20px;
}

.page {
	border-bottom: 0px;
}

.post h1 {
	font-size: 28px;
	margin-bottom: 8px;
	margin-top: 10px;
}

.post h3 {
	font-size: 20px;
	margin-bottom: 4px;
	margin-top: 6px;
}

.post h4 {
	font-size: 17px;
	margin-bottom: 3px;
	margin-top: 5px;
}

.post h2 {
	font-family: "Gill Sans", sans-serif;
	font-size: 24px;
	color: #ddd;
	margin-bottom: 15px;
}

.post strong {
	font-weight: bold;
}

.post p {
	margin-top: 7px;
	margin-bottom: 9px;
}

.post h2 a {
	color: #ddd;
}

.post small.thumbnail {
	color: #ccc;
	position: absolute;
	#left: -347px;
	#top: -2px;
	background-color: #ddd;
	opacity: 0.8;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #222;
	font-size: 11px;
	float: left;
}

.post .postmetadata {
	font-size: 11px;
	padding: 3px;
}

.post .article_image {
	margin-bottom: 10px;
}

img {
	display: inline;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.sharedaddy {
	margin-top: 5px;
}

.comments {
	width: 500px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	background-color: #333;
	padding: 10px;
}

.comments h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}

.comments p {
	margin-bottom: 5px;
}

.comments textarea {
	width: 480px;
}

.comments input[type=submit] {
	color: #222;
	padding-left: 5px;
	padding-right: 5px;
}

ol.commentlist{
 margin: 10px 5px;
 padding: 10px;
}
.commentlist .comment-body{
 padding: 10px;
 margin: 10px 0;
 position: relative;
}
.comment-body a.comment-reply-link{
 position: absolute;
 top: 10px;
 right: 10px;
 color: #AEAEAE;
}
ol.commentlist li{
 list-style: none;
}
ol.commentlist img.avatar{
 padding: 5px;
 background: transparent;
 float: left;
 display: block;
 margin: 15px;
 width: 32px;
 height: 32px;
}
ol.commentlist .comment-author{
 line-height: 25px;
}
.comment-body cite.fn{
 font-size: 14px;
 font-style: normal;
}
.commentmetadata a{
 margin: 0;
 font-size: 11px;
 color: #999;
}
.comment-body p{
 margin: 5px;
}
 
.comment-body .comment-author.vcard{
 margin: 0;
}

.wrap {
	background-color: #080808;
	opacity: 0.9;
	width: 1020px;
	margin: auto;
}

.left {
	float: left;
}

.footer_sb {
	width: 32%;
}

.footer {
	margin-top: 10px;
	border-top: 1px solid #222;
	padding: 10px;
}

.footer .credits {
	color: #fff;
	padding-bottom: 8px;
}

.sticky {
	background-color: #222;
	padding: 5px;
}

.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.bypostauthor{}