/*
Theme Name: Doce Sintonia
Theme URI: http://docesintonia.net/
Description: Tema seis
Author: Amanda Maia
Author URI: http://docesintonia.net/
Version: 6.0
*/

body {
background-color: #fff;
margin: 0px auto;
padding: 0;
text-align: center; /* hack para o IE */
}

/*Texto*/

p, td, tr, div {
font-style: normal;
font-weight: normal;
font-size: 13px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
}

strong, b {color: #000;}

b:hover {color: #ef2f73;}

i, em {color: #000;}

u {color: #000; border-bottom: 1px solid #545454;}

s, strike {color: #000;}


/*************************** 
  Disposi��o do layout 
 ***************************/

#tudo{
	margin: auto;
	height: auto;
	width: 1000px;
	text-align: left; /* hack do IE */
 }

#sidebar {
	float: right;
	height: auto;
	width: 270px;
	margin-top: 9px;
}

#posts {
	text-align: justify;
	float: left;
	width: 700px;
	margin-top: 20px;
	height: auto;
}

#footer {
	background: #F5F5F5;
	clear: both;
	height: 18px;
	width: auto;
	margin: auto;
}

.direitafooter {
	float: right;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B0B0B0;
	font-size: 12px;
}

.esquerdafooter {
	float: left;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B0B0B0;
	font-size: 12px;
}


/*** cabeçalho post ***/

.cabecalho {width: 699px; height: 28px;}

.cabecalhodata {
	color: #CCCCCC;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	float: right;}

.cabecalhotitulo {
	color: #666666;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
}

.categorias {
font-size: 10px;
text-transform: uppercase; 
color: #666666;
}

/***************************
Bordas, bloquote e outras coisinhas EDITAR
****************************/

blockquote {
	background-position:top left;
	color: #808080;
	background: #FFF url(../DS - ORGANIZAR DEPOIS/Themes/novo ds/images/aspas.jpg) no-repeat top left;
	border: 1px dotted #656565;
	padding: 1px 8px 3px 26px;
	font-size: 11px;
	text-align: justify;
	width: 70%;
	}

/* ------------------------ forms */
textarea, input, select {
		background: none;
		border: 1px solid #DADADA;
		margin: 0px;
		padding: 2px;
		color: #404040;
		font-size: 10px;
		}

/* ------------------------ borda nas imagens EDITAR */
.aligncenter {
margin-left: auto;
margin-right: auto;
padding: 6px;
text-align: center;
background-color: #ffffff;
border: 1px solid #dbdbdb;
}

/*************************** 
  Estilos de texto 
 ***************************/

/*Links*/

a, a:link, a:visited, a:active {
	color: #8c6b4e;
	text-decoration: none;
	}

a:hover {color: #f68498;}


/* Titulos */

.titulo {
	font-family: Georgia;
	font-size: 20px;
	color: #a9a9a9; 
	}

.tituloarquivo {
	font-family: Georgia;
	font-size: 20px;
	font-style: italic;
	color: #a9a9a9;
	
	}
	
.style5 {
	font-size: 14px;
	font-weight: bold;
}

/*************************** 
  Flickr 
 ***************************/
 
.flickr a img{
margin: 1px;
padding: 0px;
border: 0px;
}

/*************************** 
  Menu
 ***************************/

#menu {
	font-family: "Book Antiqua";
	list-style: none;
	float: left;
	height: 30px;
	width: 370px;
	padding-top: 5px;
	padding-left: 0px;
	font-weight: bold;
	margin-top: 10px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	list-style:none;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
}

#menu ul li {
display: block;
float: left;
margin: 1px;
width: auto;
text-align: center;
border:0px;
}

#menu ul li a {
display: block;
width: 85px;
text-align: center;
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
text-decoration: none;
color: #000000;
background-color: #FFF;
border-bottom: 5px solid #FDA6B5;
border-left: 2px #FFFFFF;
border-right: 2px #FFFFFF;
vertical-align: middle;
}

#menu ul li a:hover, #menu li.current a {
color: #000;
text-decoration: none;
border-left: 2px #FFFFFF;
border-right: 2px #FFFFFF;
border-bottom: 5px solid #9f7d5f;
vertical-align: middle;
}