 /*

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", helvetica, arial, verdana, geneva, sans-serif;
color:#323232;
background-color:#ff8812;
margin:0;
}

* {
margin:0;
padding:0;
}


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

#header {
height:149px;
width:900px;
}

#header h1 {
margin:15px 0 0 0;
font-style:italic;
padding-top:68px;
padding-left:25px;
}

.red{
color:#9a0238;
}

#head_right {
width:680px;
height:159px;
background:url("images/stripes.jpg");
float:right;
}

#pic_right{
float:right;
}

#extended{
	background:url("images/background.jpg") #ffb409;
	background-repeat:repeat-x;
}

#wrapper {
width:900px;
margin:0 auto 0 auto;
background:url("images/content_mid.jpg") white;
}


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

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

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

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

.clear {
clear:both;
}


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

#content {
font-size:1.2em;
color:black;
display: inline;
float:right;
width:630px;
margin:10px 25px 10px 25px;
}

#content p {
line-height:19px;
margin:25px 0;
font-size:1.0em;
word-spacing:1px;
color:#323232;
}

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

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

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

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

#content h3 {
margin:10px 0;
font:160%  "Georgia";
color:#d92f10;
}

#content ul, ol {
margin:0 0 0 15px;
font-size:100%;
list-style-type:disc;
color:#323232;
}

#content li {
font-size:1em;
line-height:20px;
margin-left:0px;
margin-top:3px;
}

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

img {
margin:0;
padding:0;
border:0px solid #d2d2d2;
float:left;
}


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


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

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

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

a.more {
display:block;
text-align:right;
color:#d92f10;
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:220px;
float:left;
}

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

#sidebar li a {
color:#323232;
font:1.2em "Lucida Grande", "Lucida Sans Unicode", "Times New Roman", Times, serif;
font-weight:normal;
text-decoration:none;
display:block;
}

#sidebar li a:hover {
color:#d92f10;
text-decoration:none;
}

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

#sidebar li a:focus {
-moz-outline-style: none;
}

#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-top:60px;
height:164px;
/*background:url("images/footer.jpg");
background-repeat:repeat-x;*/
background-color:#ff8812;
}

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

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

#footer p{
padding-top:20px;
width:900px;
margin:0 auto 0 auto;
text-align:right;
color:white;

}