/*  
Theme Name: JustLia
Theme URI: http://sinopse.org
Description: proibido copiar 
Version: 1.0
Author: Dani Danczuk
Author URI: http://sinopse.org
*/


/******* BASICO *******/
body {
background-color: #e6e6e6;
margin:0px;
padding:0px;
text-align: center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #3b3a3a;
line-height:14px;

}

table {
border: 0px;
background: none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
}

/******* LINKS *******/
a, a:link, a:active, a:visited { 
color: #28B6CA; 
text-decoration: none; 
font-weight:bold;
outline: none;
}

a:hover { 
color: #845C8E;
background: none;
text-decoration: none; 
font-weight:bold;
outline: none;
}

/******* NEGRITO *******/
b, strong { 
color: #845C8E; 
}

/******* UNDERLINE *******/
u { 
color: #28B6CA; 
}

/******* ITALICO *******/
i, em {
color: #845C8E;
}

/******* TEXTO RISCADO *******/
s {
color: #808080;
}

/******* SMALL *******/
small {
color: #28B6CA;
font-size: 9px;
}

/******* LARGURA DOS POSTS E PERFIL *******/
#page {
width: 829px;
background: none;
margin-left: auto;
margin-right: auto;
text-align: left;
}

/******* BANNER TOPO *******/
#banner-topo {
background-color: #956FA0;
border: 0px;
margin: 0px;
padding: 10px 0px 10px 0px;
width: 100%;
text-align: center;
}

#banner-topo #banner-page {
width: 829px;
margin: 0px;
padding: 0px;
}


#banner-topo #banner-page #banner {
background: url('images/banner-topo.jpg') no-repeat;
border: 0px;
margin: 0px;
padding: 3px 0px 0px 3px;
width: 750px;
height: 109px;
text-align: left;
}

/******* HEADER // TOPO *******/
#header {
background: #e6e6e6 url('images/topo.jpg') repeat-x;
width: 100%;
height: 164px;
margin: 0px;
padding: 0px;
text-align: center;
}

#header-content {
width: 829px;
height: 164px;
margin: 0px;
padding: 0px;
}

/******* LOGO // TOPO *******/
#logo {
width: 221px;
height: 164px;
margin: 0px;
padding: 0px;
text-align: left;
float: left;
}

a#img-logo {
background-image: url('images/logo.jpg');
width: 221px;
height: 164px;
margin: 0px;
padding: 0px;
list-style-type: none;
float: left;
}

a#img-logo:hover {
background-image: url('images/logo-hover.jpg');
list-style-type: none;
}

/* ........................... ETC ........................... */
::-moz-selection {
background: #845C8E;
color: #ffffff;
}

/******* MENU *******/
#navigation {
width: 520px;
height: 41px;
margin: 0px;
padding: 78px 0px 0px 0px;
float: left;
text-align: left;
}

ul#nav{
margin: 0px;
padding: 0px;
list-style-type: none;
display: block;
height: 41px;
background: none;
}

ul#nav li{
display: block;
float: left;
margin: 0;
padding: 0;
border-right: 1px solid #FFFFFF;
}
	
ul#nav li a{
display: block;
float: left;
padding: 14px 20px 0 20px;
height: 27px;
color: #FFFFFF;
font-weight: bolder;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
	
ul#nav li a:hover{
background: none;
color: #D1F7FD;
}

/******* RSS // TOPO *******/
#rss {
width: 829px;
height: 54px;
margin: -140px 0px 0px 0px;
padding: 0px;
float: right;
text-align: right;
}

#rss .icon {
padding: 0px 5px 0px 0px;
}

/******* CONTENT // ESPAçO DOS POSTS E PáGINAS *******/
#content {
width: 628px;
margin-top: 0px;
padding-left: 0px;
float: left;
}

/******* POSTS *******/
/* -- data dos posts -- */
.data {
background: none;
margin: 0px;
padding: 0px;
width: 44px;
float: left;
}

.data .dia {
margin: 10px 2px 0px 0px;
color: #EC1F95;
font-size: 14px;
font-weight: bolder;
text-align: right;
}

.data .mes-ano {
margin: 1px 2px 0px 0px;
color: #3F3E3A;
font-size: 11px;
font-weight: bolder;
text-align: right;
}

.data .horas {
margin: 1px 2px 0px 0px;
color: #946E9F;
font-size: 10px;
text-align: right;
}



/* -- largura dos posts sem a data -- */
.posts {
background-color: #FFFFFF;
width: 562px;
padding: 10px;
margin: 0px 0px 10px 0px;
float: left;
}

/* -- titulo dos posts -- */
#content .posts .title {
color: #845C8E;
font-size: 16px; 
font-family: Arial, Helvetica, sans-serif;
font-weight: bolder;
text-transform: lowercase;
}

#content .posts .title a {
color: #845C8E;
}

/* -- categoria dos posts -- */
#content .posts .postmeta {
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif; 
color: #414141;
margin: 1px 0px 10px 0px;
}

/* -- posts -- */
#content .posts .postentry {
text-align: left;
background: none;
margin: 0px;
padding: 0px 10px 0px 10px;
}

/* -- assinatura -- */
#content .posts .assinatura {
margin: 5px 0px 0px 0px;
padding: 0px;
text-align: right;
color: #845C8E;
}

/* -- tags -- */
#content .posts .tags {
margin: 2px 0px 0px 0px;
padding: 0px;
text-align: right;
color: #866091;
}

/* -- link pra comentar -- */
#content .posts .link-comentar {
margin: 2px 0px 0px 0px;
padding: 0px;
text-align: right;
font-weight: bolder;
color: #866091;
}

#content .posts .link-comentar a {
color: #866091;
}

#content .posts .link-comentar a:hover {
color: #414141;
}

/* -- links e textos nos posts usando ul e li -- */
#content .posts .postentry li, #content .posts .postentry ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#content .posts .postentry ul li {
float: left;
background: url('images/seta.gif') left top no-repeat;
margin: 0px;
padding: 2px 0px 2px 10px;
border-bottom: 1px solid #F1F1F1;
width: 290px;
height: auto;
display: block;
}

html>body #content .posts .postentry ul li {
width: 290px;
}

/* -- links e textos nos posts usando ol e li -- */
#content .posts .postentry li, #content .posts .postentry ol {
list-style: none;
margin: 0px;
padding: 0px;
}

#content .posts .postentry ol li {
float: left;
background: url('images/seta.gif') left top no-repeat;
margin: 0px;
padding: 2px 0px 2px 10px;
border-bottom: 1px solid #F1F1F1;
width: 290px;
height: auto;
display: block;
}

html>body #content .posts .postentry ol li {
width: 290px;
}

/******* LARGURA DAS P GINAS *******/
.paginas {
background-color: #FFFFFF;
width: 608px;
padding: 10px;
margin: 0px 0px 10px 0px;
}

/******* T TULO DAS P GINAS *******/
.paginas .title {
color: #845C8E;
font-size: 16px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: bolder;
margin: 0px;
padding: 0px 0px 1px 1px;
border-bottom: 1px solid #8C6697;
}

/******* SUB TITULOS NAS PAGINAS E POSTS USANDO H2 *******/
.paginas h2, .posts h2 {
color: #28B6CA;
font-size: 11px; 
font-weight: bolder;
border-bottom: 1px solid #F1F1F1;
}

/******* SUB T TULOS NAS P GINAS E POSTS USANDO H3 *******/
.paginas h3, .posts h3 {
color: #28B6CA;
font-size: 11px; 
font-weight: bolder;
border-bottom: 1px solid #F1F1F1;
text-transform: uppercase;
letter-spacing: 1px;
}

/******* SUB T TULOS NAS P GINAS E POSTS USANDO H4 *******/
.paginas h4, .posts h4 {
color: #8e6899;
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif;
font-weight: bolder;
border-bottom: 1px dotted #8e6899;
letter-spacing: 1px;
}

/******* SUB TITULO // MENU ABAIXO DO TITULO DAS PAGINAS *******/
.sub-title-pages {
background-color: #F1E8F4;
padding: 1px;
margin: 0px 0px 5px 0px;
font-size: 10px;
color: #404040;
}

.sub-title-pages a {
color: #886293;
}

.sub-title-pages a:hover {
color: #414141;
}

/******* LINKS E TEXTOS NAS P GINAS USANDO UL E LI *******/
.paginas li, .paginas ul {
list-style: none;
margin: 0px;
padding: 0px;
}

.paginas ul li {
float: left;
background: url('images/seta.gif') left top no-repeat;
margin: 0px;
padding: 2px 0px 2px 10px;
border-bottom: 1px solid #F1F1F1;
width: 294px;
height: auto;
display: block;
}

html>body .paginas ul li {
width: 294px;
}

.paginas li ul li {
background: url('images/sub-setinha.gif') left top no-repeat;
margin: 0px;
padding: 2px 0px 2px 10px;
border-bottom: 0px solid #cbc9c9;
}

/******* LINKS E TEXTOS NAS P GINAS USANDO OL E LI *******/
.paginas li, .paginas ol {
list-style: none;
margin: 0px;
padding: 0px;
}

.paginas ol li {
float: left;
background: url('images/seta.gif') left top no-repeat;
margin: 0px;
padding: 2px 0px 2px 10px;
border-bottom: 1px solid #F1F1F1;
width: 294px;
height: auto;
display: block;
}

html>body .paginas ol li {
width: 294px;
}

.paginas ol li ul li {
background: url('images/sub-setinha.gif') left top no-repeat;
margin: 0px;
padding: 2px 0px 2px 10px;
border-bottom: 0px solid #cbc9c9;
}

/******* ARQUIVOS *******/
h2.archivemonth a {
background: none;
display: block;
margin: 5px 0px 5px 0px;
padding: 8px 0px 0px 2px;
width: 617px;
clear: both;
text-decoration: none; 
color: #808080;
font-size: 11px; 
font-family: Georgia, "Times New Roman", Times, serif; 
}

h2.archivemonth a:hover {
color: #414141;
text-decoration: none; 
}

.postspermonth {
background: none;
width: 618px;
margin: 0;
padding: 0px 0;
margin-top: -10px;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #808080;
border:none;
text-decoration: none;
}

.postspermonth a, .wp-tag-cloud a, .meses-arquivos a, .cat-item a {
color: #855F90;
text-decoration: none;
}

.postspermonth a:hover, .wp-tag-cloud a:hover, .meses-arquivos a:hover, .cat-item a:hover {
color: #414141;
text-decoration: none;
}

/******* P GINA DE LINKS *******/
.linkcat {
background: none;
margin: 0px 0px 10px 0px;
padding: 0px;
list-style: none;
}

li.linkcat {
margin: 0px;
padding: 0px;
}

li.linkcat h2 {
background: none;
list-style: none;
margin: 5px 0px 3px 0px;
padding: 10px 0px 1px 0px;
clear: both;
height: 20px;
}

.linkcat ul {
margin: 0px;
padding: 0px;
clear: both;
}

li.linkcat ul li {
background: url('images/seta.gif') left top no-repeat;
margin: 0px;
padding: 2px 0px 2px 10px;
border-bottom: 1px solid #F1F1F1;
height: auto;
display: block;
}

li.linkcat ul li a {
color: #855F90;
text-decoration: none;
}

li.linkcat ul li a:hover {
color: #414141;
text-decoration: none;
}

/******* BLOCKQUOTE // CAIXA DE EDITE NOS POSTS E P GINAS *******/
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;
}
	
/******* IMAGENS // BORDA EM IMAGENS NOS POSTS E PAGINAS *******/
img {
border: 0px;
}

.foto {
margin: 2px;
padding: 5px;
background: none;
border: 1px solid #DADADA;
}

.filme {
margin: 0px 8px 0px 0px;
background: none;
float: left;
}

.livro {
margin: 0px 8px 0px 0px;
background: none;
float: left;
}

.ava {
border: 2px dotted #FFFFFF;
margin: 0px;
padding: 0px;
float: center;
}



/******* BORDA EM IMAGENS QUE FORAM FEITAS UPLOADS NO WP *******/

.avatar {
margin: 3px 3px 3px 0px;
padding: 3px;
float: left;
background-color: #855F90
}

.avatar:hover {
background-color: #28B6CA;
}

.attachment {text-align: center;}

.attachment img {
background: none;
padding: 5px;
margin: 2px;
border: 1px solid #DADADA;
}

.aligncenter {
text-align: center; 
background: none;
padding: 4px;
margin: 2px;
border: 1px solid #DADADA;
}

.alignnone {
background: none;
padding: 5px;
margin: 2px;
border: 1px solid #DADADA;
}

.alignleft {
text-align: left; 
float: left;
background: none;
padding: 5px;
margin: 2px 3px 2px 0px;
border: 1px solid #DADADA;
}

.alignright {
text-align: right; 
float: right;
background: none;
padding: 5px;
margin: 2px 0px 2px 3px;
border: 1px solid #DADADA;
}

/******* DIVIDER // LINHA DIVIS RIA DE TEXTOS E OUTROS *******/
.divider {
background: none;
border-top: 1px solid #866091;
margin: 3px 0px 3px 0px;
padding: 0px;
}

/******* NAVEGA  O NO FOOTER *******/
#footlink {
width: 100%;
text-align: right;
margin: 3px 0px 8px 0px;
padding: 0px;
}

#footlink span.footlinkcurrent {
background-color: #7F568C;
color: #FFFFFF;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px;  
padding:0 4px 0 4px;
margin:0 1px 0 1px;      
}

#footlink a {
padding:0 4px 0 4px;
margin:0 1px 0 1px;        
}

#footlink a:link, #footlink a:visited, #footlink a:active {
background-color: #926C9D;
color: #FFFFFF;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px; 
}

#footlink a:hover {
background-color: #7F568C;
color: #FFFFFF;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px;    
text-decoration: none;
}

/******* FORMUL RIOS *******/
form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

textarea, input, select, insert {
background-color: #FFFFFF;
border: 1px solid #DADADA;
color: #000000;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
padding: 1px;
}
	
/******* COMENT RIOS *******/
#commentspopup {
width: 370px; 
margin: 0px; 
padding: 0px;
font-size: 11px; 
color: #000000; 
font-family: Arial, Helvetica, sans-serif; 
background-color: #e6e6e6;
}

.comment_quote {
background: none;
border-right: 1px solid #808080;
padding: 0px 3px 0px 0px;
margin: 10px 10px 5px 50px;
color: #969696;
text-align: right;
}



#espaco {
background-color: #e6e6e6;
padding: 10px;
}

.blocktitle2 {
font-size: 11px; 
color: #FFFFFF; 
font-weight: bolder; 
background-color: #28B6CA; 
padding: 3px 2px 3px 2px; 
border: 0px solid #DADADA; 
text-align: left;
}

.commentlist li {
margin: 0px; 
padding: 0px; 
list-style: none;
}

#commentlist {
margin: 0; 
padding: 0px; 
border-bottom:0px solid #E2A8C1; 
list-style-type: none;
}

#commentlist li {
border-top: 0px; 
margin: 0px; 
padding: 0px;
background: none;
}

.commentdate {
background-color: #866091; 
color: #FFFFFF; 
font-weight: bolder; 
border-top: 0px solid #DEDEDE; 
padding: 5px; 
text-align: left;
}

.commentdate a {
color: #EEE0F2;
}

.comment-content {
background-color: #FFFFFF; 
color: #414141; 


letter-spacing: 0px; 
border: 0px solid #DEDEDE; 
padding: 5px; 
margin: 0px; 
text-align: left;
}

.comment-content2 {
background-color: #fffdf7; 
color: #414141; 
letter-spacing: 0px; 
border-top: 1px solid #866091; 
padding: 5px; 
margin: 0px; 
text-align: left;
}

hr {
border: 1px; 
border-top: solid #E6E6E6; 
height: 1px;
}


/******* SIDEBAR // PERFIL E OUTROS NA LATERAL *******/
#sidebar {
width: 190px;
padding-left: 0px;
float: right;
margin-top: 0px;
text-align: left;	
}

/******* LINKS NO SIDEBAR *******/
#sidebar a {
color: #866091;
text-decoration: none;
}

#sidebar a:hover {
color: #414141;
text-decoration: none;
}

/******* WIDGET *******/
#sidebar .widget{
margin: 0px 0px 12px 0px;
padding: 0px;
}

/******* TITULOS NO SIDEBAR *******/
#sidebar h2 {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px;
color: #866091;
font-weight: bolder;
margin: 0px 0px 3px 0px;
}

/******* LINKS E TEXTOS COM UL E LI NO SIDEBAR *******/
#sidebar li, #sidebar ul, #sidebar ol {
list-style: none;
margin: 0px;
padding: 0px;
}

#sidebar ul li, #sidebar ol li {
background: url('images/seta.gif') left top no-repeat;
margin: 0px;
padding: 2px 0px 2px 10px;
border-bottom: 1px solid #cbc9c9;
}

/* -- sub-links e textos -- */
#sidebar li ul li, #sidebar ol li ul li {
background: url('images/sub-setinha.gif') left top no-repeat;
margin: 0px;
padding: 2px 0px 2px 10px;
border-bottom: 0px solid #cbc9c9;
}

/******* CALENDARIO DE POSTS NO SIDEBAR *******/
#wp-calendar {
empty-cells: show;
font-size: 0.9em;
text-align: center;
font-family: tahoma;
margin: 0;
width: 100%;
}

#wp-calendar #prev a {
font-size: 10px;
letter-spacing: 1px;
font-family: tahoma;
text-align: left;
border: 0px;
font-weight: bold;
}

#wp-calendar #next a {
text-align: right;
font-size: 10px;
font-family: tahoma;
letter-spacing: 1px;
border: 0px;
font-weight: bold;
}

/* -- links -- */
#wp-calendar a {
font-size: 10px;
font-weight: bold;
font-family: tahoma;
border: 0px;
}

#wp-calendar a:hover  {
font-size: 10px;
font-weight: bold;
font-family: tahoma;
border: 0px;
background: none;
}

/* -- dias -- */
#wp-calendar td {
color: #404040;
font-size: 10px;
font-family: tahoma;
letter-spacing: normal;
padding: 2px 0;
background-color: #FDF4DF;
border: 0px solid #F1EEE1;  	
text-align: center;
}

/* -- meses -- */
#wp-calendar caption {
font-size : 11px; 
line-height : 11px; 
text-transform: none;
text-align: center;
font-family: tahoma;
font-weight: bold;
color: #808080;
background: none;	
border: 0px solid #CCCCCC; 	
border-width: 0 0px 0px 0;
padding: 4px;
margin: 2px;
}

/* -- semana -- */
#wp-calendar th {
color: #FFFFFF;
text-align: center;
font-family: tahoma;
font-size: 10px;
font-style: normal;
text-transform: uppercase;
background-color: #A780B4;
border: 0px solid #D7D7D7; 	
}

/* -- hoje -- */
#wp-calendar #today {
background: none;
border: 0px solid #D7D7D7; 	
font-weight: bolder;	
color: #404040;
text-align: center;
}

/******* LINHA AZUL *******/
#linha-azul {
background-color: #28B6CA;
width: 100%;
height: 8px;
border-top: 2px solid #FFFFFF;
margin: 5px 0px 0px 0px;
padding: 0px;
clear: both;
}

/******* LINHA BRANCA *******/
#linha-branca {
background-color: #FFFFFF;
width: 100%;
height: 2px;
margin: 0px;
padding: 0px;
clear: both;
}

/******* FOOTER // RODAPE *******/
#footer {
background-color: #866091;
background-position: bottom;
width: 100%;
height: 125px;
clear: both;
text-align: center;
}

#footer .space {
width: 895px;
margin: 0px;
padding: 10px 0px 10px 0px;
text-align: left;
}

/* -- titulos no rodape -- */
#footer h2 {
color: #FFFFFF;
font-size: 13px;
margin: 0px 0px 5px 0px;
padding: 0px;
text-align: left;
}

/* -- flickr no rodape -- */
#footer #flickr {
width: 140px;
margin: 0px;
padding: 0px;
border-right: 1px solid #AA80B8;
text-align: center;
float: left;
}

#footer #flickr img {
background-color: #6F5278;
margin: 0px 0px 3px 0px;
padding: 3px;
}

/* -- desktop no rodape -- */
#footer #desktop {
width: 140px;
margin: 0px 0px 0px 10px;
padding: 0px;
border-right: 1px solid #AA80B8;
text-align: center;
float: left;

}

#footer #desktop img {
background-color: #6F5278;
margin: 0px 0px 3px 0px;
padding: 3px;
}

/* -- game no rodape -- */
#footer #game {
width: 140px;
margin: 0px 0px 0px 10px;
padding: 0px;
border-right: 1px solid #AA80B8;
text-align: center;
float: left;


}

#footer #game img {
background-color: #6F5278;
margin: 0px 0px 3px 0px;
padding: 3px;
}

/* -- ultimo lay no rodape -- */
#footer #ultimo-lay {
width: 140px;
margin: 0px 0px 0px 10px;
padding: 0px;
border-right: 1px solid #AA80B8;
text-align: center;
float: left;
}

#footer #ultimo-lay img {
background-color: #6F5278;
margin: 0px 0px 3px 0px;
padding: 3px;
}

/* -- last fm no rodape -- */
#footer #lastfm {
width: 140px;
margin: 0px 0px 0px 10px;
padding: 0px;
border-right: 1px solid #AA80B8;
text-align: center;
float: left;
}

#footer #lastfm img {
background-color: #6F5278;
margin: 0px 0px 3px 0px;
padding: 3px;
}

#footer #lastfm li, #footer #lastfm ol {
margin: 0px;
padding: 0px;
list-style: none;
background: none;
}

/* -- the end no rodape -- */
#footer #the-end {
width: 140px;
margin: 0px 0px 0px 10px;
padding: 0px;
border-right: 0px solid #AA80B8;
text-align: center;
float: left;
text-align: left;
}

#the-end ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#the-end li {
margin: 0px;
padding: 0px;
list-style: none;
}

#the-end ul li ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#the-end ul.social {
background: none;
margin: 0px;
padding: 0px;
}

#the-end ul.social li.rss {
background: url('images/rss.gif') left no-repeat;
border-bottom: 1px dotted #A98CB2;
margin: 0px 0px 2px 0px;
padding: 1px 2px 2px 14px;
}

#the-end ul.social li.online {
background: url('images/online.gif') left no-repeat;
border-bottom: 1px dotted #A98CB2;
margin: 0px 0px 2px 0px;
padding: 1px 2px 2px 14px;
}

#the-end ul.social li.user {
background: url('images/user.gif') left no-repeat;
border-bottom: 1px dotted #A98CB2;
margin: 0px 0px 2px 0px;
padding: 1px 2px 2px 14px;
}

#the-end ul.social li.valido {
background: url('images/valido.gif') left no-repeat;
border-bottom: 1px dotted #A98CB2;
margin: 0px 0px 2px 0px;
padding: 1px 2px 2px 14px;
}

#the-end ul li a {
color: #CBB9D1;
text-decoration: none;
}

#the-end ul li a strong {
color: #CBB9D1;
}

#the-end ul li a:hover {
color: #FFFFFF;
text-decoration: none;
}

/******* BLOGBLOGS *******/
.bbw_readers { margin:0 auto; }
.bbw_title { display:none; }
.bbw_icons { display:none; }
.bbw_rank { display:none; }
.bbw_subtitle { display:none; }
.bbw_control { display:none; }
.bbw_avatar { text-align:center; padding:2px; margin:0 auto; }
.bbw_footer { display:none; }


/******* LEGENDA ********/
.legenda {
color: #808080;
font-size: 10px;
text-transform: uppercase;
}

/******* COLUNAS ********/
.coluna {
	margin: 0px;
	padding: 0px;
	display: block;
	height: auto;
	background: none;
	white-space: normal;
	width: 150px;
	float: left;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}


/* * * * * A S S I N A T U R A * * * * */

.beijo {
   color: #845C8E;
   font-size: 15px;
   font-weight: bold;}

.autor {
   color: #28B6CA;
   font-size: 15px;
   font-weight: bold;}
