 /*

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

*/

/* tooltips
--------------------------------------------------*/

.qtip {
width: 600;
font-size: 14px;
padding: 10px;
background: #fcfcec;
color: black;
text-align: left;
border: 8px solid #eee;
border-radius: 5px !important;
-webkit-border-radius:5px !important;
-moz-border-radius:5px !important;
		
}

.qtip-contentWrapper {
border: none !important;				
}

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

body {
font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color:#333;
margin:0;
}

* {
margin:0;
padding:0;
}


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

#header {
height:141px;
background-color:#cc0000;
background-repeat:repeat-x;
}

#header h1 {
margin:0px 0 0 0;
padding:86px 0px 0px 29px;
font-size:5.9em;
}

#header h1 a {
color:#ffcc33;
}

#wrapper {
float:left;
width:960px;
margin:0;
background-color:white;
}


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

h1 {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Times New Roman", "Verdana", Times, serif;
font-size:3.8em;
font-weight:normal;
color:#333;
margin:20px 0;
}

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

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


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


#nav ul li:hover ul.sub-menu {
position: absolute;
left: 433px;
}

#nav ul li ul.sub-menu li {
background-color: #ffda6b;
padding: 0;
}

#nav ul li ul.sub-menu li a:hover {
background-color: #ffe084;
color: #294450;
}

#nav {
margin:4px 0 0 0;
padding:0 0 0 0;
height:30px;
background-color:#ffcc33;
background-repeat:repeat-x;
}

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

#nav li a {
color:#294450;
padding: 6px 6px 7px 10px;
font: 14px "Verdana";
font-weight:normal;
text-decoration:none;
display:block;
}

#nav li a:hover {
background-color: #ffe084;
height:auto;
text-decoration:none;
}

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

#nav div {
width:960px;
}

.clear {
clear:both;
}


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


label {
width:180px;
display: block;
float:left;
}

#content {
display: inline;
float:left;
width:580px;
margin:43px 0 30px 30px;
padding-left:40px;
border-left:1px solid #ccc;
}

/* wird von entry ersetzt: s.u.
#content p {
line-height:20px;
margin: 0 0 25px 0;
font-size:1.6em;
line-height:24px;
word-spacing:1px;
font-family: "Verdana";
}
*/
#content p {
line-height:20px;
margin: 0 0 14px 0;
line-height:24px;
word-spacing:1px;
font-family: "Verdana";
}

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

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

#content h2 {
font-family: "Verdana";
font-size:2.2em;
font-weight:normal;
line-height:30px;
color:#d40a01;
margin-bottom:14px;
}

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

#content h3 {
font-family: "Verdana";
font-size:16px;
font-weight:normal;
margin:10px 0;
line-height:30px;
color:#d40a01;
}

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

#content li {
line-height:20px;
}

#content .datum {
margin: 14px 0 14px 0;
text-align:right;
font-size:130%;
}

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

img {
margin:5px 20px 10px 0;
border:0px;
}

.image-header {
margin:65px 20px 10px 32px;
float:left;
border:0px;
}

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


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

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

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

a.more {
display:block;
text-align:right;
color:#cc0000;
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 {
float:left;
width:270px;
margin:40px 0 0 0;
padding:0 0 0 30px;
font-size:12px;
line-height:40px;
}

#sidebar h2 {
letter-spacing:1px;
color:#333;
margin:15px 0 5px 0;
font-family:"Verdana";
font-weight:normal;
}

#sidebar ul li.page_item {
list-style:none;
font-size:100%;
}

#sidebar li {
padding:3px;
width:225px;
font-size:12px;
list-style:none;
}

#sidebar li ul {
margin-left:14px;
}

#sidebar li a {
color:#000;
text-decoration:none;
font-family:"Verdana"
}

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

#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;
}

.tagcloud a {
line-height:50px;
}


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

#searchform {
float:right;
padding: 5px 0 0 0;
}

#nav input {
border: 0px solid #CCC;
padding:0 0 0 5px;
font-size:13px;
height:20px;
text-align:middle;
}

#nav input:hover {
border:0px solid #262626;
}

#nav input:focus {
border:0px 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 0 35px 0;
float:left;
padding:0 0 0 0px;
color:#333;
width:960px;
height:63px;
text-align:right;
}

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

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

/* misc
--------------------------------------------------*/

.float_left{
float:left;
}

.float_right{
float:right;
}

#clear{
clear:both;
}

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

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

.entry {
font-size: 1.6em;
margin: 14px 0 25px 0;
font-size: 1.6em;
line-height: 24px;
word-spacing: 1px;
font-family: "Verdana";
}

#content .entry h2 {
font-size: 1.3em;
}

/* suckerfishnav
--------------------------------------------------*/

#nav, #nav ul {
list-style:none;
}

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

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

#nav li li a {
padding:5px 5px;
}

#nav li ul li {
background:#f7f7f7;
border-left:1px solid silver;
border-right:1px solid silver;
border-bottom:1px solid silver;
}

#nav li ul li a {
font-size:13px;
color:#666;
}

#nav li:hover ul li a:hover {
background-image:none;
background-color:#649254;
color:white;
width:150px;
}

#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
}

#content1 {
    display: inline;
    float: left;
    width: 580px;
    margin: 43px 0 30px 30px;
    padding-left: 40px;
    border-left: 1px solid #ccc;
    list-style-type: none;
    font-size: 2.0 em !important;
    line-height: 20px !important;
}
#content1 a {
    font-size: 2.0 em !important;
    line-height: 20px !important;
}