/*
Theme Name: Wellenspeicher
Theme URI: http://www.wellenspeicher.de/
Description: Theme for the site Wellenspeicher
Version: 0.5
Author: Markus Ackermann
Author URI: 
Tags: responsive design, two columns, widgets
*/

/* @group Initial */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:focus { outline: none; } /* Macht die gepunktete Linie um geklickte Links unsichtbar */

html {
	font-size: 62.5%;
}

html>body {
	font-size: 10px; /* 62.5%; Resets 1em to 10px */
}

body {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: GillSans, Trebuchet, Calibri, sans-serif ;
	font-weight: bold;
	color: #666;
}
h1 { font-size: 3.2em; }
h2 { font-size: 1.9em; }
h3 { font-size: 1.7em; }
h4 { font-size: 1.5em; }
p { font-size: 1.3em; line-height: 160%; margin: 0.5em 0; }
a { text-decoration: none; color: #804; }
a:hover { text-decoration: underline; }
ul, ol { font-size: 1.3em; margin: 5px 0; }
li { line-height: 160%; }
small { font-size: 0.8em; }
blockquote {
	font-size: 1em;
	font-style: italic;
	line-height: 170%;
	color: #456;
	margin: 1.5em 0;
	padding-left: 40px;
	/* border-left: 3px solid #9ab; */
	background: transparent url(images/quotes.gif) no-repeat left top;
}
input, textarea {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 1em;
}

td { font-size: 1.3em; }

pre, code {
	font-size: 13px;
	white-space: pre-wrap;					/* css-3 */
	white-space: -moz-pre-wrap !important;	/* Mozilla, since 1999 */
	white-space: -pre-wrap;					/* Opera 4-6 */
	white-space: -o-pre-wrap;				/* Opera 7 */
	word-wrap: break-word;					/* Internet Explorer 5.5+ */ 
}

/* WP classes */
.alignnone { display: block; margin: 20px 0 }
.aligncenter { display: block; margin: 20px auto }
.alignleft { float: left; margin: 4px 15px 5px 0; }
.alignright { float: right; margin: 4px 0 8px 15px; }
.wp-caption { border: 1px solid #abc; text-align: center; padding: 10px 10px 7px 10px; }
.more-link { white-space: nowrap; }
.hidden { display: none }

/* clear floats hacks */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
html[xmlns] .clearfix { display: block; }

/* more hacks */
br.dLT { clear: both; display: block; height: 1px; margin: -1px 0 0 0 }
.hline { display: block; border-width: 0; border-top: 1px dashed #9ab; background-color: transparent; margin: 15px 0;}

/* @end */


/* @group Structure */

body {
	color: #333;
	text-align: center;
	background: #9ab;
}

#top-section {
	width: 100%;
	margin-top: 7px;
	background: #d8e0e8;
}

#header {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#logo {
	float: left;
	margin: 25px 0 20px 36px;
}

#navigation {
	float: right;
	margin: 0 36px;
}

#search {
	position: absolute;
	bottom: 18px;
	right: 32px;
}

#middle-section {
	width: 100%;
	padding: 40px 0 20px 0;
	background: #fff;
}

#main {
	width: 1024px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

#content {
	float: left;
	width: 660px;
	padding: 0 0 5px 0;
	margin-left: 35px;
}

#sidebar {
	float: right;
	width: 240px;
	margin-right: 35px;
}

#bottom-section {
	width: 100%;
	background: #d8e0e8;
}

#nav {
	width: 954px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	text-align: left;
	overflow: hidden;
}

#pages {
	width: 170px;
	float: left;	
}

#archives {
	width: 170px;
	float: left;	
}

#categories {
	width: 140px;
	float: left;
}
#tags {
	margin-left: 520px;
}

#footer {
	width: 1024px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	background: transparent url(images/wp-logo.png) no-repeat 30px 10px;
}

/* @end */

/* @group Header */

#header h1 a {
	color: #456;
}

#header p {
	font-size: 1.4em;
	color: #666;
	line-height: 90%;
	margin: 0;	
}

/* @end */

/* @group Top Navigation */

#navigation {
	overflow: hidden;
	background: transparent url(images/rss-tab-right.gif) no-repeat right bottom;
}

#navigation ul {
	float: right;
	overflow: hidden;
	padding: 0 10px 7px 12px;
	margin: 0 3px;
	background: #9ab url(images/rss-tab-left.gif) no-repeat left bottom;
}

#navigation li {
	float: left;
	padding: 0 9px;
}

#navigation li a {
	display: block;
	color: #456;
	padding-left: 22px;
	background: transparent url(images/rss-icon.gif) no-repeat left center;
}

#navigation li.navi a {
	color: #456;
	cursor: pointer;
	padding: 0 1.5em 0 0;
	background-image: none;
}

/* @end */

/* @group Search Form */

#searchform input {
	font-size: 1.2em;
	padding: 2px 5px;
	vertical-align: middle;
}

#searchform input#s {
	width: 15em;
	border: 1px solid #456;
}

#searchform input:focus {
	outline: none;
}

#searchform #searchsubmit {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	border: none;
	background: transparent url(images/btn-search.gif);
	cursor: pointer;	
}

/* @end */

/* @group Sidebar */

#sidebar div.widget {
	clear: both;
	margin-bottom: 25px;	
}

#sidebar img.author {
	float: left;
	margin: 3px 15px 5px 0;
	padding: 4px;
	border: 1px solid #d8e0e8; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#sidebar img.social-icon {
	margin: 3px 4px 4px 0;
}

#sidebar ul.blogroll li a {
	color: #333;
}
#sidebar ul.blogroll li a:hover {
	color: #801;
	text-decoration: none;
}
#sidebar ul.blogroll li a img {
	height: 16px;
	vertical-align: text-bottom;
	margin-right: 7px;
}

/* @end */

/* @group Content */

#content div.post,
#content div.page {
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
}

#content div.post.idx,
#content div.page.idx {
	padding-bottom: 10px;
	border-bottom: 1px dashed #9ab;
}

#content div.post.idx:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

/* @group entry details */

#content div.entry-details {
	float: left;
	width: 60px;
}

#content div.entry-details p {
	margin: 0;
}

#content div.entry-details img {
	height: auto;
}

#content div.entry-details img.wp-post-image {
	margin-top: 3px;
}


/* @end */

/* @group entry header */

#content div.entry-header {
	margin-left: 80px;
}

#content div.entry-header h2 {
	color: #456;
}

#content div.entry-header h3 {
	color: #789;
}

#content div.entry-header p.meta {
	color: #789;
	font-size: 1.2em;
	line-height: 150%;
	margin-top: 0.4em;
}

#content div.entry-header p.meta a {
	color: #789;
}
#content div.entry-header p.meta a:hover {
	color: #804;
}

/* @end */

/* @group entry content */

#content div.entry-content {
	margin: 1.5em 0 1.5em 80px;
}

#content div.entry-content.page {
	margin-left: 0;
}

#content div.entry-content.aside {
	margin-top: -7px; /* p ausgleichen */
}

#content div.entry-content.image p.image {
	text-align: center;
}
#content div.entry-content.image p img {
	max-width: 100%;
	margin: 10px 0 15px 0;
}
#content div.entry-content.image p.buttons {
	text-align: center;
	margin-bottom: 40px;
	background: #fff url(images/line.png) repeat-x left center;
}
#content div.entry-content.image p.buttons a {
	color: #789;
	font-size: 0.9em;
}
#content div.entry-content.image p.buttons a:hover {
	color: #801;
	text-decoration: none;
}

#content div.entry-content.image span.index-button,
#content div.entry-content.image span.prev-button a,
#content div.entry-content.image span.next-button a {
	padding: 4px 5px;
	background-color: #d8e0e8;
	border: 1px solid #d8e0e8; border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
}
#content div.entry-content.image span.index-button {
	padding: 3px 7px 4px 7px;
}
#content div.entry-content.image span.prev-button {
	float: left;
	font-weight: bold;
}
#content div.entry-content.image span.next-button {
	float: right;
	font-weight: bold;
}

#content div.entry-content h3 {
	margin: 1em 0 0.5em 0;	
}

#content div.entry-content h4 {
	margin: 1em 0 0.5em 0;	
}

#content div.entry-content p.meta {
	clear: both;
	color: #789;
	font-size: 1.2em;
	line-height: 150%;
	text-align: left;
	padding: 5px 10px;
	margin: 1.5em 0 2em 0;
	background-color: #fcfdfe;
	border: 1px solid #d8e0e8; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#content div.entry-content p.meta.blank {
	padding: 0;
	background: none;
	border: none;
}

#content div.entry-content p.meta a {
	color: #789;
}
#content div.entry-content p.meta a:hover {
	color: #804;
}

/* @end */

/* @group entry gallery */

#content div.entry-gallery {
	margin-left: 80px;	
}

#content div.entry-gallery div.entry-photo {
	float: left;
	width: 43%;
}
#content div.entry-gallery div.entry-photo img.wp-post-image {
	height: auto;
	max-width: 95%;
	padding: 7px;
	margin: 3px 0 25px 0;
	border: 1px solid #d8e0e8; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;
}
#content div.entry-gallery div.entry-header,
#content div.entry-gallery div.entry-content {
	float: right;
	width: 52%;
	margin-left: 0;
}

/* @end */

/* @group entry image */

#content div.entry-image {
	margin-left: 80px;
}
#content div.entry-image div.entry-photo {
	float: left;
}
#content div.entry-image div.entry-photo img.wp-post-image {
	width: auto;
	max-width: 95%;
	padding: 7px;
	margin: 3px 0 25px 0;
	border: 1px solid #d8e0e8; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;
}
#content div.entry-image div.entry-content {
	float: right;
	margin: 0;
}
#content div.entry-image div.entry-content p:first-child {
	margin-top: 3px;
}

#content div.entry-content.single-image img.wp-post-image {
	margin: -7px 0 1em 0;
}

#content img.frame {
	padding: 2px;
	border: 1px solid #abc;
}


/* @end */

/* @group entry video */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */


#content ol,
#content ul {
	padding-left: 35px;
	margin: 1.5em 0;
}

#content ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

#content ul li {
	list-style-type: circle;
	list-style-position: outside;
}

#content img {
	max-width: 100%;
	height: auto;
}

#content img.frame {
	padding: 2px;
	border: 1px solid #abc;
}

#content img.teaser {
	max-width: 98%;
	display: block;
	margin: 20px 0;
}

#content img.alignright {
	margin: 3px 0 10px 15px;
}

#content span.highlight {
	padding: 3px 7px;
	margin-left: 5px;
	background-color: #d8e0e8;
}

/*
#content pre {
	margin: 10px 0;	
	background: #f0f0f0 url(images/pre_code_bg.gif) repeat-y left -3px;
	border-left: 1px solid #abc;
	/* border-bottom: 1px solid #abc; */
/*	line-height: 20px;
	width: 450px;
	overflow: auto;
	overflow-Y: hidden;
}
#content pre code {
	margin: 0 0 0 40px;
	padding: 17px 0 15px 0;
	display: block;
}
*/
#content iframe {
	max-width: 100%;
}
#content p.yt-link {
	z-index: 1;
	font-size: 1em;
	margin-top: 0;
	background-color: #d8e0e8;
}
#content p.yt-link a {
	padding: 4px;
}

/* @group Archive */

div.archive#content h2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #9ab;
}

div.archive#content h3 {
	font-size: 1.9em;
}

/* @end */

/* @end */

/* @group WP Gallery */

#content .gallery {
	clear: both;
	display: block;
	overflow: hidden;
	margin: 16px 0 0 -10px;
}

#content .gallery .gallery-row {
	margin: 0px;
	overflow: hidden;
}

#content .gallery .gallery-item {
	float: left;
	width: 18.5%;
	padding: 10px;
	margin: 0 0 10px 10px;
	border: 1px solid #d8e0e8; border-radius: 9px; -moz-border-radius: 9px; -webkit-border-radius: 9px;
}

#content .gallery .gallery-icon img {
	width: 100%;
	height: auto;
}

#content .gallery .gallery-caption {
	text-align: right;
	margin: -14px -3px 0 0;
/*	font-size: 1em;
	line-height: 110%;
	text-align: center;
	margin: 12px 0 2px 0;
*/
}
#content .gallery .gallery-caption a {
	color: #456;
	font-weight: bold;
	padding: 3px 5px;
	background-color: #fff;
	border: 1px solid #9ab; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#content .gallery .gallery-caption a:hover {
	color: #801;
	text-decoration: none;
	background-color: #d8e0e8;
}

/* @end */

/* @group Comments */

ol.commentlist { margin-top: 15px; padding-left: 0 !important; text-indent: 0; }
ol.commentlist li { list-style-type: none !important; border: 1px solid #abc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; height: 1%; margin: 0 0 10px 0; padding: 5px 7px 8px 57px; position: relative; }
/* ol.commentlist li.alt {} */
/* ol.commentlist li.bypostauthor {} */
/* ol.commentlist li.byuser {}  */
/* ol.commentlist li.comment-author-admin {} */
/* ol.commentlist li.comment { } */
/* ol.commentlist li div.comment-author { padding: 0 170px 0 0; } */
ol.commentlist li div.vcard { font-size: 1em; }
/* ol.commentlist li div.vcard cite.fn { font-style:normal; } */
/* ol.commentlist li div.vcard cite.fn a.url { color:#c00; text-decoration:none; } */
/* ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; } */
ol.commentlist li div.vcard img.avatar { left: 7px; position: absolute; top: 7px; }
/* ol.commentlist li div.vcard img.avatar-32 {} */
/* ol.commentlist li div.vcard img.photo {} */
ol.commentlist li div.vcard span.says { visibility: hidden; }
/* ol.commentlist li div.commentmetadata {} */
ol.commentlist li div.comment-meta { font-size: 1em; position: absolute; right: 10px; text-align: right; top: 5px; }
ol.commentlist li div.comment-meta a { color: #999; text-decoration: none; }
ol.commentlist li div.comment-meta a:hover { color: #000; }
ol.commentlist li div.comment-body ul { margin: 0.5em 0 !important; }
ol.commentlist li div.comment-body ol { margin: 0.5em 0 !important; }
ol.commentlist li div.comment-body ul li { list-style-type: circle !important; font-size: 1em;	padding: 0;	margin: 0.5em 0 0.5em 35px; border: none; }
ol.commentlist li div.comment-body ol li { list-style-type: decimal !important; font-size: 0.77em; padding: 0; margin: 0.5em 0; border: none; }
ol.commentlist li p { font-size: 1em; margin: 0.7em 0 0 0;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
ol.commentlist li ul { font-size: 1em; list-style: none; margin: 0 0 1em; padding: 0 !important; text-indent: 0; }
ol.commentlist li div.reply { background: #9ab; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 1em; padding: 0 5px; margin-top: 0.7em; text-align: center; width: 6.5em; }
ol.commentlist li div.reply:hover { background: #804; }
ol.commentlist li div.reply a { color: #fff; text-decoration: none; }
ol.commentlist li ul.children { margin: 1em 0 0; text-indent: 0; }
ol.commentlist li ul.children li { border: none; }
/* ol.commentlist li ul.children li.alt {} */
/* ol.commentlist li ul.children li.bypostauthor {} */
/* ol.commentlist li ul.children li.byuser {} */
ol.commentlist li ul.children li.comment { list-style: none; }
/* ol.commentlist li ul.children li.comment-author-admin {} */
ol.commentlist li ul.children li.depth-2 { margin: 0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin: 0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin: 0 0 .25em; }
/* ol.commentlist li ul.children li.depth-5 {} */
/* ol.commentlist li ul.children li.odd {} */
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
/* ol.commentlist li.parent {} */
/* ol.commentlist li.thread-alt {} */
/* ol.commentlist li.thread-even {} */
/* ol.commentlist li.thread-odd {} */
ol.commentlist li #cancel-comment-reply { background: #804; border: 1px solid #804; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 1em; padding: 0 3px; margin: 0 0 15px 0; text-align: center; width: 13em; }
ol.commentlist li #cancel-comment-reply a { color: #fff; text-decoration: none; }

/* Track- and Pingbacks */
ol.tracklist { margin: 1em 0 3em 0 !important; }
ol.tracklist li a { color: #333; }
ol.tracklist li a:hover { color: #804; }
ol.tracklist li div.reply { display: none; }

#respond {
	margin: 10px 10px 0 0;
}

#respond h3 {
	margin-bottom: 15px;
}

ol.commentlist li #respond h3 {
	font-size: 1.2em;
}

#commentform #form-left {
	float: left;
	width: 210px;
	margin-right: 40px;
}

#commentform #form-right {
	width: 400px;
	margin-left: 250px;
}

#commentform div.logged-in#form-right  {
	width: 100%;
	margin-left: 0;
}

#commentform #form-left p,
#commentform #form-right p {
	margin: 0 0 5px 0;
}

ol.commentlist li #commentform #form-left {
	float: none;
	width: 95%;
	max-width: 220px;
	margin-right: 0;
}
ol.commentlist li #commentform #form-right {
	float: none;
	width: 95%;
	max-width: 400px;
	margin-left: 0;
}

ol.commentlist li #commentform div.logged-in#form-right {
	width: 95%;
}

#commentform label {
	font-size: 1em;
	font-weight: bold;
	color: #666;
	padding: 0 0 0 7px;
}

#commentform input {
	width: 100%;
	padding: 2px 5px;
	margin-bottom: 5px;
	border: 1px solid #abc;
}

#commentform textarea#comment {
	width: 99%;
	padding: 5px;
	border: 1px solid #abc;
}

#commentform input#submit {
	width: 15em;
	padding: 2px 5px;
	margin-top: 10px;
	color: #fff;
	background: #9ab;
	border: 1px solid #9ab; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
}

/* @end */

/* @group Bottom Navigation */

#tags p {
	/* line-height: 130%; */
	margin-top: 0.5em;
}

#nav a {
	color: #456;
}

/* @end */

/* @group Archiv */

#content #arc h3 {
	padding: 0.5em 0;
	margin: 1.5em 0 0.7em 0;
	border-top: 1px dashed #9ab;
	border-bottom: 1px dashed #9ab;	
}

#content #arc span.entry-title {
	display: block;
	margin-left: 4em;
}

#content #arc span.day {
	float: left;
	display: block;
	width: 4em;
	text-align: center;
	font-weight: bold;
}

#content #arc span.day a { color: #804; }

#content #arc a { color: #333; }
#content #arc a:hover { color: #804; }

/* @end */

/* @group Footer */

#footer p {
	font-size: 1em;
	margin: 12px 36px 12px 86px;
}

#footer p .vdiv {
	display: none;
}

/* @end */

/* @group Plugins */

/* === plugin wp-syntax =============== */
/*
#content .wp_syntax {
	color: #100;
 	background-color: transparent;
	border: none;
 	margin: 0;
	overflow: hidden;
}

#content .wp_syntax .code pre {
	padding: 17px 0 15px 40px;
	display: block;
}
*/

/* === syntaxhighlighter ============== */
#content div.syntaxhighlighter {
	font-size: 1.3em !important;
}

#content div.syntaxhighlighter.nogutter {
	font-size: 1em !important;
}

/* === Subscription Manager =========== */
#content div.wrap {
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
}
#content div.wrap h2 {
	color: #456;
}
#content div.wrap fieldset.options legend {
	font-family: GillSans, Trebuchet, Calibri, sans-serif ;
	font-size: 1.7em;
	font-weight: bold;
	color: #789;
	padding: 1em 0 0.5em 0;
}
#content div.wrap form input {
	padding: 2px 5px;
	margin-bottom: 5px;
	border: 1px solid #abc;
}
#content div.wrap form input[type=submit] {
	padding: 2px 5px;
	margin-top: 10px;
	color: #fff;
	background: #9ab;
	border: 1px solid #9ab; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
}
#commentform #form-right p.subscribe-to-doi-comments {
	padding-top: 10px;
}
#commentform #form-right p.subscribe-to-doi-comments input {
	float: left;
	display: block;
	margin: 4px 10px 1.5em 0;
}
#commentform #form-right p.subscribe-to-doi-comments label {
	font-weight: normal;
	padding-left: 0;
}

#content div.wrap h2 span.sjmp-link {
	font-size: 0.8em;
	font-weight: normal;
}

#content div.wrap div.verify_succeeded,
#content div.wrap div.verify_failed {
	font-size: 1.3em;
	line-height: 160%;
	margin-top: 1em;
}

/* === App Store ====================== */
#content div.post.idx span.apps {
	display: none;
}
#content div.post li span.apps {
	font-size: 1em;
}

/* === Medienplayer JS ================ */
#content .mejs-audio {
	margin: 1.5em 0;
	border: 1px solid #9ab; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;

}
#content .mejs-audio .mejs-controls {
	background: #9ab !important;
}
#content .mejs-audio .mejs-time-total {
	background: #456 !important;
}

/* @end */

/* @group Externals */

/* === share buttons ================= */
#content div.entry-shares {
	margin: 0 0 0 80px;
	overflow: hidden;
}
#content div.entry-shares iframe {
	float: left;
	/*margin-left: -15px;*/
}
#content div.entry-shares iframe.twitter-share-button {
	float: left;
}

#content div.entry-shares a.tumblr-share-button {
	float: left;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	width: 81px;
	height: 20px;
	margin: 0 0 0 -15px;
	background: url('images/tumblr-button.png') top left no-repeat transparent;
}

/* @end */

/* Media queries for responsive design */

@media screen and (max-width: 1024px) {

#header {
	width: 100%;
}
#main {
	width: 100%;
	background-image: none;
}
#main-top,
#main-bottom {
	background-image: none;
}
#content {
	width: 64.2%;
	overflow: hidden;
	margin-left: 3.418%;
}
#content div.entry-details {
	width: 8.8%;
}
#content div.entry-gallery,
#content div.entry-image,
#content div.entry-header,
#content div.entry-content,
#content div.entry-shares {
	margin-left: 12.3%;
}
#content .gallery .gallery-item {
	width: 18.5%;
	padding: 8px;
	border: 1px solid #d8e0e8; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;
}
#commentform #form-left {
	width: 32.5%;
}
#commentform #form-right {
	float: right;
	width: 59%;
	margin-left: 0;
}
#sidebar {
	width: 23.8%;
	margin-right: 3.418%;
	margin-bottom: 30px;
}
#nav {
	width: 100%;
}
#pages, #archives, #categories {
	width: 150px;
}
#pages {
	margin-left: 3.418%;
}
#tags {
	margin: 0 3.418% 15px 490px;
}
#footer {
	width: 94.5%;
	background: transparent url(images/wp-logo.png) no-repeat 0 10px;
}
#footer p {
	margin-left: 56px;
	margin-right: 0;
}
}

@media screen and (max-width: 750px) {
#logo {
	margin-left: 3.418%;
}
#navigation {
	margin-right: 3.418%;
}
#search {
	right: 3%;
}
#main {
	width: 100%;
	margin-bottom: -30px;
}
#content {
	float: none;
	width: auto;
	margin: 0 3.418%;
}
#content div.entry-details {
	width: 42px;
}
#content div.entry-gallery,
#content div.entry-image,
#content div.entry-header,
#content div.entry-shares {
	margin-left: 60px;
}
#content div.entry-content,
#content div.format-standard div.entry-shares,
#content div.format-gallery div.entry-shares {
	margin-left: 0;
}
/* für Artikel ohne Header wieder Rand vergeben */
#content div.entry-content.aside,
#content div.entry-content.single-image,
#content div.entry-content.err404 {
	margin-left: 60px;
}
#content .gallery .gallery-item {
	width: 18%;
}
#commentform #form-left {
	float: none;
	width: 100%;
	max-width: 250px;
}
#commentform #form-right {
	float: none;
	width: 100%;
	max-width: 450px;
}
#sidebar {
	clear: both;
	float: none;
	width: auto;
	padding-top: 30px;
	margin: 5px 3.418% 30px 3.418%;
	border-top: 1px dashed #9ab;
}
#nav {
	padding: 10px 0 0 0;
}
#pages, #archives, #categories, #tags {
	clear: both;
	float: none;
	width: auto;
	display: block;
	margin: 10px 3.418%;
	overflow: hidden;
}
#pages ul li, #archives ul li, #categories ul li {
	float: left;
	padding-right: 20px;
}
#sidebar ul.blogroll {
	overflow: hidden;
}
#sidebar ul.blogroll li {
	float: left;
	width: 170px;
}
#footer p br {
	display: none;
}
#footer p .vdiv {
	display: inline;
}
}

@media screen and (max-width : 620px) {
#navigation {
	float: none;
	text-align: center;
	margin: 0 auto;
}
#navigation ul {
	float: none;
	padding: 3px 0 9px 0;
	margin: 0 auto;
	background-image: none;
}
#navigation ul li {
	float: none;
	display: inline;
}
#navigation ul li a {
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
}
#logo {
	float: none;
	width: 100%;
	text-align: center;
	margin: 20px auto;
}
#search {
	position: relative;
	float: none;
	bottom: auto;
	right: auto;
	text-align: center;
	margin: 10px auto;
}
#content {
	margin-bottom: 30px;
}
#content div.entry-content img.alignleft,
#content div.entry-content img.alignright {
	float: none;
	display: block;
	margin-bottom: 10px !important;
}
#content div.entry-image div.entry-photo,
#content div.entry-image div.entry-content,
#content div.entry-gallery div.entry-photo,
#content div.entry-gallery div.entry-header,
#content div.entry-gallery div.entry-content {
	float: none;
	width: 100% !important;
}
#content div.entry-gallery div.entry-photo img.wp-post-image,
#content div.entry-image div.entry-photo img.wp-post-image {
	margin-bottom: 10px;
}
#content div.entry-content p.meta {
	margin-left: 0;
}
/* für Gallery und Index Seiten wieder Rand zurücksetzen */
#content div.format-gallery div.entry-content p.meta,
#content div.entry-content p.meta.blank,
div.archive#content p.meta {
	margin-left: 0;
}
#content div.entry-shares {
	margin-left: 0;
}
#content .gallery .gallery-item {
	width: 17.5%;
	padding: 5px;
	border: 1px solid #d8e0e8; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

div.wp-pagenavi span.pages {
	display: none;
}
ol.commentlist li {
	padding-left: 7px;	
}
ol.commentlist li div.vcard img.avatar {
	float: left;
	margin: 0 10px 10px 0;
}
ol.commentlist li cite.fn {
	margin-left: 40px;
}
ol.commentlist li div.comment-meta {
	position: relative;
	top: auto;
	right: auto;
	text-align: left;
	margin-left: 40px;
} 
}

