﻿/*Theme Name: Base 06
Theme URI: http://www.true-luv.com/
Description: 2 colunas com menu horizontal, sidebar do lado esquerdo e suporte a widgets
Version: 6.0
Author: Tamara 
Author URI: http://www.true-luv.com*/

/* BODY */
html, body {
height: 100%;
color: #000000; 
background:#fff url('images/back.gif') repeat-x;
font-family : arial, helvetica, sans-serif;
font-size: 11px; 
text-align: justify;
margin: 0px;
}  
 
/* TOPO DO LAYOUT */
#header {
background-image: url('images/topo.gif');
height: 500px;
width: 1263px;
}

/* LINHA DO LAYOUT */
#page {
min-height: 100%;
margin-left: auto;
margin-right: auto;
width: 1263px;

* html #page {height: 100%; /* hack para IE6 que trata height como min-height */}
}

/* RODAP������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ DO LAYOUT */
#footer {
background:#fff url('images/footer.gif');
background-repeat: repeat-x;
clear: both;
margin:0px;
height: 40px;
width: 100%;
}

#footer p {
color: #fff;
text-align: center;
font-size: 10px;
font-family : Tahoma, Helvetica, sans-serif;
text-transform: uppercase;
padding:12px 0 2px 0;
margin:0;
}
#footer p a{
font-weight: bold;
color: #c0c0c0;
}
#footer p a:hover{
color: #fff;
}
.blogname {
	color:#fdc7d9;
	font-family :  georgia, helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-indent: 3px;
	text-align: center;
	text-transform: capitalize;
	margin: 15px 0 30px 0;
	padding: 0 0 2px 0;
	border-left-color: #3399FF;
}
/* SIDEBAR */
#sidebar {
	font-size: 10px;
	font-family : tahoma, helvetica, sans-serif;
	line-height:14px;
	width: 220px;
	margin: -20px 0 0 0;
	padding:0 0 0 10px;
	float: left;
}
#sidebar ul li {
	display: block;
	background: url('images/bullet.gif') left no-repeat;
	border-bottom:1px dashed #CCCCCC;
	margin:2px 0 2px 2px;
	padding: 2px 4px 2px 12px;
	vertical-align:middle;
	height:1%
	color: #CC0000;

}
#sidebar ul li:hover {
background-color: #f8f8f8;
}
#sidebar ul li ul {
list-style-type: none;
margin: 0;
padding: 0;
} 
#sidebar ul li ul li {
display: block;
background: url('images/bullet.gif') left no-repeat;
margin:2px 0 2px 2px;
padding: 2px 4px 2px 12px;
vertical-align:middle;
height:1%; /* IE WIN */
}

/* POSTS E P������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������GINAS */
#content {
color:#000000;
line-height:15px;
text-align:justify;
width: 600px;
margin: 20px 0 0 0;
padding: 0 30px 0 24px;
float: left;
}
#content span.data, #content span.categoria{
display: block;
color: #CCCCCC;
font-size:10px;
text-align: left;
font-family : verdana, helvetica, sans-serif;
text-transform: capitalize;
padding: 0 0 0 2px;
}
/* PREV E NEXT */
.anterior{
float:left;
background-color: #000000;
padding:1px 5px 1px 5px;
margin:0px 1px 0px 1px;
color:#CC0000 
}
.proximo{
float:right;
background-color:#000000;
padding:1px 5px 1px 5px;
margin:0px 1px 0px 1px;
color: #CC0000
}

/* MENU */ 
#menu {
list-style: none;
float: left;
height: 35px;
width: 465px;
padding-left:40px;
margin-top: -39px;
}
#menu ul {
padding: 0px;
margin: 0px;
float: left;
width: 100%;
text-transform: uppercase;
list-style:none;
font-weight: bold;
height: 35px;
line-height: 35px;
vertical-align:middle;
}
#menu ul li {
display: block;
float: left;
margin: 2px;
width: auto;
text-align: center;
border:0px;
}
#menu ul li a {
display: block;
width: 65px;
text-align: center;
font-size: 9px;
font-family : verdana, arial, sans-serif;
text-decoration: none;
color: #dadada;
border:0px;
vertical-align:middle;
}
#menu ul li a:hover, #menu li.current a {
color: #fff;
background: #fdbad6;
text-decoration: none; 
border:0px;
}

/* LINKS */
a {cursor: help; text-decoration: none;} 
a:link {cursor: help; color: #CC0000; text-decoration: none; }
a:visited {cursor: help; color: #CC0000;text-decoration: none; }
a:active {cursor: help; color: #CC0000;text-decoration: none; }
a:hover {cursor: help; color: #FF0000; text-decoration: none; }

/* lista de links */
.links {
width: 100%;
border:none;
margin: 0 0 3px 0;
}
.links ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.links ul li {
float:left;
list-style-type:none;
padding:0;
margin:0;
}
.links li a, .links ul li a:visited, .links ul li a:active {
display: block;
width: 200px;
height: auto;
background: none;
border-bottom:1px solid #CC0000;
padding: 2px;
margin:0 0 0 2px;
}
.links ul li a:hover {
background: #FF0000;
}


/* T������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������TULO DE P������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������GINAS e POSTS */
.navlink {
display: block;
color: #CC0000;
font-family : arial, sans-serif, tahoma;
font-size:17px; 
text-decoration: none;
text-align:left;
text-transform: capitalize;
height: 18px;
line-height:18px;
vertical-align:middle;
padding: 0 0 0 2px;
margin: 0px;
border-bottom: 1px dotted #000000;
}
.navlink a {cursor: help; color: #000000; text-decoration: none; }	
.navlink a:hover {color:#CC0000; text-decoration:none;}

/* CLASSES */
em{text-decoration : none;}
b{color: #CC0000; text-decoration : none;}
strong{color:#CC0000; text-decoration : none;}
i{color: #666666 ; text-decoration : none; }
ol, ul, li {margin:0; padding:0; list-style-type:none; }
u { text-decoration: none; border-bottom: #CC0000 1px solid }

/* TITULO DA SIDEBAR */
h1 {
color: #000000;
font-family :  verdana, helvetica, sans-serif; 
font-size: 11px;
font-weight: bold;
text-indent: 3px;
text-align: left;
border-bottom: 1px dotted #000000;
margin: 15px 0 7px 0;
padding: 0 0 2px 0;
background-color:#990000
}
/* SUBTITULO DAS PAGINAS */
h2 {
display: block; 
background: none; 
color: #CCCCCC;
font-size:11px;
font-family :  tahoma, verdana, helvetica, sans-serif;
text-transform: lowercase;
border-bottom: 1px dotted #CCCCCC;
padding: 10px 0 0px 2px;
margin:0px;
clear: both; 
}

/* HR */
hr {
width: 97%;
clear: both;
border-top: 1px dotted #e1e1e1;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
text-align:center;
margin:5px 0 5px 0;
height: 1px;
}

/* TEXTAREA, INPUTS E FORMUL������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������RIOS */
form, fieldset {
margin: 0;
padding: 0;
border: 0px;
}

input, textarea, select, button {
font-size:11px;
color: #CCCCCC;
border: 1px solid #666666;
background-color: #000000;
margin: 0;
}
input#searchsubmit {
background: #000000 url('images/search.gif') left no-repeat;
background-position:2px 3px;
border: 1px solid #CC0000;
width: 91%;
margin: 5px 0 0 0;
padding: 1px 1px 1px 15px
color: #CC0000;
}

/* COMENT������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������RIOS */
.comments{
text-align:justify;
background-color: #CCCCCC ;
padding: 5px ;
border: 1px solid #CC0000;
margin: 0 0 15px 0;
}
.avatar {
float: right;
padding: 5px;
margin:4px;
background-color: #CCCCCC;
}

/* IMAGENS */
.flickr a img{
background-color: #CCCCCC;
padding: 6px;
margin: 5px 5px 0 0;
}
.aligncenter{
background-color: #CCCCCC;
padding: 6px;
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.alignleft{
float: left;
background-color: #CCCCCC;
padding: 6px;
margin: 1px 4px 0 0;
}
.alignright{
float: right;
background-color: #CCCCCC;
padding: 6px;
margin: 1px 0 0 4px;
}
.center {
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}
.left {
float: left;
margin: 1px 4px 0 0;
}
.right {
float: right;
margin: 1px 0 0 4px;
}
img {border: 0px;}

/* BLOCKQUOTE */
blockquote {
text-align: justify;
color:#000000;
background: url('images/edit.gif') repeat-y top left; 
padding:0 5px 0 28px; 
margin: 0 5px 0 5px;
border: 1px solid #CC0000;
}

/* FOOTLINK */
#footlink {
text-align:center;
clear: both;
line-height:18px;
}
#footlink a {padding:0 4px 0 4px; margin:0 1px 0 1px;}
#footlink a:link, #footlink a:visited, #footlink a:active {
color:#000000;
font-size : 8pt;
background-color: #CCCCCC;
border: 0px;
}
#footlink a:hover {
color:#660000;
font-size : 8pt;
background-color: #CCCCCC;
border: 0px;
}

/* CALENDARIO */
#wp-calendar {
width: 99%;
border-spacing:1px;
padding-bottom: 3px;
background: transparent;
}
#wp-calendar td a {
letter-spacing:0px;
color: #CC0000;
font-weight: bold;
}
#wp-calendar td a:hover {
color:#FF0000;
background: none;
}
#wp-calendar td {
text-align:center;
background-color: #000000;
padding: 0px 5px 0px 5px;
letter-spacing: 0px;
font: normal 10px Arial;
color: #aaa;
}
#wp-calendar td.pad { /* Celulas vazias */ background: #f8f8f8; }
#wp-calendar td#today { /* Data Atual */ background: white; }
#wp-calendar thead { /* Dias da semana */ font: bold 10px Arial; background: #FDF8FA;}
#wp-calendar caption { /* M������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������s */background: #f8f8f8;padding: 0px 0 0px;font: bold 11px Arial;color: #c0c0c0;}

	            
/* * * * * A S K  M E * * * * */

.askme {
    margin: 10px 0px 10px 0px;}
	
.askme label {
    display: block;
    width: 40em;
    float: left;}
	
.askme-pergunta {
    font-size: 10px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    color: #CC0000;
    background-color: #FFFFFF;
    border: 1px dashed #000000;
    padding: 3px;}

.askme-resposta {
    font-size: 10px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    color: #CC0000;
    background-color: #FFFFFF;
    border: 1px dashed #000000;
    padding: 3px;}

.askme-data{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #CC0000;
    text-align: center;
    padding: 3px;}

 