/*  
Theme Name: Base 02
Theme URI: http://sinopse.org
Description: proibido copiar 
Version: 1.0
Author: Dani Danczuk
Author URI: http://sinopse.org
*/


/*** BASICO ***/
body {
background-color: #C1DEFF;
border: 0px;
margin: 10px 0px 10px 0px;
padding: 0px;
text-align: center;
font-size: 11px;
font-family: tahoma; 
color: #696969;
}

table {
border: 0px;
background: none;
font-size: 11px;
font-family: tahoma; 
color: #696969;
}

/*** LINKS ***/
a, a:link, a:active, a:visited { 
color: #56A7F2; 
text-decoration: none; 
}

a:hover { 
color: #56A7F2;
background: none;
text-decoration: none; 
}

/*** ITALIC, NEGRITO AND UNDERLINE ***/
b, strong, u { 
color: #696969; 
}

i, em {
color: #5E4D45;
}

s {
color: #5E4D45;
}

small {
color: #6FA1BD;
font-size: 9px;
}

/*** UL e LI ***/
li, ul, ol {
list-style: none;
margin: 0px;
padding: 0px;
}

/*** H1, H2 e H3 ***/
h1 {
background: none;
border-bottom: 1px dotted #56A7F2;
margin: 0px;
padding: 0px;
font-size: 10px;
font-weight: bolder;
color: #6FA1BD;
text-transform: uppercase;
}

h2 {
background: none;
border-bottom: 1px dotted #56A7F2;
margin: 0px;
padding: 0px;
font-size: 12px;
font-weight: bolder;
color: #736155;
}

h3 {
background: none;
border-bottom: 1px dotted #56A7F2;
margin: 0px;
padding: 0px;
font-size: 11px;
font-weight: bolder;
color: #57463E;
}

/*** IMAGENS ***/
img {
border: 0px;
text-decoration: none;
max-width: 100%;
}

.attachment {
text-align: center;
}

.attachment img {
background-color: #ffffff;
border: 1px solid #dadada;
margin: 2px;
padding: 5px;
}

.aligncenter {
background-color: #ffffff;
border: 1px solid #dadada;
padding: 5px;
margin-left: auto;
margin-right: auto;
margin-top: 1px;
margin-bottom: 1px;
text-align: center; 
display: block;
}

.alignnone {
background-color: #ffffff;
border: 1px solid #dadada;
margin: 2px;
padding: 5px;
}

.alignleft {
background-color: #ffffff;
border: 1px solid #dadada;
margin: 2px;
padding: 5px;
text-align: left; 
float: left;
display: inline;
}

.alignright {
background-color: #ffffff;
border: 1px solid #dadada;
margin: 2px;
padding: 5px;
text-align: right; 
float: right;
display: inline;
}

/*** FORMULARIOS ***/
form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

textarea, input, select, insert {
background-color: #FFFFFF;
border: 1px solid #DBD9D1;
padding: 2px;
}

/*** PAGINA ***/
#pagina {
width: 760px;
background-color: #FFFFFF;
background-image: none;
margin-left: auto;
margin-right: auto;
text-align: left;
}

/*** TOPO ***/
#topo {
background: #2759B7 url('images/header1.png');
background-repeat: no-repeat;
border: 0px;
margin: 0px;
padding: 0px;
width: 760px;
height: 300px;
}

/*** CONTEUDO ***/
#conteudo {
background: none;
width: 520px;
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 10px;
float: left;
}

/*** TITULO DOS POSTS ***/
#conteudo .titulo {
background: none;
border: 0px;
margin: 0px;
padding: 0px;
color: #C1DEFF;
font-size: 15px; 
font-weight: bolder;
}

#conteudo .titulo a {
color: #56A7F2;
text-decoration: none;
}

/*** DATA DO POST, CATEGORIAS E LINK PARA COMENTAR ***/
#conteudo .meta {
background-color: #C1DEFF;
margin: 1px 0px 15px 0px;
font-size: 11px; 
font-family: verdana; 
color: #414141;
}

/*** POSTS ***/
#conteudo .posts {
background: none;
margin: 0px;
padding: 0px;
text-align: left;
}

/*** LINKS NOS POSTS USANDO UL E LI ***/
#conteudo .posts li, #conteudo .posts ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#conteudo .posts ul li {
background: url('images/setinha.gif') left top no-repeat;
margin: 0px;
padding: 2px 0px 2px 12px;
border-bottom: 1px dotted #DADADA;
float: left;
width: 247px;
height: auto;
display: block;
}

/*** DIVISORIA ***/
.divisoria {
background: none;
margin: 15px 0px 40px 0px;
padding: 0px;
border-bottom: 1px solid #F1F1F1;
text-align: right;
}

/*** QUEBRA DE LINHA ***/
.space {background: none;}

/*** EDIT DOS POSTS (BLOCKQUOTE) ***/
blockquote {
background: url('images/quote.jpg') left top no-repeat;
border: 0px solid #FAFAFA;
padding: 0px 0px 0px 25px;
margin: 10px 28px 10px 20px;
color: #808080;
}

/*** LINKS NO FINAL DO POST (VOLTAR e SUBIR) ***/
#link-final {
width: 100%;
text-align: right;
}

#link-final span.link-final-current {
background-color: #E2E2E2;
color: #404040;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px;  
padding:0 4px 0 4px;
margin:0 1px 0 1px;      
}

#link-final a {
padding:0 4px 0 4px;
margin:0 1px 0 1px;        
}

#link-final a:link, #link-final a:visited, #link-final a:active {
background-color: #F1F1F1;
color: #808080;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px; 
}

#link-final a:hover {
background-color: #E2E2E2;
color: #404040;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px;    
text-decoration: none;
}
	
/*** COMENTARIOS ***/
.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
font-weight: bold;
}

.commentlist {
padding: 0;
text-align: justify;
}

.commentlist li {
margin: 15px 0px 3px;
padding: 5px 10px 3px;
list-style: none;
}
	
.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
margin: 10px 5px 10px 0px;
}
	
.commentlist li .avatar { 
float: left;
border: 1px solid #eee;
padding: 2px;
background: #ffffff;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}

.commentmetadata {
margin: 0px;
display: block;
font-weight: normal;
}
	
.alt {
background-color: #FAF8F6;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin: 0px;
padding: 10px;
}
	
#commentform p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin: 5px 0px;
}
		
#commentform input {
width: 120px;
padding: 2px;
margin: 5px 5px 1px 0px;
}

#commentform textarea {
width: 90%;
padding: 2px;
}

#commentform #submit {
margin: 0px;
float: left;
}

.nocomments {
text-align: center;
margin: 0px;
padding: 0px;
}	

/*** LATERAL ***/
#lateral {
width: 200px;
margin: 0px;
padding: 0px 10px 0px 0px;
float: right;
text-align: left;	
}

#lateral .widget {
background: none;
margin: 0px 0px 10px 0px;
padding: 0px;
}

#lateral h2 {
background: none;
border-bottom: 1px dotted #2C80CE;
margin: 0px 0px 2px 0px;
padding: 0px;
font-size: 12px;
color: #2C80CE;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bolder;
}

#lateral ul li {
background: url('images/setinha.gif') left top no-repeat;
margin: 3px;
padding: 2px 0px 2px 12px;
border-bottom: 1px dotted #2C80CE;
}

#lateral ul li ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#lateral ul li ul li {
background: url('images/sub-setinha.gif') left top no-repeat;
border-bottom: 0px dotted #2C80CE;
margin: 1px 0px 0px 2px;
padding: 1px 0px 1px 10px;
}

/*** BUSCA NA LATERAL // CONFIGURADO SOMENTE PARA LATERAL ***/
#lateral #search {
margin: 0px 0px 15px 0px;
}

#lateral #search label {
display: none;
}

#lateral #search #s {
margin: 1px 2px 0px 0px;
float: left;
}

/*** POSTS CALENDAR ***/
#wp-calendar {
empty-cells: show;
font-size: 0.9em;
text-align: center;
margin: 0;
width: 100%;
}

#wp-calendar #prev a {
font-size: 10px;
letter-spacing: 1px;
text-align: left;
border: 0px;
font-weight: bold;
}

#wp-calendar #next a {
text-align: right;
font-size: 10px;
letter-spacing: 1px;
border: 0px;
font-weight: bold;
}

/* links */
#wp-calendar a {
font-size: 10px;
font-weight: bold;
border: 0px;
}

#wp-calendar a:hover  {
font-size: 10px;
font-weight: bold;
border: 0px;
}

/* dias */
#wp-calendar td {
background-color: #FAFAFA;
border: 0px solid #F1EEE1;
padding: 2px 0; 	
color: #404040;
font-size: 10px;
text-align: center;
}

/* meses */
#wp-calendar caption {
background: none;	
border: 0px solid #CCCCCC; 	
padding: 4px;
margin: 2px;
font-size: 11px; 
text-align: center;
font-weight: bold;
color: #808080;
}

/* semana */
#wp-calendar th {
text-transform: uppercase;
background-color: #7D695E;
border: 0px solid #D7D7D7; 	
color: #E2E0D8;
text-align: center;
font-family: tahoma;
font-size: 10px;
}

/* hoje */
#wp-calendar #today {
background: none;
border: 0px solid #D7D7D7; 	
font-weight: bolder;	
color: #404040;
text-align: center;
}

/*** RODAPE ***/
#rodape {
background: #705E54 url('images/footer1.png');
background-position: bottom;
width: 760px;
height: 60px;
clear: both;
text-align: center;
}

#rodape .creditos {
background: none;
margin: 0px;
padding: 14px 0px 0px 0px;
color: #FFFFFF;
}

#rodape .creditos a {
color: #C1DEFF;
}

#rodape .creditos a:hover {
text-decoration: underline;
}
