 /*

Theme Name: FF Minimal
Theme URI: http://fontfront.com/
Description: minimalistisches, widgetf&auml;higes Theme, das komplett ohne Bilddateien auskommt. 
Version: 1.0
Author: Dirk Martin
Author URI: http://fontfront.com/

*/



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

body {
font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color:#333;
margin:0;
background:url("images/hintergrund.jpg") #f7f7f7;
background-repeat:repeat-x;
}

* {
margin:0;
padding:0;
}


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

#header {
height:320px;
}

#header h1 {
margin:15px 0 0 0;
padding:25px 25px 40px 0;
border-bottom:3px solid #EFF8FB;
}

#wrapper {
width:980px;
margin:0 auto 0 auto;
background-image:url('images/content.jpg');
}

#wrappertwo {
width:980px;
margin:0 auto 0 auto;
background:url("images/header.jpg");
background-position:top;
background-repeat:no-repeat;
}


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

h1 {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Times New Roman", Times, serif;
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 {
letter-spacing:0.5px;
margin:0 0 0 40px;
padding:0 0 3px 25px;
height:28px;
background:url("images/navi_background.jpg");
background-repeat:repeat-x;
}

#nav li {
float:left;
list-style:none;
padding:0px 10px 0px 0px;
}

#nav li a {
color:#fff;
padding:5px 5px 5px 5px;
font:1.6em "Georgia";
margin:1px 2px 0 0;
font-weight:normal;
text-decoration:none;
display:block;
text-shadow:0px 1px #1d2612;
}

#nav li a:hover {
color:#e1e1e1;
text-decoration:none;
text-shadow:0px -1px #1d2612;
}

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

.clear {
clear:both;
}


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

#content {
float:left;
width:615px;
margin:40px 0 30px 0px;
padding-left:70px;
}

#content p {
line-height:20px;
margin:25px 0;
font-size:1.2em;
word-spacing:1px;
}

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

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

#content h2 {
font-family: "Georgia";
font-size:2.3em;
font-weight:normal;
color:#cf2c1c;
line-height:30px;
}

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

#content h3 {
margin:10px 0;
font:160%  "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
color:#222;
}

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

#content li {
font-size:1.2em;
line-height:20px;
}

.date {
font-size:1.1em;
color:#666;
font-style:italic;
}

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

img {
margin:0 20px 10px 0;
padding:5px;
border:1px solid #d2d2d2;
}


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


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

a {
color:#CF2C1C;
text-decoration:none;
}

a:hover {
color:#CF2C1C;
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:0 0 50px 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:200px;
float:left;
margin:55px 0 0 31px;
/*padding:0 0 0 56px;*/
}

#sidebar_content {
padding:0 0 0 25px;
}

#sidebar h2 {
letter-spacing:0.5px;
font-family:"georgia";
font-size:2em;
font-weight:normal;
color:#cf2c1c;
margin:15px 0 5px 0;
}

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

#sidebar li {
padding:13px 0 0 0;
list-style:none;
}

#sidebar li a {
color:#48321d;
text-decoration:none;
}

#sidebar li a:hover {
color:#000;
	
}

#sidebar input {
width:102px;
padding:3px;
background:#fff;
color:#444;
border:1px solid #eee;
font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS; 
}

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


/* 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 {
margin:0 auto 35px auto;
padding:15px 0 0 70px;
color:#fff;
font-family:"georgia";
font-size:12px;
width:910px;
height:60px;
background:url("images/footer.jpg")
}

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

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

/* misc */

.float_left{
float:left;
}

.float_right{
float:right;
}

#clear{
clear:both;
}

#calendar_wrapLarge h2 {
font-size:17px;
color:#49622C;
}

.alignright {
float:right;
margin:0 0 10px 10px;
}

.alignleft {
float:left;
margin:0 10px 10px 0;
}


/* suckerfishnav
--------------------------------------------------*/
#nav, #nav ul {
float:left;
list-style:none;
}

#nav li ul {
position:absolute;
left:-999em;
width:160px;
z-index:99;
}

#nav li li {
line-height:17px;
width:190px;
}

#nav li li a {
letter-spacing:0.3px;
padding:5px 5px;
}

#nav li ul li {
background:#49622c;
border-left:1px solid #3e5324;
border-right:1px solid #3e5324;
border-bottom:1px dotted #3e5324;
}

#nav li ul li a {
font-size:13px;
color:#fff;
text-shadow:0 1px #1D2612;
}

#nav li:hover ul li a:hover {
background-color:#597a32;
color:#fff;
width:190px;
text-shadow:0 -1px #1D2612;
}

#nav li ul ul {
margin: 0 0 0 100px
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left:-999em
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left:auto;
}

#nav li:hover, #nav li.sfhover {
}

#nav li:hover a, #nav li.sfhover a {
/*color:#d6d6d6;*/
}