/*	---------------------------------------------------------------------------------------------
	Inhalt:
	
	1. resets & allgemeine styles
	2. struktur
	3. content
	4. sidebar
	5. Footer
	6. Beitragseite und Kommentare
	7. Archiv
	8. Autoreninfo
	------------------------------- */


/*	---------------------------------------------------------------------------------------------
	1. resets & allgemeine styles
	------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
margin:0px;
padding:0px;
}
body {
font:62.5%/120% georgia,'times new roman', serif;
color:#666;
text-align:center;
background:#b0b6bb url(images/body_bg.jpg) repeat-x left top;
}
p,
a {
font-family: verdana, arial, sans-serif;
}
a {
text-decoration:none;
color:#AAA07A;
}
fieldset,
img {
border:none;
border:0;
}
ul,
ol {
list-style:none;
}
h1, h2, h3, h4, h5, h6, small {
font-size:1em;
}
input, textarea {
font-size:1.2em;
}
.clear {
clear:both;
}
hr {
height:1px;
border:none;
border-bottom:1px dashed #ccc;
margin-left:1px;
clear:both;
}
cite {
font-style:italic;
}

/*	---------------------------------------------------------------------------------------------
	2. struktur
	------------------------------- */

#header,
#wrapper {
width:804px;
margin:10px auto 0 auto;
}
#header {
height:209px;
background:url(images/header.jpg) no-repeat;
position:relative;
}
	#header a {
	position:absolute;
	left:437px;
	top:64px;	
	}
#wrapper {
text-align:left;
line-height:140%;
}
#content_wrapper {
width:570px;
float:left;
}
#content_top {
width:564px;
height:3px;
background:url(images/content_top.png) no-repeat;
}
#content {
width:559px;
padding-right:5px;
padding-bottom:20px;
background:url(images/content_bg.png) repeat-y;
}
#content_end {
width:564px;
height:7px;
background:url(images/content_end.png) no-repeat;
}
#sidebar {
width:234px;
float:left;
color:#333;
}
#footer {
width:800px;
clear:both;
}
#content p {
padding:0 26px 10px;
font-size:1.1em;
line-height:140%;
}

/*	---------------------------------------------------------------------------------------------
	3. Content
	------------------------------- */

#content a:hover,
#content a:focus {
text-decoration:underline;
}
.headline {
font:italic normal 1.9em georgia, 'times new roman', serif;
color:#aaa07a;
padding:20px 26px 10px;
display:block;
}
#main_theme {
width:506px;
margin:10px 0 20px 1px;
padding:15px 26px;
background:#f1f1f1 url(images/main_theme.gif) repeat-x;
border-top:1px dashed #b8b09a;
border-bottom:1px dashed #b8b09a;
}
	#main_theme img {
	float:left;
	margin-right:10px;
	}
	#main_theme h1 {
	color:#aaa07a;
	font:italic normal 2em georgia, 'times new roman', serif;
	margin:0;
	padding:0;
	}
	#main_theme h1 span {
	font-size:.6em;
	display:block;
	color:#666;
	}
	#main_theme p {
	padding:0;
	margin-top:10px;
	}

	/*	---------------------------------------------------------------------------------------------
	Blogeintrag	*/

.entry {
width:506px;
margin:20px 26px;
}
	.entry h2,
	.entry h1 {
	font:italic normal 2em georgia, 'times new roman', serif;
	}
	.entry h2,
	.entry h1,
	.entry h2 a {
	color:#000;
	font-family:georgia, 'times new roman', serif;
	}
	.entry h2 a:hover,
	.entry h2 a:focus {
	color:#aaa07a;
	}
	#content .entry p {
	padding:10px 0;
	}
		#content .entry p a {
		color:#aaa07a;
		}
	.entry ol,
	.entry ul {
	padding:0 10px;
	font:1.1em/140% verdana, arial, sans-serif;
	}
	.entry ul {
	list-style:square;
	padding-left:20px;
	}
	.entry ol {
	list-style:decimal;
	margin-left:20px;
	}
	.entry form ol {
	list-style:none;
	/*list-style-position:inside;*/
	margin-left:0;
	}
	.entry li {
	margin:3px 0;
	}
.entry_metadata {
border-bottom:1px dashed #666;
line-height:2.4em;
font-size:1.1em;
}
	.entry_metadata li {
	float:left;
	margin-right:25px;
	line-height:2.4em;
	}
	.entry_metadata a {
	font-family:georgia, 'times new roman', serif;
	color:#666;
	}
	.entry_metadata .mailto {
	padding-right:22px;
	background:url(images/mail.gif) no-repeat right center;
	}
	.entry_metadata a:hover,
	.entry_metadata a:focus {
	color:#000;
	}
.more {
color:#000;
display:block;
margin:10px 0;
font-weight:bold;
padding-left:10px;
background:url(images/arrow_lo.gif) no-repeat left center;
}
.more:hover,
.more:focus {
background:url(images/arrow_hi.gif) no-repeat left center;
color:#aaa07a;
}
.entry small {
line-height:2.4em;
display:block;
color:#000;
font-size:1.1em;
}
	.entry small a {
	font-family:georgia, 'times new roman', serif;
	font-style:italic;
	color:#aaa07a;
	padding:5px 5px 5px 25px;
	}
	.entry small a:hover,
	.entry small a:focus {
	color:#000;
	}
	.entry small a span {
	color:#666;
	}
	.entry small .comment_it {
	background:url(images/comment_it.gif) no-repeat left center;
	padding-left:20px;
	}
	.comments {
	background:url(images/comments.gif) no-repeat 5px center;
	}
	.permalink {
	background:url(images/permalink.gif) no-repeat 5px center;
	}
blockquote p {
padding:15px !important; /* Wordpress creates a p-TAG inside blockquote elements, so we need to override the contents p-TAG paddings */
background:#eee;
font-size:1.1em;
line-height:1.6em;
}
.entrytext img {
float:right;
margin:0 0 10px 10px;
}

.footnotes {
margin-top: 40px;
}

/*	---------------------------------------------------------------------------------------------
	4. Sidebar
	------------------------------- */

#sidebar a {
font-family:verdana, helvetica, arial, sans-serif;
}
#sidebar .link,
.link_liste a {
text-transform:uppercase;
font-size:.9em;
padding-left:10px;
margin-left:10px;
font-weight:bold;
color:#aaa07a;
background:url(images/arrow_hi.gif) no-repeat left center;
}
.box_header {
width:229px;
height:27px;
padding-right:5px;
background:url(images/sidebar_header.png) no-repeat;
}
	.box_header strong {
	color:#333;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:1em;
	display:block;
	text-transform:uppercase;
	line-height:27px;
	padding-left:25px;
	margin-left:5px;
	background:no-repeat left center;
	}

	/*	---------------------------------------------------------------------------------------------
	Icons	*/

	.box_header .this_month {
	background-image:url(images/this_month.gif);
	}
	.box_header .archiv {
	background-image:url(images/archiv.gif);
	}
	.box_header .vorschau {
	background-image:url(images/vorschau.gif);
	}
	.box_header .tags {
	background-image:url(images/tags.gif);
	}
	.box_header .links {
	background-image:url(images/links.gif);
	}
	
	/*	---------------------------------------------------------------------------------------------
		*/
	
.box {
width:229px;
padding-right:5px;
background:url(images/sidebar_box_bg.png) repeat-y;
}
.box_end {
width:229px;
padding-right:5px;
height:4px;
margin-bottom:7px;
background:url(images/sidebar_box_end.png) no-repeat;
}
.inner_box {
padding:10px 10px 0 10px;
margin-bottom:10px;
}
	.inner_box a {
	float:left;
	}
	.inner_box h3 {
	float:left;
	font-style:italic;
	font-size:1.4em;
	line-height:120%;
	margin-left:10px;
	font-weight:normal;
	min-height:63px;
	width:120px;
	}
	.inner_box hr {
	padding-bottom:10px;
	width:100%; /* Safari needs this */
	}
.about_book,
.event,
.webtv {
display:block;
padding:2px 0 2px 33px;
margin-bottom:8px;
color:#333;
font-weight:bold;
font-size:.9em;
text-transform:uppercase;
background:url(images/about_book.gif) no-repeat 8px center;
}
.about_book:hover,
.about_book:focus,
.event:hover,
.event:focus,
.webtv {
color:#aaa07a;
}
	.event {background-image:url(images/about_event.gif);}
	.webtv {background-image:url(images/webtv.gif);}

.inner_bg {
background:#d6d6d6 url(images/sidebar_inner_bg.gif) repeat-x left top;
padding:10px;
margin-left:1px;
border-top:1px dashed #fff;
text-align:right;
}
	.inner_bg a {
	float:right;
	margin:0 0 0 10px;
	}
	.inner_bg div {
	width:125px;
	float:left;
	}
	.inner_bg span {
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	font-family:verdana, helvetica, arial, sans-serif;
	}
	.inner_bg h4 {
	font-style:italic;
	font-size:1.4em;
	line-height:120%;
	font-weight:normal;
	margin:5px 0;
	}
	.inner_bg .link {
	float:right;
	margin:10px 0 0 0;
	}
	.inner_bg p {
	font-size:1em;
	line-height:120%;
	}
#archiv_box ul {
padding:0 10px;
}
	#archiv_box li {
	border-bottom:1px dashed #ccc;
	float:left;
	}
	#archiv_box img {
	float:left;
	margin-right:10px;
	}
	#archiv_box .link {
	margin-left:10px;
	padding:5px 0 5px 10px;
	display:block;
	}
	#archiv_box ul a {
	font-family:georgia, 'times new roman', sans-serif;
	font-size:1.1em;
	display:block;
	float:left;
	width:209px;
	padding:10px 0;
	}
	#archiv_box ul a:hover,
	#archiv_box ul a:focus {
	background:#eee;
	}
	#archiv_box strong {
	color:#aaa07a;
	font-weight:normal;
	display:block;
	}
	#archiv_box em {
	color:#333;
	font-weight:normal;
	font-style:italic;
	}
#vorschau_box .inner_box {
margin:0;
padding:10px;
}
#vorschau_box .inner_box div {
width:120px;
float:left;
text-align:right;
}
#vorschau_box span {
font-size:1em;
text-transform:uppercase;
font-weight:bold;
font-family:verdana, helvetica, arial, sans-serif;
}
#vorschau_box h3 {
font-style:italic;
font-size:1.4em;
font-weight:normal;
margin:5px 0;
float:none;
min-height:0;
}
#vorschau_box p {
font-size:1em;
line-height:120%;
}
#vorschau_box a {
float:right;
margin:0 0 0 10px;
}
#vorschau_box .link {
float:right;
margin:10px 0 0 0;
}


.tagbox {
padding:10px;
}
.tagbox li {
float:left;
}
.tagbox a {
color:#aaa07a;
margin:2px 5px;
line-height:20px;
float:left;
}
	.tagbox .tagsize_1 {
	font-size:.9em;
	}
	.tagbox .tagsize_2 {
	font-size:1.1em;
	}
	.tagbox .tagsize_3 {
	font-size:1.3em;
	}
	.tagbox .tagsize_4 {
	font-size:1.5em;
	}
	.tagbox .tagsize_5 {
	font-size:1.7em;
	}
	.tagbox .tagsize_6, .tagsize_7, .tagsize_8, .tagsize_9, .tagsize_10 {
	font-size:1.9em;
	}
.tagbox a:hover,
.tagbox a:focus {
text-decoration:underline;
color:#000;
}
.link_liste {
padding:10px;
}
.link_liste a {
display:block;
padding:1px 0 1px 10px;
margin:2px 0 0 0;
}

/*	---------------------------------------------------------------------------------------------
	5. Footer
	------------------------------- */

#footer p {
margin:5px 0 25px 0;
}
#footer a {
padding:0 3px;
color:#666;
}
#footer a:hover,
#footer a:focus {
color:#333;
text-decoration:underline;
}

/*	---------------------------------------------------------------------------------------------
	6. Beitragseite und Kommentare
	------------------------------- */

#content .entry .postmetadata {
background:#ddd;
padding:10px;
font-family:'trebuchet ms';
font-style:italic;
}
h3#comments,
h3#respond {
margin:25px 0;
font-size:1.4em;
color:#000;
font-weight:normal;
font-style:italic;
padding:2px 0 2px 20px;
}
h3#comments {
background:url(images/comments.gif) no-repeat left center;
}
h3#respond {
background:url(images/comment_it.gif) no-repeat left center;
}
.commentlist li {
padding:10px;
margin-bottom:20px;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
}
.commentlist li.alt {
background:#eee;
}
.commentlist li small {
line-height:1.6em;
}
	.commentlist li cite a {
	padding-left:0;
	}
	.commentlist li cite a:hover,
	.commentlist li cite a:focus {
	color:#aaa07a;
	text-decoration:none !important;
	}
.entry .commentmetadata a {
padding-left:5px;
font-size:1.2em; 
}
	
	/*	---------------------------------------------------------------------------------------------
	Formular */
	
	form {
	width:100%;
	text-align:center;
	}
	fieldset {
	margin:10px auto;
	width:480px;
	text-align:left;
	}
	fieldset li {
	line-height:1.6em;
	float:left;
	width:100%;
	margin-bottom:10px;
	}
	label {
	float:left;
	width:45%;
	margin-right:10px;
	font-size:1.2em;
	padding:1px 0;
	}
	input {
	float:right;
	width:50%;
	font-size:1.2em;
	font-family:georgia, 'times new roman', serif;
	}
	textarea {
	width:476px;
	margin-bottom:10px;
	font-family:georgia, 'times new roman', serif;
	}
	input#submit {
	width:25%;
	}
	#commentform p {
	text-align:left;
	width:480px;
	padding:0;
	margin:auto;
	}
	#commentform p a {
	font:italic 1.2em georgia, 'times new roman', serif;
	}
	
	/*	---------------------------------------------------------------------------------------------
		*/

.navigation {
width:507px;
padding:5px 26px;
line-height:2em;
}
.navigation a {
font-weight:bold;
text-transform:uppercase;
color:#aaa07a;

}
.prevlink {
float:left;
}
.nextlink {
float:right;
}

/*	---------------------------------------------------------------------------------------------
	7. Archiv
	------------------------------- */

h1	{
padding:20px 26px 0 26px;
font-size:2.4em;
line-height:120%;
font-weight:normal;
font-style:italic;
color:#aaa07a;
margin-bottom:25px;
}
.entry h1 {
padding:0;
margin:0;
}
.edit_post_link {
color:#aaa07a;
margin-top:10px;
display:block;
font:italic 1.2em georgia, 'times new roman', serif;
}
#content .edit_post_link:hover,
#content .edit_post_link:focus {
color:#000;
}

/*	---------------------------------------------------------------------------------------------
	8. Autoreninfo / Buchinfo
	------------------------------- */

#author_info,
#book_info {
width:506px;
padding:0 26px 20px 26px;
margin-left:1px;
}
#book_info {
padding-top:20px;
background:#f1f1f1 url(images/main_theme.gif) repeat-x;
border-top:1px dashed #b8b09a;
border-bottom:1px dashed #b8b09a;
}
#book_info blockquote {
margin-top:10px;
background:#fff;
color:#333;
padding:10px;
font-size:1.1em;
line-height:140%;
}
#book_info cite {
padding:5px 10px 0;
display:block;
}
#author_info p,
#book_info p {
padding:10px 0;
}
#author_info img,
#book_info img {
margin:0 20px 10px 0;
float:left;
}/*
#book_info img {
margin-top:20px;
}*/
#author_info h2,
#book_info h2 {
font:italic normal 2em georgia, 'times new roman', serif;
margin-bottom:1em;
color:#000;
display:inline;
}

.entry .entry_metadata {padding:0; list-style:none;}

#commentform small {
font-size:.8333em;
display:inline;
color:#666;
}
p.keytags {
clear:both;
}


.ohne {
display:block;
padding-right:10px;
margin-bottom:8px;

font-weight:bold;
font-size:.9em;

text-align:right;
}
