/*
Theme Name: dschu!
Theme URI: http://www.dschu.de
Description: Undsoweiter.
Version: 1.0
Author: juuu!
Author URI: http://www.dschu.de
Tags: dschu ju! juuu

*/

/* Reset */
@import url('css/reset.css');
@import url('css/960.css');
@import url('css/sexybuttons.css');


/* Allgemeines */
html , textarea, input {
	font-size: 16px;
	}
body {
	background: #493f3a url('img/layout/bgStripes.png') repeat;
	font-size: 16px;
	}
*, table, td {
	color: #aaaaaa;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif
	}
h1,h2,h3,
h1 a, h2 a, h3 a {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif ;
	color: #a9aaaa;
	}

h1 {
	font-size: 25px;
	letter-spacing: -1px;
	}
h2 {
	font-size: 16px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}
h5.pageDesc {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}
a {
	text-decoration: none;
}
a:hover {
	color: #a6ca6b;
}
a:active {
	position: relative;
	top: 2px;
	
}
.entryFooter a:active {
	top: 0px;
}
hr {
	border: solid #a9aaaa 1px;
	height: 1px;
}
.noBorder,
.noBorder * {
	border: none;
}

/* Layout */
#wrapper {
	background: #ffffff;
	margin:  70px 0 0 70px;
	width: auto;
}
#main {
	margin-left: 40px;
}
#headLeft {
	padding: 115px 0 0 0;
}

#headRight {
	padding-top: 34px;
	position: relative;
}
#headRight #rssBtn {
	position:  absolute;
	top: 0;
}
#content {
	padding-top: 50px;
}
#rightBar {
	padding-top: 90px;
}
#rightBar ul li a {
	display: block;
	padding-left: 3px;
}
#rightBar ul li a:hover {
	padding-left: 3px;
	background-color: #fafafa;
}
.entryHead {
	position: relative;	
	}
.entry {
	position: relative;
	margin-bottom: 40px;
}
.entry h1 {
	display: block;
	float: left;
	padding-top: 4px;
}
.commentText .avatar {
	float: left;
	padding-right: 10px;
	background: transparent url(img/layout/pfeil.png) no-repeat 74px 7px;
}
.commentText .rightCol {
	float: left;
	width: 476px;
	padding: 10px;
	background-color: #f1f1f1;	
}
.commentText.authorComment .rightCol {
	background-color: #f1f1f1;	
}
.commentText .rightCol h2 {
	padding-bottom: 5px;
}
.commentText .rightCol h2 span {
	float: right;
	clear: both;
	font-size: 11px;
	font-weight: normal;
}
a.comments {
	color: #ffffff;
	background: transparent url('img/layout/icons/bubble.png') no-repeat top center;
	display: block;
	font-size: 13px;
	font-weight: normal;
	float: right;
	text-decoration: none;
	width: 32px;
	height: 18px;
	padding: 5px 0 0 0;
	text-align: center;
}
a.comments:hover {
	background: transparent url('img/layout/icons/bubble.png') no-repeat bottom center;
	
}
.entryContent {
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}
.entryContent p {
	margin-top: 10px;
}
.entryContent a img {
	border: 8px solid #f1f1f1;
}
.entryContent a:hover img {
	border: 8px solid #ebebeb;
}
.entryContent a.wpGallery img {
	border: none;
}

.entryContent blockquote {
	background: transparent url('img/layout/quotes.png') no-repeat top left;
	padding-left: 40px;	
}
.entryContent blockquote p {
	color: #AAAAAA;
	font-family: Georgia, "Times New Roman", serif;
	
}
p {
	margin-top: 10px;
	color: #494949;
	line-height: 19px;
	font-size: 13px;
}
strong {
	color: #494949;
}
small {
	color: #494949;
	font-size: 9px;
}
.entryDate {
	position: absolute;
	top: 0px;
	left: -40px;
}
.entryDate p {
	font-weight: normal;
	line-height: 13px;
	letter-spacing: -0.5px;
	margin-top: 8px;
}
.entryDate p span {
	text-align: center;
	height: 13px;
}
.entryDate p .day {
	color: #a9aaaa;
	display: block;
	font-size: 25px;
}
.entryDate p .month {
	color: #a9aaaa;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
}
.entryDate p .year {
	color: #ededed;
	display: block;
	font-size: 25px;
	padding-top: 2px;
}
.entryFooter {
	margin-top: 10px;
}
.entryCategories li {
	background: transparent url('img/layout/buttons/darkBtn.png') repeat-x center left;
	padding-left: 7px;
	margin-right: 5px;
}
.entryCategories li a {
	background: transparent url('img/layout/buttons/darkBtn.png') repeat-x center right;
	padding-right: 7px;
}
.entryTags {
	padding-left: 5px;
}
.entryTags li {
	background: transparent url('img/layout/buttons/greyBtn.png') repeat-x center left;
	padding-left: 5px;
	margin-right: 5px;
}
.entryTags li a {
	background: transparent url('img/layout/buttons/greyBtn.png') repeat-x center right;
	padding-right: 5px;
}
.entryCategories li,
.entryTags li {
	font-size: 10px;
	float: left;
}
.entryCategories li a,
.entryTags li a {
	color: #ffffff;
	display: block;
	height: 18px;
	line-height: 19px;
}
.entryLove {
	position: relative;
	color: #ffffff;
	background: transparent url('img/layout/icons/hearts.png') no-repeat top center;
	display: block;
	font-size: 13px;
	font-weight: normal;
	float: right;
	text-decoration: none;
	width: 32px;
	height: 18px;
	padding: 5px 0 0 0;
	margin-right: 5px;
	text-align: center;
}
}
.entryCategories li a:hover,
.entryTags li a:hover {
}
.commentContainer {
	margin-top: 40px;
}
.comment {
	margin-top: 40px;
	position: relative;
}
.commentList {
	margin-bottom: 20px;
}
.commentNumber {
	position: absolute;
	top: -5px;
	left: -40px;
}
.commentNumber p {
	font-weight: normal;
	line-height: 13px;
	letter-spacing: -0.5px;
	color: #ededed;
	display: block;
	font-size: 25px;
}
.commentText {
	
}
.commentText .authorComment p {
	margin-top: 0;
	
}
.commentText p.commentDate {
	font-weight: bold;
	font-size: 11px;
	margin-top: 5px;
	
}
.form-section {;
	height: 25px;
	margin-bottom: 10px;
}
.form-section input {
	border: 1px solid #aaaaaa;
	color: #494949;
	float: left;
	font-size: 13px;
	padding: 3px;
	width: 200px;
}
.form-section label {
	margin-left: 10px;
	line-height: 25px;
	font-size: 13px;
}
.form-text textarea {
	border: 1px solid #aaaaaa;
	color: #494949;
	font-size: 13px;
	height: 250px;
	width: 500px;
	padding: 3px;
}
.form-submit {
	margin-top: 20px;
	margin-bottom: 50px;
}
.form-submit span {
	color: #dedede;
}
.form-submit *:hover span {
	color: #ffffff;
}
#rightBar ul {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 50px;
}
#rightBar ul li {
	border-bottom: 1px solid #dfdfdf;
	height: 30px;
	line-height: 30px;
}
#rightBar ul li.last {
	border-bottom: none;
	height: 30px;
	line-height: 30px;
}
#rightBar a.toTwitter {
	display: block;
	margin-bottom: 50px;
}
#rightBar div#feedburnerstats a {
	opacity: 0.4;
}
#rightBar div#feedburnerstats a:hover {
	opacity: 1;
}

/* DownloadManager */
p.download {
	margin-top: 3px;

}
p.download strong a {
	padding-left: 20px;
}
