/***************** POSTS *****************/
#content {
width: 500px;
text-align: justify;
padding-top: 8px;
margin-top: -18px;
padding-left:5px;
padding-right:3px;
padding-bottom:0px;
float: left;}


/***************** LINKS *****************/
a {cursor: help; color: #d29174; text-decoration: none; border: 0px solid;}
a:link {cursor: help; color: #d29174; text-decoration: none; border: 0px solid;}
a:visited {cursor: help; color: #d29174;text-decoration: none; border: 0px solid;}
a:active {cursor: help; color: #d29174;text-decoration: none; border: 0px solid;}
a:hover {cursor: help; color: #b66a49; text-decoration: none; border: 0px solid; background-color: #edeae3;}


/***************** UNDERLINE, NEGRITO E IT&#65533;LICO *****************/
b	{color: #ae8448;
	text-decoration: none;}

b:hover	{color: #bc945b;
	text-decoration: none;}


i  	{color: #877a67;
   	text-decoration: none;}

u  	{color: #d08d6e;
	text-decoration: underline; 
	padding-bottom: 1px;
  	border-bottom: 1px dashed #877a67;}

strong 	{color: #d08d6e;
	text-decoration: none;}

strong:hover {color: #d89d82; text-decoration: none;}





/***************** TEXTAREA,  INPUTS E FORMULÁRIOS*****************/
input, textarea, select, button {
font-size:11px;
font-family: Tahoma;
padding: 3px;
color:#999999;
background: #f2efe8;
border: 0px;
-moz-border-radius: 4px;}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
color:#999999;
font-size:11px;
font-family: Tahoma;
background: #f8f5ef;
padding: 3px;
border: 0px;
-moz-border-radius: 4px;}



/***************** COMENTARIOS *****************/
.comments{
border: 0px solid #d4d4d4;
background-color: #dbd4c6;
padding:4px;
-moz-border-radius: 4px;}

.commentname
{border-bottom:1px dashed #bea178; border-left:0px solid #FFFFFF; padding:4px; font-size: 11px;
font-family: Tahoma;
font-weight: none;
letter-spacing: 1px ;
text-align: left;
color:#877a67;text-decoration:none; 

background-color: #f1eee8;
-moz-border-radius: 8px 8px 0px 0px; }


.commentcontent
{border-left:0px dotted #94C097; border-top:2px dotted #FFFFFF; border-right:0px dotted #94C097; 
font-family: Tahoma; font-size: 11px; color:#877a67;

border-bottom:0px dotted #aeaeae; text-align:justify;
padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:2px;
background-color: #f8f6f2;
-moz-border-radius: 0px 0px 4px 4px; }


/***************** BORDA NAS IMAGENS *****************/
.borderimage{
background-color: #f9f9f6;
padding: 4px;
border: 0px solid #f5f3ef;
margin-right: 5px;
margin-left: 4px;
margin-top: 2px;}

.opacidade
	{filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;}

.opacidade:hover
	{filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;}

.gravatar{
background-color: #f9f8f5;
border: 0px solid #6996a8;
color:  #666666;
padding: 4px;
float:right;}


/***************** H1,H2,H3 *****************/
h1 {font-size:14px; color:#FECCE6;}
h2 {font-size:10px;
font-family: tahoma;
color: #c2beba;
background-color: transparent;
border-bottom:1px dashed #e9e4de;
padding-right: 2px;
text-transform: uppercase;
text-indent: 5px;
font-weight: bold;
}
h3 {font-size:10px; color:#FECCE6;}


/****************** TÍTULO E SUBTÍTULO DAS PÁGINAS E ARQUIVOS *******************/

#navlinkpage {display: block;
color: #e6e1d6;
padding-left: 0px;
line-height: 22px;
text-decoration: none;
margin-bottom: -15px;
text-align: left;
font-size: 18px;}
	
#navlinkpage a {display: block;
color: #e6e1d6;
padding-left: 0px;
line-height: 22px;
text-decoration: none;
text-align: left;
font-size: 18px;}

#navlinkpage a:hover {display: block;
background-color: transparent;
color:#e6e1d6;
padding-left: 0px;
line-height: 22px;
text-decoration: none;
text-align: left;
font-size: 18px;}

/***************** CONTEÚDO DAS PÁGINAS E POSTS *****************/
.block { 
background-color: transparent;
padding: 1px 1px 1px 1px;
border-bottom: 0px;
font-size:11px; 
line-height:15px; 
color:#877a67;
font-family: tahoma;}


/***************** LINKS DO FOOTER *****************/

#footlink {text-align:right;}

#footlink span.footlinkcurrent {
color:#cc8565;
background-color: #edeae4;
border: 0px dotted #c7b897;
font-size : 8pt; 
padding:2px 5px 2px 5px;
margin:0 1px 0 1px;}

#footlink span.footlinktotal {
font-size : 8pt; 
color:#cc8565;
background-color: #edeae4;
border: 0px dotted #c7b897;
padding: 2px 5px 2px 5px;
margin:0 1px 0 1px;}

#footlink a {padding:2px 5px 2px 5px;
margin:0 1px 0 1px;}

#footlink a:link, #footlink a:visited, #footlink a:active {
color:#cc8565;
background-color:#edeae4;
border: 0px dotted #8c7b897;
font-size : 8pt;}

#footlink a:hover {
color:#b5643f;
background-color: #eae7df;
border: 0px dotted #c7b897;
font-size : 8pt;}

#fim{
border-bottom: 2px dashed #f3f0e9;
text-align:center;
margin:0px 0px 5px 0px;}

/***************** MAIS *****************/
/*** SELEÇÃO COLORIDA ***/
::-moz-selection{
background:#edeae3;
color:#877a67
}

::selection {
background:#eedeae3;
color:#877a67
}



/*** EDIT2 ***/
.edit {
background-color: #f8f8f8;
border-bottom: 1px solid #dedede;
border-right: 1px solid #dedede;
font-family: Georgia;
padding-bottom: 5px;
font-size : 11px;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
text-align: justify;
-moz-border-radius: 4px
}

/*** WHISH LIST ***/
#desejos {
color : #5A5A5A;
width: 210px;
height : 95px;
overflow : auto; margin-top:0
}
#desejos ul {
margin : 0;
padding : 0;
list-style : none;
}

-moz-border-radius: 4px;

/*** TABLES ***/

.tab1 {background-color: transparent; border-bottom: 1px dotted #b1b1b1; padding-top: 1px; padding-bottom: -5px; font-size: 11px; font-family: tahoma;}
.tab2 {background-color: #f2efe8; border-bottom: 0px dotted #b1b1b1; padding-top: 2px; padding-bottom: 2px; padding-right: 2px; padding-left: 5px; font-size: 11px; font-family: tahoma; margin-bottom: 2px;-moz-border-radius: 4px;}
.tab3 {background-color: #efebe2; border-bottom: 1px dotted #c5baa2; padding: 2px; font-size: 11px; font-family: tahoma; margin-bottom: 2px;}

/************** PARTE DEPOIS DOS POSTS ********************/





.recent {color: #6877a67;

background-color: #ece8df; 

border-right: 0px solid #e1e1e1;

border-bottom: 0px solid #e1e1e1;

margin-bottom:3px; 

padding-left:2px;

padding-top: 1px;

padding-bottom: 1px;

padding-right: 2px;}



.recent:hover{background-color: #f1eee8}



.title2 {background-color: transparent;

display: block;

border-bottom: 2px dashed #f3f0e9;

font-color: #DB8E91;

font-size: 11px;

padding-top: 2px;

padding-bottom: 2px;

padding-left: 4px;

padding-right: 3px;

margin-bottom: 0px;

margin-top: 4px;

margin-left: 2px;

clear: both;

text-align: left;

text-transform: uppercase;

}


/************** PRIMEIRA LETRA ********************/
P.primeiraletra:first-letter {
PADDING-RIGHT: 5px;
FONT-SIZE: 31px;
FLOAT: left;
COLOR: #cb8364;
LINE-HEIGHT: 20px;
PADDING-TOP: 2px;
FONT-FAMILY: Tahoma;
} 

}
