/*
Theme Name: der tag und ich 7
Theme URI: http://www.dertagundich.de/
Description: Nummer 7
Author: Martin Schneider
Version: 1.0
Tags: single-column, fixed width

Licenced under CREATIVE COMMONS (BY-NC-SA)
*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
/* HTML5-Tags */
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
/* And here we go... */	
body {
	font-family: cambria, georgia, times, serif;
	color: #333;
	background: #fff;	
	overflow-x: hidden;
	border-top: 1px solid #3C3F44;
	font-size: 1em;
	line-height: 1.6em;
}
#header {
	font-family: 'Lucida Grande', Lucida, Verdana, sans-serif;
	width: 700px;
	margin: 0 auto;
}
#wrapper {
	width: 700px;
	margin: 0 auto 0 auto;
}
#header-wrapper {
	background: url("images/bright_squares_gradient.jpg") center bottom repeat-x;
}
.dtui-head {
	padding: 35px 0 15px 0;
	font-size: 2.5em;
	letter-spacing: 1px;
	font-weight: 100;
}
.dtui-head a:link, .dtui-head a:visited {
	color: #384757;
	text-shadow: 0 1px 0 #C6C8CA;
	text-decoration: none;
}
.dtui-head a:hover , .dtui-head a:visited:hover{
	color: #000;
}
#prev-next-nav-prev {
	position: fixed;
	top: 145px;
	left: 20px; 
}
#prev-next-nav-next {
	position: fixed;
	top: 145px;
	right: 20px;
}
.prev-next-nav a:link, .prev-next-nav a:visited {
	font-size: 55px;
	color: #ccc;
	text-decoration: none;
}
.prev-next-nav a:hover, .prev-next-nav a:visited:hover {
	color: #333;
}
#content h2, .h1-single {
	clear: both;
	margin: 72px 0 10px 0;
	font-weight: 200;
	font-size: 1.5em;
	text-shadow: 1px 1px 1px #ccc;	
	font-family: 'Lucida Grande', Lucida, Verdana, sans-serif;
}
#content h2.h2-article, .h1-single {
	float: left;		
	width: 640px;
}
h2 a, h3 a {
	text-decoration: none;
}
.h2-comment-count {
	width: 60px;
	float: right;
	margin: 72px 0 10px 0;
	font-size: 1.5em;
	font-family: 'Lucida Grande', Lucida, Verdana, sans-serif;
}
.h2-comment-count a, .h2-comment-count a:visited {
	background: url("images/sprite.png") 0px -41px no-repeat;
	padding: 4px 0 4px 35px;
	text-decoration: none; 
	text-shadow: 1px 1px 2px #ccc;
	color: #000;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.index-article, .single-article {
	margin: 0 0 5em 0;
	clear: both;
}
#content p {
	padding: 0 0 1.5em 0;
}

#content li {
	padding: 0 0 0.5em 0;
}

.more-link {
	display: block;
	text-align: right;
}

li h3 {
	margin: 0;
}
sup {
	line-height: 1;
	margin: 0 2px;
	vertical-align: super;
	font-size: 0.9em;
}
.size-full, object, .breitbild {
	display: block;
	margin: 0 auto;
}
.alignright {
	margin: 0 0 0 10px;
	float: right;
} 

.imagetitle {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden; 
}
#content .imagetitle p {
	margin: 0;
	padding: 10px;
	background: url("images/bg_imagetitle.png") transparent;
	color: #eee;
	font-weight: 400;
}
#content img {
	-webkit-box-shadow: 0 0 2px #333;
	-moz-box-shadow: 0 0 2px #333;
	box-shadow: 0 0 2px #333;
}
#content img.noshadow {
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
h3 {
	font-size: 1.2em;
	margin: 1.5em 0 0.5em 0;
	text-shadow: 1px 1px 1px #ccc;
	font-weight: 400;
	letter-spacing: 1px;	
}
a:link {
	color: #1c1f24;
}
a:visited {
	color: #798292;
}
a:hover, #sidebar a:hover {
	color: #004a6e;
}
#footer a:hover {
	color: #fff;
}
a:active, a:visited:active {
	position: relative;
	top: 1px;
}
.rightalign {
	text-align: right;
}
blockquote {
	font-style: italic;
	padding: 2em 2em 2em 5em;
	font-family: cambria, georgia, times, serif;
	font-size: 1em;
	background: url("images/blockquote.png") 1.7em 2em no-repeat;
	color: #666;
} 
#content ul {
	list-style: disc;
	margin: 0 0 1.5em 2em;
}
#content pre {
	font-size: 1em;
	width: 700px;
	overflow-x: scroll;
}
#content code, #content kbd {
	font-size: 1em;	
}

#content p.notizblog-p {
	background: url("images/notizblog.png") no-repeat transparent;
	padding-left: 75px;
}
#content .meta-wrapper {
	display: none;
}
#content .social-buttons{
	font-size: 0.9em;
	margin: 30px 0 0 0;
}
#content .social-buttons p {
	text-align: center;
}
#content .share-list {
	margin: 0;
	list-style: none;
	text-align: center;
}
#content .share-list li {
	display: inline;
} 
a.post-edit-link, a.comment-edit-link, a.comment-reply-link {
	border: 0;
	margin: 0 0 0 10px;
	padding: 4px 10px;
	color: #333;
	background: #eee; 
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background: -moz-linear-gradient(top, #eee, #ddd);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.2s linear;
	-webkit-box-shadow: 0 0 2px #333;
	-moz-box-shadow: 0 0 2px #333;
	box-shadow: 0 0 2px #333;
	text-decoration: none;
	font-family: 'Lucida Grande';
	font-size: 0.8em;
	color: #333;
}
a.post-edit-link:hover, a.comment-edit-link:hover, a.comment-reply-link:hover {
	color: #fff;
	background: #3c3f44;
	background: -webkit-gradient(linear, left top, left bottom, from(#3c3f44), to(#1c1f24));
	background: -moz-linear-gradient(top, #3c3f44, #1c1f24);
	-webkit-box-shadow: 0 0 2px #333;
	-moz-box-shadow: 0 0 2px #333;
	box-shadow: 0 0 2px #333;
}
#comments, #commentform {
	margin: 0 0 60px 0;
}
#comments h2, #commentform h2 {
	margin: 60px 0 20px 0;
	font-weight: 300;
	font-size: 1.5em;
	text-shadow: 1px 1px 2px #ccc;
}
#comments > ol {
	margin: 50px 0 0 0;
}
#comments p {
	padding: 0 0 0.5em 0;
}
#comments li {
	padding: 20px 10px 10px 70px;
	min-height: 50px;
	-webkit-transition: all 0.3s linear;
}
#comments li:hover {
	background: #f0f0f0;
}
#comments > ol > li {
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 10px 10px 70px;
}
#comments .avatar {
	position: absolute;
	margin: 5px 0 0 -55px;
	-webkit-box-shadow: 0 0 2px #333;
	-moz-box-shadow: 0 0 2px #333;
	box-shadow: 0 0 2px #333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#comments .fn {
	font-weight: bold;
	font-style: normal;	
}
.fn a {
	text-decoration: none; 
}
.reply {
	width: 190px;
	float: right;
	font-size: 0.9em;
	opacity: 0; 
	text-align: right;
	position: relative;
	top: -10px;
	-webkit-transition: all 0.2s linear;
}
li:hover .reply {
	opacity: 1;	
}
#comments ol.pingbacklist {
	list-style: decimal;
}
#comments ol.pingbacklist > li {
	padding: 5px 0 5px 0;
	margin: 0 0 0 30px;
	min-height: 0;
	border: 0;
}
#comments ol.pingbacklist > li:hover {
	background: transparent;
}
.commentfieldfloater {
	width: 205px;
	float: left;
	margin: 0 35px 25px 0; 
}
.commentfieldfloaterlast {
	width: 210px;
	float: left;
	margin: 0 0 25px 0; 
}
.commentfieldfloater input, .commentfieldfloaterlast input {
	font-family: inherit;
	font-size: inherit;
	width: 210px;
	padding: 5px;
	border: 1px solid #ddd;
	-webkit-transition: all 0.2s linear;
}
.commentfieldfloater input:focus, .commentfieldfloaterlast input:focus, textarea:focus {
	-webkit-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
small {
	font-size: 0.8em;
}

#commentform textarea {
	font-family: inherit;
	font-size: inherit;
	width: 690px;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 5px 0 15px 0;
	resize: none;
	-webkit-transition: all 0.2s linear;
}
.comment-submit {
	border: 0;
	cursor: pointer;
	padding: 5px 10px;
	color: #333;
	background: #eee; 
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background: -moz-linear-gradient(top, #eee, #ddd);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.2s linear;
	-webkit-box-shadow: 0 0 2px #333;
	-moz-box-shadow: 0 0 2px #333;
	box-shadow: 0 0 2px #333;
}
.comment-submit:hover {
	color: #fff;
	background: #3c3f44;
	background: -webkit-gradient(linear, left top, left bottom, from(#3c3f44), to(#1c1f24));
	background: -moz-linear-gradient(top, #3c3f44, #1c1f24);
}
#nav-pages {
	text-align: center;
	margin: 120px 0;
}
#nav-pages a:link {
	display: block;
	text-align: center;
	background: url("images/sidebar-bg.jpg") #fff;
	color: #555;
	text-decoration: none;
	padding: 5px 0 5px 0;
	width: 30px; 
	display: inline-block;
	margin: 0 5px 0 0;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#nav-pages a:hover {
	background: #1c1f24;
	color: #fff;	
}
#nav-pages span {
	margin: 0 14px 0 10px;
}
#nav-pages .break {
	margin: 0 14px 0 8px;
}
#nav-pages .this-page {
	display: block;
	text-align: center;
	color: #666;
	text-decoration: none;
	padding: 5px 0 5px 0;
	width: 22px; 
	display: inline-block;
	margin: 0 5px 0 0;	
}
#sidebar {
	clear: both;
	border-top: 1px solid #eee;
	padding: 0 0 20px 0;
	background: url("images/bright_squares_full.jpg") center;
	color: #888;
	text-shadow: #fff 0 1px 0;
	font-size: 0.95em;
}
h4 {
	color: #444;
	font-weight: 400;
	letter-spacing: 1px;
	}
#sidebar .wrapper {
	padding: 36px 0 31px 0;
	margin: -1px auto 0 auto;
	width: 700px;
}

#footer .wrapper {
	padding: 36px 0 31px 0;
	margin: -1px auto 0 auto;
	width: 700px;
}
#sidebar-loops {
	width: 110px;
	float: left;
	margin: 0 10px;	
}

#sidebar-blog {
	width: 250px;
	float: left;
	margin: 0 0;	
	padding: 0 0 0 10px;
	border-left: 1px solid #ddd;
}

#sidebar-comments {
	width: 280px;
	float: left;
	margin: 0 0;	
	padding: 0 10px 0 10px;
	border-left: 1px solid #ddd;
}

#sidebar li {
	margin: 0;
	padding: 0 0 10px 0;
}	

.latestactivity {
	padding: 10px 0;
	text-transform: none;	
}

.ayb_link, .ayb_notfound {
	padding: 0 0;
	text-transform: none;
	display: block;	
}

.sidebar-box {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

#sidebar a, #footer a {
	color: #798292;
	text-decoration: none;
}

#sidebar p {
	margin: 0;
	padding: 0;
}

.sidebar-loop {
	padding: 10px 0 0 0;
}

.sidebar-loop h2 {
	text-transform: none;
	font-weight: normal;
}

#footer {
	background: url("images/black-linen.jpg") center #000;
	border-top: 1px solid #fff;
	color: #666;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #000;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #fff;
}

ol.footnotes {
	margin: 0 0 0 25px;
	clear: both;
}

#content ul.wp-tag-cloud {
	list-style: none;
	text-align: center;
	margin: 0 0 50px 0;
}

#content ul.wp-tag-cloud li {
	display: inline;
	white-space: nowrap;
}

.wp-tag-cloud li a:link, .wp-tag-cloud li a:visited {
	margin: 0;
	padding: 0;
}

.wp-tag-cloud li a:hover{
	z-index: 9999;
	position: relative; 
}

#content ul.archive-list-month, #content ul.archive-list-category {
	list-style: none; 
	margin: 0 0 50px 0;
}

.archive-list-month li {
	width: 160px;
	margin: 0 0 0 5px;
	padding: 10px 10px 10px 0;
	float: left;
}

.archive-list-category li {
	width: 215px;
	margin: 0 0 0 5px;
	padding: 10px 10px 10px 0;
	float: left;
}

#content ul#smart-archives-block {
	list-style: none;	
	margin: 0;
	font-size: 0.96em; 
}

#content ul#smart-archives-block strong {
	display: block;
}

#content ul#smart-archives-block strong a {
	text-decoration: none; 
}

#content ul#smart-archives-block a, .empty-month {
	margin-right: 7px; 
}
#searchform{
	margin: 7px 0 20px 0;
}
.search-form {
	padding: 2px;
}

.floater404 {
	width: 350px;
	float: left;
	}

/* schneyras bookshelf*/
.sbs-bookdata {
	width: 100%;
}

.sbs-label {
	width: 100px;
}

.sbs-bookdata td {
	padding-right: 10px;
	padding-top: 7px;
}

.sbs-source {
	text-align: right;
	display: block;
	font-size: 0.85em;
	margin-top: 3px;	
}

ul#sbs-bookshelf-wrapper {
	margin: 0 0 20px 0;
	padding: 0;
}

#sbs-bookshelf-wrapper li {
	list-style: none;
	font-size: 0.9em;
	display: inline-block;
	width: 325px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
}

#sbs-bookshelf-wrapper h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

/* YARPP - Related Posts */

.yarpp {
	margin: 0 0 0 0;
}

.yarpp li {
	display: inline; 
	padding: 2px 0;
	list-style: none;
}

.yarpp li:after {
	content: ",";
}

.yarpp li:last-child:after {
	content: "";
}

/*@media (max-device-width: 480px) {
	.wrapper {
		width: 500px;
	}

	#sidebar #sidebar-comments,
	#sidebar #sidebar-loops,
	#sidebar #sidebar-blog {
		float: none;
		width: 700px;
	}

	#sidebar-loops .sidebar-box {
		width: 350px;
		float: left;
	}

}*/
