/*  
Theme Name: SchattenGestalt Blog Theme
Theme URI: ...
Description: Ein eigenes Theme für das SchattenBlog.
Version: 0.8
Author: Enriko Podehl
Author URI: ...

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('images/wood-texture3.jpg') repeat 0 0; /* wood1.jpg */
	color: #000000;
	text-align: center;
	}

#page {
	text-align: left;
	}

#header {
	background: url('images/SG_Blog_Header.png') no-repeat;
	}

#footer {
	background: url('images/SG_Blog_Footer.png') no-repeat;
	}
#content {
	font-size: 1.2em
	}

.post {
	background: url('images/post_bg.png') repeat-y top; 
       border: none;
	}

.postTop {
	background: url('images/post_top_bg.png') no-repeat;
       height: 44px;
	width: 660px;
	}

.postBottom {
	background: url('images/post_bottom_bg.png') no-repeat top;
        height: 47px;
	width: 660px;
	}

.pagetitle {
	background: url('images/nav_bg.png') repeat-y top;
	}

.navigation {
	background: url('images/nav_bg.png') repeat-y top;
	}

.navigation_top {
	background: url('images/nav_top.png') no-repeat;
       height: 34px;
	width: 660px;
	}

.navigation_bottom {
	background: url('images/nav_bottom.png') no-repeat top;
       height: 32px;
	width: 660px;
	}

#comment, #writeComment {
	background: url('images/post_bg.png') repeat-y top; 
       border: none;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: right;
	}

.alt {
	background-color: #f8f8f8;
	border: 1px solid #333;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #637011; /* #b85b5a */
	}

#comment .commentlist li, #writeComment #commentform input, #writeComment #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#comment .commentlist li {
	font-weight: bold;
	}

#comment .commentlist cite, #comment .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

#comment .commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#writeComment #commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#comment .commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.element, .links {
	background: url('images/sidebar_bg.png') repeat-y top; 
       border: none;
	}

.sidebarTop {
        background: url('images/Sidebar_top.png') no-repeat;
        height: 45px;
	width: 420px;
       }

.sidebarBottom {
        background: url('images/Sidebar_bottom.png') no-repeat top;
        height: 37px;
	width: 420px;
        }

.pagenav {
	background: url('images/sidebar_bg.png') repeat-y top; border: none;
	}

.categories {
	background: url('images/sidebar_bg.png') repeat-y top; border: none;
	}

.linkcat {
	background: url('images/sidebar_bg.png') repeat-y top; border: none;
	}

small, #sidebar ul li, #sidebar ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #1A9850; /* #06c */
	text-decoration: none;
	}

a:hover {
	color: #0D452C; /* #147 */
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
	}

#header {
	margin: 0;
	padding: 0;
	height: 246px;
	width: 1030px;
	}

#header A {
	margin-left: 275px;
	padding: 0;
	}

#header IMG {
	margin-top: 90px;
	padding: 0;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin-top: 20px;
	width: 660px;
	}

.widecolumn {
	padding: 0;
	margin: 10px auto;
	width: 660px;
	}

.post {
        padding: 0 20px 0 12px;
	margin: 0;
	text-align: justify;
	}

.post hr {
        border: 0;
        color:#333;
        background-color:#333;
        text-align: left;
        margin: 0;
        width: 400px;
        height: 2px;
	display: block;
	}

.postBottom {
        margin-bottom: 30px;
        }

.postavatar {
        padding-right: 10px;
        float: left;
        }

.postavatar img {
        border: 0;
        }

h2.pagetitle {
        padding-top: 3px;
}

.navigation .alignleft {
        padding-left: 30px;
}

.navigation .alignright {
        padding-right: 30px;
}

.navigation {
        padding-top: 5px;
}

#comment {
        padding: 10px 20px 10px 12px;
}

#writeComment {
        padding: 10px 20px 10px 12px;
}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	margin-top: 30px;
	}

.widecolumn .postmetadata {
	margin: 30px 0 0 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	 clear: left;
        padding: 10px;
}

.sidebarBottom {
        margin-bottom: 15px;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 1200px;
       height: 320px;
	clear: both;
	}
.footer A {
	margin-left: 685px;
	padding: 0;
	}
.footer IMG {
       margin-top: 130px;
	padding: 0;
       }
/* End Structure */



/*	Begin Headers */
h1 {
        padding: 0;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	padding-top: 10px;
	text-align: center;
}

#sidebar h2 {
	padding-left: 5px;
	margin: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}

#comment h3.comments {
	padding-left: 20px;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
        text-align: left;
	}

.entry ul li:before, .element ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.element, .links {
        padding: 0 15px 0px 15px;
	}

.element ul li, .links ul li {
	list-style: none;
	list-style-image: none;
	}

.element p, .element select {
	margin: 0 0 8px 5px;
        text-align: justify;
	}

ol li, .element ol li {
	list-style: decimal outside;
	}

.element ul li {
	margin: 0 0 0 -30px;
	padding: 0;
	}

.links ul li {
	margin: 0 0 0 -40px;
	padding: 0;
	}

.element ul li ul li {
	margin: 3px 0 0 -10px;
	padding: 0;
	}

.links ul li ul li {
	margin: 3px 0 0 -20px;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	/* margin: 10px auto; */
	padding: 0;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#writeComment #commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#writeComment #commentform textarea {
	width: 100%;
        border: 1px solid;
	}

#writeComment #commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
#comment .alt {
	margin: 0;
	padding: 10px 10px 0 10px;
	}

#comment .commentlist {
	padding: 0;
	text-align: justify;
	}

#comment .commentlist li {
	margin: 15px 0 3px;
	padding: 5px 5px 3px;
	list-style: none;
	}

#comment .commentlist p {
	margin: 5px 5px 5px 0;
	}

#writeComment #commentform p {
	margin: 5px 0;
	}

#comment .nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#comment .commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
       padding: 20px 0 10px 0;
	margin-left: 680px;
	width: 420px;
	}

#sidebar form {
	margin: 0;
	}

.part1 {
	float: left;
}

.part2 {
	margin-left: 190px;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto 0;
	width: 140px;
	text-align: center;
	}

#wp-calendar table {
	width: 100%;
}

#wp-calendar #next a {
	/* padding-right: 20px; */
	text-align: right;
        white-space:pre;
	}

#wp-calendar #prev a {
	/* padding-left: 20px; */
	text-align: left;
        white-space:pre;
	}

#wp-calendar #today {
        color: red;
}

#wp-calendar .ec3_postday {
        background: url('images/postday_BG.png') no-repeat;
        }

#wp-calendar .ec3_postday a {
        color: #ffffff;
        }

#wp-calendar .ec3_postday a:hover {
        color: #cccccc;
        }

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td:hover {
	background-color: #eee;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Zitat des Tages */
#zitatdestages {
       text-align: justify;
	margin-top: 10px;
	}
/* End Zitat des Tages */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #333;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 35px;
	margin: 0;
	}
/* End Various Tags & Classes*/


/* reCaptcha */
DIV#recaptcha-submit-btn-area {
	text-align: left;
	margin-top: 5px;
}
/* reCaptcha */


/* IntenseDebate */
div#idc-container-parent {
    padding: 10px 20px 10px 12px;
    background:url("images/post_bg.png") repeat-y scroll center top transparent;
}

div#idc-loading-comments{
    padding: 10px 20px 10px 12px;
    background:url("images/post_bg.png") repeat-y scroll center top transparent;
}

div#idc-container {
    margin: 0px;
}

div#idc-container-top {
	background: url('images/post_top_bg.png') no-repeat;
       height: 44px;
	width: 660px;
	}

div#idc-container-bottom {
	background: url('images/post_bottom_bg.png') no-repeat top;
        height: 47px;
	width: 660px;
	}

