/*

Theme Name: FleurKanzlei Edit
Description: 3 Row Edition by Mlanghans, Original by Kaushal Sheth
Author: <a href="http://www.kaushalsheth.com">Kaushal Sheth</a>
Author URI:Kaushal Sheth

*/


body {
margin: 10px;
padding: 0;
font: 75% helvetica, "Trebuchet MS", arial, tahoma, sans-serif;
line-height:1.3em;
color: #0066CC;
background: #F5ECCD;
background-position: 50% 0;

}

#container {
width: 800px;
margin-left: auto;
margin-right: auto;
padding: 5px;
border: 1px solid #999;
color: #999;
background: #FFF;
min-height: 800px;
}



#banner {
height: 100px;
padding: 0;
margin: 0;
border: 1px solid #cccc99;
color: #666;
background: #fff url('images/fleur_banner.jpg') no-repeat;
}
<!--
#banner h1 {
padding: 5px;
font: normal 120% georgia, "Helvetica,Trebuchet MS", verdana, sans-serif;
text-align: left;
border-bottom: none;
color: #666;
background: inherit;
}
-->
#content {
padding: 5px;
margin: 5px 192px 5px 192px;
margin-bottom: 0;
color: #000000;
background: #fff;
}

h1 {
margin: 0;
font: bold 130% "Helvetica,Trebuchet MS", verdana, tahoma, sans-serif;
padding: 5px;
border-bottom: 1px solid #eee;
text-transform: uppercase;
color: #0066b2;
background: inherit;

}

h2 {
margin: 0;
font: bold 90% "Helvetica,Trebuchet MS", verdana, tahoma, sans-serif;
padding: 5px;
border-bottom: 1px solid #eee;
text-transform: uppercase;
color: #0066b2;
background: inherit;
}
h3 {
margin: 0;
font: normal 90% "Helvetica,Trebuchet MS", verdana, tahoma, sans-serif;
padding: 5px;
border-bottom: 1px solid #eee;
text-transform: uppercase;
color: #0066b2;
background: inherit;
}
h4 {
margin: 0;
font: normal 90% "Helvetica,Trebuchet MS", verdana, tahoma, sans-serif;
padding: 0px;
color: #0066b2;
background: inherit;
}
a {
text-decoration: none;
color: #3399ff;

}

a:hover {
text-decoration: none;
color: #ffffff;
background-color:  #9999ff;

}

#sidebar {
float: left;
width: 175px;
margin: 0 10px 0 0;
padding: 5px;
border-right: 4px solid #ffff66;
background-color: #ffffff;
color: #999;
}

#sidebar2 {
float: right;
width: 175px;
margin: 0 10px 0 0;
padding: 5px;
background-color: #ffffff;
color: #999;
}


#footer {
padding: 0px;
margin: 0 0 0 0;
text-align: center;
border-top:4px solid #ffff66;	
color: #999;
background-color: #fff;		
}

 /* set millions of background images */
.rbroundbox { background: url('images/nt2.gif'); }
.rbtop div { background: url('images/tl2.gif') no-repeat top left; }
.rbtop { background: url('images/tr2.gif') no-repeat top right; }
.rbbot div { background: url('images/bl2.gif') no-repeat bottom left; }
.rbbot { background: url('images/br2.gif') no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
height: 10px;
font-size: 1px;

}
.rbcontent { margin: 0 7px;}
.rbroundbox { width: 90%; margin: .5em auto; }


/*post stylng*/
.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:0.9em;
color:#505050;
}



/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #ffffff;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}