/*  
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. (print version)
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;
}

#page {
}

#header {
	border-bottom:2px solid #ccc;
	padding-bottom:10px;
}

#headerleft {
}

#headercenter {
	text-align:center;
}

#headerright {
}

#header .description {
	font-family:Georgia, serif;
	font-size: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;
	font-size:1.2em;
}

#sidebar, #respond, #commentform, .hideonprint {
	display:none;
}

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

h1 {
	font-size:2.5em;
	text-align:center;
	text-decoration:none;
	color:#fff;
}

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

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

.pagetitle {
	text-align:center;
}

#content > h2.pagetitle {
	margin-top:10px;
}

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

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

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

a {
	color:#008000;
	text-decoration:none;
}

.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;
}

.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;
	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;
}

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

