/*
Theme Name: RHD, based on WordPress Default DE-Edition
Theme URI: http://wordpress.org/
Description: Roterhund-Spezial-Theme, basierend auf dem Standard WordPress Theme, das auf <a href="http://binarybonsai.com/kubrick/">Kubrick</a> basiert. Die deutsche Bearbeitung erfolgte durch <a href="http://wordpress-deutschland.org/">WordPress-Deutschland.org</a>.
Version: 1.0
Author: Philipp Marquardt
Author URI: http://www.roterhund.de/
Tags: red, green, blue, fixed width, centered, two columns, widgets

	RHD v1.0
	http://www.roterhund.de/

	This theme was designed by Philipp Marquardt, and the HTML/CSS built on top of the code for "Kubrick" by Michael Heilemann

	The design copyright Philipp Marquardt, 2008, all rights reserved

*/


/* -- -- -- undohtml.css (Undo browser defaults) http://tantek.com/log/2004/09.html#d06t2354 -- -- -- */
h1,h2,h3,h4,h5,h6,pre,code,p { font-size: 1em; }
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin: 0; padding: 0; }
a img,:link img,:visited img,:hover img { border: none; }
:focus { outline: none }



/* Begin General */
body {
	margin: 0 0 20px 0;
	font-size: 100,01%;
	font-family: 'Lucida Grande', Verdana, Geneva, Sans-Serif;
	color: #333;
	text-align: center;
	background: #fff url('images/hg_kopf.png') 0 0 repeat-x;
	}

#page {
	text-align: left;
	margin: 0 auto;
	width: 810px;
	}

#header {height: 263px; width: 810px; }
    #headerimg 	{ position: relative; height: 263px; width: 810px; background: url('images/kopfillu.png') 0 0 no-repeat; }
        #headerimg .description { position: absolute; left: -9999px; }
        #headerimg ul { position: relative; top: 173px; left: 20px; list-style: none; }
            #headerimg ul h5 { font-size: 11px; color: #ff0; }
            #headerimg ul li a { font-size: 11px; color: #ff9; }
            #headerimg ul li { float: left; width: 100px; margin-right: 20px; }
            #headerimg ul li ul { position: static; }

#content { float: left; width: 502px; font-size: 0.81em; padding-bottom: 20px; }

#footer { clear: both; padding: 0; margin: 20px auto; width: 810px; }
    #footer p { margin: 0; padding: 40px 0; font-size: 0.81em; text-align: center; background: url('images/hg_fuss.png') no-repeat top center; border: none; }

.alt {
    margin: 10px 0;
	background-color: #f1f1f1;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

.postmeta, small {
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 9px;
	}

h1 { font-size: 0.69em; font-family: Verdana, Geneva, Sans-Serif; position: absolute; top: 10px; right: 30px;  }
    h1, h1 a, h1 a:hover, h1 a:visited { font-weight: normal; text-decoration: none; color: #369; }

h2, h3 {
	font-family: 'Times New Roman', Times, Serif;
	font-weight: normal;
	color: #999;
	}

h2 { margin-top: 30px; font-size: 2em;}
    h2.pagetitle { color: #000; }

    #sidebar h2 { font-size: 1.2em; }

h3 { font-size: 1.5em; margin: 30px 0 0; }
    h3.comments { margin: 40px auto 20px; }

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #999;
	}

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 { line-height: 1.5em; }
.entry img, .entry object { margin-bottom: 9px; padding: 1px; border: 1px solid #ccc; }

.entry p { margin-bottom: 9px; }

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar { overflow: hidden; }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, 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: #900;
	text-decoration: none;
	}

a:hover {
	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 Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmeta ul, .postmeta li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#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;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar { font-size: 0.81em; padding: 20px 0 10px 0; float: right; width: 190px; }

/* End Sidebar */


/* Begin Various Tags & Classes */
.clear { clear: both; }

.center { text-align: center; }

hr { display: none; }

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 #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


/* Begin Calendar (no Calendar in rhd-theme) */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE 6- */
	background-color: #fff; }
/* End Calendar */

