﻿@charset "utf-8";
/* CSS Document */

body {
	/*background: #40130f;
	background: #690000;*/
	margin: 0 auto;
	padding: 0;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
#header {
	width: 100%;
	background-color: #690000;
	/*background: #690000 url(../img/degrade_bc.png) repeat-x bottom;*/
}
a {
	color: inherit;
	outline: none;
	text-decoration: none;
	border:0;
}
a img {
	outline: none;
	border:0;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
#topo {
	width: 990px;
	height: 100px;
	margin: 0 auto;
}
#topo a, #barra_in a {
	float: left;
}
.amizade2 {
	cursor:pointer;	
}
#footer {
	/*width: 940px;
	height: 120px;
	background: url(../img/degrade_cb.png) repeat-x top;*/
	background-color: #690000;
	margin: 0 auto;
	overflow: hidden;
}
#rodape {
	width:100%;
	text-align:center;
	/*position:absolute;
	bottom:-100px;*/
	margin:0 auto;
}
.logo {
	width: 200px;
	height: 100px;
	background: url(../img/ourbook.png) no-repeat left;
	text-indent: -9999px;
	margin-left: 15px;
}
#all_conteudo {
	background-color: #EDEDED;
	/*background-color: #F7F0F0;*/
	width: 100%;
	min-height: 500px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	/*margin-top: 10%;*/
	margin: auto;
	position: relative;
}
.widget {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	border: 1px solid;
	border-color: #DDD #CCC #CCC #DDD;
	float: left;
	padding: 5px;
}
.t_widget {
	/*background-color: #d1c1c1;*/
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	background-color: #F1F1F1;
	border-bottom: 1px solid #DFDFDF;
	display: block;
	overflow: hidden;
	position: relative;
	/*
	width: 100%;
	left: -3px;
	top: -3px;*/
	padding: 3px 8px;
	margin: 0 0 10px 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.t_widget select {
	border-color: #CCC;
}
.t_widget span {
	padding: 0 8px;
}
#col_esquerda {
	width: 242px;
	float: left;
}
#menu_lateral {
	width: 230px;
	/*height: 100%;*/
	float: left;
	left: 0;
	/*background: #CCC;
	position: absolute;
	background: #4B4743;*/
	/*background: #BBB url(../img/degrade_de.png) repeat-y right;
	border: 1px solid #4B4743;
	border-right-color: #CCC;
	margin-top: -1px;*/
}
#menu_lateral ul {
	margin: 10px 0;
	/*padding: 5px;*/
}
#menu_lateral li {
	width: 100%;
	display: block;
	float: left;
}
#menu_lateral li a {
	width: 93%;
	padding: 2% 0 2% 5%;
	/*background-color: #888;*/
	float: left;
	line-height:20px;
	cursor:pointer;
	/*border: 1px solid;
	border-color: #AAA #000 #000 #AAA;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}

#menu_lateral li a:hover {
	background:#EDEDED;
}


#menu_lateral ul img {
	width:20px;
	float:left;
	margin-right:5px;	
}


#conteudo {
	width: 990px;
	margin: 0 auto;
	padding: 10px 0;
	/*border-width: 0px 1px;
	border-style: solid;
	border-color: #000;*/
	overflow: hidden;
	/*width: 100%;
	height: 80%;
	position: absolute;
	left: 200px;
	margin: 10%;
	background-color: #FFF;*/
}
#corpo_conteudo {
	width: 718px;
	min-height:965px;
	margin-left: 10px;
}
#perfil_lateral {
	padding: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}
#foto_perfil_lateral {
	width: 50px;
	/*height: 50px;*/
	/*background: #BBB url(../img/silhueta.gif) no-repeat center;*/
	background-color: #BBB;
	border: 1px solid #AAA;
	float: left;
	margin-right: 8px;
}
#foto_perfil_lateral img {
	max-width: 100%;
	max-height: 100%;
}
.barra_usuario {	
	width: 100%;
	height: 40px;
	background-color: #690000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	/*display: none;
	overflow: hidden;*/
}
#barra_in {
	width: 990px;
	margin: 0 auto;
}
.logo_barra {
	width: 200px;
	height: 40px;
	background: url(../img/ourbook_m.png) no-repeat left;
	text-indent: -9999px;
	margin-left:15px;
}
.fnt {
	font-family: 'ZrnicRg-Regular';
	/*font-weight: normal;*/
}
h3.nameuser {
	clear:both;
	font-size: 22px;
	margin: 0;
}
#foto_perfil_usuario {
	width: 218px;
	/*height: 120px;*/
	/*background: #BBB url(../img/silhueta.gif) no-repeat center;*/
	background-color: #BBB;
	border: 1px solid #AAA;
	float: left;
	margin-right: 8px;
	position:relative;
}

#edit_foto {
  width:30px;
  height:30px;
  background:url(../img/alt_foto.png); 
  position:absolute;
  left:5px;
  bottom:5px;
  cursor:pointer;
  border:1px solid #000;
  border-radius: 5px;
}
#edit_foto:hover {
	background:url(../img/alt_foto_2.png); 
}

#add_amigo {
	
}
.add_amigo_links {
	height:20px;
	float:left;
	line-height:20px;
}

#foto_perfil_usuario img {
	max-width: 100%;
	max-height: 100%;
}
#barra_user {
	/*width: 300px;*/
	float: right;
	color: #FFF;
	margin-top:20px;
}
#barra_user img {
	max-width: 40px;
	max-height: 40px;
	padding: 1px;
	margin: 3px 8px 3px 3px;
	background-color: #FFF;
	width:25px; 
	margin-top:6px;
	float: left;
}
#barra_user h5 {
	float: left;
	font-size: 14px;
	margin: 8px 8px 8px 0;
	padding: 0 10px 0 0;
}

.barra_usuario #barra_user {
	margin: 0;
}

#user_config li a {
	/*width: 100%;*/
	float: none;
	display: block;
	overflow: hidden;
}

#user_config {
	float: left;
	width:50px;
}
h5.nameuser {
	/*border-right: 2px groove #FFF;
	height: 40px;
	line-height: 36px;*/
}
.linhavert {
	border-right: 2px groove #790000;
	outline-color: #333;
	margin: 0 10px;
	/*float: left;*/
}
#dados_pessoais_perfil {
	/*padding: 10px;*/
}
#dados_pessoais #dados_pessoais_perfil li, .novo_livro {
	display: block;
	overflow: hidden;
	margin: 5px 0;
	padding: 10px;
	position: relative;
	border: 1px solid #EEE;
	background: #FCFCFC;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.livros_rascunhos {
	display: block;
	overflow: hidden;
	margin: 5px 0;
	padding: 10px;
	position: relative;
	border: 1px solid #EEE;
	background: #FCFCFC;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-weight:bold;
}
#dados_pessoais {
	padding: 10px;
}
#novo:hover {
	text-decoration:underline;
}

#dados_pessoais li {
	/*padding: 8px 0;*/
	display: block;
	overflow: hidden;
	/*border-bottom: 1px solid #EEE;
	border: 1px solid #CCC;*/
	margin: 5px 0;
	/*height: 24px;*/
	line-height: 24px;
	/*-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;*/
	padding: 1px;
	position: relative;
	border: 1px solid #EEE;
	/*border-bottom: 1px solid #EEE;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #FCFCFC;
}
#dados_pessoais li strong {
	/*width: 25%;
	height: 20px;
	line-height: 20px;*/
	float: left;
	background: url(../img/deg2.png) repeat-x top;
	/*background-color: #F5F5F5;*/
	padding: 2px 10px 2px 10px;
	/*border-right: 1px solid #CCC;*/
	/*-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #CCC;
}
#dados_pessoais .dados_p {
	/*width: 70%;*/
	min-height: 20px;
	line-height: 20px;
	padding: 4px 10px 4px 10px;
	float: left;
	/*border: 1px solid;
	border-color: #EEE #EEE #EEE #EEE;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	border-radius: 6px;*/
}
#dados_pessoais h4 {
	margin: 5px 0;	
	display: block;
	overflow: hidden;
}
.bts_right {
	float: right;
}
.bt {
	/*background-color: #690000;*/
	background-color: #DDD;
	border: 1px solid;
	border-color: #EFEFEF #BBB #BBB #EFEFEF;
	color: #555;
	padding: 2px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
	display: block;
}
.bt:hover {
	background-color: #EEE;
	color: #000;
}
#dados_pessoais table {
	border: 1px solid #CCC;
}
#dados_pessoais tr {
	border-bottom: 1px solid #CCC;
}
td.dadoscol {
	width: 120px;
	background-color: #DDD;
}
#bodylogin {
	background-color: #690000;
	/*width: 100%;
	height: 100%;*/
}
#logo_login {
	width: 49%;
	position:relative;
	min-width: 248px;
	float: left;
	/*height: 67px;*/
	height: 100%;
	background: url(../img/ourbook.png) no-repeat center;
}
#texto_login {
	position:absolute;
	bottom:20px;
	width:100%;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	font-size:15px;
}
#all_login {
	width: 80%;
	height: 60%;
	min-width: 700px;
	min-height: 300px;
	margin: 0 10%;
	position: absolute;
	top: 10%;
	/*margin: 10% 0;
	background-color: #690000;*/
}
#formlogin {
	width: 50%;
	height: 400px;
	min-width: 250px;
	float: left;
	text-align: center;
	overflow:hidden;
	/*background-color: #590000;
	color: #FFF;*/
}
#formlogin label {
	width: 40px;
	height: 18px;
	padding: 5px 10px;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #CCC;
	display: inline-block;
	vertical-align: middle;
	background-color: #DDD;
	text-align: right;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
#captcha_reload {
	width: 32px;
	height: 38px;
	margin-left: -5px;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #CCC;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/reload.png) no-repeat center;
	background-color: #DDD;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
#formlogin .cpoform {
	width: 190px;
	padding: 6px 6px;
	display: inline-block;
	vertical-align: middle;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #CCC;
	outline: none;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	text-transform: uppercase;
}
#formlogin .cpoform2 {
	width: 138px;
	padding: 11px 6px;
	display: inline-block;
	vertical-align: middle;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #CCC;
	outline: none;
	/*-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;*/
}



#formlogin .btform {
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	cursor: pointer;
	padding: 4px 10px;
	float: right;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #DDD;
	margin-right:43px;
}
#formlogin ul {
	width: 274px;
	top: 30%;
	position: relative;
	margin: 0 auto;
	padding: 2%;
	overflow: hidden;
	background-color: #590000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#formlogin li {
	margin: 0;
	display: block;
	overflow: hidden;
	/*background-color: #EDEDED;*/
	padding: 4px 0;
}
.input_login {
	width:172px;	
}

.label_login {
	font-family:Arial;
	margin-left:45px;
	float:left;
	color:#FFF;
}

#lista_amigos li, #lista_livros li, #solicitacao li {
	display: inline-block;
	float: left;
	width: 30%;
	height: 80px;
	overflow: hidden;
	padding: 5px 1%;
	margin: 0.5%;
	background-color: #F7F7F7;
	border: 1px solid #EEE;
}

#lista_livros h4 {
	margin: 3px;
	text-align: left;
}
#lista_livros h4 .l-mais {
	font-weight: normal;
	font-size: 11px;
	margin-top: 2px;
}

#lista_edicao_livro li {
	display: inline-block;
	float: left;
	width: 30%;
	height: 80px;
	overflow: hidden;
	padding: 5px 1%;
	margin: 0.5%;
	background-color: #F7F7F7;
	border: 1px solid #EEE;
}
#lista_edicao_livro img  {
	max-height: 80px;
	float: left;
	/*background-color: #DDD;*/
	margin-right: 5px;
}


#lista_amigos img, #lista_livros img  {
	max-height: 80px;
	max-width: 80px;
	float: left;
	/*background-color: #DDD;*/
	margin-right: 5px;
}
#lista_amigos h3, #solicitacao h3 {
	display: block;
	overflow: hidden;
	background-color: #DDD;
	width: 100%;
	left: 0;
	position: relative;
}
#lista_amigos h4 {
	display: inline-block;
	vertical-align: middle;
	float: none;
	max-width: 130px;
	margin: 0;
}
#lista_amigos .img_amigo {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.right {
	float: right;
}

.ultimos_amigos {
	display: inline-block;
	float: left;
	width: 65px;
	height: 98px;
	overflow: hidden;
	padding: 5px 1%;
	margin: 1%;
	background-color: #F7F7F7;
	border: 1px solid #EEE;
	/*text-align:center;*/
	font-size:9px;
}
#ut_amigos .ultimos_amigos {
	text-align: center;
}

.ultimos_amigos h4,
#lista_livros h4,
#lista_edicao_livro h4 {
	display: inline-block;
	vertical-align: middle;
	float: none;
	max-width: 128px;
	font-size:10px;
	margin: 0;
}
#lista_livros .ultimos_amigos a img, 
#lista_livros .img_livro,
#lista_edicao_livro .img_livro {
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.ultimos_amigos img {
	max-width:60px;	
	max-height:60px;
	margin-bottom: 4px;
}

.ultimos_amigos:hover, .pessoas_lendo:hover {
	background-color: #EBEBEB;
	border-color: #DDD;
}

#resultado_busca_autor .ultimos_amigos {
	text-align: center;
}
.pessoas_lendo {
	display: inline-block;
	float: left;
	width: 62px;
	height: 98px;
	overflow: hidden;
	padding: 5px 1%;
	margin: 1%;
	background-color: #F7F7F7;
	border: 1px solid #EEE;
	text-align:center;
	font-size:9px;
}
.pessoas_lendo img {
	width:55px;	
}

.convite_livros {
	display: inline-block;
	float: left;
	width: 208px;
	min-height: 90px;
	overflow: hidden;
	padding: 5px 1%;
	margin: 1%;
	background-color: #F7F7F7;
	border: 1px solid #EEE;
	text-align:center;
	font-size:9px;
}
ul.ult_visit .convite_livros {
	background-color: #EEE;
	border: 1px solid #DDD;
}

ul.ult_visit {
	overflow: hidden;
	background-color: #F7F7F7;
	border: 1px solid #EEE;
}
#lista_livros.ult_visit .ultimos_amigos {
	background-color: #EEE;
	border: 1px solid #DDD;
}
.ultimos_visitantes {
	display: inline-block;
	float: left;
	width: 52px;
	height: 90px;
	overflow: hidden;
	padding: 5px;
	margin: 3.7px;
	/*background-color: #F7F7F7;*/
	/*background-color: #F5F5F5;
	border-color: #DDD #D1D1D1 #D1D1D1 #DDD;*/
	border: 1px solid;
	border-color: #DDD #CCC #CCC #DDD;
	background-color: #EBEBEB;
	text-align:center;
	font-size:9px;
	font-weight:normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.convite_livros .ultimos_visitantes {
	background-color: #E0E0E0;
}
.ultimos_visitantes:hover {
	border-color: #E7E7E7 #E0E0E0 #E0E0E0 #E7E7E7;
	background-color: #F9F9F9;
}
.ultimos_visitantes img {
	max-width:50px;	
	max-height: 55px;
	border: 1px solid #777;
}
.titulo_p {
	/*background-color: #FAFAFA;
	border-bottom: 2px groove #CCC;*/
	margin: 0 0 5px 0;
	padding: 5px;
	
	/*border: 1px solid;
	background-color: #FFF;*/
	background-color: #EEE;
	border-bottom: 1px solid #DDD;
	border-color: #E7E7E7 #E0E0E0 #E0E0E0 #E7E7E7;
	/*-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}


#ut_amigos {
	margin-top:10px;
	width:230px;
	height:256px;
}


#solicitacao_amigos {
	margin-top:5px;
	font-weight:normal;
}

#solicitacao_amigos li {
	display: inline-block;
	float: left;
	width: 70px;
	height: 120px;
	overflow: hidden;
	padding: 5px 1%;
	margin: 0.5%;
	background-color: #F7F7F7;
	border: 1px solid #EEE;
}
#solicitacao {
	max-height: 90px;
	/*background-color: #DDD;*/
	margin-right: 5px;
}

#solicitacao img {
	width:70px;
}


.atualiza_perfil {
	float:left;
	width:330px;
	font-weight:bold;
}
.atualiza_perfil input,
.atualiza_perfil select,
.atualiza_perfil textarea {
	margin: 3px 0 6px 0;
}

.perfil {
	float:left;
	width:330px;
	font-weight:bold;
}
.perfil div {
	font-weight:normal;
	margin-top:-5px;
}
.perfil_mim {
	display: block;
	clear: both;
	overflow: hidden;
	font-weight: bold;
}
.perfil_mim div {
	font-weight:normal;
	margin-top:-5px;
}



#perfil-sobremim {
	display: block;
	clear: both;
	overflow: hidden;
	font-weight: bold;
}
/*#perfil-sobremim textarea {
	resize: vertical;
}*/
.quem_pode {
	float:right;
	font-size:12px;
	margin-right:50px;
}

.bt_perfil {
	 float:right;
	 border:0;
	 margin-right:30px;
}

.bt_aceitar {
	font-size:9px;
	float:left;
	padding:0 5px;
	width:35px;
	height:20px;
	margin-top:2px;

}

.bt_recusar {
	font-size:9px;
	float:right;
	padding:0 5px;
	width:35px;
	height:20px;
	margin-top:2px;
}

.bt_editar {
	font-size:9px;
	float:right;
	padding:0 5px;
	width:auto;
	height:auto;
	margin-top:2px;
}


.bt_click {
	height:100px;
	display:block;
}

input[type=button], input[type=submit] {
	cursor:pointer;
}

.qtd_itens {
	float:right;
	margin-right:5px;
	font-size:11px;
	color:#6CF;
}

#f_busca, 
#busca_amg {
	width: 278px;
	height: 28px;
	background: url(../img/busca_bg.png) no-repeat;
	margin: 0 0 0 50px;
	padding: 7px 0 3px 8px;
}
#f_busca:hover, 
#busca_amg:hover {
	background-position: 0 -38px;
}
#busca_amg {
	margin: 0 0 0 -3px;
}
#palavraChave, #busca_amigo, .bt_busca {
	height: 26px;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin: 0;
	float: left;
	outline: none;
	border: none;
}
#palavraChave, #busca_amigo {
	width: 220px;
	/*height: 25px;
	line-height: 25px;*/
	padding: 0 3px;
	color: #333;
	background: none;
}
#f_busca .bt_busca,
#busca_amg .bt_busca {
	width: 45px;
	height: 30px;
	/*line-height: 25px;
	background-color: #890000;
	border-width: 1px 1px 1px 0;*/
	background: none;
	text-indent: -9999px;
	color: #FFF;
	margin-left: 0;
	padding: 5px 5px;
	border: none;
}

#informacoes_livro ul li {
	margin-left:5px;
}

#pg_leitura {
	width:450px;
	height:600px;
	margin-left:10px;
	padding:10px 10px 0 10px;
	/*font-family:"Times New Roman", Times, serif;
	font-size:16px;*/
	text-align:justify;
	/*background:url(../img/fundo_livro.png) repeat-y;*/	
	background: url(../img/book_bg1.jpg) no-repeat;
	position:relative;
}

#texto {
	width:425px;
	margin:20px 5px 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#textoLeitura {
	width:428px;
	height:550px;
	margin:10px 5px 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}


#texto p {
	/*position: relative;
	float: left;*/
	margin: 0;
	text-align:left !important;
}
/*#texto p .bt_editar {
	border: 1px solid #DDD;
	background-color: #EEE;
	border-radius: 4px;
	padding: 3px 8px;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: -15px;
	display: none;
}*/
.nome_autor {
	/*position: absolute;
	top: -15px;
	left: 0;
	background: #EEE;*/
	font-weight:bold;
}

#capa {
	width:450px;
	height:600px;
	margin-left:10px;
	padding:10px 10px 0 10px;
	text-align:center;
	font-size:50px;
	/*border:1px solid #CCC;*/
	font-family:"Times New Roman", Times, serif;
	/*text-align:justify;
	background:url(../img/fundo_livro.png) repeat-y;*/
	background: url(../img/capa.jpg) repeat-y;
	color:#FFF;	
	position: relative;
}
#titulo-livro {
	display: inline-block;
	vertical-align: middle;
	width:95%;
}
#baseheight {
	width: 0px;
	height: 580px;
	display: inline-block;
	vertical-align: middle;
}
.autores {
	margin-right:5px;
	cursor:pointer;
	color:#00F;
}
.autores:hover {
	background: #EDEDED;
}

#navegacao {
	width:430px; 
	margin:10px 0 0 10px;
	padding:0 20px 0 20px; 
	float:left; 
	text-align:center;
	clear:both;
	line-height:26px;
}

#coluna_informacao {
	width:220px;
	text-align:left;
	float:left;
	padding-left:2px;
	padding-top:20px;
	margin-left:8px;
	margin-top:5px;
}
#menu_livro li img {
	width: 20px;
	float: left;
	margin-right: 5px;
}
#menu_livro li {
	height: 23px;
	line-height: 23px;
	padding: 3px;
	cursor: pointer;
}
#menu_livro li:hover {
	background: #EDEDED;
}
.subt {
	font-size: 12px;
	color: #FFF;
	background-color: #690000;
	border-bottom: 1px solid #DFDFDF;
	padding: 4px;
}

#conteudo_leitura {
	float:left;
	position:relative;
}

#marcador {
	 position:absolute; 
	 width:95px;
	 height:88px;
	 background: url(../img/fundo_marcador.png) no-repeat;
	 left:100px;
	 top:593px;
	 display:none;
	 cursor:pointer;
	 z-index: 10;
}

#marcador_capa {
	 position:absolute; 
	 width:95px;
	 height:88px;
	 background: url(../img/fundo_marcador.png) no-repeat;
	 left:100px;
	 top:600px;
	 cursor:pointer;
	 z-index: 10;
	 /*display:none;*/
}


#corpo_marcador {
	position:absolute; 
	width:95px;
	height:595px;
	background: url(../img/fundo_corpo_marcador.png) repeat-y;
	left:103px;
	top:0px;
	display:none;
	cursor:pointer;
	z-index:9999999;
}


#marcar_fechar {
	cursor:pointer;
	padding:5px 20px 5px 20px;
	margin-left:50px;
}

#marcar_fechar:hover {
	background:#EDEDED;	
}

.pos_pagina_cima {
	top:5px;
	right:25px;	
}
.pos_pagina_baixo {
	bottom:20px;
	right:25px;	
}


.numero_pagina {
	/*width:50px;
	float:right;*/
	text-align:right;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	/*bottom:60px;
	right:25px;*/
	
}

.thumb__ {
	width:60px;
	height:78px;
	float:left;
	background:url(../img/thumb.png);
}

#bt_next, 
#bt_prev {
	width: 32px;
	height: 32px;
	cursor:pointer;
	background: url(../img/setas.png) no-repeat;
}
#bt_prev:hover {
	background-position: 0 0;
}
#bt_prev, 
#bt_prev.nopg:hover {
	float: left;
	background-position: 0 -32px;
}
#bt_next:hover {
	background-position: -32px 0;
}
#bt_next, 
#bt_next.nopg:hover {
	float:right;
	background-position: -32px -32px;
}


#busca_amigos {
	width: 100%;
	margin-bottom: 5px;
}
.amigos_rec {
	width: 98%;
	min-height: 83%;
}

.negrito {
	font-weight:bold;
	/*padding-top:40px;	*/
}
.textEdit:focus {
    /*outline: auto 3px -webkit-focus-ring-color;*/
	outline-color: #AAA;
}
.textEdit2 {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	width: 413px;
	height: 110px;
}
.textEdit {
	width: 425px;
	min-height: 10em;
	line-height: 1.2em;
	display: block;
	float: left;
	margin: 3px 0;
	padding: 2px 5px;
	/*outline-color: #CCC;
	outline-offset: 0;*/
	outline: 1px solid;
	outline: 2px auto -webkit-focus-ring-color;
	/*outline: 3px -webkit-focus-ring-color;
	outline: -webkit-focus-ring-color;
	outline-width: 3px;
	outline-style: auto;*/
	outline-color: #DDD;
	/*outline: 1px solid #ccc;*/
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
	
	-webkit-appearance: textarea;
	background-color: transparent;
	border: none;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	-webkit-box-orient: vertical;
	resize: none;
	cursor: auto;
	white-space: normal;
	word-wrap: normal;
	font-size: 12px;
	text-indent: 3em;
}

.quebra_linha_home {
	 width:700px;
	 clear:both;
	 height:1px;
	 margin-top:10px;
}
.clear {
	clear:both;	
}

/******** CROP ********/

.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('../img/Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*/////*/

textarea {
	resize: vertical;
	padding: 3px 5px;
	border: 1px solid #DDD;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type='text'], input[type='password'] {
	padding: 3px 5px;
	border: 1px solid #DDD;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
select {
	padding: 2px 4px;
	border: 1px solid #DDD;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type='button'], input[type='submit'] {
	padding: 3px 8px;
	border: 1px solid #DDD;
	border-color: #CCC #AAA #AAA #CCC;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url(../img/deg.png) repeat-x;
}
input[type='button']:hover, input[type='submit']:hover {
	background: url(../img/deg2.png) repeat-x;
}

.ult_visit input[type='button'], .ult_visit input[type='submit'] {
	margin-bottom: 8px;
}

#msg_escrever {
	padding:3px 2px 3px 2px;
	text-align:left;	
}

/* formulário de cadastro */

.input_grande {
	width:350px;
}
.input_medio {
	width:173px;	
}
.font_grande {
	font-size:20px;	
}
#texto_cadastro {
	font-size:20px;
	color:#FFF;
	width:600px;
	margin:0 auto;
	margin-bottom:30px;
	margin-top:30px;
	text-align:center;
}
#fr_cadastro span {
	color:#FFF;	
}
.input_bt {
	background:#063 !important;
	color:#FFF;
	border:1px solid #999 !important;	
}
.input_bt:hover {
	background:#050 !important;
	color:#FFF;
	border:1px solid #999 !important;	
}

.texto_pq {
	font-size:11px;
	color:#CCC;	
}
.texto_pq span {
	color:#FFF;
	cursor:pointer;	
}
.texto_pq span:hover {
	text-decoration:underline;	
}
/* fim formulário de cadastro */

/* setas navegação */
.pg_capa {
	position:absolute;
	width:400px;
	height:600px;
	top:0;
	right:0;
}
#pg_dir_capa {
	height:72px;
	width:50px;
	position:absolute;
	right:0;
	top:270px;
	cursor:pointer;
}
.pg_capa:hover #pg_dir_capa{
	display:block;
	background:url(../img/navega_direita.png);	
}

.pg_right {
	position:absolute;
	width:90px;
	height:100px;
	top:250px;
	right:0;

}
#pg_dir {
	display:none;
	height:72px;
	width:50px;
	position:absolute;
	right:0;
	top:17px;
	cursor:pointer;
}
.pg_right:hover #pg_dir{
	display:block;
	background:url(../img/navega_direita.png);	
}

.texto_edit:hover {
	outline:1px dotted #CCC;
	/*outline-offset: -3px;*/
	cursor:pointer;
	background:#FFE6E6;	
}


.pg_left {
	position:absolute;
	width:70px;
	height:600px;
	top:0;
	left:0;
}
#pg_esq {
	display:none;
	height:72px;
	width:50px;
	position:absolute;
	left:0;
	top:270px;
	cursor:pointer;
}
.pg_left:hover #pg_esq{
	display:block;
	background:url(../img/navega_esquerda.png);
}

/* fim setas navegação */

/* notificaçãoes em tempo real */
 .notificacao_real { 
 	background: white; 
	color: #555; 
	font-family: Arial, sans-serif !important; 
	font-size: 12px; 
	border: 1px solid #ccc; 
	width: 250px !important;
	position: fixed; 
	bottom: 20px; 
	left: 30px;
	display:none ;
	overflow:hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding:5px;
	z-index:999999999;

}
.foto_notficacao {
	float:left;
	width:40px;
	height:40px;
	margin-right:5px;
}
.notificacao_real h3 {
	background:#690000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:5px;
	margin-top:0px;
	color:#FFFFFF;
}
.btn_fechar {
	float:right;
	margin-top: -2px;
	font-family: Gadget, sans-serif;
	font-size:16px;
	cursor:pointer;
}

 .not_primeira h3 { 
 	background: #660000; 
	color: white; 
	font-size: 12px; 
	border-bottom: 1px solid #6d8bc9; 
	padding: 5px; 
	margin: 0; 
}
.not_primeira h3 div {
	float:right;
	width:15px;
	height:15px;
	cursor:pointer;	
	text-align:center;
	line-height:15px;
	font-family:"Arial Black", Gadget, sans-serif;
}
.not_primeira h3 div:hover {
	background:#FFF;
	color:#000;
}
.notificacao_real p { 
	padding: 10px 10px;

}

#notificacao_topo {
	position:absolute;
	color:#FFF;
	right:-100px;
}
/* fimnotificaçãoes */

/* notificação primeira vez */
.not_primeira { 
 	background: white; 
	color: #555; 
	font-family: Arial, sans-serif; 
	font-size: 18px; 
	border: 1px solid #ccc; 
	width: 200px;
	position: fixed; 
	top: 200px; 
	overflow:hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding:5px;
	z-index:999999999;
	right:500px;
	text-align:center;

}
/* fim notificação primeira vez */