﻿
@import url('reset.css');

/* =Globals ----------------------------------------------------------------------------------------------*/

body { color: #000; font: normal 12px Arial, Verdana, sans-serif; }
h1 { font-size: 16px; font-weight: bold; letter-spacing: 3px; margin-bottom: 20px; text-transform: uppercase; }
input, textarea, select { border: 0px solid #d4d0c8; color: #333; font: normal 12px Arial, Verdana, sans-serif; }

/* =Navigation -------------------------------------------------------------------------------------------*/
#menu { height: 165px; }
#menu tr td { padding-right: 15px;}

/* =Layout -----------------------------------------------------------------------------------------------*/

#container { background: #fff; margin: 0 auto; width: 960px; }

#header { }
#logo { line-height: auto; margin: 0 0 0 40px; }
#logo a { background: #fff url(../img/layout/logo.jpg); display: block; float: left; height: 137px; margin: 20px 0 0 -40px; text-indent: -9999px; width: 100px; }
#menu { display: inline; float: left; margin: 0 0 0 75px; }

#primary { display: inline; float: left; padding-top: 40px; width: 225px; }
#secondary { display: inline; float: right; padding-top: 40px; width: 225px; }
#main { display: inline; float: left; padding: 40px 20px 0 0; width: 490px; }

/* =Sections ---------------------------------------------------------------------------------------------*/

#secondary h1{
	text-transform: lowercase;
	background: #eee;
	font-family: Arial;
	letter-spacing: 1px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

#main p { line-height: 16px; margin-bottom: 16px; }
#main .bt_busca{
	font-size: 14px;
	font-weight: bold;
}
.posts { margin-bottom: 30px; }
.posts h2, .posts h2 a { color: /*#ec008c*/black; font-size: 14px; font-weight: bold; letter-spacing: 1px; margin-bottom: 2px; text-transform: uppercase; text-decoration: none; }
.posts .meta { font-size: 14px; margin-bottom: 15px; }
.posts .meta .author { color:#ADADAD; font-weight: bold; font-size: 11px; }
.posts .meta .comments a { background: #fff url(../img/icons/icon-comments.gif) no-repeat 0 center; color: #000; margin-left: 5px; padding-left: 15px; text-decoration: none; }
.posts .body { overflow: hidden; }
.posts .body p { line-height: 16px; margin-bottom: 16px; }
.posts .center img { border: 0px solid #000; display: block; margin: 10px auto; }
.posts .right img { border: 0px solid #000; display: block; float: right; margin: 10px 10px 10px 20px; }

.boxes .img { border: 0px solid #000; border-bottom: none; display: block; float: left; height: 230px; overflow: hidden; width: 170px; }
.boxes .label { border: 0px solid #000; border-left: none; display: block; float: left; width: 30px; }
.last .img { border-bottom: 0px solid #000; }

.nucleos { cursor: pointer; margin-bottom: 15px; overflow: hidden; zoom: 1; }
.nucleos .img { float: left; margin-right: 10px; width: 46px; }
.nucleos .title { color: #005691; font-size: 16px; font-weight: bold; margin-top:10px; }
.others .title { margin-left: 56px; }

.nucleos-item { margin-top: 10px; }
.nucleos-item li { margin-bottom: 5px; overflow: hidden; zoom: 1; }
.nucleos-item li .img { border: 0px solid #000; float: left; margin-right: 10px; width: 51px; }
.nucleos-item li .title { color: #000; font-size: 11px; font-weight: normal; line-height: 14px; }
.nucleos-item li .title a { color: #00b9f2; font-weight: bold; text-decoration: none; }
.nucleos-item li .title span { display: block; }

#form-contato label { color: #00b9f2; display: block; font-weight: bold; margin: 5px 0; }
#form-contato input, #form-contato select { padding: 5px; width: 350px; }
#form-contato textarea { height: 140px; margin-bottom: 15px; padding: 5px; overflow: auto; width: 480px; }
#form-contato #fc-enviar { background: #9a85be; border: 0px solid #000; color: #fff; cursor: pointer; float: right; font: bold 14px 'Trebuchet MS'; letter-spacing: 3px; width: 100px; }
#form-contato-error { display: none; margin-bottom: 5px; padding: 5px; }
#form-contato-error h2 { color: red; font-style: italic; font-size: 14px; font-weight: bold; margin-bottom: 5px; }

#archives { margin-left: 17px; }
#archives li { margin-bottom: 5px; }
#archives li a { background: #fff url(../img/icons/icon-arrow.gif) no-repeat 0 center; color: #005691; font-weight: bold; padding-left: 18px; text-decoration: none; }
#archives li a:hover { color: #6abf6a; }

#livros-info, #livros-resumo { margin-bottom: 20px; }
#livros-info .cover { border: 0px solid #000; display: inline; float: left; margin-right: 10px; }
#livros-info .title { color: #005691; font-size: 14px; font-weight: bold; }
#livros-info .author { font-style: italic; margin-bottom: 20px; }
#livros-info .info { color: #666; margin-bottom: 10px; }
#livros-info .price { color: #005691; font-size: 16px; font-weight: bold; margin-bottom: 10px; }
#livros-info #fe-enviar { border: none; padding-top: 15px; }

#list-arquivos li { margin-bottom: 3px; }
#list-arquivos li a { background: #fff url(../img/icons/icon-arrow.gif) no-repeat 0 center; color: #005691; font-weight: bold; padding-left: 18px; text-decoration: none; }

.back a { background: #fff url(../img/icons/icon-arrow.gif) no-repeat 0 center; color: #005691; font-weight: bold; padding-left: 18px; text-decoration: none; }

/* =Classes ----------------------------------------------------------------------------------------------*/

.att { color: red; font-weight: bold; }
.clearfix:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */
