﻿/*Theme Name: Tema Base Antigo 03
Theme URI: http://www.true-luv.com/
Description: 1 coluna com menu horizontal e sidebar no footer
Version: 0.3
Author: Tamara 
Author URI: http://www.true-luv.com*/

/* BODY */
body {font-size: 14px; 
color: #8c8c8c; 
font-family: arial;
text-align: justify;
margin:0px 0 0px 0;
background-color:#FFFFFF;
background: url('images/wood.jpg');
}

/* IMAGEM DO TOPO */
 #header {
background: url('images/topo2.jpg') no-repeat top left;
width: 810px;
height: 300px
}
       

/* LINHA DO LAYOUT */
#page {
width: 810px;
background-image: url('');
background-color:#FFFFFF;
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
}

/* FOOTER */
#footer {
background-image: url('images/footer.jpg');
background-position: bottom;
width: 810px;
height: 50px;
clear: both;
}

#footer p {
color: #8c8c8c;
font-size: 10px;
font-family: tahoma;
padding:8px 0 8px 0;
margin:0 10px 0 10px;
text-align: center;
}


/* PERFIL */
#sidebar {
width: 635px;
color: #8c8c8c;
font-family: arial;
font-size: 10px;
text-align: justify;
margin: 2px 0 0 0;
padding: 0 5px 0 5px;
float: left;
}

#sidebarcolumns {
padding:2px;
margin: -13px 0 0 0; 
}

#sidebarcolumns .block {
float:left; 
width:32%; 
margin:0 0 0 5px; 
text-align:left;
}

#sidebarcolumns .first, * html #sidebarcolumns .first{
clear:both; 
margin:0 0 0 10px; 
text-align:justify;
}


/* POSTS E PÁGINAS */
#content {
color:#8c8c8c;
line-height:20px;
text-align:justify;
width: 710px;
padding: 40px 3px 0px 48px;
float: left;
}
#content span.data, #content span.categoria{
color: #c0c0c0;
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: #f8f8f8;
padding:1px 5px 1px 5px;
margin:0px 1px 0px 1px;
}
.proximo{
float:right;
background-color: #f8f8f8;
padding:1px 5px 1px 5px;
margin:0px 1px 0px 1px;
}


/* MENU */

#menu {
float: left;
text-align: center;
font-size: 14px;
width: 810px;
height: 26px;
margin: 0;
padding: 0 0 5px 0;
list-style: none;
background-color: #FFFFFF;
}

#menu ul {
color: #e8233a;
font-weight: bold;
text-align: center;
text-indent: 5px;
vertical-align:middle;
text-decoration: none;
font-family: arial;
line-height: 18px;
margin-bottom: 1px;
font-size: 14px;
border-right: 0px #FFFFFF;
text-transform: uppercase;
padding-top: 0px;
padding-right: 0px;
padding-left:75px;
clear: left;
margin-top: -26px;
margin: 1px;
list-style-type: none;
}

#menu ul li {
float: left;
text-align: center;
margin: 2px;
width: auto;
text-align: center;
border-bottom:0px solid;
}

#menu ul li a {
text-align: center;
letter-spacing: 1px ;
font-size: 12pt;
line-height: 18px;
display: block;
width: 102px;
height: 18px;
color: #e8233a;
font-weight: bold;
height: 18px;
vertical-align:middle;
text-decoration: none;
font-family: verdana;
line-height: 18px;
font-size: 10px;
}

#menu ul li a:hover {
color: #fca42e;
text-decoration: none; 
border: 0px solid;
}




/* LINKS */
a {cursor: hand; text-decoration: none;} 
a:link {cursor: hand; color: #e8233a; text-decoration: none; }
a:visited {cursor: hand; color: #e8233a;text-decoration: none; }
a:active {cursor: hand; color: #fca42e;text-decoration: none; }
a:hover {cursor: hand; color: #fca42e; text-decoration: none; }


/* NEGRITO E IT�LICO */
b{color: #e8233a; cursor: none;}
i{color: #e8233a; cursor: none;}
strong{color: #e8233a; cursor: none;}



/* TEXTAREA,  INPUTS E FORMULÁRIOS */
input, textarea, select, button {
font-size:11px;
color:#999999;
background: #e1e1e1;
padding-left:15px;
border: 0px;}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
color:#999999;
background: #e1e1e1;
border: 0px;}

input#searchsubmit {
background: #f8f8f8 url('images/search.gif') left no-repeat;
background-position:2px 3px;
border: 1px solid #e1e1e1;
width: 89%;
margin: 5px 0 0 0;
padding: 1px 1px 1px 15px;
}


/* COMENTÁRIOS */
.comments{
text-align:justify;
background-color: #FFFFFF ;
padding: 5px ;
border: 3px solid #e1e1e1;
margin: 0 0 15px 0;
}
.avatar {
float: right;
padding: 5px;
margin:4px;
background-color: #e1e1e1;
}


/* BORDA NAS IMAGENS */
.aligncenter{
background-color: #e1e1e1;
padding: 0px;
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;}


/* TÍTULO DO PERFIL */
h1 {
font-weight: bold;
background-color: #FFFFFF;
color:#8c8c8c;
line-height: 16px;
text-decoration: none;
font-family: tahoma;
font-size: 10px;
text-indent: 5px;
text-align: left;
margin: 15px 0 7px 0;
}

/* SUBTITULOS */
h2 {
font-size:10px;
font-family: tahoma;
color: #c2beba;
border-bottom:1px dashed #e9e4de;
padding-right: 2px;
text-transform: uppercase;
text-indent: 5px;
font-weight: bold;
}




/* EDITAR POSTS */
blockquote {
background-color:#e1e1e1;
border-top: 1px solid #f3f4f4;
border-bottom: 1px solid #f3f4f4;
padding: 5px 5px 5px 5px;
font-size: 14px; 
text-align: justify;
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
margin-bottom: 10px;}



/* TÍTULO DE PÁGINAS E POSTS */
.navlink {
color: #9f9f9f;
font-family : arial, sans-serif, tahoma;
font-size:17px; 
text-decoration: none;
text-align:left;
height: 18px;
line-height:25px;
padding: 0 0 0 2px;
margin: 0px;
border-bottom: 1px dotted #e1e1e1;
}
.navlink a {cursor: hand; color: #9f9f9f; text-decoration: none; }	
.navlink a:hover {color:#c0c0c0; text-decoration:none;}

/* CALENDARIO */
#wp-calendar {
width: 99%;
border-spacing:1px;
padding-bottom: 3px;
background: transparent;
}
#wp-calendar td a {
letter-spacing:0px;
color: #FFC5D9;
font-weight: bold;
}
#wp-calendar td a:hover {
color: #c0c0c0;
background: none;
}
#wp-calendar td {
text-align:center;
background-color: #fde9f1;
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;}


/* LINKS DO FOOTER */

#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:#9f9f9f;
font-size : 8pt;
background-color: #f8f8f8;
border: 0px;
}
#footlink a:hover {
color:#9f9f9f;
font-size : 8pt;
background-color: #e1e1e1;
border: 0px;
}


/* 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;
}

.end{
border-top: 4px solid #fde9f1;
text-align:center;
margin:0px 0px 5px 0px;
clear: both;
}


