/*  
Theme Name: Red.ThemeOne
Theme URI: http://www.dominik-renz.de
Description: Red.ThemeOne
Version: 1.0.6
Author: Dominik Renz
Author URI: http://www.dominik-renz.de
Tags: fixed width, two columns, widgets
*/

/* Farben -------------------------------------------
Hellgrau: #f9f9f9
	- Hintergrund

Hellgrau: #eee #ededed
	- Bildrahmen
	- Hintergrund Sidebar

Grau: #666
	- Artikelinfo
	- Zitat
	
Dunkelgrau: #394040
	- Text
	
Hellerot: #F3E3DD	

Rot: #E0C7Be

Dunkelrot: #712438

-----------------------------------------------------*/
<style type='text/css'>
        .gallery {
                margin: auto;
        }
        .gallery-item {
                float: left;
               	margin-right: 10px;
                text-align: left;
                
        }
        .gallery img {
                
        }
        .gallery-caption {
                margin-left: 0;
        }
</style>
/*---------------------------------------------------*/
/* Allgemein ----------------------------------------*/

/* Texte --------------------------------------------*/
* {
	padding: 0; 
	margin:0;
}

.clear {
	clear:both;
	height:20px;
}

body { /* Body */
	background: #F3E3DD;
	margin: 0; 
	font: 82%/1.6em Arial, sans-serif; 
	color: #394040;
	text-align: center;
}

p { /* Paragraph */
	margin: 0.7em 0;
	line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 { /* �berschriften */
	font-family: verdana, arial, sans-serif;
	text-align: left;
}

dl { 
	margin: 1em 0;
}

dt {
	font-weight: bold;
}

dd {
	margin:0.5em;
	padding:0;
}

blockquote { /* Zitat */
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
	background: url(img/blockquote.gif) no-repeat left top;	
}

/* Links --------------------------------------------*/
a { /* Link */
    text-decoration: none;
}

a:link, a:visited { /* Link; besucht */
	color: #712438;	/* TODO: Farbe bestimmen */	
}

a:hover, a:active { /* Link; Aktiv/Hover */
	color: #712438;	/* TODO: Farbe bestimmen */
}

/* Bilder -------------------------------------------*/
redimg { /* Bild */
	background: none;
	background: url(img/shadow.gif) no-repeat right bottom;
	padding: none;
	padding: 4px 10px 10px 4px;	
	border: none;
	border-top: #eee 1px solid;
	border-left: #eee 1px solid;
}

img 
{
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}

img.right { /* Bild; rechtsb�ndig */
	float: right;
	margin:10px 0 0 10px;		
}

img.left { /* Bild; linksb�ndig */
	float: left; 
	margin:0 10px 10px 0;	
}

img.wp-smiley, #wpstats, img.noborder, a img.noborder { /*Bild; ohne Rand */
	background: none;
	border: 0;
	padding: 0;
}

a:link img, /* Bild; verlinkt */
a:visited img,
a:hover img,
a:active img {
	background: none;
	background: url(img/shadow.gif) no-repeat right bottom; 
	padding: none;
	padding: 4px 10px 10px 4px;
	border: none;
	border-top: #eee 1px solid;
	border-left: #eee 1px solid;		
}


/* Ausrichtungen und Formatierungen -----------------*/
.alignleft { /* Linksb�ndig */
	float:left;
	text-align:left;	
}

.alignright { /* Rechtsb�ndig */
	float:right;
	text-align:right;	
}

.aligncenter { /* Zentriert */
	float:none;
	text-align:center;	
	

}

.center { /* Zentriert */
	text-align:center;	
}


/*---------------------------------------------------*/
/* Hauptteil ----------------------------------------*/
#container {
	border: #E0C7BE 1px solid; 
	background: #fff; 
	margin: 0 auto; 
	width: 820px; 	
	position: relative; 
	text-align: left;
}


/*---------------------------------------------------*/
/* Header -------------------------------------------*/
#header {
	margin: 0;
	background: #fff;
	height: 230px;
	text-align: center;
}

#header h1 { /* �berschrift/Titel */
	font-size: 1em;	
	margin: 0;
	letter-spacing: 0px;
	font-weight: normal;
	visibility: hidden;
}

#header a { /* �berschrift/Titel; Link */
	text-decoration: none;	
	border: 0;
}

#header #desc { /* Beschreibung */
	margin: 5px 0 0 10px;
	font-size: 1em;
	font-weight: normal;
}

#header img{ /* Bild */
	background: none;
	border: none;
	padding: none;
}

#headerimage1 { /* Headerbild; 1. Variante */
	background: #fff url(img/header1.jpg) no-repeat center top;
	height: 210px;
}

#headerimage2 { /* Headerbild; 1. Variante */
	background: #fff url(img/header2.jpg) no-repeat center top;
	height: 210px;
}

#headerimage3 {  /* Headerbild; 1. Variante */
	background: #fff url(img/header3.jpg) no-repeat center top;
	height: 210px;
}


/*---------------------------------------------------*/
/* RSS-Feed -----------------------------------------*/
#feedarea {
	font-size: 0.9em;
	padding: 10px 0 0 0; 
	float: right; 	
	text-align: right;
}

html #feedarea {
	padding-top: 15px;
}

#feedarea dl dt {
	display: inline; 
	margin-right: 5px; 
}

#feedarea dl dd {
	display: inline; 
	margin-right: 0px; 
	background: url(img/icon_feed.gif) no-repeat left center;
	padding-left: 20px;
}


/*---------------------------------------------------*/
/* Inhalt -------------------------------------------*/
#content {
	margin: 0 0 0 0;
}


/* �berschriften ------------------------------------*/
#content h2 { /* �berschrift 1 */
	background:url(img/underline1.gif) no-repeat left bottom;
	padding-bottom: 15px;	
	margin: 1em 0 0;	
	font-weight: normal;
	font-size: 1.5em; 
	line-height: 1.4em;
}

#content h3 { /* �berschrift 2 */
	background:url(img/underline2.gif) no-repeat left top;
	padding-top: 12px;	
	margin: 1em 0 0;	
	font-weight: bold;
	font-size: 1.2em; 
	line-height: 1.3em;
}

#content h3a { /* �berschrift 3 */
background:url(img/underline2.gif) no-repeat left bottom;
	padding-top: 8px;
	margin: 1em 0 0;	
	font-size: 1.1em; 
	line-height: 1.0em;	
	font-weight: bold;
}

#content h4 { /* �berschrift 4 */
	padding-top: 5px;
	margin: 1em 0 0;	
	font-size: 1.1em; 
	font-weight: bold;
}

#content h5 { /* �berschrift 5 */
	padding-top: 5px;
	margin: 1em 0 0;	
	font-size: 1.0em; 
	font-weight: bold;
}

#content h6 { /* �berschrift 6 */
	margin: 1em 0 0;	
	font-size: 1.0em; 
	font-weight: bold;
}


/*--------------------------------------------------*/
/* Hauptinhalt --------------------------------------*/
#content-main {
	float: right; 
	width: 555px; 
	text-align: justify;
	font-family: Arial, Sans-Serif;
	font-size: 1em; 
	padding-right: 30px;
}

/* Aufz�hlungen -------------------------------------*/
#content-main ul {
	list-style: square;
	margin-left: 20px; 
	padding-left: 0;
	/* TODO: weitere Formatierungen */
}

#content-main ol { /* Nummerierung */
	list-style-type:decimal;
	margin-left: 22px; 
	padding-left: 0;
	/* TODO: weitere Formatierungen */
}


/* Tabellen -------------------------------------*/
#content-main table {
	border: 0;
}

#content-main tr {
	
}

#content-main td {
	vertical-align: top;

}

/*--------------------------------------------------*/
/* Inhalt -------------------------------------------*/
#content .post { /* Artikel */
	clear: both;
	padding: 0 0 2em 0;
	border-bottom: #ededed 1px solid;
}

#content .entry { /* Artikeltext */
    clear:both;
    margin:1em 0;
}

#content-main .entry a:link,
#content-main .entry a:visited { /* Links */
    font-weight: bold; /* TODO: Idee! */
}

#content-main .entry a:hover,
#content-main .entry a:active {
    font-weight: bold; /* TODO: Idee! */
    text-decoration: underline;
}

#content-main .posttitle { /* Artikeltitel */

}

#content-main .post-info,
#content-main .postmetadata { /* Artikelinfo */
	clear: both;
	font-size: 0.8em;
	color: #666;
	margin: 0;
	padding: 0;	
	border: 0;
}

#content-main .postmetadata { /* Artikelinfo */
	background: #f9f9f9;
}

#content-main .post-info a,
#content-main .postmetadata a {
	color: #666;
	font-weight: normal;
}

#content-main .post-info p {
	margin: 0;
}

#content-main .postnav { /* N�chster Artikel usw */
	display: block;
	margin: 10px 0 60px;
	text-align: center;
}


/*--------------------------------------------------*/
/* Sidebar ------------------------------------------*/
#sidebar {
	float: left; 
	width: 200px;
	margin-top: 1em;
	font-size: 0.9em;
	font-family: arial, Sans-Serif;
	line-height: 1.6em;
	color: #394040; 
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


/*--------------------------------------------------*/
/* Sidebar-Inhalt -----------------------------------*/
#box_sidebar {
	background: #ededed url(img/sideheadtop.gif) no-repeat left top;
	padding: 10px 10px 10px 10px;
	margin-bottom: 30px;
}

#box_sidebar p {
	margin: 0.7em 0;
	line-height: 1.8em;
}

#box_sidebar h4 {
	margin-top: 0;
	margin-bottom: 0.7em;	
}

#box_sidebar a:link,
#box_sidebar a:visited {
	text-decoration: none;
	color: #712438; 
}

#box_sidebar a:hover,
#box_sidebar a:active {
	text-decoration: underline;
	color: #712438;
}

#box_sidebar ul {
	list-style: none;

}

#box_sidebar li a:link,
#box_sidebar li a:visited,
#box_sidebar li a:active {
	text-decoration: none;
	color: #394040; 
}

#box_sidebar li a:hover {
	text-decoration: none;
	color: #712438;
}

#box_sidebar li {
	padding-left: 0;  	
	margin-bottom: 0.7em;
}

#box_sidebar li li{
	padding-left: 10px;  	
}

#box_sidebar .current_page_item{
	font-weight: bold;
}


/*--------------------------------------------------*/
/* MessageBox ------------------------------------------*/
#msgbox {
	float: center;
	width: 290px;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px 5px 10px;
	font-size: 1.2 em;
	font-family: arial, Sans-Serif;
	font-weight: normal;	
	line-height: 1.6em;
	color: #394040; 
	background: #F3E3DD;
}

/*--------------------------------------------------*/


/*TODO*/

#footer {
	clear: both; 	
	background: #394040;
	margin: 0 auto; 
	width: 820px; 	
	font-size: 0.9em; 
	text-align: left;
	color: #eee;
	padding: 5px 0;

}


#footer p {
	float: left; 
	width: 47%; 
	margin-left: 2%;
}
#footer p.right {
	float: right;
	margin-right: 2%;
	width: 47%; 
	text-align: right;
}

#footer a {
	color: #eee;
}






#comments, #respond {
	margin: 0;
	padding:1em 0 0 0;
}

#commentform {
	margin:10px 0;	
	padding:10px;
	background: #f9f9f9;
	border-top: #ededed 1px solid;
	border-bottom: #ededed 1px solid;
}

.commentnum {
	font-size:1.5em;
	font-weight:bold;	
	margin:0 5px 0 0;
}

.nocomments {
	text-align:center;
	color:#666;
	font-size:0.9em;
}

#container .commentlist {
	margin: 1em 0;
	padding: 0;		
	border-top: #ededed 1px solid;
}

#container .commentlist li {
	list-style:none;
	margin: 0;
	padding: 0.5em 0.5em 2em;	
	border-bottom: #ededed 1px solid;
}

#container .commentlist li.alt 
{
    background:#f9f9f9;    
}

#container .commentlist li .cmtinfo 
{
	font-size:1em;			
}
#container .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
#container .commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999; /* TODO: ?? */
}
#container .commentlist .avatar
{
	float:right;	
}
#container .commentlist .commentmetadata
{
	font-size:0.8em;
}
#content .commentsfeed 
{
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}
#content .trackback 
{
	background:url(img/link.gif) no-repeat left center;
	padding-left:20px;
}
input.textbox, textarea, input[type="text"]
{
	border:#999 1px solid;
	/*background:#fff url(img/shadow_top.gif) repeat-x top;*/
	font:1em Verdana, Arial, Serif;
	padding:4px;
	width:200px;
}
#s
{
	width:150px;
}
textarea{
	width: 90%;
	padding:10px;
	line-height:2em;
	height: 20em;
}
input.textbox:focus, textarea:focus, input[type="text"]:focus
{
	/*background:#fff url(img/shadow_top.gif) repeat-x top;*/
	background: #F3E3DD;
	border:#999 1px solid;/* TODO: ?? */
}
#submit 
{
	padding:3px 5px;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	font-family:Verdana, Arial, Sans-Serif;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
	color:#999; /* TODO: ?? */
}
#content, #sidebar, #footer, .widget {
    overflow: hidden;
}

img.left, img.alignleft, div.alignleft
{
	float:left;
	margin:1em 1em 1em 0;
}
img.right, img.alignright, div.alignright
{
	float:right;
	margin:0 0 1em 1em;

}

img.aligncenter, div.aligncenter
{
	text-align: center;
	float:none;
	margin:0 auto;
	display: block;
}



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	width: 95%;
	text-align: right;
	}

#wp-calendar #next {
	padding-right: 5px;
	text-align: right;
	}

#wp-calendar #prev {
	padding-left: 5px;
	text-align: left;
	}

#wp-calendar #today {
	font-weight:bold;
		}


#wp-calendar a {
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	}

#wp-calendar td {
	}

/* End Calendar */










 
/* Verwendung unklar!? ----------------------------------*/
fieldset 
{
	border:0;
}
.wp-caption2 {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption2 img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption2 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-caption {
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 4px 4px;
	border:0;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
	
}
.wp-caption img {
	background:none;
	border: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 0.8em; 
	padding: 0 4px 5px;
	margin: 0;
}


img.nksnow {
	border: 0;
	background: none;}