 /*

Theme Name: FF 9-Sternlein
Theme URI: http://fontfront.com/
Description: minimalistisches, widgetf&auml;higes Theme, das komplett ohne Bilddateien auskommt. 
Version: 2.0
Author: Dirk Martin & Michael Heidt
Author URI: http://fontfront.com/

*/



/* body
--------------------------------------------------*/

body {
font-family: 'Droid Serif', serif;
color: #143436;
background-color:white;
margin:0;
background:url("images/bg.jpg") white;
background-repeat:repeat-x;
}

* {
margin:0;
padding:0;
}

.float_left {
float: left;
}

.float_right {
float: right;
}

/* header
--------------------------------------------------*/

#header {
height: 245px;
background-image: url('images/header.jpg');
-moz-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
}

#h_titel{
float: right;
line-height:1.2em;
width: 500px;
margin: 40px 130px 0 0;
}

#h_titel p,
#h_titel h1,
#h_titel h2 {
color: #325f61;
text-align: center;
letter-spacing: 0.02em;
}

#h_titel p {
font-size: 15px;
margin: 50px 0 30px 0;
}

#h_titel h1 {
font-size: 35px;
font-weight: normal;
}

#h_titel h2 {
font-size: 25px;
font-weight: normal;
}

#wrapper {
background-image: url('images/wrapper_bg.jpg');
width: 960px;
margin: 30px auto 30px auto;
background-color: #fff;
-moz-box-shadow: 0 0 15px #c4ccd0;
-webkit-box-shadow: 0 0 15px #c4ccd0;
box-shadow: 0 0 15px #c4ccd0;
-moz-border-radius: 10px;
border-radius: 10px;
}


/* header h1 (blogtitle)
--------------------------------------------------*/

h1 {
font-size:3.8em;
font-weight:normal;
color:#333;
letter-spacing:-1px;
margin:20px 0;
}

h1 a {
text-decoration:none;
color:#333;
}

h1 a:hover {
text-decoration:none;
color:#333;
}


/* navigation
--------------------------------------------------*/

#nav {
width: 945px;
height: 33px;
background-image: url('images/navi_bg.jpg');
background-repeat: repeat-x;
float:left;
padding-left: 15px;
}

#nav ul {
float:left;
}

#nav li {
float:left;
list-style:none;
}

#nav li a {
font-size: 15px;
color: #ecdaa4;
padding: 7px 15px 8px 15px;
font-weight: normal;
text-decoration:none;
display:block;
}

#nav li a:hover {
text-decoration: none;
background-color: #1f4143;
}

#nav li a.active {
background-color:#eee;
color:#444;
text-decoration:none;
}

#first_nav_button {
}

.clear {
clear:both;
}


/* content
--------------------------------------------------*/

#content {
width: 540px;
margin: 10px 0 30px 30px;
float:left;
}

img.alignleft {
float: left;
margin-right: 20px;
}

img.alignright {
float: left;
margin-left: 20px;
}

#content p {
line-height: 24px;
margin: 25px 0;
font-size: 14px;
}

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

#content a:hover {
text-decoration:underline;
}

#content h2 {
font-size: 26px;
font-weight: 400;
line-height:30px;
margin: 0 0 10px 0;
}

#content h2 a {
text-decoration:none;
border:none;
}

#content h3 {
margin:10px 0;
color:#222;
}

#content ul, ol {
margin:0 0 0 15px;
font-size:120%;
}

#content li {
font-size: 14px;
line-height: 24px;
}

#border{
border-bottom:1px solid#ecdaa4;
}

.entry {
margin: 0 0 50px 0;
padding: 0 0 15px 0;
border-bottom: 1px solid #dbdbdb;
}

#content p.date {
color: #a3a3a3;
margin: 0;
padding: 0;
}


/* border images / blockquote
--------------------------------------------------*/

blockquote {
padding:5px 15px;
background:#EFF8FB;
margin:10px 0;
border:1px solid #ccc;
}


/* lost links / more tag
--------------------------------------------------*/

a {
color:#325f61;
text-decoration:underline;
}

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

a.more {
display:block;
text-align:right;
color:#2F460D;
text-decoration:none;
margin:10px 0 0 0 ;
}

a.more:hover {
text-decoration:none;
}


/* metadata under post
--------------------------------------------------*/
.post {
margin:20px 0 0 0;
}

.post .info {
border-top:1px solid #ccc;
font-size:1em;
color:#333;
}


/* metadata sidebar ('about this post')
--------------------------------------------------*/

p.news {
padding:10px;
background:#EFF8FB;
margin:10px 0 28px;
color:#333;
font-size:120%;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
}


/* sidebar
--------------------------------------------------*/

#sidebar {
width: 300px;
float: right;
margin: 0 30px 0 0;
}

#sidebar h2 {
font-size: 18px;
font-weight: 700;
color: #333;
margin: 30px 0 10px 0;
}

#sidebar ul {
list-style:none;
margin:0 0 23px 0;
font-size:120%;
}

#sidebar li {
font-size: 12px;
line-height: 21px;
padding: 3px 3px 3px 0;
border-bottom:1px solid #e0e0e0;
list-style:none;
}

#sidebar a,
#sidebar li a {
color: #a68215;
text-decoration:none;
}

#sidebar a:hover,
#sidebar li a:hover {
text-decoration: underline;
}

#sidebar p {
font-size: 12px;
line-height: 21px;
}

#sidebar input {
width:102px;
padding:3px;
background:#fff;
color:#444;
border:1px solid #eee;
}

#sidebar input:focus {
background:#fff;
border:1px solid #eee;
}

#sidebar .textwidget {
font-size: 12px;
line-height: 21px;
margin: 0 0 20px 0;
}


/* some input
--------------------------------------------------*/

input {
border: 1px solid #CCC;
font-size: 11px;
}

input:hover {
border:1px solid #262626;
	
}
input:focus {
border:1px solid #262626;
color:#333;
}


/* comments
--------------------------------------------------*/

#comments {
font-size:0.9em;
}


#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 350px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 480px;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 350px;
}

#commentform input{
margin-bottom: 3px;
}


/* footer
--------------------------------------------------*/

#footer {
font-size: 12px;
margin:0 auto 0 auto;
padding: 30px;
color: #ecdaa4;
height: 30px;
background-color: #325f61;
-moz-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
}

#footer a {
color: #ecdaa4;
text-decoration:none;
}

#footer li {
float: left;
list-style: none;
margin-left: 15px;
}

#footer a:hover {
text-decoration: underline;
}

#footer p{
text-align: left;

}
