/* cabecalho */
.cabecalho { width: 100%; height: 50px; background-color: #1e1e1e; position: fixed; z-index: 120; }

/* menu */
#menu,
#livros,
#busca { float: left; position: relative; }
#menu p a { height: 50px; display: table-cell; vertical-align: middle; font-family: Georgia, "Times New Roman", Times, serif; font-size: 17px; text-align: center; text-decoration: none; color: rgba(255,255,255,1); padding: 0 19px; }
#menu p a span { padding-left: 14px; font-size: 19px; font-family: 'fa'; }
#menu p a:hover,
#menu p a:active,
#menu p a.sel,
#livros p a:hover,
#livros p a:active,
#livros p a.sel,
#busca { background-color: rgba(20,20,20,1); }
#menu .menu,
#livros .livros { width: 165px; background-color: rgba(20,20,20,1); position: absolute; display: none; padding: 30px 0 25px 30px; }
#menu .menu li,
#livros .livros li { margin-bottom: 5px; }
#menu .menu li a,
#livros .livros li a { color: rgba(255,255,255,1); }

/* livbus */
.livbus { float: right; }

/* livros */
#livros p a { height: 50px; display: table-cell; vertical-align: middle; font-family: Georgia, "Times New Roman", Times, serif; font-size: 17px; text-decoration: none; text-transform: lowercase; color: rgba(255,255,255,1); padding: 0 19px; }
#livros .livros { width: 816px; position: fixed; left: 50%; margin-left: -408px; }
#livros .livros div { float: left; }
#livros .livros h2 { height: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 17px; line-height: 12px; margin-bottom: 29px; color: rgba(20,86,167,1); }
#livros .livros ul { float: left; padding-right: 60px; }
#livros .livros ul li a.sel { color: rgba(255,255,255,0.3); }

/* busca */
#busca p { height: 50px; color: rgba(255,255,255,1); font-family: 'fa'; font-size: 15px; line-height: 50px; padding-left: 19px; }
#busca p input[type=text] { width: 149px; height: 50px; color: rgba(255,255,255,1); padding: 0 19px; }

/* versiculododia */
#versiculododia { padding: 80px 30px 25px 30px; }
#versiculododia h1,
.teslis h1 { height: 21px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 30px; line-height: 21px; margin-bottom: 19px; color: rgba(20,86,167,1); }
#versiculododia p { font-size: 18px; line-height: 25px; font-weight: bold; }
#versiculododia p a,
#testamentos .testamento ul li a,
#maislidos ul li a { color: rgba(20,86,167,1); font-weight: normal; }
#versiculododia .compartilhar { margin-top: 15px; }

/* teslis */
.teslis { background-color: rgba(243,243,243,1); border-top: 1px solid rgba(204,204,204,0.5); border-bottom: 1px solid rgba(204,204,204,0.5); padding: 30px; }
.teslis h1 { margin-bottom: 24px; color: rgba(30,30,30,1); }

/* testamentos */
#testamentos { }
#testamentos .testamento { width: ; float: left; }
#testamentos .testamento ul { float: left; padding-right: 60px; }
/*#testamentos .testamento ul:last-child { padding-right: 0; }*/
#testamentos .testamento ul li,
#maislidos ul li { padding-top: 5px; }

/* testamentos */
#maislidos { width: 170px; float: left; }

/* copyright */
#copyright { padding: 30px; }
#copyright p { float: right; font-weight: bold; }
#copyright ul { float: left; }
#copyright ul li { display: inline-block; }