/* Grundeinstellungen */
/* ------------------ */

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 }


/* 1. TAGs */

body {
	background-color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	}
	
a,
a:visited {
	color: #E1C8A0;
	}
	
a:hover,
a:focus {
	color: #BE8D3D;
	}
	
code {
	background-color: #333;
	padding: 10px 15px;
	font-family: "Courier New", Courier, monospace;
	display: block;
	}
	
h1.subsite {
	margin: 0 0 20px 0;
	}
	
h2 {
	margin: 30px 0 15px 0;
	font-size: 20px;
	}
	
h3 {
	margin: 30px 0 15px 0;
	font-size: 16px;
	}
	
pre.article {
	background-color: #666;
	border-left: 5px solid #999;
	padding: 20px;
	margin: 15px 0;
	color: #E6E6E6;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	line-height: 22px;
	}

pre.tiny {
	font-size: 12px;
	line-height: 18px;
	}
	
blockquote {
	background-image: url(../images/bg_blockqoute.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 20px 0 20px 0;
	padding: 15px 75px 15px 20px;
	border-style: solid;
	border-color: #999;
	border-width: 0 0 0 5px;
	font-style: italic;
	color: #FFF;
	background-color: #666;
	font-size: 14px;
	line-height: 22px;
	}
	
blockquote p {
	margin: 0 !important;
	padding: 0 !important;
	}

	
	
/* 2. DIVs */

#wrapper_all {
	background-image: url(../images/bg_body.png);
	width: 1100px;
	border-right: 5px solid #999;
	padding: 40px 0 0 0;
	box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.45);
	}

#wrapper_header {
	margin: 0 0 30px 0;
	height: 282px;
	background-image: url(../images/bg_wrapper_header.png);
	background-repeat: repeat-x;
	}

#header {
	position: relative;
	margin: 0 0 0 70px;
	height: 282px;
	width: 970px;
	background-image: url(../images/bg_header.png);
	background-repeat: no-repeat;
	}
	
#wrapper_ticker {
	position: absolute;
	top: 45px;
	color: #555;
	font-size: 14px;
	line-height: 22px;
	width: 480px;
	}
	
#wrapper_ticker a,
#wrapper_ticker a:visited {
	color: #900;
	}
	
#wrapper_ticker a:hover,
#wrapper_ticker a:focus {
	color: #F00;
	}
	
#wrapper_ticker div.textwidget {
	display: inline;
	}	
	
#wrapper_logo {
	position: absolute;
	top: 130px;
	}
	
#wrapper_social {
	position: absolute;
	top: -10px;
	left: 686px;
	}
	
#wrapper_social li {
	display: block;
	float: left;
	margin: 0 2px 0 0;
	list-style-type: none;
	}
	
#wrapper_social li#flattrHeader {
	height: 68px;
	width: 68px;
	text-align: center;
	}
	
#wrapper_search {
	position: absolute;
	top: 60px;
	left: 686px;
	height: 68px;
	width: 278px;
	background-image: url(../images/bg_wrapper_search.png);
	background-repeat: no-repeat;
	}
	
#wrapper_search input.field {
	position: absolute;
	top: 18px;
	left: 22px;
	width: 180px;
	background-color: transparent;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #4C3326;
	}
	
	
#wrapper_menu {
	position: absolute;
	top: 190px;
	width: 960px;
	}
	
#wrapper_menu .menu li {
	display: block;
	float: left;
	list-style-type: none;
	padding: 25px 10px 0 10px;
	font-weight: bold;
	height: 39px;
	}
	
#wrapper_menu .menu li.current_page_item {
	background: url(../images/bg_menuitem_current_left.png) no-repeat left top, 
				url(../images/bg_menuitem_current_right.png) no-repeat right top, 
				url(../images/bg_menuitem_current_middle.png) repeat-x left top;
	}
	
#wrapper_menu .menu a,
#wrapper_menu .menu a:visited {
	text-decoration: none;
	}
	
#wrapper_menu .menu li.current_page_item a {
	color: #BE8D3D;
	}
	
#wrapper_content {
	width: 1030px;
	min-height: 400px;
	}
	
#wrapper_sidebar {
	float: right;
	width: 270px;
	}
	
#wrapper_sidebar li {
	display: block;
	}
	
#wrapper_sidebar .widget_recent_entries li {
	list-style-type: square;
	list-style-position: outside;
	display: list-item;
	margin: 0 0 0 20px;
	}
	
#wrapper_sidebar div.widget-container,
#twitter-widget {
	padding: 20px;
	background-color: #666;
	border-top: 1px solid #999;
	border-bottom: 5px solid #999;
	font-size: 14px;
	line-height: 24px;
	}
	
#wrapper_sidebar div.widget-container h3,
#twitter-widget h2 {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	margin: 0 0 10px 0;
	}
	
a.sidebar,
a.sidebar:visited {
	color: #FFF;
	text-decoration: none;
	}
	
a.sidebar:hover,
a.sidebar:focus {
	color: #BE8D3D;
	}
	
#wrapper_sidebar div.widget-container a,
#wrapper_sidebar div.widget-container a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#wrapper_sidebar div.widget-container a:hover,
#wrapper_sidebar div.widget-container a:focus {
	color: #E1C8A0;
	}
	
#wrapper_sidebar div.widget-bottom {
	background-image: url(../images/bg_widget-bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	margin: 0 0 30px 0;
	}
	
#wrapper_sidebar div.widget-container select {
	background-color: #999;
	color: #FFF;
	font-size: 14px;
	width: 220px;
	border-radius: 5px;
	border: none;
	padding: 5px 10px;
	}
	
#twitter_update_list {
	margin: 20px 0 0 0;
	}
	
#twitter_update_list .tweettime { 
	float: right;
	margin: 0 0 5px 5px;
	font-size: 12px;
	color: #999;
	}
	
#twitter_update_list li {
	border-bottom: 1px dotted #999;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	line-height: 16px;
	}
	
#twitter_update_list a,
#twitter_update_list a:visited {
	color: #E1C8A0 !important;
	}
	
#twitter_update_list a:hover,
#twitter_update_list a:focus {
	color: #BE8D3D !important;
	}
	
div.FourSquareAPI_item {
	background-color: #666;
	border: 1px solid #333;
	margin: 0;
	}
	
div.FourSquareAPI_details {
	background-color: #333;
	}
	
	
#content {
	margin: 0 0 0 70px;
	width: 650px;
	}
	
#content div.article_heading {
	position: relative;
	left: -70px;
	height: auto;
}

#content div.article_heading span.daybanner {
	display: block;
	position: absolute;
	background-image: url(../images/bg_daybanner.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 48px;
	text-align: right;
	padding: 8px 20px 0 0;
	font-size: 14px;
	}

#content div.article_heading h1,
#content div.article_heading h2 {
	margin: 0 0 0 70px;
	padding: 1px 0 0 0;
	font-size: 32px;
	line-height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.75);
	}
	
#content div.article_heading h1:hover,
#content div.article_heading h2:hover {
	}
	
#content div.article_heading a,
#content div.article_heading a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#content div.article_heading a:hover,
#content div.article_heading a:focus {
	position: relative;
	top: -2px;
	text-shadow: 0px 6px 5px rgba(0, 0, 0, 0.75);
	color: #E1C8A0;
	}

#content div.commentcount {
	float: right;
	background-image: url(../images/bg_commentcount.png);
	width: 68px;
	height: 58px;
	text-align: center;
	padding: 6px 0 0 0;
	font-size: 12px;
	}
	
#content div.date_author,
#content div.article_bottomline,
#content div.prev_next,
#respond p.comment-notes,
#respond p.form-allowed-tags,
h1.subsite,
p.logged-in-as,
#content div.category_description {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	}
	
#content div.date_author {
	margin: 10px 0 20px 0;
	}
	
#content p {
	text-align: justify;
	margin: 10px 0 0 0;
	}

#content ul,
#content ol {
	margin: 20px 0 20px 20px;
	}

#content ol.highlight {
	background-color: #666;
	margin: 20px 0;
	padding: 20px 20px 15px 30px
	}

#content ul li {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 10px 20px;
	}

#content ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 10px 20px;
	}
	
#content p img {
	border: 5px solid #999;
	}
	
#content p img.alignleft {
	float: left;
	}
	
#content p img.alignleft.size-medium,
#content p img.alignleft.size-thumbnail,
#content p img.alignleft.size-full {
	margin: 5px 10px 0 0;
	}
	
#content p img.alignleft.size-large {
	margin: 0 0 10px 0;
	}
	
#content p img.alignright {
	float: right;
	}
	
#content p img.alignright.size-medium,
#content p img.alignright.size-thumbnail,
#content p img.alignright.size-full {
	margin: 5px 0 0 10px;
	}
	
#content p img.alignright.size-large {
	margin: 0 0 10px 0;
	}
	
#content div.prev_next {
	margin: 20px 0;
	}

#content div.article_bottomline {
	margin: 20px 0 40px 0;
	}
	
#content div#article_socialrow {
	position: relative;
	}

#content div.twitter {
	height: 30px;
	}
	
#content div.google {
	height: 30px;
	}

#content div.facebook {
	}

#content div.flattr {
	position: absolute;
	right: 0;
	top: 0;
	}

#content div.stumbleupon {
	position: absolute;
	right: 0;
	top: 30px;
	}
	
#content div.category_description {
	margin: 0 0 20px 0;
	}
	
#respond {
	border-top: 1px solid #666;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	}
	
#respond h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	margin: 0 0 10px 0;
	}
	
#respond p {
	position: relative;
	}
	
#respond p.comment-notes,
#respond p.form-allowed-tags {
	margin: 0 0 10px 0;
	}

#respond label {
	display: block;
	float: left;
	width: 150px;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	}
	
#respond span.required {
	display: block;
	position: absolute;
	right: 5px;
	}
	
#respond p.comment-notes span.required {
	display: inline;
	position: relative;
	right: 0;
	}
	
#respond input[type="text"],
#respond textarea {
	font-size: 14px;
	background-color: #fff;
	border-radius: 5px;
	border: none;
	padding: 7px 10px;
	margin: 0 0 5px 0;
	width: 460px;
	}
	
#respond input[type="text"]:focus,
#respond textarea:focus {
	background-color: #FEF7E7;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	}
	
#respond input[type="submit"] {
	border-radius: 5px;
	background-color: #fff;
	border: none;
	padding: 7px 10px;
	font-size: 12px;
	}
	
#respond input[type="submit"]:hover,
#respond input[type="submit"]:focus {
	background-color: #FEF7E7;
	cursor: pointer;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	}

.fb-comments {
	margin: 20px 0 0 0;
	}
	
h3#comments-title {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	margin: 0 0 5px 0;
}

#wrapper_comments {
	background-color: #666;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
	font-size: 12px;
	line-height: 18px;
	}
	
#wrapper_comments img.avatar {
	border: 5px solid #999;
	float: left;
	margin: 0 10px 0 0;
	}
	
#wrapper_comments div.comment-body {
	clear: left;
	margin: 30px 0 5px 0;
	}
	
#wrapper_comments div.reply {
	margin: 0 0 20px 0;
	}
	
#wrapper_comments ul.children {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #999;

	}
	
#wrapper_footer {
	position: relative;
	margin: 50px 0 0 0;
	height: 200px;
	background-image: url(../images/bg_wrapper_footer.png);
	background-repeat: repeat-x;
	}
	
#footer {
	margin: 0 0 0 70px;
	height: 200px;
	width: 960px;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#footer h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4C3326;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
	margin: 0 0 20px 0;
	}
	
#footer li {
	list-style-type: none;
	}
	
#footer a,
#footer a:visited {
	color: #4C3326;
	text-decoration: none;
	}
	
#footer a:hover,
#footer a:focus {
	text-decoration: underline;
	}
	
#footer_left {
	text-align: left;
	position: absolute;
	width: 300px;
	top: 40px;
	left: 70px;
	}
	
#footer_right {
	text-align: right;
	position: absolute;
	width: 300px;
	top: 40px;
	right: 70px;
	}


/* 3. Klassen */

div.clear_both {
	clear: both;
	}
	
.small {
	font-size: 12px;
	line-height: 16px;
	}
	
.tiny {
	font-size: 10px;
	line-height: 14px;
	}



/* 4. Formulare */

#content #searchform input {
	background-color: #666;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 5px;
	width: 250px;
	margin: 20px 0;
	border: none;
	color: #FFF;
	}
	
.wp-smiley {
	border: none !important;
	}
	
.darker {
	color: #999;
	}



/* Reparatur */

img#wpstats {
	display: none;
	}	
	