/*
Theme Name: Ricardo
Theme URI: http://www.richardsantos.com
Version: 1.0
Description:  layout based on the <a href="http://templates.arcsin.se/">free website template</a> Dark Ritual.
Author: Madam Dracthor
Author URI: http://www.theluckycatstudio.com/
*/
/* standard elements */
* {
margin: auto;
padding: 0;
}
a {
color: #067a9b;
}
a:hover {
color: #08aad9;
}
body {
background: #000;
font: normal 10pt trebuchet ms;
margin: auto;
padding: 0;
}
p,ul {
padding-bottom: 1em;
}
ul {
margin-left: 1.2em;
}
/*.main li {
list-style-image: url(img/li.gif);
}*/
h1 {
font-size: 16pt;
font-family: Times;
}
blockquote {
background: #FFF;
border-bottom: 1px solid #EEE;
border-top: 1px solid #EEE;
color: #333;
display: block;
font-size: 0.9em;
margin-bottom: 1.2em;
padding: 6px 12px;
}
#header h1 { 
display:none 
}
blockquote p {
padding: 3px 0;
}
h1,h2,h3 {
color: #fff;
}
/* misc */
.clearer {
clear: both;
}
.left {
float: left;
}
.right {
float: right;
}
/* structure */
.container {
margin: auto;
padding: 0;
width: 1080px;
}
/* header */
.header {
background: #472603 url(img/header.jpg) no-repeat;
height: 156px;
margin: auto;
padding: 0;
text-align: center;
}
.main {

}
/* footer */
.footer {
background: #472603;
color: #BBB;
font-size: 0.9em;
line-height: 39px;
text-align: center;
}
.footer .left,.footer .right {
padding: 0 16px;
}
/*post areas*/
.post{
padding-left: 10px;
padding-top: 10px;
padding-right: 17px;
padding-bottom: 19px;
background: #fcf3d4;
}
.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#dbdada;
font-size:0.9em;
color:#505050;
font: 90% verdana;
margin-top: 10px;
}
.post ul li {
list-style:square;
margin-left:18px;
padding:5px;
}
.entry ol li {
padding:5px;
list-type:decimal;
margin-left:22px;
}
/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}
#commentform {
margin: 1em 0;
background: #F7F7F7;
}
#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
}
#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;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
}
#commentform input{
margin-bottom: 3px;
}