/*
Theme Name: Sprengsatz Blog Theme
Theme URI: http://www.sprengsatz.de/
Description: Angepasste deutsche Wordpress Theme für den Sprengsatz Blog.
Version: 1.0
Author: apparent media
Author URI: http://www.apparentmedia.de
Tags: custom theme, fixed width, two columns, sprengsatz
*/



/* Begin Typography & Colors */
body {
	font-family: "Arial", "Helvetica", "Geneva";
	color: #555555;
}

#page {
	text-align: left;
}

#header {
}

#headerimg 	{
}

#content {
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.contenttext .entry, .widecolumn .entry {
	line-height: 21px;
}

.widecolumn {
	line-height: 1.6em;
}

.contenttext .postmetadata {
	text-align: left;
}

#footer {
}

#sidebar h2 {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0 10px 16px;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #000000;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #555555;
	font-size: 10px;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a {
	color: #550011;
	text-decoration: none;
}

span.newComment{
	color: #000000;
}
	
#sidebar a:link, a:visited, a:active {
	color: #550011;
	font-size: 10px;
	text-decoration: none;
}

#sidebar a:hover {
	color: #99ffcc;
	background-color: #000000;
}

ul li ul li.current_page_item a{
	color: #99ffcc;
	background-color: #000000;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#wcont {
    visibility: hidden;
}

#searchdiv {
	font-size: 11px;
	background-color: #F8F8F8;
}

.searchinput {
	background-color:#FFFFFF;
}

.searchsubmit {
	font-family: "Arial", "Helvetica", "Geneva";
	color: #333333;
	background-color: #F8F8F8;
	font-size: 11px;
}

.contentleft{
	font-size:10px;
	color:#999999;	
}

.contentleft h1, .contentleft h2, .contentleft h3{
	color:#999999;
}

.contentleft a:link, .contentleft a:visited {
	color:#550011;	
}

.contentleft a:hover{
	color:#99FFCC;
	background-color: #000000;	
}

.contentright{
	color: #555555;
	font-size: 13px;
}

.date{
	color: #999999;
	font-size: 10px;
	margin-bottom: 6px;
}

.medienthema{
	margin-bottom: 20px;
}

.contentright .post h2 a:link, .contentright .post h2 a:visited, .contentright .post h2 a:hover, .contentright .post h2 a:active {
	color: #333333;
	font-size: 18px;
	text-decoration: none;
	background-color: #FFFFFF;
}

.contentright h2{
	font-size: 18px;
}

.contentright a:link, .contentright a:visited{
	color: #550011;
	text-decoration: none;
}

.contentright a:hover, .contentright a:active {
	color: #99FFCC;
	background-color: #000000;
}

.postmetadata a:link, .postmetadata a:visited {
	font-size: 11px;
}

.post a{
	font-size: 11px;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	background: url('images/body_background.gif');
}

#shadow {
	background: url('images/background_shadow.gif');
	width: 926px;
}

#page {
	margin: 0;
	padding: 0 0 25px 0;
	width: 920px;
	background-color: #FFFFFF;
}

#header {
	margin: 0;
	padding: 0;
	width: 920px;
	background: url('images/sprengsatz_header.gif') no-repeat top center;
}

#headerimg {
	position: relative;
	margin: 0;
	height: 128px;
	width: 920px;
}

#menudiv {
	position:relative;
	margin-left:20px;
	width:880px;
	overflow:auto;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	text-align: center;
	overflow-y: hidden;
}

#menudiv .normalpic{
	padding-top: 9px;
	padding-bottom: 9px;
}

#menudiv .specialpic{
	padding-top: 8px;
	padding-bottom: 5px;
}

.menuraute{
	padding-left:30px;
	padding-right:30px;
	padding-bottom: 8px;
}

.menuline {
	position:relative;
	width:880px;
	margin:2px 0 0 20px;
	border-bottom:1px solid #CCCCCC;
}

#searchdiv {
	height: 18px;
	position: relative;
	margin: 15px 20px 0 20px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	overflow: auto;
	padding: 6px 0 5px 0;
}

html>body #searchdiv {
	height: ;
}

.smallsearchdiv{
	font-size: 11px;
	background-color: #F8F8F8;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	overflow: auto;
	padding: 6px 0 6px 0;
}

#content {
	float: left;
	padding: 0;
	margin: 0px 0px 49px 10px;
	width: 711px;
}

html>body #content {
	margin: 0px 0 49px 20px;
}

.tags_comments{
	margin-bottom: 3px;
}

.content_divide{
	 color: #333333;
	 background-color: #F8F8F8;
	 font-size: 12px;
	 width: 701px;
	 position: relative;
	 margin: 0px 0 10px 0;
	 padding: 7px 0 7px 10px;
	 clear: both;
	 border-top: 1px dotted #CCCCCC;
	 border-bottom: 1px dotted #CCCCCC;
}

.pfeillink1{
	margin-right: 2px;
}

.pfeillink2{
	margin: 0 2px 0 10px;;
}

#sidebar img {
	padding: 22px 0 22px 15px;
}

.post {
	margin: 0 0 20px 0;
	text-align: left;
}

.post h2{
	margin-top: 0px;	
}

.extrah2{
	margin-top: 0px;
}

h2.post{
	margin-bottom: 17px;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.contenttext .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	height: 16px;
	margin: 0 20px 0 20px;
	padding: 7px 0 7px 0;
	clear: both;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #F8F8F8;
	overflow: auto;
}

html>body #footer {
	height: ;
}

.searchinput {
	width: 127px;
	height: 14px;
	border-width: 0px;
}
	
.searchsubmit {
	border-width:0px;
	padding: 0 5px 0 0;
}

.dottedlinemain {
	margin: 25px 0 15px 20px;
}

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

.medienLine711{
	margin-top: 9px;
}

.contentLine519{
	margin: 5px 0 15px 190px;
}

.nowCommentLine519{
	margin: 6px 0 -7px 0;
}

.contenttext {
	float: left;
	padding: 0 0 0 0;
	margin: 0px 0 0 0px;
	width: 711px;
}

.widecolumn {
	float: left;
	padding: 0 0 20px 0;
	margin: 0 0 0 212px;
	width: 519px;
}

.contentleft{
	width:150px;
	float:left;	
}

.post-categories{
	list-style: none;
	padding: 0;
}

.contentright{
	float:right;
	width:519px;
}

.dottedline167{
	margin-top: 15px;
	margin-bottom: 15px;
}

.dottedline192contact{
	margin-top: 141px;
	margin-bottom: 15px;
}

.dottedline192impressum{
	margin-top: 174px;
	margin-bottom: 15px;
}

input, textarea{
	font-family: "Arial", "Helvetica", "Geneva";
}

input.wpcf7-validates-as-required {
	width: 190px;
	height: 14px;
	margin-right: 15px;
	background-color: #f8f8f8;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0;
	border-right: 0;
}

textarea.wpcf7-validates-as-required{
	font-size: 11px;
	width: 511px;
	height: 145px;
	padding: 5px;
	margin-bottom: 8px;
	background-color: #f8f8f8;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 0;
	border-right: 0;
}

p.contact{
	color: #333333;
	font-size: 11px;
}

.contactbutton{
	font-family: "Arial", "Helvetica", "Geneva";
	font-size: 11px;
	color: #550011;
	background-color: #FFFFFF;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

.contactLine{
	margin: 15px 0 -10px 0;
}

.contentright span{
	color: #000000;
}

.contentleft span{
	color: #999999;
}

.contentleft span.art{
	color: #333333;
}

p.only{
	margin-top: -15px;
}

p.medientext{
	margin: -10px 0 -10px 0;
}
/* End Structure */



/*	Begin Headers */
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 0px;
}

#sidebar ul li.skull a:hover {
	background-color: #FFFFFF;
}

#sidebar ul li ul li.deaddrop {
	text-align: center;
	background: url('');
}

#sidebar ul li ul li.deaddrop a:hover {
	background-color: #000000;
}

#sidebar ul li ul li.activeDeadDrop {
	background: url('');
}

#sidebar ul li ul li.activeDeadDrop a, #sidebar ul li ul li.activeDeadDrop a:hover {
	text-align: center;
	background: url('');
	color: #99ffcc;
	background-color: #000000;
}
	
#sidebar ul li ul li{
	list-style-type: none;
	background: url('images/sidebar_pfeil.gif') no-repeat top left;
	margin-left: 0px;
	padding-left: 7px;
	line-height: 14px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 5px 0;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 9px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 5px 0 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: left;
	}

select {
	width: 130px;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	//margin: 15px 0 3px;
	padding: 5px 0px 0px 0;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 0px 20px 27px 0;
	width: 160px;
	float: right;
	}

#sidebar form {
	margin: 0;
	}
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation_top {
	height: 16px;
	font-size: 12px;
	background-color: #F8F8F8;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 7px 0 7px 0;
	margin-bottom: 30px;
	overflow: auto;
	overflow-x: hidden;
	}
	
html>body .navigation_top {
	height: ;
}
	
.navigation_bottom {
	height: 42px;
	font-size: 12px;
	background-color: #F8F8F8;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding: 7px 0 7px 0;
	overflow: auto;
	overflow-x: hidden;
}

html>body .navigation_bottom {
	height: 24px;
}

/* End Various Tags & Classes*/

ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

ul#menu li {
	float: left;
	padding: 0;
	margin: 5px 5px 5px 5px;
}

ul#menu ul li {
	float: none;
	position: relative;
	border-bottom: 1px solid #7EAED7; /* fixes gap problem in IE */
	border-left: 1px solid #FFF;
	z-index: 1000;
}

ul#menu li ul {
	margin: 0;
	padding: 0;
	display:none;
	list-style: none;
	position: absolute;
	background: #9CC;
}
ul#menu ul ul{
	margin-left: .2em;
	position: absolute;
	top: 0; /* if using borders, -1px to align top borders */
	left: 100%;
}

ul#menu li a:link,
ul#menu li a:visited{
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 16px;
}

ul#menu li+li a:link, ul#menu li+li a:visited{
	text-indent: 18px;
	background: url('images/raute.gif') no-repeat;
}

ul#menu li a:hover,
ul#menu  li a:active{
	color: #550011;
}

ul#menu ul li a:link,
ul#menu ul li a:visited,
ul#menu ul li a:hover,
ul#menu ul li a:active {
	width: 8em;
}

ul#menu li.current_page_item a {
	color: #550011;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */