/*
Theme Name: nameless-boilerplate
Theme URI: http://github.com/jeckman/nameless-boilerplate
Description: The Theme without a name, made responsive
Version: 1.0
Author: John Eckman
Author URI: http://johneckman.com/ 
*/

/* from HTML 5 Boilerplate: */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; 
}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #808080; }
a:visited { color: #808080; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/**
 * From Responsive WordPress Core Theme Styles
 * http://jeffsebring.com/responsive-wordpress-images/
--------------------------------------------------- */

.sticky,
.bypostauthor,
.gallery-caption {
   display: normal;
}

.alignnone {
   margin: 1em 1em 1em 0;
}

.aligncenter,
div.aligncenter {
   display:block;
   margin: .5em auto;
}

.alignright {
   float:right;
   margin: 0 0 1em 1em;
}

.alignleft {
   float:left;
   margin: 0 1em 1em 0;
}

.aligncenter {
   display: block;
   margin: 1em auto;
}

img,
img[class*="align"],
img[class*="wp-image-"] {
   max-width: 100%;
   height: auto;
}

img.wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}

img.alignright {
   margin-left: 1em 0 1em 1em;
}

img.alignleft {
   margin: 1em 1em 1em 0;
}

img.aligncenter{
   display: block;
   margin: 1em auto;
}

img#wpstats {
   display: block;
   margin: 0 auto;
}

img[class*="align"],
img[class*="wp-image-"],
   .gallery .gallery-icon img {
   border: none;
}

.wp-caption {
   margin-bottom: 1em;
   margin-left: 0;
   max-width: 96%;
   text-align: center;
}

.wp-caption img {
   display: block;
   margin: 0 auto;
}

.wp-caption-text {
   position: relative;
   font-size: .8em;
}

.gallery {
   margin: 0 auto;
}

.gallery .gallery-item  {
   margin: 0;
   float: left;
   text-align: center;
   width: 33%;
}

.gallery a img {
   border: none;
}

.gallery-columns-4 .gallery-item {
   width: 25%;
}

.gallery-columns-4 .gallery-item img {
   width: 100%;
   height: auto;
}

.comments ol    {
   padding-left: 0;
}

.comments ol li {
   margin: 0;
}

.comment-author {
   padding: 0;
   text-decoration: none;
}


/* ### header ###*/
header {
     background: #fff;
     overflow: hidden;
	 margin: 10px 10px 0px 10px;
	 padding: 0px 20px 10px 20px;
     //border-top: 1px solid #dfdfdf;
     //border-left: 1px solid #dfdfdf;
     //border-right: 1px solid #dfdfdf;
}

section {
     background: #fff;
     margin: 0px 10px 0px 10px;
     padding: 0px 20px 10px 20px;
     text-align: left;
     //border-left: 1px solid #dfdfdf;
     //border-right: 1px solid #dfdfdf;
}

/* this gets overwritten later by media queries */ 
aside {
	background: #fff;
	margin: 0px 10px 0px 10px;
	padding: 0px 20px 10px 20px; 
	//border-left: 1px solid #dfdfdf;
	//border-right: 1px solid #dfdfdf;
}
/* ### footer ###*/

footer {
     background: #fff;
     margin: 0px 10px 20px 10px;
     padding: 10px 20px 20px 20px;
     text-align: left;
     color: #999999;
     //border-bottom: 1px solid #dfdfdf;
     //border-left: 1px solid #dfdfdf;
     //border-right: 1px solid #dfdfdf;
}

.footer_text {
     color: #999999;
     float: left;
     border-top: 1px dotted #ccc;
     padding: 40px 0 0 0;
     margin: 0;
}

.footer_text a {
     border-bottom: 1px dotted #000;
     padding: 3px 0px 1px 0px;
     color: #999999;
}


.footer_text a:hover {
     color: #ff0000;
     font-weight: normal;
     border-bottom: 1px dotted #ff0000;
     padding: 3px 0px 1px 0px;
}


/* ### content styling ###*/
blockquote {
     background: #fff url(images/bquote.gif) no-repeat top left;
     color: #000;
     font-style: italic;
     margin: 0 0 0 0;
     padding: 0px 20px 5px 30px;
}

code {
  font-family:Consolas,Monaco,"Courier New",Courier,monospace;
  overflow-x:auto;
  white-space:pre-wrap;
  word-wrap:break-word;
}

code, pre {
  background:none repeat scroll 0 0 #F0F0F0;
  color:#000000;
  padding: 4px;
}

pre {
  background:none repeat scroll 0 0 #F5F5F5;
  border:1px solid #DADADA;
  line-height:1.3em;
  overflow:auto;
  padding:11px;
}


a {
     color: #808080;
     font-weight: normal;
     text-decoration: none;
     outline: none;
}

a:hover {
     color: #ff0000;
     text-decoration: none;
     outline: none;
}

img {
     border: none;
     padding: 5px;
}

.entry h2, .entry h2 a, h2, h2 a {
     font-size: 24px;
     color: #000;
     font-weight: bold;
     text-align: left;
     margin: 0 0 5px 0px;
     padding: 0;
     border: none;
     display: block;
     line-height: 1.3em;
}

.entry h2 a:hover {
     color: #ff0000;
     font-weight: bold;
     margin: 0 0 5px 0px;
     padding: 0;
     border: none;
     line-height: 1.3em;
}

.entry h3, .entry h3 a {
     font-size: 16px;
     font-weight: bold;
     color: #000;
     margin: 0;
     padding: 5px 0 0 0px;
}

.content_left h4 {
     color: #000;
     font: 14px georgia, serif;
     font-weight: normal;
     font-style: italic;
     padding: 0 0 40px 0;
     margin: 0;
}

.postmeta {
     margin: 0;
     padding: 0 0 80px 0;
     font: 14px Georgia, serif;
     font-style: italic;
     color: #666;
     text-align: left;
}

.postmeta a {
     color: #666;
     border-bottom: 1px dotted #666;
     padding: 3px 0px 1px 0px;
}

.postmeta a:hover {
     color: #ff0000;
     border-bottom: 1px dotted #ff0000;
     padding: 3px 0px 1px 0px;
}

.postmeta_single {
     margin: 0;
     padding: 0 0 30px 0;
     font: 14px Georgia, serif;
     font-style: italic;
     color: #666;
     text-align: left;
}

.postmeta_single a {
     color: #666;
     border-bottom: 1px dotted #666;
     padding: 3px 0px 1px 0px;
}

.postmeta_single a:hover {
     color: #ff0000;
     border-bottom: 1px dotted #ff0000;
     padding: 3px 0px 1px 0px;
}

.postdate {
     margin: 0;
     padding: 0 0 10px 0;
     font: 14px Georgia, serif;
     font-style: italic;
     color: #666;
     text-align: left;
}

.postdate a {
     color: #666;
}

.postdate a:hover {
     color: #ff0000;
}

.entry a {
     color: #000;
     font-weight: normal;
     border-bottom: 1px dotted #000;
     padding: 3px 0px 1px 0px;
}

.entry a.image_link {
    border: none;
    border-bottom: none;
}

.entry a:hover {
     color: #ff0000;
     font-weight: normal;
     border-bottom: 1px dotted #ff0000;
     padding: 3px 0px 1px 0px;
}

.entry a.image_link:hover {
   border: none;
}

.wp-caption a {
    border: none;
} 

.wp-caption a:hover {
    border: none;
}

.entry img {
     background: #fff;
     border: none;
     padding: 0;


}

.entry a img {
     background: #fff;
     padding: 0px;
     border: none;

}


.entry ul {
     margin: 0 0 0 20px;
     list-style: circles;
     list-style-position: outside;
}

.entry ol {
     margin: 0 0 0 20px;
     list-style-position: outside;
}

.entry li {
     margin: 0;
}

/* ### navigation index ###*/

#postnavi_index a {
     color: #666;
}

#postnavi_index a:hover {
     color: #ff0000;
}

#postnavi_index {
     padding: 0 0 30px 0;
     text-align: center;
     font: 18px Georgia, serif;
     font-style: italic;
}

#postnavi_index a {
     color: #666;
     padding: 5px 0;
}

#postnavi_index a:hover {
     color: #ff0000;
}


/* ### navigation posts ###*/

#navigation {
     padding: 0 0 20px 0;
}

#navigation ul.postnavi {
     list-style: none;
     margin: 0;
     padding: 0;
}

#navigation ul.postnavi li {
     line-height: 24px;
     font-weight: bold;
}

#navigation ul.postnavi li a {
     font: 14px georgia,serif;
     border-bottom: 1px dotted #000;
     padding: 3px 0px 1px 0px;
     font-style: italic;
     font-weight: normal;
}

#navigation ul.postnavi li a:hover {
     font: 14px georgia,serif;
     border-bottom: 1px dotted #ff0000;
     padding: 3px 0px 1px 0px;
     font-style: italic;
     font-weight: normal;
}

.more-link a {
     padding: 12px 0 0 0:
}


/* ### sidebar ###*/

.sidebar {
     margin: 0;
     padding: 14px 0 0 0;
}

.sidebar_box h4, .sidebar_box h4 a {
     color: #000;
     font-size: 18px;
     font-weight: bold;
     padding: 0 10px 5px 10px;
     margin: 0;
}

.sidebar_box {
     background: transparent;
     margin: 0;
     padding: 0px 0px 40px 0px;
}


.sidebar_box .sidebar_content {
  margin-left: 10px;
}


.sidebar_box a {
     color: #000;
}

.sidebar_box .sidebar_content a {
   color: #C0C0C0;
}

.sidebar_box .sidebar_content a:hover {
   color: #666666;
}

.sidebar_box ul {
     list-style: none;
     margin: 0;
}

.sidebar_box li {
     color: #000;
     border-bottom: 1px dotted #ccc;
     display: block;
     font-size: 14px;
     padding: 5px 10px;
}

.sidebar_box li a {
     background: transparent;
     color: #000;
     display: block;

}

.sidebar_box li a:hover {
     color: #ff0000;
}

.sidebar_box li.current_page_item a {
     color: #666!important;
     font-weight: bold;
}

.sidebar_box li.current_page_item a:hover {
     color: #ff0000!important;
     font-weight: bold;
}

.sidebar_box select {
   margin-top: 10px;
}

.sidebar_box img {
  padding: 0px;
}
/*### Suche ###*/

#searchthis {
     margin-top: 0.3em;
}

#s {
     background: #f9f9f9;
     border: 1px dotted #ccc;
     padding: 5px;
     margin: 0 0 0 10px;
     vertical-align: middle;
     width: 232px;
     font: 14px 'helvetica', arial, sans-serif;
}

#searchsubmit {
     vertical-align: middle;
}


/*### comments ###*/

#comments_title {
     border-top: 1px dotted #ccc;
     margin: 0;
     padding: 0;
}

#comments {
     float: left;
     margin: 0;
     padding: 5px 0;
     color: #8a8a8a;
}

#comment_meta {
     float: left;
     padding: 5px 0;
     font-size: 13px;
}

#comment_meta a {
     font-weight: bold;
}

ol.commentlist {
     list-style: none;
     margin: 0;
     padding: 0;
}

ol.pingslist {
     list-style: none;
     margin: 0;
     padding: 0;
}

.commentlist li {
     background: transparent;
     border-top: 1px dotted #ccc;
     margin: 0;
     padding: 0;
}

.commentlist li.author {
     background: #f9f9f9;
     border-top: 1px dotted #ccc;
     margin: 0;
     padding: 0;}

.pingslist li {
     border-top: 1px dotted #ccc;
     margin: 0;
     padding: 0;
}

.comment_credentials {
     float: left;
     font-size: 1em;
     margin: 10px 0;
     padding: 0 0 0 10px;
}

.comment_credentials img.avatar {
     background: #fff url(images/cmt_shadow.gif);
     padding: 3px 4px 4px 4px;
}

.comment_credentials .author_highlight {
     font-weight:bold;
}

.comment_credentials br {
     margin: 0;
     padding: 0;
}

.comment_text {
     float: right;
     margin-top: 10px;
     padding: 0px 10px 0px 0;
}

.comment_text p {
     margin: 0 0 12px 0;
}

.comment_text a {
     font-weight: bold;
}

.comment_text_tb {
     float: right;
     margin-top: 5px;
     padding: 5px 5px 0px 0;
}

.comment_text_tb p {
     margin: 0 0 5px 0;
}

.comment_text_tb a {
     font-weight: bold;
}

.comment_text blockquote {
     background: transparent;
     font-style: italic;
     margin: 0;
     padding: 0 20px;
}

.comment_text blockquote p {
    margin: 0;
    padding: 0;
}

li.author {}

#commentform {
     padding: 0 0 0 0px;
}

#commentform p {
     margin: 5px 0 0 0;
     text-align: left;
}

textarea {
     overflow: auto;
}

#author,
#email,
#url {
     background: #f9f9f9;
     border: 1px dotted #f9f9f9;
     padding: 5px;
     font: 14px 'Helvetica', Arial, sans-serif;
     padding: 5px;
}

#comment {
     border: 1px dotted #f9f9f9;
     background: #f9f9f9;
     padding: 5px;
     font: 14px 'helvetica', arial, sans-serif;
     text-align: left;
}

#respond {
     width: 510px;
     border-top: 1px dotted #ccc;
     border-bottom: 1px dotted #ccc;
     color: #666;
     padding: 5px 0 5px 0;
     margin: 0px; }


/* ### fixes ### */

.floatleft {
     float: left;
     margin: 5px 8px 3px 0;
}

.floatright {
     float: right;
     margin: 5px 10px 3px 8px;
}

.left {
     float: left;
     white-space: nowrap;
}

.right {
     float: right;
     white-space: nowrap;
}

.clear {
     clear: both;
}

.clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

.clearfix {
     display: inline-block;
}

.fix:after{
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

.fix{
     display: inline-block;
}

* html .fix{
     height: 1%;
}

.fix{
     display: block;
}

.alignleft {
     float: left;
     text-align: left;
}

.alignright {
     float: right;
     margin-top: -1px;
     text-align: right;
}

/* Hide from IE Mac \*/
.clearfix {
     display: block;
}
/* End hide from IE Mac */

.wp-caption-text {
    font-size: 10px; 
    font-style: italic;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0;
margin: 0;
padding-bottom: 5px;
}
/* End captions */

.srp-content-box h4 a  {
   margin: 0;
   padding: 0;
   font-weight: normal;
   font-size: 16px;
}

.srp-widget-date {
  padding-left: 10px;
}


@media only screen {
	header, section, footer, aside {
		width: 90%;
		padding-left: 3%; 
		padding-right: 2%;
	}
}

embed,object, div {
    max-width: 95%;
	margin: auto;
}

#logo { margin: 0;}
#logo img { padding: 0; }

footer {
	clear: both;
}

@media only screen and (min-width: 750px) {
	header {
		width: 80%;
		padding-left: 3%;
		padding-right: 2%;
	}

	section {
		float: left;
		width: 50%;
		padding-right: 2%;
		padding-left: 3%;
	}

	aside {
		float: left;
		width: 30%;
		padding-left: 2%; 
		padding-right: 3%;
		border-left: 1px solid #dfdfdf;
	}

	footer {
		width: 80%;
		clear: both;
	}
}

@media only screen and (min-width: 1140px) {
	header {
		width: 60%;
		max-width: 610px;
		padding-left: 3%;
		padding-right: 2%;
	}

	section {
		float: left;
		width: 60%; 
		max-width: 610px;
		padding-left: 3%;
		padding-right: 2%;
	}

	aside {
		float: left; 
		width: 30%;
		max-width: 290px;
		padding-left: 3%;
		padding-right: 2%; 
		border-left: 1px solid #dfdfdf;
	}

	footer {
		clear: both;
		width: 90%;
		max-width: 900px;
		padding-left: 3%;
		padding-right: 2%;
		float: left;
	}
}

@media only screen and (min-width: 1400px) {
	header {
		width: 60%;
		max-width: 810px;
		padding-left: 3%;
		padding-right: 2%;
	}

	section {
		float: left;
		width: 60%; 
		max-width: 810px;
		padding-left: 3%;
		padding-right: 2%;
	}

	aside {
		float: left; 
		width: 30%;
		max-width: 390px;
		padding-left: 3%;
		padding-right: 2%; 
		border-left: 1px solid #dfdfdf;
	}

	footer {
		clear: both;
		width: 90%;
		max-width: 1100px;
		padding-left: 3%;
		padding-right: 2%;
		float: left;
	}
}
