 /*
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 "Verdana", "Verdana", Verdana, sans-serif;
color:#5c5b5c;
margin:0;
background:url("images/background.jpg") #fff;
background-repeat:repeat-x;
}

* {
margin:0;
padding:0;
}


/* header
--------------------------------------------------*/

#header {
height:149px;
background:url("images/header.jpg")
}

#header h1 {
margin:15px 0 0 0;
padding:25px 25px 40px 0;
border-bottom:3px solid #5c5b5c;
}

#wrapper {
width:900px;
margin:35px auto 0 auto;
background-color:white;
}


/* header h1 (blogtitle)
--------------------------------------------------*/

h1 {
font-family: "Verdana", "Verdana", "Verdana", Tahoma;
font-size:3.2em;
font-weight:normal;
color:#850048;
letter-spacing:-1px;
margin:20px 0;
}

h1 a {
text-decoration:none;
color:#850048;
}

h1 a:hover {
text-decoration:none;
color:#850048;
}


/* navigation
--------------------------------------------------*/

#nav {
margin:0;
padding:0 0 0 25px;
height:31px;
background:#fff;
background-repeat:repeat-x;
}

#nav li {
float:left;
list-style:none;
padding:0px 10px 0px 0px;
}

#nav li a {
color:#5c5b5c;
padding:5px 5px 5px 5px;
font:1.6em "Tahoma";
margin:1px 2px 0 0;
font-weight:normal;
text-decoration:none;
display:block;
}

#nav li a:hover {
color:#850048;
text-decoration:none;
}

#nav li a.active {
background-color:#eee;
color:#ccbb9d;
text-decoration:none;
}

.clear {
clear:both;
}


/* content
--------------------------------------------------*/

#content {
display: inline;
float:left;
width:540px;
margin:40px 0 30px 30px;
}

#content p {
line-height:18px;
margin:25px 0;
font-size:1.2em;
word-spacing:1px;
}

#content a {
text-decoration:none;
color:#850048;
}

#content a:hover {
color:#850048;
text-decoration:underline;
}

#content h2 {
font-family: "Tahoma";
font-size:2.0em;
font-weight:normal;
line-height:30px;
color:#850048;
}

#content h2 a {
text-decoration:none;
border:none;
}

#content h3 {
margin:10px 0;
font:140%  "Tahoma", "Tahoma", Tahoma;
color:#ccbb9d;
}

#content ul, ol {
margin:0 0 0 15px;
font-size:120%;
}

#content li {
font-size:1.2em;
line-height:20px;
color:#850048;
}

/* border images / blockquote
--------------------------------------------------*/

img {
margin:0 20px 10px 0;
padding:10px;
border:1px solid #850048
}


blockquote {
padding:5px 15px;
background:#ffffff;
margin:5px 0;
border:1px solid #850048;
}


/* lost links / more tag
--------------------------------------------------*/

a {
color:#ccbb9d;
text-decoration:none;
}

a:hover {
color:#ccbb9d;
text-decoration:underline;
}

a.more {
display:block;
text-align:right;
color:#ccbb9d;
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 #ccbb9d;
font-size:1em;
color:#ccbb9d;
}


/* metadata sidebar ('about this post')
--------------------------------------------------*/

p.news {
padding:10px;
background:transparent;
margin:10px 0 28px;
color:#ccbb9d;
font-size:100%;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
}


/* sidebar
--------------------------------------------------*/

#sidebar {
width:260px;
float:right;
margin:40px 0 0 0;
padding:0px 15px 0 15px;
border-left:1px solid #ded3c0;
}

#sidebar h2 {
letter-spacing:1px;
font-size:1.2em;
color:#850048;
margin:15px 0 5px 0;
}

#sidebar ul {
list-style:none;
margin:0 0 23px 0;
font-size:120%;
}

#sidebar li {
padding:3px;
border-bottom:1px solid #ded3c0;
list-style:none;
}

#sidebar li a {
color:#5c5b5c;
text-decoration:none;
}

#sidebar li a:hover {
color:#850048;
	
}

#sidebar input {
width:102px;
padding:3px;
background:#fff;
color:#444;
border:1px solid #850048;
font:11px "Tahoma", "Tahoma", Tahoma; 
}

#sidebar input:focus {
background:#fff;
border:1px solid #850048;
}


/* some input
--------------------------------------------------*/

input {
border: 1px solid #850048;
font-size: 11px;
}

input:hover {
border:1px solid #850048;
	
}
input:focus {
border:1px solid #850048;
color:#850048;
}


/* 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:50px 0 0 50px;
color:#850048;
width:890px;
height:63px;
background-image: url"/images/footer.jpg"
}

#footer a {
color:#ccbb9d;
text-decoration:none;
}

#footer a:hover {
text-decoration:none;
color:#850048;
}

/* misc */

.float_left{
float:left;
}

.float_right{
float:right;
}

#clear{
clear:both;
}


/* suckerfishnav
--------------------------------------------------*/

#nav, #nav ul {
float:left;
list-style:none;
}

#nav li ul {
position:absolute;
left:-999em;
top:auto;
height:auto;
width:160px;
z-index:99;
}

#nav li li {
line-height:17px;
width:100px;
}

#nav li li a {
padding:5px 5px;
}

#nav li ul li {
background:#ffffff;
border-left:1px solid silver;
border-right:1px solid silver;
border-bottom:1px solid silver;
}

#nav li ul li a {
font-size:12px;
color:#5c5b5c;
}

#nav li:hover ul li a:hover {
background-image:none;
background-color:#ffffff;
color:#850048;
width:60px;
}

#nav li ul ul {
margin:-20px 0 0 131px
}

#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:#7f2824;*/
}