body {
	background: #eee;
	margin: 0;
	padding: 0;
}

body#liber777 {
	background: #fff;
	padding: 10px 45px;
}

body,
th,
td {
	font-family: Georgia;
	color: #555; 
	font-size: 11px;
}

table {
	border-collapse: collapse;
	padding: 0;
}

th {
	font-weight: bold;
}

body#liber777 table {
	margin-bottom: 20px;
}

body#liber777 th {
	white-space: nowrap;
}

body#liber777 th,
body#liber777 td {
	font-size: 16px;
}

body#liber777 header {
	margin-bottom: 20px;
}

th,
td {
	border-spacing: 0;
	padding: .5em;
	line-height: 1.2em;
}

thead tr {
	background: #eee;
}

pre {
	font-family: 'Courier New', Courier, monospace;
	line-height: 1em;
}

small {
	font-size: 60%;
}

big {
	font-size: 140%;
}

strong,
th,
dt {
	font-weight: bold;
	color: #000;
}

em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

ul,
ol {
	padding-left: 30px;
}

#book ul,
#book ol {
	margin-bottom: 1.5em;
}

ol {
	list-style: decimal;
}

ul {
	list-style: circle;
}

h1, h2, h3, h4, h5, h6 {
	color: #95CD3C;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	margin: .3em 0;
	line-height: 1em;
	/*text-shadow: 1px 1px #393;*/
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 34px;
}

h4 {
	font-size: 32px;
}

h5 {
	font-size: 28px;
}

h6 {
	font-size: 26px;
}

th {
	text-align: left;
}

th,
td {
	vertical-align: top;
}

blockquote {
	border-left: 3px solid #ccc;
	display: block;
	font-style: italic;
	margin: 1.7em 3.4em;
	padding-left: 1.7em;
}

input, textarea { 
	background-color: rgb(242,242,242);
	border: 1px solid rgb(136,156,167);
	font-family: Georgia;
	font-size: 14pt;
	padding: 7px;
}

input.button, input[type="submit"] {
	background-color: rgb(153,153,153);
	border: 1px solid rgb(153,153,153);
	color: white;
	font-family: Georgia;
	padding: 3px;
	font-size: 14pt !important;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
}

input.button:hover, input[type="submit"]:hover {
	background-color: rgb(70,70,70);
}

input:hover, textarea:hover { 
	border: 1px solid #333;
}

#liber_777 input,
#liber_777 textarea {
	width: 100%;
}

#liber_777 #salvar {
	width: auto;
	float: right;
	cursor: pointer;
}

a {
	color: rgb(100,165,255);
	text-decoration: none;
}

a:hover {
	background-color: rgb(100,165,255);
	color: white;
}

a:visited {
	color: #647eff;
}

input {
    color: #666666;
}

img {
    border: 0;
}

label {
	/*font-size: 8pt;*/
	font-variant: small-caps;
}

label.optional {
	color: #999;
}

dt {
	margin-bottom: 6px;
}

dd {
	margin-bottom: 20px;
}

/* Tags HTML 5 */
header,
footer,
aside,
section,
nav {
	display: block;
}

/* Layout */
#container {
	background: #fff;
	width: 780px;
	margin: 10px auto 30px;
	padding: 20px;
	
	/*
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 10px 1px #999;
	-webkit-box-shadow: 3px 3px 10px 1px #999;
	box-shadow: 3px 3px 10px 1px #999;*/
}

#container img {
	max-width: 780px;
}

/* Cabecalho */
.site-title,
.site-title a {
	color: rgb(70,70,70) !important;
	background: none  !important;
	outline: none !important;
	font-size: 60px;
}

.site-description,
.site-title {
	margin: 0;
	padding: 0;
}

#search {
	float: right;
	width: 345px;
	padding: 22px 10px 10px 0;
}

#search input {
	font-size: 12px;
	margin: 0;
	line-height: 12px;
	vertical-align: middle;
	width: 220px;
}

#search .button {
	width: 34px;
	height: 31px;
	cursor: pointer;
	padding: 0 3px;
}

/* Menu */
#description {
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

#description nav {
	clear: both;
	height: 20px;
	padding-bottom: 20px;
}

#description nav ul {
	list-style-type: none;
	font-size: 16px;
	margin-top: 20px;
	padding: 0;
}

#description nav li {
	float: left;
	margin: 3px 12px 3px 3px;
}

#description nav li a {
	padding: 5px;
	color: #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#description nav li a:hover {
	padding: 5px;
	background: #000;
	color: white;
}

#description nav li.active {
	margin: 2px 12px 2px 2px;
	white-space: nowrap;
}

#description nav li.active a {
	background: #000;
	color: white;
	margin: 0px;
	padding: 10px;
}

/* Caminho de pÃ£o e Submenu */
#breadcrumb ul,
#submenu ul {
	list-style: none;
	margin-bottom: 10px;
	padding: 0;
}

#breadcrumb li,
#submenu li {
	display: inline;
	padding-right: 6px;
	color: #999;
	font-size: 11px !important;
}

#breadcrumb li.index a {
	color: #00f;
	font-size: 80%;
}

#breadcrumb li span {
	padding-left: 6px;
}

#submenu li.ativo a {
	font-weight: bold;
}

#disqus_thread a:hover {
	color: #06c;
}

/* Rodape */
footer address {
	color: #64A5FF;
	font-style: normal;
	text-align: center;
}

footer address a {
	color: #06c;
}

.footer-accessory {
	text-align: center;
	font-size: 60px;
	line-height: 60px;
	margin: 0;
}

/* Conteudo */
#content {
	border-bottom: 1px solid #eee;
	margin-bottom: 2em;
}

#content p,
#content th,
#content td,
#content li,
#content dl,
#index,
body#liber777 #content777 {
	font-size: 20px;
}

#content p,
#content li,
#content dl,
#content777 li {
	line-height: 1.7em;
}

#content p {
	text-align: justify;
}

#content p,
#content table {
	text-align: justify;
	margin: 0 0 1.5em;
}

#content .center  p {
	text-align: center;
}

#content p.right {
	text-align: right;
}

#content #credits,
body#liber777 #credits {
	color: #666;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px solid #eee;
	padding-bottom: 1em;
	clear: both;
}

#content li {
	line-height: 1.7em;
}

#content a {
	border-bottom: 1px dotted rgb(100,165,255);
}

#content .under-title,
body#liber777 {
	color: #999;
	font-size: 11px;
}

#cover {
	float: right;
	border: 1px solid #eee;
	margin: 0 0 2em 2em;
	padding: .7em 2em 2em;
	width: 200px;
}

#cover table {
	border-spacing: 0;
}

#cover td,
#cover th {
	font-size: 12px;
	border-bottom: 1px solid #eee;
}

#cover a.close {
	display: block;
	text-align: right;
	border: none;
	margin-bottom: .5em;
}

#cover a.close:hover {
	color: #64A5FF;
	background: none;
}

#chapter-navigation {
	border-top: 1px dotted #ccc;
	font-size: 20px;
	overflow: hidden;
	padding: 6px;
}

#chapter-navigation a {
	width: 250px;
	display: block;
	background: rgb(100,165,255);
	padding: 8px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#chapter-navigation a:hover {
	background: #95CD3C;
}

#chapter-navigation a.prev {
	float: left;
}

#chapter-navigation a.next {
	float: right;
}

/* Sharing */
.sharing {
	margin: 0 auto;
	width: auto;
}

.sharing img {
	vertical-align: middle;	
}

.sharing a.share-link,
.sharing a.share-link:hover {
	background: none;
	outline: none;
	border: none;
}

/* Tags */
#tags {
	text-align: center;
	width: 400px;
	margin: 1em auto;
	font-size: 26px;
}

#tags ul {
	padding-left: 0;
	list-style: none;
}

#tags li {
	display: inline-block;
	margin: 4px;
	line-height: 30px;
}

#tags li a {
	background: #FF9;
	font-style: italic;
	font-size: 14px;
	color: #666;
	padding: 6px;
}

/* Feedback */
a#fdbk_tab:hover {
	margin-left:-4px;
}

a#fdbk_tab {
	background-image: url(../images/layout/feedback_trans_tab.png); /*http://s3.amazonaws.com/getsatisfaction.com/images/feedback_trans_tab.png*/
	color: #fff;
	cursor: pointer;
	height: 102px;
	left:0;
	margin-left: -7px;
	overflow: hidden;
	position: fixed;
	text-indent: -100000px;
	top: 25%;
	width: 42px;
	z-index: 100000;
}

/* Home */
/* Sizing */
.half-width {
	width: 45%;
	padding: 1em;
	float: left;
	background: #eee;
	margin: .5em .5em 1.5em;
	text-align: left;
	height: 320px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.half-width ul {
	height: 205px;
	text-align: center;
}

.half-width ul,
.half-width li,
.half-width p {
	list-style: none;
	margin: 0;
	padding: 0;
}

.half-width li {
	display: inline;
	line-height: 150%;
	padding: 3px;
}

.half-width li a {
	white-space: nowrap;
}

.home-more a {
	color: #06c;
}

.home-more a:hover {
	color: #fff;
	background: #06c;
	border-color: #06c;
}

/* Feed RSS */
.feed,
.feed:hover {
	border: none;
	outline: none;
	background: none;
	float: right;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 3px;
}

/* Compartilhamento */
#sharing {
	padding: 0;
	margin: 0 0 20px;
}

#sharing li {
	display: inline;
}

#sharing li a {
	outline: none;
	border: none;
	opacity: .4;
}

#sharing li a:hover {
	background: none;
	opacity: 1;
}

/* Gerais */
.link-pdf,
.link-pdf:hover {
	background: none;
	border: none !important;
	vertical-align: top;
}

h1 .link-pdf {
	padding-left: 10px;
}

tr.even {
	background: #eee;
}

td.even {
	background: #eee;
}

tr.even td.even,
th.even {
	background: #ccc;
}

.center {
	text-align: center !important;
}

p.right {
	text-align: right;
}

div.right {
	float: right;
}

div.left {
	float: left;
}

/* Formularios */
form dd {
	padding-left: 0;
	margin-left: 0;
}

form .textfield,
form textarea {
	width: 764px;
}

form #descricao,
form #seo_descricao,
form #seo_keywords {
	width: 90%;
	height: 50px;
}

form #tag-element br {
	display: none;
}

form #tag-element label {
	padding-right: 10px;
}

/* Tabelas */
#content .categorias,
#content .autores {
	width: 100%;
}
#content .categorias td {
	width: 25%;
	padding: 0;
}

#content .autores td {
	width: 33%;
	padding: 0;
}

#content .categorias a,
#content .autores a {
	display: block;
	border: none;
	outline: none;
	padding: .5em;
}

table.border {
	border: 1px solid #ccc;
	width: 100%;
	margin: 10px 0;
}

table.border th,
table.border td {
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: top;
}

/* Listas de livros*/
#content .autores-livros,
#content .categorias-livros {
	width: 100%;
}

#content .autores-livros td,
#content .categorias-livros td {
	padding: 0;
}

#content .autores-livros a,
#content .categorias-livros a {
	overflow: hidden;
	padding: .5em;
	outline: none;
	color: #555;
}

#content .autores-livros a span,
#content .categorias-livros a span {
	color: rgb(100,165,255);
	font-weight: bold;
}

#content .autores-livros a:hover,
#content .autores-livros a:hover span,
#content .categorias-livros a:hover,
#content .categorias-livros a:hover span {
	color: #fff;
}

#content .autores-livros img.left,
#content .categorias-livros img.left {
	float: left;
	padding-right: .5em;
}

/* Fï¿½rum */
#forum {
	width: 778px;
	margin-bottom: 10px;
}

#forum tr {
	border: 2px solid #eee;
}

#forum img  {
	max-width: 580px;
	max-height: 3600px;
}

#forum .forum-cite {
	text-align: right;
	padding: 10px 0 0;
}

#forum .forum-cite a {
	color: #95cd3c;
	font-size: 14px;
	border-color: #95cd3c;
}

#forum .forum-cite a:hover {
	background: #95cd3c;
	color: #fff;
}

.bbcode-size-50 {
	font-size: 14px;
}

.bbcode-size-100 {
	font-size: 20px;
}

.bbcode-size-200 {
	font-size: 28px;
}

/* Mensagens */
div.error {
	border: 1px solid red;
	margin: 20px 0;
	padding: 10px;
	color: red;
	background: #FFA07A;
}

ul.errors {
	border: 1px solid red;
	margin: 20px 0;
	padding: 10px;
	color: red;
	background: #FFA07A;
	list-style: none;
}

/* Paginacao */
.paginationControl {
	padding: .5em 0;
}

.paginationControl .disabled {
	color: #ccc;
}

/* Menu titulo */
.title-menu,
.title-menu:hover {
	border-bottom: none !important;
	background: none;
	padding-left: 15px;
}

/* Estilos especificos */
.viarum-viae td {
	vertical-align: middle;
}

.carta-probacionistas {
	margin: 0 auto 30px;
	text-align: center;
}

#content p.soon {
	margin: 0;
	text-align: center;
}

.clear {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}


/* BOX SHADOW - Current not yet */
#container {
	background: #fff url("../images/layout/container-bg.gif") repeat-y;
	/* 780 = 820 -> 841 */
	/*padding: 0 30.5px 20px;*/
	padding: 0;
	width: 841px;
}

#description,
#content,
footer {
	padding: 0 30.5px 0;
	width: 780px;
}

#description {
	background: url("../images/layout/container-top-bg.gif") no-repeat top;
	border: none;
	padding-top: 20px;
	margin: 0;
}

#content {
	border: none;
}

#book,
#description nav {
	border-bottom: 1px solid #eee;
}

footer {
	background: url("../images/layout/container-bottom-bg.gif") no-repeat bottom;
	padding-bottom: 30px;
}

/* Fim do box shadow */


/* Serviços*/
#teclado-virtual {
	width: 570px;
	float: left;
	font-size: 10px;
}

#teclado-virtual input {
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#gematria-form {
	width: 210px;
	float: left;
}

#gematria-form input {
	width: 150px;
}