/* Basico */
* {
   margin: 0;
   padding: 0;
}
img {
   border: 0;
}
li {
   margin-left: 1em;
}
body {
   background: url(body_bg.png) repeat-x 0 25px;
   background-color: #FFF;
   font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
   color: #333;
   text-align: center;
 }
 a {
    color: #416AA0;
 }
 a:hover {
   color: #D2691E;
 }
 dd {
    margin-left: 0.5em;
 }
 h1, h2, h3, h4, h5, h6 {
   color: #a3b90d;
 }
 
 /* Blocos principais */
 #desktop {
    margin: 0 auto;
    text-align: left;
 }
 #content, #header {
    width: 85%;
    margin: 0 auto;
 }
 
 /* Cabeçalho */
 #header {
    height: 6em;
    border-bottom: 1px solid #EEE;
    padding: 3em 3em 0 3em;
    margin-bottom: 3em;
    background: url(header_bg.png) no-repeat right top;
}
 #header a {
    color: #a3b90d;
    text-decoration: none;
 }
 #header p {
   text-transform: uppercase;
   color: #999;
   font-size: 101%;
 }
 
 /* Conteudo */
 #content {
    background: url(content_bg.png) no-repeat left bottom;
 }
 #main {
    width: 70%;
    margin-left: 28%;
 }
 
 
 /* Barra Lateral */
 #sidebar {
    width: 25%;
    float: left;
    margin-bottom: 70px;
 }
 #sidebar div {
    padding: 0 2em 1em 0;
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
 }
 #sidebar h3 {
    color: #a3b90d;
    font-size: 1.3em;
 }
 #sidebar li {
    margin-bottom: 0.5em;
    color: #518451;
    list-style: square;
 }
 
 /* Rodape */
 #footer {
   padding: 5em;
   font-size: 0.9em;
   text-align: center;
   border-top: 1px solid #EEE;
   background: url(footer_bg.png) repeat-x;
 }
 
 /* CSS bug */
 #clearDiv {
    clear: both;
 }
 
 /* Post */
 .post {
    padding-bottom: 3em;
 }
 .post h3 {
    font-size: 1em;
    font-weight: normal;
    float: right;
 }
 .post h2 {
    font-size: 1.8em;
    font-weight: normal;
    float: left;
 }
 .post .footer {
    border-top: 1px solid #EEE;
    margin-top: 1em;
    padding: 0.2em 1em;
 }
 .post .text {
    padding: 0 1em;
 }
 .post .header {
    height: 3em;
    padding: 0 1em;
 }
 
 /* Comentarios */
#comments {
   padding-bottom: 2em;
}
#comments h3 {
   padding-left: 0.6em;   
   color: #a3b90d;
   font-size: 1.7em;
   font-weight: normal;
}
#comments .comment {
   padding: 2em 1em 0.3em 1em;
   border-bottom: 1px solid #EEE;
}
#comments .header {
   font-size: 1.2em;
   color: #888;
}
#comments .date {
   font-size: 0.7em;
   float: right;
}
