/* Basico */
* {
   margin: 0;
   padding: 0;
}
img {
   border: 0;
}
body {
   background: url(bg.png) repeat-x 0 25px;
   background-color: #FFF4D4;
   text-align: center;
   font: 11px Arial, sans-serif;
}
html {
   padding-bottom: 40px;
}
li {
   margin-left: 20px;
}

/* Div geral */
#desktop {
   width: 610px;
   background: url(desktop_bg.png) repeat-y 99px;
   margin: 0 auto;   
   text-align: left;
   padding-right: 100px;
}


#header, #main, #footer {
   width: 431px;
   margin-left: 99px;
   padding: 40px 40px 0 40px;   
}
/* Cabeçalho */
#header {
   background: url(header_bg.png) no-repeat;
   height: 93px;
}
#header a {
   text-decoration: none;
   color: #4B0082;
}
#header h1 {
   font-size: 20px;
}

/* Conteúdo */
#main {
   width: 390px;
   margin: 0 10px 0 10px;
   padding: 0;
   float: left;  
}

/* Barra lateral */
#sidebar {
   width: 150px;
   float: left;
   background: url(sidebar_bg.png) repeat-y;
}
#sidebar div {
   margin-bottom: 20px;
}
#sidebar li {
   margin: 0 10px 2px 30px;
   line-height: 16px;
}
#sidebar a {
   color: #000;
   text-decoration: none;
}
#sidebar a:hover {
   color: #A0522D;
}
#lastposts h3, #archive h3 {
   width: 150px;
   text-indent: -1000px;
   overflow: hidden;
   margin-bottom: 5px;
}
#lastposts h3 {
   background: url(h3_last_posts.png) no-repeat;
   height: 31px;
}
#archive h3 {
   height: 22px;
   background: url(h3_archive.png) no-repeat;
}
div#buttons {
   background: url(sidebar_end.png) no-repeat bottom left;
   padding: 10px;
   text-align: center;
   margin: 0;
}

/* Footer */
#footer {
   background: url(footer_bg.png) no-repeat;
   height: 34px;
   margin-top: 20px;
   text-align: center;
   font-size: 90%;
   padding-top: 30px;
   color: #444;
}
#footer a {
   color: #191970;
}
#footer a:hover {
   color: #444;
}

/* Posts */
.post {
   margin-bottom: 40px;
}
.post .header h2 a {
   color: #DAA520;
   text-decoration: none;
}
.post .header h2 a:hover {
   color: #E6C400;
}
.post .text {
   margin-top: 10px;
}
.post .header {
   border-bottom: 1px dashed #EEE;
   height: 20px;
}
.post .header h3 {
   float: right;
   font-size: 11px;
   font-weight: bolder;
   color: #4B0082;
}
.post .header h2 {
   float: left;
   font-size: 16px;
}
.post .footer {
   margin-top: 10px;
   text-align: right;
   background: #FFFFF0; 
   border-bottom: 1px dashed #CCC;  
   border-top: 1px dashed #CCC;     
   padding: 3px 10px 3px 10px; 
   background: url(post_footer_bg.png) repeat-y;
}
.post .footer a {
   color: #191970; 
   text-decoration: none;
}
.post .footer a:hover {
   color: #BB8C1B;
}
/* CSS Bug */
#clearDiv {
   clear: both;
}

/* Comentarios */
#comments h3 {
   color: #DAA520;
   margin-bottom: 20px;
}
#comments .comment {
   margin-bottom: 30px;
   border-bottom: 1px dashed #CCC;
}
#comments .comment .header {
   font-weight: bolder;
   font-size: 14px;
   line-height: 16px;
}
#comments .comment .header .date {
   font-weight: normal;
   color: #666;
   font-size: 11px;   
   float: right;
}
#comments .text {
   padding: 10px;
   display: block;
}
#comments .header a {
   color: #191970;   
}
#comments .header a:hover {
   color: #DAA520;
}
