/* templates/mrwriter/style.css  */
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */

@font-face {
    font-family: FontinSans ;
    font-weight: normal;
    src: url("fonts/Fontin_S.otf") format('opentype');
}

@font-face {
    font-family: FontinSerif;
    font-weight: normal;
    src: url("fonts/Fontin-R.otf") format('opentype');
}

@font-face {
    font-family: FontinCaps;
    font-weight: normal;
    src: url("fonts/Fontin-S.otf") format('opentype');
}
/* A font by Jos Buivenga (exljbris) -> www.exljbris.nl */

@font-face {
    font-family: Bitstream-Vera;
    font-weight: normal;
    src: url("fonts/Vera.ttf") format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff none repeat scroll 0 0;
	background-image: url(img/background.gif);
	background-attachment: scroll;
    color: #000;
    font-family: Georgia,Palatino,Palatino Linotype,FreeSerif,serif;
    font-size: 100.01%;
}

/* Hauptcontainer */
#mainpane {
    background: white;
	/*background-image: url(img/background_container.png);*/
    color: #333;
    margin: auto;
    width: 800px;
	border: 0px solid #510000;
	text-align: center;
	clear: both;
	padding-bottom: 1em;
}

/* Kopfbereich */
#serendipity_banner {
	background-image: url(img/header.jpg);
	height:	455px;
	width: 805px;
	border: 0px solid black;
    margin: auto;
	}

.twitter_icon {
	position: relative;
	bottom: -99px;
	left: -371px;
	border: none;
	display: none;
	}

/* CONTENT */
#content {
	width: 715px;
	margin: auto;
	margin-top: 20px;
	border: 0px solid black;
	background: white;
	font: 1.1em/1.6em Georgia,Palatino,Palatino Linotype,FreeSerif,serif;
	}

/* Artikeldatum */
#content h3.serendipity_date {
	font: small-caps 1em/1em FontinCaps, Tahoma, Verdana, sans-serif !important;
	color: #625D5D;
	margin-bottom: 1em;
	text-align: right;
	}

/* Artikelüberschrift */
#content h4.serendipity_title, h4.archives_header {
	font: small-caps 1.8em/1em FontinCaps, Tahoma, Verdana, sans-serif !important;
	text-align: right;
	letter-spacing: 0.1em;
	}

h4.archives_header {
	font: small-caps 1.8em/1em FontinCaps, Tahoma, Verdana, sans-serif !important;
	text-align: right;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	margin-top: 1em;
	}

/*Absatz im Artikel */
#content p, div.serendipity_comment, .archive_summary {
	text-align: justify;
	margin:  0.9em auto;
	width: 590px;
	}

p.center {
	text-align: center !important;
	}

div.serendipity_imageComment_txt {
	text-align: center;
	}

#content li {
	text-align: justify;
	margin:  0.75em auto;
	}

#content ul, #content ol {
	width: 75%;
	margin:  0.75em auto;
	text-align: left;
	padding-left: 2em;
	}

#content p.readmore {
	font-size: 0.8em;
	text-align: center;
	}

#content span.readmore_title {
	font-variant: small-caps;
	font-size: 1em !important;
	}

#content a:link, #content a:visited {
    color: #603737;
    text-decoration: underline;
	}

#content a:hover {
    color: #003400;
	text-decoration: none;
	}

#content h3.serendipity_title a:link, #content h3 a:visited,
#content h4.serendipity_title a:link, #content h4 a:visited {
    color: #003400;
    text-decoration: none;
	}

#content h3.serendipity_title a:hover,
#content h4.serendipity_title a:hover {
    color: #003400;
    text-decoration: underline;
	}

div.separator {
	text-align: center;
	margin: 2em;
	}
div.separator:after{content:url(img/leaf.gif);}

div.serendipity_pageFooter {
	font-size: 0.7em !important;
	font-variant: small-caps;
	margin: auto;
	text-align: center;
	width: 50%;
	border-top: 0px dotted grey;
	}

#content sub {
	font-size: 0.8em !important;
	}

#content blockquote {
	margin: 0 5em;
	border-bottom: 1px dotted grey;
	border-top: 1px dotted grey;
	}

#content blockquote p {
	font-style: italic;
	width: 85%;
	text-align: left;
	}

#content .kapitel {
	font-style: italic;
	text-align: left;
	font-size: 1.3em;
	}

div.blogroll_col_left {
	float: left;
	width: 320px;
	}

div.blogroll_col_right {
	width: 320px;
	float: right;
	}

ul.blogroll {
	width: 300px;
	}

ul.blogroll li {
	text-align: left !important;
	font-size:0.9em;
	}

span.bloggername {
	font-weight: bold;
	}
/* KOMMENTARE UND TRACKBACKS */

.serendipity_comments {
	margin-top: -2em;
	}

.serendipity_commentsTitle {
	font: small-caps 1.5em/1em FontinCaps, Tahoma, Verdana, sans-serif;
	text-align: right;
	letter-spacing: 0.3em;
	}

.trackback_url, .comments_view_modus {
	font: small-caps 0.8em/1em FontinCaps, Tahoma, Verdana, sans-serif;
	color: #625D5D;
	margin-bottom: 1em;
	text-align: right;
	}

div.serendipity_comment {
	border: 1px solid #003400;
	text-align: left;
	padding-left: 3em;
	width: 600px;
	margin: auto;
	margin-bottom: 0.5em;
	}

div.serendipity_comment p {
	width: 95% !important;
	margin-left: -1em !important;
	}

span.comment_source{
	font-size: 0.8em;
	margin: -2em;
	}

form#serendipity_comment_CommentForm {
	width: 550px;
	margin: 1em auto;
	background: #003400;
	-moz-border-radius:6px;
	padding: 1em;
	}

#serendipity_comment_CommentForm fieldset {
	margin: 1em auto;
	padding: 1em;
	border: 1px dotted gold;
	width: 90%;
	}

#serendipity_comment_CommentForm fieldset.submit {
	margin: 1em 0 !important;
	padding: 0 1em !important;
	border: 1px dotted gold;
	width: 90%;
	text-align: left !important;
	}

#serendipity_comment_CommentForm legend{
	color: gold;
	font-size: 2em;
	}

#serendipity_comment_CommentForm label {
	display:block;
	color:#fff;
	font: 1em/1.4em  Bitstream-Vera,FontinSerif, Tahoma, Verdana, sans-serif;
	margin-top:1.5em;
	}

#serendipity_comment_CommentForm input {
	font: 1em/1.4em  Bitstream-Vera, FontinSerif, Tahoma, Verdana, sans-serif;
	width:300px;
	}

#serendipity_comment_CommentForm textarea {
	font: 1em/1.4em  Bitstream-Vera, FontinSerif, Tahoma, Verdana, sans-serif;
	width:450px;
	}

#serendipity_comment_CommentForm input.text{
	width:300px;
	-moz-border-radius:6px;
	margin:2px 0 5px 0;
	padding:2px;
	border:1px solid #369;
	color:#369;}

#serendipity_comment_CommentForm input.submit{
	cursor:pointer;
	float:right;
	-moz-border-radius:6px;
	border:1px solid #369;
	background:#fff;
	height:21px;
	width:70px;
	}

#serendipity_comment_CommentForm span.checkbox label{
display: inline;
	}

.serendipity_commentDirection {
	color: gold;
	text-align: justify;
	margin-bottom: 1em 0;
	}

#serendipity_comment_CommentForm input {
	margin: 1em 0;
	}

/* SIDEBAR */
#sidebar {
border: 0px solid black;
float: right;
margin-right: -100px;
margin-top: -200px;
margin-bottom: -40px;
width: 290px;
	}

/*Fragezeichen-Hover-Grafik zum Aufruf des Seitenmenus */
#menu {
	float:right;
	margin-right:78px;
	margin-top:10px;
	position:relative;
	top:320px;
	width: 100px;
	}

.navigation {
	background-image: url(img/leaf.png);
	background-repeat: no-repeat;
	height:250px;
	}

.navigation ul {
	font-size: 15px;
	height: 150px;
	line-height: 23px;
	list-style-type: none;
	padding-left: 60px;
	padding-top: 100px;
	text-align: left;
	}

#sidebar a:link,
#sidebar a:visited {
    color: 	#FDD017;
    text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover {
    color: #FDD017;
	text-decoration: underline;
}

#credits{
	border-top: 1px dotted silver;
	width: 750px;
	margin: 1em auto;
	padding-top:1em;
	}

/* ARCHIV */

.archive_summary {
	margin: auto;
	padding: 1em;
	text-align: left;
	width: 600px;
	}

/* Ausgabe am Seitenende bei Ausdruck*/
#printfooter {
	display: none;
	}

div.serendipity_tweetback_check {
	display: none;
	}
