/*
Theme Name: Blickwerfer
Theme URI: 
Description: Blickwerfer Design
Version: 1.0
Author: Andreas Wierz
Author URI: 
Tags: 
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana;
	background: #d5d6d7 url('images/bg_weiss.png');
	color: #333;
	text-align: center;
    font-weight: bold;
	}

#page {
	background-color: white;
	border: none;
	text-align: left;
    background: transparent url("images/background.png") repeat-y scroll center top;
	}

#header {
	background: #FFFFFF url('images/background.png') repeat-y top center;
    position: relative;
	}

#headerimg 	{
	position: absolute;
    left: 35px;
    top: 26px;
	height: 49px;
	width: 374px;
    background: url('images/logo.png');
    background-repeat: no-repeat;
	}

#content {
	font-size: 1.2em;
	}

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

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
    font-weight: normal;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #FFFFFF;
}
.thread-even {
	background-color: #FFFFFF;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Arial Black', Arial, Verdana, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 22px;
    font-family: Arial;
	}

h2.pagetitle {
	font-size: 2.0em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

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

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;
	}

.entry p a:visited {
	color: #b85b5a;
	}
    
.entry p {
    margin-top: 9px;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a, h2 a:hover, h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	/*color: #147;*/
	text-decoration: underline;
	}

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

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
    margin-top: -2px;
	padding: 0;
	width: 970px;
	border: none;
	}

#header {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 247px;
	width: 970px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 40px;
	margin: 0px 0 0;
	width: 522px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}
.postmetadata {
    border-top: 2px solid #000000;
    border-bottom: 1px solid #000000;
    text-align: left !important;
    font-size: 0.8em !important;
    margin-top: 28px;
    padding-bottom: 2px;
    }

.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 {
	padding: 0;
	margin: 0 auto;
	width: 970px;
    height: 310px;
	clear: both;
    background: url('images/footer.png');
    position: relative;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 23px 0 0;
    border-bottom: 1px solid #000000;
    height: 29px;
    position: relative;
	}

h2.pagetitle {
	margin-top: 25px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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 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;
	list-style-image: none;
	margin-bottom: 15px;
	}

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

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

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

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

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



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

#commentform input {
	width: 242px;
	padding: 5px;
	margin: 5px 5px 1px 0;
    border: 1px solid #000000;
    font-weight: bold;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
    border: 1px solid #000000;
    font-weight: bold;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



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

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

.commentlist li {
	margin: 0px;
	padding: 0px;
	list-style: none;
    border: none;
    margin-bottom: 20px;
	}
.commentlist li ul li { 
	margin-right: 0px;
	margin-left: 0px;
    margin-bottom: 20px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
    padding: 0;
    margin-top: 20px;
}

#commentform p {
	margin: 5px 0;
	}

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

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



/* Begin Sidebar */
#sidebar
{
	padding: 34px 0 10px 0;
	margin-left: 596px;
	width: 338px;
	}

#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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

    
div#header_horizLine {
  position: absolute;
  height: 2px;
  width: 899px;
  left: 35px;
  top: 83px;
  background-image: url('images/horiz_linie.png');
  background-repeat: repeat-x;
}

div#header_linkEinsendenButton {
  position: absolute;
  width: 149px;
  height: 28px;
  left: 785px;
  top: 47px;
  background-image: url('images/linkeinsenden_button.png');
  background-repeat: no-repeat;
  cursor: hand;
  cursor: pointer;
}

div#header_rssButton {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 880px;
  top: 89px;
  background-image: url('images/rss.png');
  background-repeat: no-repeat;
}

div#header_twitterButton {
  position: absolute;
  width: 29px;
  height: 18px;
  left: 904px;
  top: 93px;
  background-image: url('images/twitter.png');
  background-repeat: no-repeat;
}

div#header_navi {
  position: absolute;
  left: 35px;
  top: 90px;
}

span.header_link {
  position: relative;
  height: 22px;
  color: #000000;
  font-size: 16px;
  margin-right: 15px;
  font-weight: normal;
}

span.header_link_bold {
  position: relative;
  height: 22px;
  color: #000000;
  font-size: 16px;
  margin-right: 15px;
  font-weight: bold;
}

div#header_search {
  position: absolute;
  width: 167px;
  height: 19px;
  top: 90px;
  left: 692px;
  border: none;
  padding: 0;
}

div#header_search form {
	padding: 0;
}

div#header_search #s {
  position: absolute;
  width: 165px;
  height: 17px;
  border: 1px solid #000000;  
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  padding: 2px 0 0 1px;
  margin: 0;
}


.contactsubmit {
background:transparent url('images/comments_submit.png') repeat scroll 0 0;
cursor:pointer;
height:25px;
margin-left:402px;
position:relative;
width:106px;
border: 0;
}

div#header_submit {
  width: 16px;
  height: 15px;
  background: url('images/search_button.png');
  position: absolute;
  right: 2px;
  top: 3px;
  cursor: hand;
  cursor: pointer;
}

div#header_horizLine_dot {
  position: absolute;
  height: 2px;
  width: 899px;
  left: 35px;
  top: 115px;
  background-image: url('images/horiz_linie_dot.png');
  background-repeat: repeat-x;
}

div#header_kategorien_head {
  color: #CACACA;
  width: 110px;
  height: 22px;
  position: absolute;
  left: 35px;
  top: 124px;
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
}

div#header_kategorien {
  position: absolute;
  width: 800px;
  height: 22px;
  overflow: hidden;
  left: 125px;
  top: 124px;
  font-weight: bold;
  font-family: Arial;
}

div.header_cat {
  margin-left: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  float: left;
}

div.header_cat a {
  color: #000000;
  text-decoration: none;
}

div.header_cat a:hover {
  color: #E4212B;
  text-decoration: none;
}

div#header_featured {
  position: absolute;
  width: 900px;
  height: 102px;
  overflow: hidden;
  left: 35px;
  top: 148px;
}

div.header_feat {
    width: 224px;
    height: 102px;
    float: left;
    border: none;
    background-repeat: no-repeat;
    margin-right: 1px;
    position: relative;
}

div.header_feat_bar {
    width: 224px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1;
}

div.header_feat_bar2 {
    width: 224px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    color: #FFFFFF;
    background-color: transparent;
    z-index: 2;
    font-size: 11px;
}

div.header_feat_overlay {
    width: 224px;
    height: 102px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent;
    z-index: 3;
}

div.footer_box {
  position: absolute;
}

span.footer_box_head {
  color: #000000;
  background-color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  padding-left: 2px;
  padding-right: 2px;
}

div.footer_box_content {
  font-size: 12px;
  width: 100%;
  border-top: 1px dotted #FFFFFF;
  margin-top: 1px;
  color: #FFFFFF;
  padding-top: 5px;
}

div.footer_box_content a {
  color: #FFFFFF;
  text-decoration: none;
}

div#footer_archiv {
  width: 175px;
  left: 35px;
  top: 35px;
}

div#footer_rss {
  width: 175px;
  left: 250px;
  top: 35px;
}

div#footer_links {
  width: 465px;
  left: 470px;
  top: 35px;
}

div#footer_beliebt {
  width: 175px;
  left: 35px;
  top: 120px;
}

div#footer_stats {
  width: 175px;
  left: 250px;
  top: 120px;
}

div#footer_counter {
  left: 20px;
  top: 260px;
  width: 200px;
  text-align: center;
}

div#footer_promo {
  left: 185px;
  top: 215px;
  width: 600px;
  text-align: center;
}

div#footer_promo .footer_box_content {
  border-top: none;
}

div#footer_sitelinks {
  left: 185px;
  top: 246px;
  width: 600px;
  text-align: center;
}

div#footer_sitelinks .footer_box_content {
  border-top: none;
  font-weight: bold;
  font-size: 11px;
}

div#footer_copyright {
  left: 185px;
  top: 274px;
  width: 600px;
  text-align: center;
  font-size: 9px;
}

div#footer_copyright .footer_box_content {
  border-top: none;
  font-size: 10px;
}

div.footer_link {
  margin-right: 10px;
  color: #000000;
  float: left;
}

div.footer_link_box {
  width: 4px;
  height: 4px;
  background-color: #FFFFFF;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.date_left {
  position: absolute;
  left: 0px;
  top: -15px;
  font-size: 0.9em;
  color: #000000;
}

.author {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  text-align: center;
  top: -15px;
  font-size: 0.9em;
  color: #000000;
}

.date_right {
  position: absolute;
  right: 0px;
  top: -15px;
  font-size: 0.9em; 
  color: #000000;
}

div.sidebar_box {
  position: relative;
  margin-bottom: 30px;
}

span.sidebar_box_head {
  color: #FFFFFF;
  background-color: #000000;
  font-weight: bold;
  font-size: 14px;
}

span.sidebar_box_head_right {
  color: #000000;
  font-weight: bold;
  font-size: 10px;
  right: 0px;
  position: absolute;
  top: 5px;
}

div.sidebar_box_content {
  font-size: 10px;
  width: 338px;
  border-top: 1px dotted #000000;
  color: #000000;
  padding-top: 5px;
  margin-top: 1px;
}

div.sidebar_box_content a {
  color: #000000;
  text-decoration: none;
}

.article_link {
  color: #777777;
  text-decoration: none;
}

.article_link:hover {
  color: #777777;
  text-decoration: none;
}

.sidebar_widget_content_li {
  margin-bottom: 15px;
}

.entry {
  font-family: Arial, Sans-serif, Verdana;
}

div#header_link_einsenden {
  height: 157px;
  width: 328px;
  position: absolute;
  background-color: transparent;
  top: 86px;
  left: 588px;
  z-index: 5;
  padding-top: 7px;
  padding-left: 18px;
}

.linkEinsenden_big {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-size: 12px;
}

.linkEinsenden_small {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-size: 10px;
  padding-left: 10px;
}

.linkEinsenden_input {
  position: relative;
  z-index: 1;
  width: 175px;
  height: 20px;
  border: none;
  margin-top: 2px;
  margin-bottom: 10px;
}

#linkEinsenden_go {
  width: 52px;
  height: 24px;
  background: url('images/button_go.png');
  position: absolute;
  z-index: 1;
  left: 278px;
  top: 125px;
}

#linkEinsenden_overlay {
  height: 164px;
  width: 346px;
  position: absolute;
  background-color: #000000;
  top: 0px;
  left: 0px;
  z-index: 0;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

#linkEinsenden_close {
  position: absolute;
  z-index: 1;
  left: 240px;
  top: 125px;
  color: #FFFFFF;
  cursor: hand;
  cursor: pointer;
}

#comments {
  border-bottom: 1px solid #000000;
  position: relative;
}

#comments_subhead {
  font-size: 10px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.comment_footer {
  font-weight: normal;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  height: 23px;
  position: relative;
}

.comment_footer_num {
  position: absolute;
  left: 0px;
  top: 5px;
}

.comment_footer_content {
  position: relative;
  margin-top: 5px;
  margin-left: 35px;
}

.comment_footer_arrow, comment_footer_arrow_sub {
  width: 28px;
  height: 17px;
  position: absolute;
  right: 4px;
  top: 3px;
}

.comment_footer_arrow {
  background: url('images/comment_arrow.png');
}

.comment_footer_arrow_red {
  background: url('images/comment_arrow_red.png');
}

#comments_submit {
  background: url('images/comments_submit.png');
  width: 106px;
  height: 25px;
  position: relative;
  margin-left: 412px;
  cursor: hand;
  cursor: pointer;
}

.navigation {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 80%;
  color: #FFFFFF;
}
.navigation a{
  text-align: center;
  padding: 5px 10px;
  margin: 0 1px 0 1px;
  border: none;
  background: #000000;
  color: #FFFFFF;
  text-decoration: none;
}
.navigation a:hover{
  background:#E4212B;
  color: #FFFFFF;
  text-decoration: none;
}

.postmeta_kategorien {
  color: #000000;
  padding-top: 1px;
}

.postmeta_kategorien a {
  color: #999999;
  text-decoration: none;
  margin-right: 2px;
}

.postmeta_kategorien a:hover{
  color: #E4212B;
  text-decoration: none;
}

.share {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #000000;
  font-size: 9px;
}

#flashCopy {
  position: absolute;
}

#body_underlay {
  background: #d5d6d7 url('images/bg_schwarz.png');
  margin-top: -311px;
  height: 311px;
  left: 0px;
  width: 100%;
}

a .comment_link {
	color: black;
}

a:hover .comment_link {
	color: #e4212b;
}