/*  
Theme Name: Gabiate
Theme URI: http://www.gabiate.com.br
Description: Blog da Dulce Gabiate 
Version: 1.0
Author: Kitana McNew
Author URI: http://www.hellokika.com
*/


body {
	margin: 0;
	padding: 0;
	font-family: 'Verdana', Trebuchet MS, Arial;
   font-size: 11px;
	line-height: 19px;
   color: #555555;
	background: #FFF url(images/bg.jpg) top repeat-x;
}

#pagina {
   margin: auto;
	padding: 0;
	width: 880px;
   text-align: left;
}

#header {
   margin: auto;
	padding: 0;
	width: 880px;
	height: 113px;
   background: transparent url(images/header.jpg) top left no-repeat;
}

#corpo {
	margin: auto;
	padding: 0;
	width: 880px;
	text-align: left;
   background: transparent;
}


/* --------- MENU ----------- */
#nav {
   margin: 0;
   padding: 0;
   width: 880px;
   height: 40px;
   float: right;
   text-align: left;
	background: transparent url(images/nav-menu.jpg) top left no-repeat;
}

#nav ul {
list-style: none;
margin: 11px 0 0 280px;
padding: 0px;
display: block;
}

#nav ul li {
display: inline;
float: left;
}

#nav ul li a {
   background: transparent;
   margin: 0px;
   padding: 9px 14px;
   font-family: 'georgia', Tahoma;
   font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
   text-transform: lowercase;
	text-decoration: none;
   color: #FFF;
   text-align: center;
}

#nav ul li a:hover {
   background: transparent;
	color: #000;
   text-decoration: none;
	border-bottom: 2px solid #BB3D27;
}


/* --------- Footer ----------- */

#footer {
   margin: auto;
	padding: 0;
	height: 66px;
   text-align: center;
	background: transparent url(images/bgfooter.jpg) top left repeat-x;
}
#footerDiv {
   margin: auto;
	padding: 0;
   width: 880px;
	height: 66px;
	text-align: left;
	background: transparent;
}

#footer p {
	padding: 0;
	font-size: 10px;
	line-height: 15px;
	color: #FFF;
}

#footer em {
	font-style: normal;
	font-weight: bold;
}

#footer a {
	color: #E0CDC1;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}

.footerleftEsq {
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;
	text-align: left;
}
.footerleftDir {
	float: left;
	margin: 7px 0 10px 0;
	padding: 0;
	width: 280px;
	font-size: 10px;
	color: #E0CDC1;
	line-height: 12px;
	text-align: right;
}

.clear {
	clear: both;
}



/* --------- Sidebar ----------- */

#sidebar {
	float: left;
	margin: 0;
   padding: 0;
	width: 289px;
   height: auto;
	background: transparent url(images/sidebar.jpg) top left no-repeat;
}

.widget {
background: none;
margin: 0px 0px 10px 0px;
padding: 0px;
}

#sidebar h2 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	color: #555;
	text-align: left;
	border-bottom: 1px solid #E0D1C0
}

#sidebar li, #sidebar ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#sidebar ul li {
margin: 0;
padding: 1px 0 1px 0;
}

#sidebar ul li ul {
list-style: none;
margin: 0;
padding: 0;
}

#sidebar ul li ul li {
margin: 1px 0 0 2px;
padding: 1px 0 2px 0;
}


#sidebar #search {
margin: 0;
}

#sidebar .widget input#s {
float: left;
margin: 19px 3px 0 5px;
padding: 2px;
width: 125px;
}


/* ---------  Menu Sidebar  --------- */

#menu {
   margin: 0;
	padding: 0 25px 0 30px;
	width: 230px;
   background: transparent;
}
#menu a {
   color: #D09723;
   text-decoration: none;
}
#menu a:hover {
	color: #333;
   text-decoration: none;
}


table {
border: 0px;
background: none;
font-size: 10px;
font-family: verdana; 
color: #555;
}


/* ---  Links  --- */

a {
   color: #0067ff;
   text-decoration: none;
}
a:hover {
	color: #333;
   text-decoration: none;
}





/* ---  Textos  --- */

h1 {
	margin: 0;
	height: 113px;
	background: transparent url(images/header.jpg) top left no-repeat;
	text-align: left;
}
h1 span {
	width: 1px;
	height: 1px;
	position: absolute;
	visibility: hidden;
}
h1 a {
	background: url(images/header.jpg) top left no-repeat;
	display: block;
	width: 350px;
	height: 113px;
	text-indent: -9999px;
}




/* --------- ESPAÇO DOS POSTS ----------- */
#content {
	float: right;
	margin: 30px 0 0 0;
	padding: 0;
	width: 590px;
	height: auto;
	font-size: 13px;
	background: transparent;
}

/* --------- DATA POSTS ----------- */
#content .data {
   float: left;
   margin: 0 5px 0 0;
   padding: 0 5px 0 0;
   border-right: 1px dotted #DADADA;
   text-align: right;
}

#content .data .dia {
padding: 0;
font-size: 15px;
color: #BE6A3C;
font-weight: bold;
}

/* --------- TITULO POSTS ----------- */
#content .title {
   margin: 0;
   color: #A02F1F;
   font-size: 16px; 
   font-weight: bold;
   background: none;
}

#content .title a {
color: #65544C;
text-decoration: none;
}

/* --------- TAGS / LINK COMMENT ----------- */
#content .postmeta {
background: none;
margin: 1px 0px 15px 0px;
font-size: 9px; 
font-family: verdana; 
color: #414141;
}

/* --------- POSTS ----------- */
.postentry {
background: none;
margin: 0px;
padding: 0px;
text-align: left;
}

.postentry li, .postentry ul {
list-style: none;
margin: 0px;
padding: 0px;
}

.postentry ul li {
float: left;
background: none;
margin: 0px;
padding: 2px;
border-bottom: 1px dotted #DADADA;
width: 255px;
height: auto;
display: block;
}

html>body #postentry ul li {
width: 255px;
}

/* --------- DIVIDER ----------- */
.divider {
background: none;
border-top: 2px solid #F1F1F1;
margin: 10px 0px 10px 0px;
}

/* --------- SPACE ----------- */
.space {background: none;}

/* --------- EDIT DOS POSTS ----------- */
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 ----------- */
img {
border: 0px;
}

.blogimage {
margin: 2px;
padding: 5px;
background-color: #FFFFFF;
border:1px solid #DADADA;
}

/* --------- FORMULÁRIOS ----------- */
form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

textarea, input, select, insert {
background-color: #FFF;
border: 1px solid #ccc;
padding: 1px;
color: #555;
font-size: 11px;
}

/* --------- TITLE PAGES ----------- */
.title-pages {
	margin: 0 0 15px 0;
	padding-right: 10px;
	width: 550px;
	font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	color: #444;
	text-align: left;
	border-bottom: 2px solid #D9E6ED;
}

#content .title-pages a {
text-decoration: none;
}

/* --------- SUB-TITLE PAGES AND POSTS ----------- */
.blocktitle {
	margin: 0;
	padding-right: 10px;
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	color: #555;
	text-align: left;
	border-bottom: 1px solid #D3513A;
}


/* --------- NAVI ON FOOTER ----------- */
#footlink {
width: 100%;
text-align: right;
}

#footlink span.footlinkcurrent {
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;      
}

#footlink a {
padding:0 4px 0 4px;
margin:0 1px 0 1px;        
}

#footlink a:link, #footlink a:visited, #footlink a:active {
background-color: #F1F1F1;
color: #808080;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px; 
}

#footlink a:hover {
background-color: #E2E2E2;
color: #404040;
border: 0px solid #999; 
border-width: 0px 0px 0px 0px;    
text-decoration: none;
}
	
/* ---- COMMENTS ----- */
.commentlist li {
margin: 15px 0 3px;
padding: 5px 8px 3px;
list-style: none;
}

#commentlist {
margin: 0;
padding-left: 2px;
padding-right: 2px;
padding-top: 0px;
border-bottom: 0px solid #E2A8C1;
list-style-type: none;
}

#commentlist li {
border-top: 0px;
padding: 5px 8px;
background: none;
}

.commentdate {
background-color: #F0EFEB;
border: 0px dotted #808080;
padding: 2px;
font-family: verdana;
color: #000000;
text-align: left;
}

.comment-content {
background: none;
border: 1px solid #ccc;
border-width: 0px 0px 1px 0px;
padding: 5px 3px 2px 4px;
margin-top: 0px;
font-family: verdana;
color: #000000;
text-align: left;
}

hr {
border: 1px;
border-top: solid #CCCCCC;
height: 1px;
}


/* ---- 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;
}