A:link    { color: #003399; text-decoration:none;}
/*
A:hover   { color: #003399; text-decoration:none; background-color: yellow;}
A:active  { color: #003399; text-decoration:none;}
A:visited { color: #003399; text-decoration:none;}
A:focus   { color: #003399; text-decoration:none; background-color: red;}
/**/

body{
  background-color: #cecece;
}

#layout-body{
	width: 800px; 
	margin:auto;
}

.roundbox{
	border-radius: 10px;
    box-shadow: 10px 10px 9px #a6a6a6;
}

.header-menu {
	width:98%;
/* 	border: 1x solid red; background: fuchsia; */
}

.conteudo {
  width:98%;
/*   border: 1x solid red; background: fuchsia; */
}

#footer {
  width:98%;
  height:220px;
/*   border: 1x solid red; background: fuchsia; */
}

.menu-footer{
	margin:auto;
/* 	background-color: #fffffb; */
	padding-top: 5px;
	padding-bottom: 5px;
    margin-bottom: 15px;
    height: 90%;
}

.main-menu {
	margin:auto;
	margin-top: 15px;
    margin-bottom: 15px;
    text-align:center;
    background-color: #fffffb;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-searchlv{
	margin:auto;
	background-color: #fffef0;
 	padding: 10px;
 	padding-top: 5px;
	padding-bottom: 5px;
    margin-bottom: 15px;
}

.menu-livros{
	margin:auto;
	text-align:center;
	background-color: #fffffb;
	padding-top: 5px;
	padding-bottom: 5px;
    margin-bottom: 15px;
}

.menu-capitulos{	
	margin:auto;
	text-align:center;
	background-color: #fffef0;
	padding-left: 10px;
	padding-right: 10px; 
	padding-top: 5px;
	padding-bottom: 5px;
    margin-bottom: 15px;
}

a.menu{
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;	
}

a.l-active{
	background-color: rgb(255, 255, 70);
}

a.menu:hover{
	background-color: rgb(255, 255, 70);
}

.referencia{
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	margin-bottom:10px;
}


.list-versiculos{
	margin:auto;
	background-color: #fffef0;
 	padding-left: 10px;
	padding-right: 10px; 
	padding-top: 5px;
	padding-bottom: 5px;
    margin-bottom: 15px;
}

.box-nota {
	background-color: #FFFFFB;
	margin-bottom: 15px;
	padding: 10px 20px 10px;
}

.comentarios{
	background: #f2f2ef;
}

.box-tools-vers{
	background: #f2f2ef;
}

.versiculo{
	margin-left:20px; 
	margin-right:20px; 
	font-size:24px;	 
}

.bxc-comment{
	padding-top: 5px; 
	float: right; 
	padding-right: 15px;  
}

.citem{
	text-align:center;
	padding: 5px;
}

.vers-id{
	text-align: left; 
	padding-top: 10px; 
	padding-bottom: 5px; 
	font-size: 22px;	
}

.vers-id:hover{
	background-color: #FFF777;
}

textarea.txt-cmm {
  font-family:Verdana;
  font-size:13px;
  font-weight:bold;
  border: 1px solid #9ba29b;
  outline: none;
  height:50px; 
  width: 100%; 
  padding:5px;
  height:50px;
}

.nota-txt{
	text-align:center; 
	padding: 10px 30px 10px;
}

.nota-txt:hover{
	background-color: white;
}

.btn{
	width: 90px;
	background-color: white; 
	box-shadow: 5px 5px 10px #a6a6a6;
    margin-left: 5px;
	margin-right: 5px;
	height:28px; 
}

.btn:hover, .btn:focus{
	 background-color: gray;
	 color: white;
	 font-weight:bold;
}

.wd-search{
	width: 450px;
}

.wd-login{
	width: 170px;
}

.txt-input{
	background-color: white;
	padding-left: 5px;
	margin-left: 5px;
	margin-right: 5px;
	height:25px;
	border: 2px solid #ccc;
	border-radius: 4px; 
	font-size: 18px;
}

.txt-input:hover, .txt-input:focus{
	background-color: yellow;
}

.list-cm{
	padding: 15px 20px 10px;
	padding-left: 50px; 
	text-align:left;
}

.list-cm:hover{
	background-color: white;
}

.comment-id{
	margin-bottom: 5px; 
	font-size: 18px; 
	font-weight: normal; 
	line-height: normal;	
}

.highlight-word{
	font-size: 23px; 
	font-weight: normal; 
	line-height: normal;
	background-color: yellow;
}

.bx-search-wrds{
	margin:auto;
	padding-bottom:5px; 
	float:left;
}

.bx-search-btn{
	text-align:left;
	padding-bottom:5px; 
	float:left;
}

.bx-msg{
	text-align:center;
	font-size: 20px;
	padding:20px;
}

.clear{
  clear: both;
}

@media only screen and (max-width: 768px) {
	#layout-body{
		width: 98%; 
		margin:auto;
	}
	
	.wd-search{
		width: 98%;
	}
	
	.bx-search-wrds{
		float:none;
	}
	
	.bx-search-btn{
		text-align:right;
		float:none;
	}
}