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

/* 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: 150%; 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: 150%; }
blockquote {
	font-size: 1.3em;
	font-style: italic;
	line-height: 160%;
	color: #456;
	margin: 0.5em 0;
	padding-left: 35px;
	/* 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 {
	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 */
.aligncenter { display: block; margin: 0 auto }
.alignleft { float: left; margin: 2px 15px 5px 0; }
.alignright { float: right; margin: 2px 0 8px 15px; }
.wp-caption { border: 1px solid #abc; text-align: center; padding: 10px 10px 7px 10px; }
.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:solid 1px #eee; background-color:transparent; margin:15px 0;}

/* === structure ====================== */

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

#top-section {
	width: 100%;
	margin-top: 7px;
	background: #d8e0e8; /* url(images/logo.gif) no-repeat 30px 25px; */
}

#header {
	position: relative;
	width: 840px;
	height: 95px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	position: absolute;
	left: 0;
	bottom: 20px;
	padding-bottom: 2px;
}

#rss {
	position: absolute;
	right: 0;
	top: 0;
	background: #9ab url(images/rss-tab-left.gif) no-repeat left bottom;
}

#search {
	position: absolute;
	right: 0;
	bottom: 20px;
}

#middle-section {
	width: 100%;
	background: #fcfcfc;
}

#main {
	width: 912px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	background: transparent url(images/bg-middle.gif) repeat-y center top;
}

#main-top {
	clear: both;
	display: block;
	height: 40px; 
	background: #fcfcfc url(images/bg-top.gif) no-repeat center bottom;
}

#content {
	float: left;
	width: 500px;
	padding: 0 0 5px 35px;
}

#sidebar {
	float: right;
	width: 290px;
	padding: 0 35px 0 0;
}

#main-bottom {
	clear: both;
	display: block;
	height: 40px; 
	background: #fcfcfc url(images/bg-bottom.gif) no-repeat center top;
}

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

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

#pages {
	width: 150px;
	float: left;	
	padding: 0 0 5px 0;
}

#archives {
	width: 150px;
	float: left;	
	padding: 0 0 5px 20px;
}

#categories {
	width: 150px;
	float: left;
	padding: 0 0 5px 20px;
}
/*
#links {
	width: 117px;
	float: left;
	padding: 0 0 5px 20px;
}
*/
#tags {
	width: 330px;
	float: left;
	padding: 0 0 5px 20px;
}

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

/* === header ========================= */

#header h1 a {
	color: #456;
}

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

/* === rss ============================ */

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

#rss2 ul {
	overflow: hidden;
	margin: 1px 3px 6px 3px;
}

#rss2 li {
	float: left;
	padding: 0 6px;
}

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

#rss2 li.navi {
	color: #456;
	cursor: pointer;
	padding-right: 35px;
}

/* === searchform ===================== */

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

#searchform input#s {
	width: 15em;
	border: 1px solid #456;
}
/*
#searchform input#searchsubmit {
	width: 4.2em;
	cursor: pointer;
	color: #d8e0e8;
	background: #456;
	border: 1px solid transparent;
}
*/
#searchform input:focus {
	outline: none;
}

/* === sidebar ======================== */

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

#sidebar img.author {
	/* height: 77px; */
	float: left;
	margin: 2px 15px 20px 0;
	padding: 3px;
	border: 1px solid #ccc;
}

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

#sidebar table.meta {
	margin-top: 3.6em;
}

#sidebar table.meta td {
	vertical-align: top;
	padding-bottom: 5px;
}

#sidebar table.meta td.lbl {
	padding-right: 20px;
}

#sidebar ul.blogroll li img {
	height: 16px;
	margin-right: 7px;
}

/* === content ======================== */

#content div.post {
	clear: both;
	margin-bottom: 30px;
}

#content div.post h2 {
	color: #456;
}

#content div.post h3 {
	color: #789;
}

#content p.meta {
	/* font-size: 1.3em; */
	margin-top: 0.2em;
}

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

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

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

#content div.archive {
	margin: 20px 0;	
}

#content div.archive h3 {
	font-size: 1.9em;
	margin: 25px 0 0 0;	
}

#content ol,
#content ul {
	padding-left: 35px;
}

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

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

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

#content img.teaser {
	margin-bottom: 10px;
}

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

#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 .gallery {
	margin: 16px 0 10px 0;
}

#content .gallery-item {
	text-align: left;
	margin-bottom: 6px;
}

#content .gallery-item img {
	padding: 2px;
	border: 1px solid #abc;
}
#content .gallery-caption {
	font-size: 1.1em;
	line-height: 110%;
	text-align: center;
	margin: 2px 0;
}

/* === 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 p { font-size: 1em; margin: 0.7em 0 1em 0; }
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: 1px solid #9ab; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 1em; padding: 0 3px; text-align: center; width: 6.5em; }
ol.commentlist li div.reply:hover { background: #804; border: 1px solid #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.pingback {} */
/* ol.commentlist li.pingback.parent {} */
/* ol.commentlist li.pingback div.vcard { padding: 0 170px 0 0; } */
/* ol.commentlist li.thread-alt {} */
/* ol.commentlist li.thread-even {} */
/* ol.commentlist li.thread-odd {} */
ol.commentlist li.trackback { background: #f8fcff; }
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; }

h3#comments {
	margin-top: 20px;	
}

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

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

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

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

#commentform #form-right {
	float: right;
	width: 250px;
}

#commentform #form-right.admin {
	width: 100%;
}

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

ol.commentlist li #commentform #form-left,
ol.commentlist li #commentform #form-right {
	float: none;
	width: 220px;
}

ol.commentlist li #commentform #form-right.admin {
	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: 100%;
	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; 
}

/* === navigation ===================== */

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

#nav a {
	color: #456;
}

/* === footer ========================= */

#footer p {
	font-size: 1em;
	margin: 15px 0 15px 60px;
}

/* === 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;
}

/* === flattr ========================= */
div.flattr {
	margin: 20px 0 0 0;
}

div.flattr_sidebar_button {
	float: left;
	margin: 3px 0 0 0;
}

p.flattr_sidebar_text {
	margin: 10px 0 0 65px;
}

/* === posterous ====================== */
div.posterous_autopost p small {
	font-size: 0.9em;
	line-height: 120%;
	color: #999;
}

div.posterous_quote_citation {
	font-size: 1.2em;
	text-align: right;
	margin: 5px 0 15px 0;
}

/* === topsy ========================== */
div.topsy_widget_shortcode {
	margin: 15px 0 0 0 ;
}