﻿/*Theme Name: Base 04
Theme URI: http://www.true-luv.com/
Description: 3 colunas com menu vertical e 2 sidebars 
Version: 4.0
Author: Tamara 
Author URI: http://www.true-luv.com*/

/* BODY */
body {
color: #211509; 
background: url('http://dannyjones.com.br/wp-content/uploads/2010/03/backgroundfixocomemora.jpg') repeat-x;
font-family : tahoma;
font-size: 12px; 
margin:0px;
text-align: justify;
}  
 
/* TOPO DO LAYOUT */
#header {
background-image: url('http://dannyjones.com.br/wp-content/uploads/2010/03/djbrcomemora.jpg');
height: 680px;
width: 950px;
margin-top: 12px;
}

/* LINHA DO LAYOUT */
#page {
margin-left: auto;
margin-right: auto;
background-image: url('images/linha.jpg') repeat-y;
width: 950px;
}

/* RODAPÉ DO LAYOUT */
#footer {
background:#fff url('');
background-repeat: repeat-x;
clear: both;
margin:0px;
height: 0px;
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: 23px;
font-weight: bold;
text-indent: 3px;
text-align: center;
text-transform: capitalize;
margin: 15px 0 30px 0;
padding: 0 0 2px 0;
}
/* SIDEBAR */
#sidebar {
font-size: 10px;
font-family : tahoma, helvetica, sans-serif;
line-height:14px;
width: 350px;
margin: -30px 0 0 0;
padding: 0 10px 0 10px;
float: left;
}
#sidebar2 {
font-size: 10px;
font-family : tahoma, helvetica, sans-serif;
line-height:14px;
width: 200px;
margin: -10px 0 0 0;
padding:0 0 0 10px;
float: left;
}

.links-sidebar ul  {
list-style-type: none;
margin: 0;
padding: 0;
} 
.links-sidebar li {
list-style-type: none;
margin: 0;
padding: 0;
}
.links-sidebar ul li {
display: block;
border-bottom:1px solid #f42554; 
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 */
}
.links-sidebar ul li:hover {
display: block; 
background-color: #ffffff;
}

/* POSTS E PÁGINAS */
#content {
color:#211509;
line-height:15px;
text-align:justify;
width: 530px;
margin: -20px 0 0 0;
padding: 0 10px 0 10px;
float: left;
}
#content span.data, #content span.categoria{
display: block;
color: #211509;
font-size:12px;
text-align: left;
font-family : tahoma;
text-transform: capitalize;
padding: 0 0 0 2px;
}
/* PREV E NEXT */
.anterior{
float:left;
background-color: #FFFFFF;
padding:1px 5px 1px 5px;
margin:0px 1px 0px 1px;
}
.proximo{
float:right;
background-color: #FFFFFF;
padding:1px 5px 1px 5px;
margin:0px 1px 0px 1px;
}

/* MENU */ 
#menu {
width: 100%;
padding: 0;
margin: 0;
font-size: 13px;
font-family : Verdana, Times New Roman;
font-weight: bold;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu li {
border-bottom: 1px dotted #fadb43;
margin: 1px;
}
#menu li a {
display: block;
padding: 4px 4px 4px 0.4em;
text-transform: uppercase;
text-indent: 5px;
letter-spacing: 2px;
color: #211509;
background-color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}
#menu li a:hover {
color: #07b0ba;
background-color: #ffffff;
font-weight: bold;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#menu  li { float: left; height: 1%; }
* html ul#menu  li a { height: 1%; }
/* End */


/* LINKS */
a {cursor: help; text-decoration: none;} 
a:link {cursor: help; color: #07b0ba; text-decoration: none;}
a:visited {cursor: help; color: #07b0ba;text-decoration: none;}
a:active {cursor: help; color: #07b0ba;text-decoration: none; }
a:hover {cursor: help; color: #000000; text-decoration: none;}

/* TÍTULO DE PÁGINAS e POSTS */
.navlink {
display: block;
color: #07b0ba;
font-family : tahoma;
font-size:17px; 
text-decoration: none;
text-align:left;
text-transform: capitalize;
height: 21px;
line-height:21px;
vertical-align:middle;
padding: 0 0 0 0;
margin: 0px;
border-bottom: 0px solid #211509;
}
.navlink a {cursor: help; color: #000000; text-decoration: none; }	
.navlink a:hover {color:#f42554; text-decoration:none;}

/* CLASSES */
em{text-decoration : none;}
b{color: #f42554; text-decoration : none;}
strong{color:#07b0ba; text-decoration : none;}
i{color: #000000; text-decoration : none; }
ol, ul, li {margin:0; padding:0; list-style-type:none; }

/* TITULO DA SIDEBAR */
h1 {
color:#211509;
font-family :  verdana, helvetica, sans-serif; 
font-size: 11px;
font-weight: bold;
text-indent: 3px;
text-align: left;
border-bottom: 1px dotted #07b0ba;
margin: 15px 0 7px 0;
padding: 0 0 2px 0;
}
/* SUBTITULO DAS PAGINAS */
h2 {
display: block; 
background: none; 
color: #211509;
font-size:11px;
font-family :  tahoma, verdana, helvetica, sans-serif;
text-transform: lowercase;
border-bottom: 1px dotted #07b0ba;
padding: 10px 0 0px 2px;
margin:0px;
clear: both; 
}

/* HR */
hr {
width: 97%;
clear: both;
border-top: 0px dotted #e1e1e1;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
text-align:center;
margin:0px 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:#000000;
border: 1px solid #fadb43;
background-color: #FFFFFF;
margin: 0;
}
input#searchsubmit {
background: #ffffff url('images/search.gif') left no-repeat;
background-position:2px 3px;
border: 1px solid #fadb43;
width: 91%;
margin: 5px 0 0 0;
padding: 1px 1px 1px 15px;
}

/* COMENTÁRIOS */
.comments{
text-align:justify;
background-color: #FFFFFF;
padding: 5px ;
color: #211509;
border: 1px solid #fadb43;
margin: 0 0 15px 0;
}
.avatar {
float: right;
padding: 5px;
margin:4px;
background-color: #f42554;
}

.avatar:hover {
float: right;
padding: 5px;
margin:4px;
background-color: #211509;
}

/* IMAGENS */
.flickr a img{
background-color: #e1e1e1;
padding: 6px;
margin: 5px 5px 0 0;
}
.aligncenter{
background-color: #e1e1e1;
padding: 6px;
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.alignleft{
float: left;
background-color: #e1e1e1;
padding: 6px;
margin: 1px 4px 0 0;
}
.alignright{
float: right;
background-color: #e1e1e1;
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.jpg') repeat-y top left; 
padding:0 5px 0 28px; 
margin: 0 5px 0 5px;
border: 1px solid #fadb43;
}

/* FOOTLINK */
#footlink {
text-align:center;
clear: both;
line-height:18px;
}
#footlink a {padding:0 5px 0 5px; margin:0 2px 0 2px;}
#footlink a:link, #footlink a:visited, #footlink a:active {
color:#FFFFFF;
font-size : 8pt;
background-color: #07b0ba;
border: 0px;
}
#footlink a:hover {
color:#FFFFFF;
font-size : 8pt;
background-color: #f42554;
border: 0px;
}

/* ABAS */
.tabberlive .tabbertabhide {
display:none;
}
.tabber {}
.tabberlive {
margin-top:1em;
}
ul.tabbernav{
margin:0;
padding: 3px 0;
font: 10px tahoma, helvetica, sans-serif;
}
ul.tabbernav li{
list-style: none;
margin: 0;
display: inline;
}
ul.tabbernav li a{
padding: 3px 0.5em;
margin: 0 3px 0 0;
color:#FDC7D9;
background-color: #e1e1e1;
text-decoration: none;
}
ul.tabbernav li a:link {
color: #9f9f9f;
}
ul.tabbernav li a:visited {
color: #9f9f9f;
}
ul.tabbernav li a:hover{
color:#9f9f9f;
background-color:#f8f8f8;
}
ul.tabbernav li.tabberactive a{
background-color: #f8f8f8;
}
ul.tabbernav li.tabberactive a:hover{
color: #FDC7D9;
background-color: #f8f8f8;
}
.tabberlive .tabbertab {
background-color: #f8f8f8;
padding:5px;
border:0px none;
}
.tabberlive .tabbertab h2 {display:none;}
.tabberlive .tabbertab h3 {font-size:9px; font-family: tahoma, helvetica, sans-serif; display:none;}
.tabberlive#tab1 {}
.tabberlive#tab2 {}
.tabberlive#tab2 .tabbertab {height:200px; overflow:auto;}  


/** BORDA NAS IMAGENS **/
.borderimage{
background-color: #ffffff;
padding: 6px;
border: 1px solid #dbdbdb;
color:  #666666;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;}

.borderimage:hover{
background-color: #ffffff;
padding: 6px;
border: 1px solid #f5e70a;
color:  #666666;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;}

.gravatar{
background-color: #ffffff;
border: 1px solid #dbdbdb;
color:  #666666;
padding: 4px;
float:right;}


.borderimage12{
background-color: #ffffff;
padding: 6px;
border: 1px solid #dbdbdb;
color:  #666666;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;}

.borderimage12:hover{
background-color: #ffffff;
padding: 6px;
border: 1px solid #b6f53d;
color:  #666666;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;}

.borderimage14{
background-color: #ffffff;
padding: 6px;
border: 1px solid #dbdbdb;
color:  #666666;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;}

.borderimage14:hover{
background-color: #ffffff;
padding: 6px;
border: 1px solid #01e608;
color:  #666666;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;}

/***************** MENU DAS PAGINAS INTERNAS *****************/
#nav14 {
display: block;
color: #211509;
font-weight: bold;
background-color: #ffffff;
width: 100%;
height: 18px;
text-indent: 5px;
vertical-align:middle;
text-decoration: none;
font-family: tahoma;
line-height: 23px;
padding-bottom:1px;
margin-bottom: 1px;
font-size: 12px;
letter-spacing: 1px;
border-left: 5px solid #f42554;
border-bottom: 1px dotted #a8a8a8; }

#nav14:hover {
color: #f42554;
display: block; 
text-decoration: none; 
border-left: 5px solid #fadb43;
border-right: 0px;
border-top: 0px;
border-bottom: 0px;
background-color: #ffffff;
border-bottom: 1px dotted #a8a8a8; }


/****** SEPARADOR DAS PAGINAS INTERNAS ******/
.sidebar1 {
font-weight: bold;
background-color: transparent;
border-bottom: 2px solid #fadb43;
color:#07b0ba;
line-height: 18px;
text-decoration: none;
font-family: tahoma;
font-size: 13px;
padding-top: 2px;
text-indent: 5px;
text-align: left;
}