/*
Theme Name: Regena
Theme URI: http://blog.regena.de
Description: Wordpress Theme Regena
Version: 3.0
Author: Jäger Management
Author URI: http://pr-jaeger.de
Tags: clean, white, red
*/


/* @group reset */

* { 
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: 0 none;
	outline: none;
}

/* @end */


/* @group anchor */

a {
	color: #9c151c;
}

a:hover,
a:focus {
	color: #5d0d11;
	text-decoration: underline;
}



/* @end*/


/* @group wordpress-standard */

/* generated by WordPress. More info: http://codex.wordpress.org/CSS */

.aligncenter { display:block; margin:0 auto }
.alignleft { float:left; }
.alignright { float:right; }
img.alignleft { margin: 10px 10px 10px 0; }
img.alignright { margin: 10px 0 10px 10px;  }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* @end */

html {
	height: 100%; /* Sticky Sticky */
}

body {
	font: 13px/24px Arial, Helvetica, sans-serif;
	color: #5c5c5c;
	height: 100%; /* Sticky Sticky */
}

#wrap-me {
	width: 984px;
	margin: 0 auto;	
	overflow: hidden;
	min-height: 100%; /* Sticky Sticky */
}

#wrap-inhalt {
	overflow: hidden;
	padding-bottom: 50px; /* Sticky Sticky ## same as the footer */
}

#header {
	height: 320px;
	margin-bottom: 40px;
	background: transparent url(images/bg-header.gif) 0px 262px repeat-x;
	position: relative;
}

.link-blog,
.link-main { position: absolute; text-transform:uppercase; color:#fff; font-size: 11px; bottom: 33px; }
.link-main:actitve { position: absolute; text-transform:uppercase; color:#fff; font-size: 11px; bottom: 33px; }
.link-blog:active { position: absolute; text-transform:uppercase; color:#fff; font-size: 11px; bottom: 33px; }

.link-blog:hover,
.link-blog:focus,
.link-main:hover,
.link-main:focus { color:#fff; }

.link-blog { left: 10px; }
.link-main { right: 10px; }

h1 {
	width: 209px;
	height: 81px;
	position: absolute;
	left: 389px;
	bottom: 5px;
	z-index: 1;
}

h1 a {
	background: transparent url(images/regena-logo.png);
	display: block;
	height: 81px;
	text-indent: -9999px;
	white-space: nowrap;
}


#content {
	width: 666px; /* super evil! */
	float: left;
}

#sidebar {
	width: 246px;
	float: right;
	padding: 0 0 0 72px;
	margin-bottom: 45px;
}

h2, h2 a {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #4d4d4d;
}

h2.archive-heading,
h2.tag-heading,
h2.category-heading  {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #7a7a7a;
	padding-bottom: 8px;
	border-bottom: 1px dashed #d1d1d1;
	margin-bottom: 20px
}


/* @group posts */

.post {
	margin-bottom: 70px;
	overflow: hidden;
}

.post-details {
	padding-bottom: 8px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 15px;
}

.posted {
	color: #9c151c;
	font: 13px/20px Georgia, "Times New Roman", Times, serif;
	margin: 3px 0 0 0;
}

.postcategory a {
	font-style: italic;	
}

.post-tags {
	color: #b5b5b5;
	font-size: 11px;
}

.post-tags a {
	color: #b5b5b5;
}

.post-tags a:hover {
	color: #7a7a7a;
}

.post p {
	margin-bottom: 15px;
}

.post ul, .post ol {
	margin-left: 40px;
	margin-bottom: 15px;
}

.post ul li ul {
	margin-left: 20px;
	margin-bottom: 0;
}

.more-link {
	font: italic 11px/20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	color: #7a7a7a;
	display: block;
	width: 180px;
	border-bottom: 1px dotted #dbdbdb;
	margin-top: 20px;
}

.more-link:hover,
.more-link:focus {
	border-bottom: 1px dotted #9c151c;
	text-decoration: none;
	color: #9c151c;
}

	/* @group aliens */
	
	.post > h1 {
		width: auto;
		height: auto;
		position: relative;
		left: 0;
		bottom: 0;
	}
	
	.post > h1 a {
		background: none;
		display: inline;
		height: auto;
		text-indent: 0;
	}
	
	.post > h1,
	.post > h2,
	.post > h3,
	.post > h4 {
		font: 16px/24px Georgia, "Times New Roman", Times, serif;	
		color: #000000;
		margin: 20px 0 10px 0;
		font-style: italic;
	}
	
	/* @end */

.post blockquote {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 4px solid #d1d1d1;
	font: italic 13px/24px Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group Sidebar */

.xoxo li {
	list-style-type: none;
	color: #7a7a7a;
}

.widget-container { margin-bottom: 20px; }

.widget-title {
	font: 16px Georgia, "Times New Roman", Times, serif	;
	color: #9c151c;
	padding-bottom: 8px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 20px
}

.widget-container ul li a:link, 
.widget-container ul li a:active,
.widget-container ul li a:visited { color: #7a7a7a; padding-left: 15px; background: transparent url(images/bg-list.gif) left center no-repeat; }

.widget-container ul li a:hover, .widget-container ul li a:focus { color: #5c5c5c; }

/* @end */


/* @group Footer */

#footer {
	position: relative;
	margin-top: -50px; /* Sticky Sticky ## negative value of footer height */
	height: 50px;
	clear:both;
	border-top: 4px double #d1d1d1;
	overflow: hidden;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #7a7a7a;
	text-transform: uppercase;
	padding: 25px 10px 0 10px;
}

#footer a {
	color: #7A7A7A;	
}

#footer a.backtotop { text-transform: lowercase; color: #9c151c; }

.copyright { float:left; }
.imprint { float:right; }

/* @end */


/* @group Pagenav */

.pagenav {
	overflow: hidden;	
	margin-bottom: 45px;
}
	
.pagenav a:link,
.pagenav a:active,
.pagenav a:visited {
	display:block;
	float: left;
	font: 12px/28px Georgia, "Times New Roman", Times, serif;	
	margin-right: 10px;
	padding: 0 20px;
	background: #999;
	color: #ffffff;
}

.pagenav a:hover,
.pagenav a:focus {
	background: #9c151c;
	text-decoration: none;	
} 

/* @end */


/* @group Comments */

form p { line-height: 25px; overflow: hidden; }

#comments-title,
#respond { border-top: 1px dashed #d1d1d1; margin-top: 30px; padding-top: 15px; }

#respond label { 
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}

#respond input[type="text"] {
	background-color: #FBFBFB;
	border: 1px solid #E5E5E5;
	line-height: 15px;
	padding: 5px;
	width: 300px;
	margin-right: 20px;
	float:left;
}

#comment {
	background-color: #EFEFEF;
	padding: 10px;
	width: 666px;
}

.form-allowed-tags { display: none; }

.comment-form-comment { margin-top: 45px; }

#cancel-comment-reply-link { margin-left: 25px; font-style: italic; }

.comment-body { background: #ededed; padding: 10px;}

.comment-author {
	overflow:hidden; 
}

.comment-author img {
	float: left;	
	margin-right: 10px;
}

.comment-author cite {
	color: #9c151c;
	text-transform: uppercase;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
}

.comment-meta {
	overflow:hidden;
}

.comment-meta a {
	font-size: 10px;	
}

.commentz ol { margin: 25px 0 0 0; list-style: none; }

.comment { margin-top: 25px; }

.reply { float: right; }
.comment-reply-link { font-size: 10px; text-decoration: underline; }

.children { margin-top: 25px; list-style: none; }

.form-submit input[type="submit"] {
	background-color: #9c151c;
	border: none;
	color: #fff;
	line-height: 24px;
	padding: 3px;
	width: 160px;
}

.form-submit input[type="submit"]:hover { background: #5c5c5c; cursor: pointer; }
/* @end*/

