@charset "utf-8";
/*
Theme Name: Mediendesign Schwarz
Theme URI: http://www.mediendesign-schwarz.de/
Description: Self.
Version: 1.0
Author: Emanuel Schwarz
Author URI: http://www.mediendesign-schwarz.de/
Tags: 

*/


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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table, td {
	border-collapse: collapse;
	border-spacing: 0;
}
img { display: block; border: none; }

/* ************************************************************************ */
/* STRUKTUR */
/* ************************************************************************ */


body {
	background: #ffffff url(images/sidebar.png) 706px 0px repeat-y;
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #6b6f70;
}


#wrapper {
	position: relative;
	float: left;
	width: 960px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #e7e7e8 url(images/header-bg.png) top left repeat-x;
	height: 170px;
	border-bottom: 1px solid #fff;
	z-index: 99;
}

#content {
	float: left;
	width: 646px;
	margin: 210px 30px 0 30px;
}

#sidebar {
	float: left;
	width: 253px;
	padding-top: 210px;
}

/* ************************************************************************ */
/* #HEADER */
/* ************************************************************************ */

#header #logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#header #titleimg {
	position: absolute;
	left: 706px;
	padding: 0 1px 1px 1px;
	background-color: #e7e7e8;
	border-bottom: 1px solid #ffffff;	
}
#header h1 {
	position: absolute;
	top: 38px;
	left: 140px;
	text-transform:uppercase;
	color: #6b6f70;
	font: bold 28px "Arial Black", Arial, Helvetica, sans-serif;
}
#header h2 {
	position: absolute;
	top: 76px;
	left: 140px;
	text-transform:uppercase;
	color: #6b6f70;
	font: normal 15px Arial, Helvetica, sans-serif;
}

/* ************************************************************************ */
/* POST */
/* ************************************************************************ */

#content div.post {
	float: left;
	margin-bottom: 30px;
}

#content div.postheader {
	float: left;
	width: 646px;
}

#content div.post div.dateblock {
	float: left;
	margin: 0 45px 0 0;
	border: 1px solid #ffffff;
}
#content div.post div.dateblock div {
	width: 58px;
	height: 58px;
	background-color: #fff;
	border: 1px solid #ffffff;
	overflow: hidden;
}
#content div.post div.dateblock div span.a {
	font: bold 47px Arial, Helvetica, sans-serif;
	line-height: 38px;
	display: block;
	letter-spacing: -1px;
	padding-left: 2px;
}
#content div.post div.dateblock div span.b {
	font: bold 11px Arial, Helvetica, sans-serif;
	line-height: 18px;
	display: block;
	padding-left: 4px;
	padding-top: 2px;
}



#content div.post h1 {
	font: bold 22px Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	margin-top: 0px;
}
#content div.post h1 a {
	text-decoration: none;
}
#content div.post p.postmetadata {
	font: bold 11px Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

/* ************************************************************************ */
/* .LINKS */
/* ************************************************************************ */

#content a.more-link {
	float: right;
	display: block;
	padding: 1px;
	background-color: #ffffff;
	text-decoration: none;
	text-align: right;
	margin-top: 10px;
}
#content a.more-link span {
	display: block;
	border: 1px solid #e7e7e8;
	padding: 2px 30px 2px 30px;
}
#content a.more-link:hover {
	background-color: #e7e7e8;
	color: #fff;
}
#content a.more-link:hover span {
	border-color: #fff;
}

#content div.nav-links { float: left; width: 640px; }
#content div.nav-links a {
	float: left;
	display: block;
	/*width: 318px;*/
	padding: 1px;
	background-color: #ffffff;
	text-decoration: none;
	text-align: center;
	margin: 10px 3px 30px 3px;
}
/*#content div.nav-links div.nav-link-left a {
	float: left;
	text-align: left;
}
#content div.nav-links div.nav-link-right a {
	float: right;
	text-align: right;
}*/
#content div.nav-links a span {
	display: block;
	border: 1px solid #e7e7e8;
	padding: 2px 5px 2px 5px;
}
#content div.nav-links a:hover {
	background-color: #e7e7e8;
	color: #fff;
}
#content div.nav-links a:hover span {
	border-color: #fff;
}
#content div.nav-links a.aktiv span {
	font-weight: bold;
}



/* ************************************************************************ */
/* .ENTRY */
/* ************************************************************************ */

#content div.entry {
	float: left;
	margin-left: 107px;
	width: 500px; /*width: 646px;*/
}


#content div.entry img {
	display: block;
	padding: 1px;
	margin: 20px 0 20px 0;
	background-color: #e7e7e8;
	border: 1px solid #ffffff;
}

#content div.entry img.transparent {
	background-color: transparent;
	border: none;
	padding: 0;
}
#content div.entry img.links {
	margin: 5px 20px 5px 0px;
	float: left;
	clear: left;
}
#content div.entry img.rechts {
	margin: 5px 0px 5px 20px;
	float: right;
	clear: right;
}

#content div.entry p {
	margin-bottom: 10px;
	color: #000;
}

#content div.entry ul {
	list-style-type:disc;
	list-style-position:outside;
	margin-bottom: 10px;
	margin-left: 13px;
	color: #000;
}

#content div.entry h1 {
	margin-bottom: 10px;
	margin-top: 10px;
	font: bold 22px Arial, Helvetica, sans-serif;
}

#content div.entry h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #000;
}

#content div.entry blockquote {
	margin: 10px 0px 10px 0px;
	background-color: #fff;
	padding: 20px;
}


#content div.gallery {
	float: left;
	margin-left: -30px;
	width: 530px;
}
#content div.gallery br {
	display: none;
}
#content div.gallery a {
	float: left;
}
#content div.gallery img {
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}
#content div.gallery p {
	margin: 0;
}
/* ************************************************************************ */
/* COMMENT */
/* ************************************************************************ */


#content ol.commentlist  li {
	float: left;
	margin-bottom: 30px;
}

#content ol.commentlist li div.postheader {
	float: left;
	width: 646px;
}
#content ol.commentlist li div.entry {
	float: left;
	width: 500px;
}

#content ol.commentlist li div.dateblock {
	float: left;
	margin: 0 45px 10px 0;
	border: 1px solid #ffffff;
}
#content ol.commentlist li div.dateblock img {
	background-color: #fff;
	border: 1px solid #e7e7e8;
}



#content ol.commentlist li h1 {
	font: normal 16px Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 2px;
}
#content ol.commentlist li h1 a {
	text-decoration: none;
	font-weight: bold;
}
#content ol.commentlist li p.postmetadata {
	font: bold 11px Arial, Helvetica, sans-serif;
}

#content #commentform p {
	padding-bottom: 10px;
}
#content #commentform p.commenttextarea {
	float: left;
	margin-right: 10px;
}
#content #commentform p.commenttextarea textarea {
	width: 350px;
	height: 115px;
}



/* ************************************************************************ */
/* SITEMAP */
/* ************************************************************************ */

#content #sitemap li a, #content #sitemap li span.recentdate {
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 10px;
	font-size: 12px;
}
#content #sitemap li {
	float: left;
	display: block;
	width: 320px;
}



/* ************************************************************************ */
/* #SIDEBAR */
/* ************************************************************************ */


#sidebar h2 { display: none; }

/* Links generell */

#sidebar > ul li a { 
	display: block;
	width: 193px;
	margin-bottom: 2px;
	line-height: normal;
	background-color: #e7e7e8;
	padding: 9px 30px 9px 30px;
	text-decoration: none;
	font-weight: bold;
}

/* Colors 6b6f70 ed7233 c00b69 Sonderformatierungen */

#sidebar .cat-item > a {
	font-weight: normal;
}
#sidebar .cat-item > a:before {
	content: '— ';	
}

#sidebar .page-item-1 > a {
	text-transform: uppercase;
	font-size: 15px;
}
#sidebar .page-item-194 > a {
	text-transform: uppercase;
	padding-top: 40px;
	font-size: 15px;
	color: #ed7233;
	cursor: default;
}
#sidebar .page-item-196 > a {
	text-transform: uppercase;
	padding-top: 40px;
	font-size: 15px;
	color: #c00b69;
	cursor: default;
}

/* Link Colors Active */

#sidebar .current_page_item > a, #sidebar .current-cat > a {
	border-left: 10px solid;
	padding-left: 20px;
}

#sidebar .page-item-194 .current_page_item > a, #sidebar .page-item-194 .current-cat > a {
	border-color: #ed7233;
}

#sidebar .page-item-196 .current_page_item > a, #sidebar .page-item-196 .current-cat > a {
	border-color: #c00b69;
}


/* Kontakt */

#sidebar li.kontakt { 
	display: block;
	width: 193px;
	background-color: #e7e7e8;
	padding: 20px 30px 20px 30px;
	margin-bottom: 2px;
}
#sidebar li p { 
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 17px;
}
#sidebar li.kontakt a { 
	display: inline;
	font-weight: normal;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	width: auto;
	background-color: none;
}


/* Suche */

#sidebar #searchform {
	display: block;
	width: 253px;
	margin-bottom: 2px;
	background-color: #e7e7e8;
}
#sidebar #searchform input.text {
	margin: 0; padding: 0;
	padding: 2px 5px 2px 30px;
	width: 140px;
	border: 1px solid #ffffff;
	margin: 1px;
	background-color: #ffffff;
}
#sidebar #searchform input.submit {
	margin: 0; padding: 0;
	padding: 2px 5px 2px 5px;
	width: 60px;
	cursor: pointer;
	background-color: #e7e7e8;
	color: #6b6f70;
	border: none;
	font-size: 14px;
	font-weight: bold;
}

/* RSS */

#sidebar li.page-item-1 { position: relative; }

#sidebar a#rssicon { 
	background: transparent url(images/rss.png) 0px 0px no-repeat;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	text-indent:-99em;
	border: none;
	top: 6px;
	right: 6px;
	padding: 0;
	margin: 0;
}



















/* ************************************************************************ */
/* EVERYTHING */
/* ************************************************************************ */

div.line {
	float: left;
	width: 640px;
	height: 1px;
	line-height: 1px;
	border: 1px solid #fff;
	background-color: #e7e7e8;
	display: block;
	overflow: hidden;	
	margin-bottom: 30px;
}

div.highslide-wrapper {
	background-color: #e7e7e8;
}
div.highslide-caption {
	padding: 3px 0 3px 10px;
	font-weight: bold;
	color: #000;
}

/* ************************************************************************ */
/* EVERYTHING */
/* ************************************************************************ */

a:link { color: #6b6f70; text-decoration: underline; }
a:visited { color: #6b6f70;  text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }
a:active { color: #000000; text-decoration: underline; }

.inv, #commentform .nofill { display: none; }