/*
Theme Name: sebastian.dietzold.de
Theme URI: http://sebastian.dietzold.de
Description: A simple, scaling, template, based on Steam 1.5.
Version: 0.1
Author: Sebastian Dietzold
Author URI: http://sebastian.dietzold.de

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

Colors:
	revolutionary red: #cc0000;
	link red: #b85b5a;

*/

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

html>body .entry li
{
	margin: 0.7em 0 0.8em 1em;
}

body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family : 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#header
{
	background-color: #cc0000;
	margin: 0 auto;
	/*height: 4em;*/
	width: 100%;
	text-align: center;
}

#header a
{
	display: block;
	font-size: 2em;
	color: white;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


#page
{
	background-color: #fff;
	border: 0.1em solid #959596;
	text-align: left;
	margin: 2em auto;
	padding: 0;
	width: 92%;
}

#content
{
	font-size: 1.2em
}

#footer
{
	background-color: #eee;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
}

#footer p
{
	margin: 0;
	padding: 1em 0;
	text-align: center;
}

#sidebar
{
	padding: 2em 0 1em 0;
	margin-left: 72%;
	width: 19em;
}

#sidebar h2
{
	font-size: 1.2em;
}

#sidebar form
{
	margin: 0;
}

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

#sidebar ul li
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1.5em;
}

#sidebar ul p, #sidebar ul select
{
	margin: 0.5em 0 0.8em;
}

#sidebar ul ul, #sidebar ul ol
{
	margin: 0.5em 0 0 1em;
}

#sidebar ul ul ul, #sidebar ul ol
{
	margin: 0 0 0 1em;
}

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

#sidebar ul ul li, #sidebar ul ol li
{
	margin: 0.3em 0 0;
	padding: 0;
}

#sidebar #searchform #s
{
	width: 11em;
	padding: 0.2em;
}

#sidebar #searchsubmit
{
	padding: 0.1em;
}

#searchform
{
	margin: 1em auto;
	padding: 0.5em 0.3em;
	text-align: center;
}

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

select
{
width: 13em;
}

/* Begin Calendar */
#wp-calendar
{
	empty-cells: show;
	margin: 1em auto 0;
	width: 15em;
}

#wp-calendar #next a
{
	padding-right: 1em;
	text-align: right;
}

#wp-calendar #prev a
{
	padding-left: 1em;
	text-align: left;
}

#wp-calendar a
{
	display: block;
}

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

#wp-calendar td
{
	padding: 0.3em 0;
	text-align: center;
}

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

#wp-calendar #prev a
{
	font-size: 0.9em;
}

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

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

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

.narrowcolumn, .fullcolumn
{
	float: left;
	padding: 0 2em 2em 2em;
	margin: 0 0 0 0;
}

.narrowcolumn
{
	padding: 0 0.5em 2em 2em;
	width: 65%;
}

.narrowcolumn .postmetadata
{
	padding-top: 0.5em;
}

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

.narrowcolumn .postmetadata
{
	text-align: center;
	clear: both;
}

/* Begin Comments*/
.commentlist li, #commentform input, #commentform textarea
{
	font: 0.9em 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
}

.commentlist li
{
	font-weight: bold;
}

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

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


#commentform p
{
	font-family: 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
}

.commentmetadata
{
	font-weight: normal;
}

.alt
{
	margin: 0;
	padding: 1em;
}

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

.commentlist li
{
	margin: 1.5em 0 0.3em;
	padding: 0.5em 1em 0.3em;
	list-style: none;
}

.commentlist p
{
	margin: 1em 0.5em 1em 0;
}

#commentform p
{
	margin: 0.5em 0;
}

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

.commentmetadata
{
	margin: 0;
	display: block;
}

#commentform input
{
	width: 17em;
	padding: 0.2em;
	margin: 0.5em 0.5em 0.1em 0;
}

#commentform textarea
{
	width: 100%;
	padding: 0.2em;
}

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

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

.navigation
{
display: block;
text-align: center;
margin: 0.5em 0;
padding: 0.5em 0;
clear: both;
}

.center
{
	text-align: center;
}

.entry ol
{
	padding: 0 0 0 3.5em;
	margin: 0;
}

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

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

.description
{
	text-align: center;
	font-size: 1.2em;
}

.post
{
	margin: 0 0 0.5em;
	text-align: justify;
	clear: both;
	padding: 0 0.5em 0 0;
}

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

/* 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) */

div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

img.alignright, div.alignright
{
	padding: 0.4em;
	margin: 0 0 0.2em 0.7em;
	display: inline;
	float: right;
}

img.alignleft, div.alignleft
{
	padding: 0.4em;
	margin: 0 0.7em 0.2em 0;
	display: inline;
}

.alignright
{
	float: right;
}

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

small
{
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3
{
	font-weight: bold;
	text-align: left;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0.5em;
}

h2
{
	font-size: 1.3em;
}

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

h3
{
	font-size: 1.1em;
}

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

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

small, #sidebar ul ul li, #sidebar ul 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: #b85b5a;
	//color: #cc0000;
	text-decoration: none;
}

a:hover
{
	color: #b85b5a;
	//color: #cc0000;
	text-decoration: underline;
}

h1
{
	padding-top: 1em;
	margin: 0;
}

h2
{
	margin: 1em 0 0;
}

h2.pagetitle
{
	margin-top: 2em;
	text-align: center;
}

h3
{
	padding: 0;
	margin: 1em 0 0;
}

h3.comments
{
	padding: 0;
	margin: 4em auto 2em;
}

acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	border-bottom: 0.1em dashed #999;
}

blockquote
{
	margin: 1em 1em 0 1em;
	padding-left: 1em;
	border-left: 0.1em solid #ddd;
}

blockquote cite
{
	margin: 0.5em 0 0;
	display: block;
}

hr
{
	display: none;
}

a img
{
	border: none;
}


/* image container divs */
div.imgright {
	border: 0;
	margin-left: 1em;
	margin-right: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: right;
}
div.imgright img {
	border-top: 0.1em solid #ddd;
	border-bottom: 0.1em solid #ddd;
	background-color: #f8f8f8;
}

div.imgleft {
	border: 0;
	margin-left: 0px;
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: left;
}

div.imgnormal {
	border: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

span.picsubtext {
	font-size: 80%;
	text-align: left;
}

/* Gravatars */
.gravatar {
	margin-right: 0.5em;
	float:left;
	padding: 0.1em;
	border: 0.1em solid #000;
	background: #fff;
}

.postgrav {
	float: left;
	padding: 0.1em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	border: 0.1em solid #000;
	background: #fff;
}

/* Float Pics Links */
div.entrytext div.float {
	background-color: transparent;
	padding: 10px;
	text-align: center;
	float: left;
}

		
