/*  
Theme Name:djst
Theme URI:http://www.gwehkp.de/
Description:"djst" is a theme inspired by "WordPress Default" (the default WordPress theme based on the famous Kubrick) but has some advantages imho.
Version:0.9
Author:jello
Author URI:http://www.gwehkp.de/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php */

body {
	font-size:62.5%; /* Resets 1em to 10px */
	font-family:Georgia, 'Bookman Old Style', 'Times New Roman', serif;
	color:#000; /* #333 */
/*	text-align:center; */
	background-color:#fff;
	background-image:url(background.gif);
	background-attachment:fixed;
}

#page {
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	border-radius:25px;
	border:2px solid #ccc;
	margin:25px 90px;
	min-width:800px;
}

#header {
	position:relative;
	margin:20px 20px;
	height:180px;
}

#headerleft {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(farbverlauf_links.png);
	background-repeat:no-repeat;
	background-position:center left;
	height:180px;
	width:10px;
}

#headercenter {
	position:absolute;
	top:0px;
	right:10px;
	left:10px;
	background-image:url(farbverlauf.png);
	background-repeat:repeat-x;
	background-position:center center;
	height:180px;
	text-align:center;
}

#headerright {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(farbverlauf_rechts.png);
	background-repeat:no-repeat;
	background-position:center right;
	height:180px;
	width:10px;
}

#header .description {
	font-family:Georgia, serif;
	font-size:1.3em; /* 0.9em */
	font-weight:bold;
	letter-spacing:0.2em;
	text-align:center;
	text-decoration:none;
	color:#fff;
	margin:0;
}

#footer {
	padding:0;
	margin-top:10px;
	clear:both;
	border-top:2px solid #ccc;
}

#footer p {
	color:#333;
	margin:0;
	padding:20px 0;
	text-align:center;
	letter-spacing:-0.05em;
}

#content {
	background-color:transparent;
	padding:0;
	margin-right:290px;
	margin-left:20px;
	font-size:1.2em;
}

#sidebar {
	margin-left:30px;
	margin-right:20px;
	margin-bottom:20px;
	width:250px;
/*	height:100%; */
	font:1em Verdana, Arial, sans-serif;
	padding:1em 0 1em 0;
	text-align:left;
	float:right;
	background-color:#e0e0e0;
}

#sidebar form {
	margin:0;
}

#sidebar h2 {
	font-family:Verdana, Arial, sans-serif;
	font-size:1.2em;
	text-decoration:none;
	margin:5px 0 0;
	padding:0;
}

#sidebar ul {
	margin:0;
	margin-left:15px;
	padding:0;
}

#sidebar ul ol {
	margin:0;
	padding:0;
}

#sidebar > ul li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:15px;
}

#sidebar ul ul li {
	list-style-type:square;
	list-style-image:url(bullet.gif);
/*	list-style-position:inside; */
	margin-bottom:15px;
}

/* #sidebar ul ul li:before {
	content:url(bullet.gif)" ";
} */

#sidebar ul p
/* , #sidebar ul select */ {
	margin:5px 16px 8px 0;
}

#sidebar ul ul, #sidebar ul ol {
	margin:0 0 0 30px;
}

#sidebar ul ul ul {
	margin:0 0 0 10px;	
}

ol li, #sidebar ul ol li {
	list-style:decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin:3px 0 0;
	padding:0;
}

li.includessf {
	margin:-6px 15px 10px 0;
}

#searchform {
	padding:5px 3px; 
	text-align:center;
}

#sidebar #searchform #s {
	background-color:#fff;
	border:2px solid #008000;
	color:#008000;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:0.95em;
	font-weight:bold;
	padding:2px;
	text-align:center;
	width:125px;
}

#sidebar #searchsubmit, input#submit {
	background-color:#008000;
	border:2px solid #008000;
	color:#fff;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:0.95em;
	font-weight:bold;
	padding:1px;
}

#sidebar img {
	border:0;
	vertical-align:top;
	height:30px;
}

#sidebar img#amazonde {
	width:85px;
}

#sidebar img#allinkl {
	width:88px;
}

#sidebar img#buecherde, #sidebar img#udag {
	width:90px;
}

h1, h2, h3 {
	font-family:'Courier New', mono-space;
	font-weight:bold;
}

h1 {
	font-size:4em; /* 2.5em */
	margin:0;
	padding-top:1.5em;
	text-align:center;
	text-decoration:none;
	color:#fff;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration:none;
	color:white;
}

h2 {
	margin:0;
	font-size:1.6em;
}

.pagetitle {
	text-align:center;
}

h3 {
	font-size:1.3em;
	padding:0;
	margin:30px 0 0;
}

h3.comments {
	padding:0;
	margin:40px auto 20px ;
}

span.top {
	float:right;
	text-align:right;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#333;
	text-decoration:none;
}

a, h2 a:hover, h3 a:hover, span.top a {
	color:#008000;
	text-decoration:none;
}

a:hover {
	color:#0f0;
	text-decoration:underline;
}

.navigation {
	margin:10px;
	text-align:center;
}

.navigation span {
}

.navigation a {
}

br.clear {
	clear:both;
}

.post {
	clear:left;
	text-align:justify;
/*	margin-top:25px; */
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.post h2 {
	padding-left:10px;
}

.entry {
	font-size:1.1em;
	line-height:1.4em;
	clear:left;
	padding-top:5px;
	padding-left:20px;
	padding-right:10px;
}

.pmdindex {
	color:#808080;
	border-left:1px solid #808080;
	border-bottom:1px solid #808080;
	padding:10px 0 10px 10px;
	text-align:right;
	vertical-align:bottom;
}

.pmdsingle {
	background-color:#f8f8f8;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin:0 -10px 0 -20px;
	padding:10px;
	text-align:left;
}

small, .small {
	color:#333;
	font-size:0.8em;
	line-height:1.5em;
}

.floatstart {
	float:left;
	text-align:left;
}

.floatend {
	float:right;
	text-align:right;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.justify {
	text-align:justify;
}

.stroke {
	text-decoration:line-through;
}

.uline {
	text-decoration:underline;
}

.stroke > .stroke, .uline > .uline {
	text-decoration:none;
}

b > b {
	font-weight:normal;
}

i > i {
	font-style:normal;
}

.nowrap {
	white-space:nowrap;
}

acronym, abbr {
	font-size:0.9em;
	letter-spacing:0.07em;
	cursor:help;
	border-bottom:1px dashed #333;
}

blockquote {
	margin:15px 30px 0 10px;
	padding-left:20px;
	border-left:medium double #000;
}

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

code {
	font:1.1em 'Courier New', mono-space;
}

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

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

p img {
	padding:0;
}

a img {
	border:none;
}

/* Using 'class="alignright"' on an image will 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;
}

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

/* ? */
html>body .entry li {
	margin:7px 0 8px 10px;
}

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

.entry ol li {
	margin:0;
	padding:0;
}
/* /? */

select {
	width:130px;
}

#comments{
	padding:0 10px 10px 20px;
}

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

.commentlist li {
	margin:15px 25px 3px;
	padding:5px 10px 3px;
/*	list-style:none;
	font-weight:bold; */
}

.commentlist p {
	margin:10px 5px 10px 10px;
	font-weight:normal;
	line-height:1.5em;
	text-transform:none;
}

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

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

.commentmetadata {
	margin:0;
	display:block;
	font-weight:normal;
}

.alt {
	background-color:#f8f8f8;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

#commentform {
	margin-left:10px;
}

#commentform input {
	width:200px;
	padding:2px;
	margin:1px 0;
}

#commentform textarea {
	width:97%;
/*	padding:2px; */
}

/* #commentform #submit {
	margin:0;
	float:right;
} */

#commentform p {
	margin:5px 0;
}

#commentform input#author, #commentform input#email, #commentform input#url, #commentform textarea {
	font:1em 'Courier New', mono-space;
}

/* Calendar? */
#wp-calendar {
	empty-cells:show;
	margin:10px auto 0;
	width:155px;
}

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

#wp-calendar #next a {
	padding-right:10px;
	text-align:right;
}

#wp-calendar #prev a {
	padding-left:10px;
	text-align:left;
}

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

#wp-calendar caption {
	font:bold 1.3em 'Lucida Grande', Verdana, Arial, sans-serif;
	text-align:center;
	text-decoration:none;
	width:100%;
}

#wp-calendar th {
	font-style:normal;
	text-transform:capitalize;
}

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

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

table#mp {
border:0;
border-spacing:0;
font-size:95%;
margin-bottom:20px;
}

table#mp th {
border:0;
padding:5px;
background-color:#c0c0c0;
font-weight:normal;
text-align:left;
width:50%;
}

table#mp td {
border:0;
border-bottom:0.5px dotted #c0c0c0;
border-top:0.5px dotted #c0c0c0;
padding:5px;
padding-left:15px;
background-color:#cecece;
width:50%;
}

/* neuer Kategorie-/Archiv-Stil */
li.newdd {
	border:transparent 1px solid;
	margin-left:-1px;
	margin-top:-6px;
	padding-bottom:5px;
	position:relative;
	width:220px;
}

li.newdd:hover {
	border-right:#000 1px solid;
	border-top:#000 1px solid;
}

li.newdd * {
	margin:0;
	padding:0;
}

li.newdd h2 {
	cursor:crosshair;
}

li.newdd h2:after {
	content:" \021D2";
}

li.newdd:hover h2:after {
	content:" ";
}

li.newdd div {
	background-color:#f0f0f0;
	border:transparent 1px solid;
	display:none;
	left:-1px;
	position:absolute;
	top:22px;
	width:220px;
	z-index:5;
}

li.newdd:hover div {
	border:#000 1px solid;
	border-top:transparent 1px solid;
	display:block;
	padding-bottom:5px;
}

li.newdd li {
	list-style-type:square;
	list-style-image:url(bullet.gif);
}

