/*
Theme Name: 60s
Theme URI: http://www.caetanorama.com
Description: DEsign baseado nas referências da década de 60 de alguns discos de jazz e na estrutura do design modernista. Designed by <a href="http://www.caetanorama.com/">Caetanorama</a>.
Version: 1.0b
Author: Rogerio Caetano
Author URI: http://www.caetanorama.com
Tags: light, basic colors, three-columns, flexible-width, right-sidebar

  60's Wordpress theme
    http://www.caetanorama.com
  Design and coding by Rogerio Caetano
    http://www.caetanorama.com

*/
@charset "UTF-8";


body {
	color:#666666;
	background:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
}

/* Estrutura */

#corpo {
width: 770px;
height: 99%;
margin:0 auto;
/*padding-bottom: 92%;*/
}

#col1l {
float: left;
width:110px;
height:100%;
padding-left: 5px;
}

#col2r {
width:83%;
float: right;
background:#fff;
}

#headerMenu {
	clear:both;
height: 30px;
width:100%;
border-bottom: 3px solid #ff2222;
}

#menu {
float: left;
padding-top: 5px;
padding-bottom: 5px;
text-transform: lowercase;
}

#menu ul {
list-style:none;
}

#menu ul li {
display: inline;
width: 60px;
padding: 10px;
}

#menu ul li a {
font-size: 120%;
text-decoration:none;
}

#menu ul li a:hover {
text-decoration:underline;
color: #336699;
}

#menu ul.menu  li ul {
	background: #ccffff;
	position: relative;
	top: 0px;
	left: 50px;
}

#colBusca {
float:right;
padding: 5px;
}

#colBusca input {
	background: #99CCFF;
	color: #333366;
	border: 1px solid #0066CC;
}

.btOk {
	width:20px;
	background-color: #fff !important;
	border: none!important;
	font-weight: bold;
}

#content {
float: right;
padding: 10px;
}

#contentText {
float: left;
line-height: 150%;
background: #fff;
width: 75%;
}

#contentText form input, #contentText form textarea {
	border:1px solid #ececec;
	background: lightgray;
}


#colCategorias {
width: 120px;
float: right;
}

#colCategorias h1, #col1l h1 {
	font-size:90%;
	font-weight: bold;
	line-height: normal;
	text-transform: lowercase;
	color: #666;
	border: none;
	text-align:right;
}

#colCategorias ul li{
font-size: 90%;
line-height: normal;
list-style:none;
border-bottom: 2px solid #666;
}


#col1l ul li {
font-size: 90%;
line-height: normal;
list-style:none;
margin-bottom: 3px;
}
#colCategorias ul li {
	text-align:right;
}

#col1l ul li {
	text-align: left;
}

#colCategorias #tags select, #col1l select {
	width: 99%;
	background: #99CCFF;
	color: #333366;
	border: 1px solid #0066CC;
}

#footer {
width:100%;
clear:both;
position: fixed;
bottom: 0px;
left:0px;
padding: 2px;
text-align:center;
font-size: 70%;
color:#66FFFF;
background:#0066CC;
}

#footer a {
color: #fff;
text-decoration: none;
font-weight:bold;}
        
/* estilos de cabecalho de posts */

#cabecalhoPost {
	display:table;
	width:100%;
	margin:0 10px 10px 0;
}

div.post-date {
/*	width: 50px;
	height: 40px;*/
/*	float:left;*/
	border: 1px dotted #ccc;
	margin:2px 0px -20px 0px;
	padding:2px;
}

div.post-date p.post-date-box, p.post-date {
	width:50px;
	height: 40px;
	display:table;
	float:left;
	margin: 0px;
	padding:2px !important;
	text-align:center;
}

p.post-date span.month, div.post-date p.post-date-box span.month {
	background: #6c6c6c !important;
	width:100% !important;
	display: table-row;
	/*float:both;*/
	padding: 2px 0;
	color: #fff;
	text-transform:uppercase;
}

p.post-date span.day, div.post-date p.post-date-box  span.day {
	display:table-row;
	width:100%;
}

p.post-date span.ano, div.post-date p.post-date-box  span.ano {
	display:table-row;
	background: #ececec;
	width:100%;
	font-size:70%;
	color:#000;
}

p.post-author {
	text-align: right;
	width:86%;
	height: 38px;
	background: #ececec;
	float: right;
	display:table;
	margin: 0;
	padding: 10px 10px 10px 0px;
	
}

/* Estilos de texto */

h1{
font-size: 200%;
border-bottom: 2px dotted red;
padding-bottom: 5px;
margin-bottom: 10px;
text-transform:uppercase;
color:red;
line-height:normal;
text-decoration: none;
}
h1 a:link,h1 a:visited,h1 a:active {
	color: inherit;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}

h2 {
font-size: 150%;
width: 70%;
color: #336699;
text-transform:uppercase;
border-bottom: 2px solid #336699;
}

h3 {
width: 40%;
font-size: 135%;
color: #666666;
text-transform:uppercase;
border-bottom: 2px solid #666;
}

h4 {
font-size: 120%;
color: #000;
text-transform:uppercase;
}

.buscasTitulo a {
	font-size: 100%;
}

.buscasTitulo a:hover {
	color: #666;
	text-decoration: none;
}

blockquote {
	margin:0 auto 5px;
	width: 80%;
	padding-top:0px;
	background: #fff;
	border-bottom: 5px solid #ccc!important;
}

blockquote p.cabecalho {
	margin:0px;
	padding-left: 2px;
	color: #fff !important;
	background-color: #0099CC!important;
}

blockquote p.conteudo, p.info {
	padding: 5px;
}


p.info {
	background-color: #f6f6f6;
	margin-bottom:0px;
}

p.legenda {
	font-size:70%;
	padding:10px;
	width: 80%;
}

p {
margin-top: 8px;
margin-bottom: 8px;
}

a:link, a:visited, a:active {
color:#0099CC;
font-weight:bold;
text-decoration: none;
}

a:hover {
text-decoration:underline;
}

strong, b {
font-weight:bold;}

address {
	min-width: 250px;
	max-width: 370px;
	padding: 10px;
	font-size: 70%;
	background: #99CCFF;
	color: #333366;
	border: 1px solid #0066CC;
}


/* Galeria */
.ngg-imagebrowser {
width:100%;
}

.ngg-imagebrowser h3 {
width: 90%;
margin-bottom: 15px;
}

.ngg-imagebrowser .pic {
text-align:center;
}

.ngg-imagebrowser .back {
width: 49%;
float: left;
}

.ngg-imagebrowser .next {
width: 49%;
float: right;
text-align: right;
}


.ngg-imagebrowser .ngg-imagebrowser-desc {
padding: 3px;
border: 1px dotted #ccc;
}

.ngg-galleryoverview {
	width:100%;
	display: table;
	margin:0px auto;
}

.ngg-gallery-thumbnail-box {
	display: table-cell;
	float: left;
	padding: 10px;
	margin: 5px;
	border: 1px dotted #0066cc;
}

.ngg-gallery-thumbnail-box img {
	border: 1px solid #000;
}

/* Resultado de busca */

div#resultadoBusca {
	background: #e6e6e6;
	padding: 5px;
	border:1px solid gray;
	border-left: 5px solid gray;
	margin: 5px 0px;
}
p.postmetadata {
font-size: 85%;
padding-left: 20px;
text-align:right;
}

p.postmetadata a {
	font-weight: normal;
}

div.novaBusca {
	padding: 5px;
	text-align: right;
}

div.novaBusca h4 {
	text-align:left;
}

div.novaBusca form input {
	border: 1px solid #000 !important;
}

/* Formulario */
form#searchform {
float: right;
}

form#searchform input#s {
width:90%;}

p.wp-caption-text {
font-size: 80%;}