@charset "utf-8";
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding:0;
	background-color: #FFF;
	background-image:url(../img/bgHead.gif);
	background-repeat:repeat-x;
}
h1{
	text-align: left;
	color:#1E3F7F;
	padding:0px;
	margin:0px;
}
h1 a{
	color: #1E3F7F;
	text-decoration: none;
}
h1 a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.clear{
	clear:both;
}
#main {
	height:300px;
	text-align:center; /* o IE 6 não reconhece o valor 'auto' que é colocado em 'margin' para centralizar, logo a sua gambiarra é essa...
	e ele nao pode estar junto com o 'margin: 0 auto;' tem que ser uma div fora a parte*/
}
#main #head {
	width:1150px;
	margin:0 auto;
	color:#FFF;
	text-align:left;
	font-weight:bold;
	font-size:30px;
	padding-top:130px;
	padding-left:10px;
	padding-right:10px;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	/*-moz-border-radius-bottomleft: 20px;/* CSS 3 */
	/*-moz-border-radius-bottomright: 20px;/* CSS 3 */
}
#main #head #logos {
	margin-left:-25px;
	margin-top:-40px;
	float:right;
}
#main #head #logos .icon {
	width:32px;
	height:32px;
	float:left;
	margin-right:15px;	
	float:right;/* tem que ter aqui por causa do IE*/
}
#main #head #logos #icon a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#main #head #logoER {
	background-image:url(../img/er.png);
	background-repeat:no-repeat;
	width:290px;
	height:298px;
	float:left;
	margin-top:-120px;
	float:left;
	z-index:0;
}

/* INICIO MENU HORIZONTAL */

#main #head #menuHorizontal {
	font-size:12px;
	color:#000;
	float:left;
	margin-top:0px;
	margin-left:-50px;
	float:left;
}
#main #head #menuHorizontal ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;	
}
#main #head #menuHorizontal ul li{
	display:block;
	float:left;
	margin:0 1px;
}
#main #head #menuHorizontal ul li a{
	display:block;
	float:left;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
	color:#000;
}
#main #head #menuHorizontal li a:hover{
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
}
#main #head #menuHorizontal ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}
#main #head #menuHorizontal ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
	color:#FF9900;
}

/* FIM MENU HORIZONTAL*/

#eventos {
	background-image:url(../img/fundoBanner.png);
	background-repeat:no-repeat;
	width: 900px;
	height: 130px;
	margin-top:-125px;
	margin-left:295px;
	float:right;
    position: relative; /* important */
	overflow: hidden; /* important */
}
#eventosContent {
    width: 885px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.eventosImage {
    float: left;
    margin-top:-30px;
    margin-left:-40px;
    position: relative;
	display: none;
}
.eventosImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.eventosImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
#eventos ul { list-style-type: none;}


#body {
	text-align:center; /* o IE 6 não reconhece o valor 'auto' que é colocado em 'margin' para centralizar, logo a sua gambiarra é essa...
	e ele nao pode estar junto com o 'margin: 0 auto;' tem que ser uma div fora a parte*/
}
#all {
	width:1150px;/*LAYOUT LÍQUIDO*/
	margin: 0 auto;
	padding:10px;
}
#body #all #sucesso {
	text-align: center;
	font-weight: bold;
	color: #FF0000;
	margin-bottom:-35px;
}
#body #all #esquerdo {
	width:225px;
	float:left;
	padding-right:10px;
	text-align: left;
	color: #000;
	padding: 20px 0 0 0px;
	margin-top:0px;
}

/* INICIO MENU LATERAL*/

#body #all #esquerdo ul {
/*	border-top: 1px solid #CCC;*/
	margin: 0px;
	padding: 0px;
	list-style: none; /* este comando tira o pontinho da lista 'ul' */
}
#body #all #esquerdo #menuLateral ul li {
	background-color: #F5F5F5;
	padding: 10px 0px 10px 5px;
	margin: 3px 0px 3px 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: left;
}
#body #all #esquerdo #menuLateral ul li:hover {
	background-color: #E5F0FF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#body #all #esquerdo #menuLateral ul li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#body #all #esquerdo #menuLateral ul li a:hover {
	color: #00197E;
}

#body #all #esquerdo .mailER{
	text-align:center;
	color:#000066;
}
#body #all #esquerdo .mailER:hover{
	color:#FF0000;
}
/* FIM MENU LATERAL*/

#body #all #direito {
	width:910px;
	float:left;
	padding-left:10px;
	text-align:left;
}
#body #all #direito .ev{
	padding:5px;
}
#body #all #direito h3{
	padding:0px;
	margin:0px
}
#body #all #direito .ev a{
	color:#000;
}
#body #all #direito .ev a:hover{
	color:#FF0000;
}
#body #all #direito .ev:hover{
	background-color:#F5F5F5;
}
#body #all #direito #manchete {
	width:600px;	
	float:left;
}
#body #all #direito #manchete #fotoManchete{
	float:left;
	width:300px;
	height:200px;
	padding:5px;
	margin-right:7px;
	border: 1px solid #1E3F7F;
	text-align:center;
}
#body #all #direito #manchete #fotoManchete:hover{
	background-color:#E5F0FF;
}
#body #all #direito #manchete .postado{
	background-color:#1E3F7F;
	color:#FFF;
	text-align:right;
	float:right;
	padding:5px;
	margin-top:-15px;
}
#body #all #direito #manchete .leiaMais a{
	color:#153170;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	float:right;
	margin-top:-40px;
}
#body #all #direito #manchete .leiaMais a:hover{
	color:#FF0000;
	text-decoration: underline;
}
#body #all #direito h2{
	border: thin solid #D8D8D8;
	color: #1E3F7F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top:5px;
	margin-bottom:5px;
}
#body #all #direito h2 a{
	color: #1E3F7F;
	text-decoration: none;
}
#body #all #direito h2 a:hover{
	color: #FF0000;
	text-decoration: underline;
}
#body #all #direito .quadrado4{
	text-align:center;
    width: 221px;
	min-height: 70px;
    float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #000000;
}
#body #all #direito .quadrado3{
	text-align:left;
    width: 296px;
	min-height: 250px;
    float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #000000;
}
#body #all #direito .quadrado3 a{
	text-decoration:none;
	color:#000;
}
#body #all #direito .quadrado3 a:hover{
	color:#FF0000;
}
#body #all #direito .quadrado2{
	text-align:left;
    width: 300px;
	min-height: 100px;
    float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	color: #000000;
}

#body #all #direito .quadrado2 .leiaMais a{
	color:#153170;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	float:right;
	margin-top:5px;
}
#body #all #direito .quadrado2 .leiaMais a:hover{
	color:#FF0000;
	text-decoration: underline;

}



#body #all #direito .quadrado3 .postar{
	text-align:right;
	margin-top:-12px;
}

/* INICIO LIVRO VISITA */
#livro{}
fieldset {
	border:1px dashed #CCC;
	padding:10px;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	color:#FFF;
	background: #000;
	border: 1px solid #333;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#livro .gravatar{
	float:left;
	width:100px;
}
#livro .ladoGravatar{
	margin-left:10px;
	float:left;
}
#livro .nome {
	font-size:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0000CC;
}
#livro .nome span {
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
#livro .email{
	font-size:12px;
	color:#000000;
	padding-bottom:5px;
	padding-top:5px;
}
#livro .igreja{
	font-size:12px;
	color:#000000;	
	padding-bottom:5px;
	padding-top:5px;
}
#livro .msg{
	font-size:12px;
	text-align: justify;
	color:#000000;
	padding-bottom:5px;
	padding-top:5px;
	margin-top:10px;
	padding-left:5px;
	padding-right:5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
}
.totMsg {
	color:#BFBFBF;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}
.totMsg a{
	font-size:14px;
	color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.totMsg a:hover{
	color:#CC0000;
	text-decoration: none;
}
/* FIM LIVRO VISITA */

/* INICIO FORMULARIO */
#formField input[type='text'],
#formField input[type='password'],
#formField select,
#formField textarea {
	background-image: url(../img/setaInput.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:97%;
	font:normal 18px Arial;
	color: #000;
	padding:3px 5px 3px 19px;
	border: thin solid #A7A6AA;
}
#validator{
	width:100px !important;
}
#formField input[type='text']:disabled,
#formField input[type='password']:disabled,
#formField select:disabled,
#formField textarea:disabled {
	background-color:grey;
	color:#FFF;
}
#formField textarea{
	height:130px;
}
#formField input[type='text']:focus,
#formField input[type='text']:hover,
#formField input[type='password']:focus,
#formField input[type='password']:hover,
#formField select:focus,
#formField select:hover,
#formField textarea:focus,
#formField textarea:hover{
	border: thin solid #63A1C8;
}
#formField input[type='submit'],
#formField input[type='reset']{
	background-color:#0060AF;
	font-weight: bold;
	color:#FFF;
	border: thin none #FFF;
	margin-left:10px;
	padding:5px;
}
#formField input[type='submit']:disabled{
	background-color:grey;
	color:#FFF;
	border: thin none #FFF;
	margin-left:10px;
	padding:5px;
}
#formField span{
	font-weight:bold;
}
#formField .textEmail{
	font:normal 18px Arial;
	color: #000000;
}
#formField small  {
	text-align:right;
	margin-right:5px;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float:right;
}
#formField .contadorSpan  {
	position:relative;
	right: 70px;
	margin-left:0px;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
	float:right;
}
/* FIM FORMULARIO */

/* Galeria de Fotos */
.albunsFotos{
	width:430px;
	height:120px;
	float:left;
	margin-right:5px;
	padding:10px;
	margin-bottom:10px;
	border-bottom: dotted 1px #ccc;
}
.albunsFotos a{
	text-decoration:none;
	color:#000;
}
.albunsFotos a:hover{
	text-decoration:underline;
	color:#FF0000;
}
.albunsFotos:hover{
	background-color:#EFEFEF;
}
.albunsFotos .foto{
	float:left;
	width:160px;
}
.albunsFotos .corpo{
	float:left;
	margin-left:5px;
	width:265px;
}
.albunsFotos .corpo .titulo{
	font-size:14px;
	color:#000;
}
.albunsFotos .leiaMais a{
	color:#153170;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	float:right;
	margin-top:-5px;
}
.albunsFotos .leiaMais a:hover{
	color:#FF0000;
	text-decoration: underline;
}

/* Fim Galeria de Fotos */

/* Noticia */
#hora{
	float:left;
	width:200px;
}
.news{
    padding:5px;
    margin-bottom:3px;
}
.news a{
    text-decoration:none;
    color:#000;
}
.news a:hover{
    color:#FF0000;
}
.news:hover{
    background-color:#EEE;
}
/* Fim Noticia */

#googleFriend{
	font-weight: bold;
	color: #FFFFFF;
	background: #383737 url(../img/bgHeaderFooter.png) repeat-x scroll 0 -85px;
	border-bottom: 1px solid #1C1B1B;
    color: #878787;
    margin-top: 0px;
    padding: 30px 0;
}
#rodape {
    background: none repeat scroll 0 0 #1C1B1B;
    border-top: 1px solid #4E4E4E;
    line-height: 20px;
    padding: 15px 0;
    color:#FFF;
}
.webMaster a{
	color:#FFFFFF;
	text-decoration: none;
}
.webMaster a:hover{
	color:#0066FF;
	text-decoration: none;
}

/* VALIDA Usuário AJAX*/
.erro {
	background-image: url(../img/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	font:normal 18px Arial;
	color: #000000;
	padding:3px 5px 3px 19px;
	border: thin solid red;
}
.ok {
	background-image: url(../img/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	font:normal 18px Arial;
	color: #000000;
	padding:3px 5px 3px 19px;
	border: thin solid green;
}
.erroSpan {
	color: red;
	font-size: 10px;
	font-weight: bold;
}
.okSpan {
	color: green;

	font-size: 10px;
	font-weight: bold;
}
/* FIM VALIDA Usuário AJAX*/

/*BREADCRUMB*/
.breadcrumb{
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
.breadcrumb a{
	background: transparent url(../img/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 18px; /*adjust bullet image padding*/
	color: navy;
}
.breadcrumb a:visited, .breadcrumb a:active{
	color: navy;
}

.breadcrumb a:hover{
	text-decoration: underline;
}

/* FIM BREADCRUMB */

/* ADMINISTRAÇÃO */
#telaLogin{
	width:600px;
	margin:0 auto;
	text-align:center;
}
.link{
	color:#153170;
	font-style:normal;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}
.link:hover{
	color:#FF0000;
	text-decoration: underline;
}
.newsLinha {
	width:100%;
	color: #000;
	margin:0px 20px 5px 0px;
	font:14px Arial, Helvetica, sans-serif;
	border-bottom: dotted 1px #ccc;
	padding:0px;
}
.newsLinha:hover {
	background-color:#E4E9F2;
	line-height: 11px;
	margin:0px 20px 5px 0px;
	font:14px Arial, Helvetica, sans-serif;
	border-bottom: dotted 1px #000;
	padding:0px;
}
.newsLinha a{
	color: #000;
	text-decoration:none;
}
.newsTitulo{
	color: #000;
    line-height: 11px;
	margin:10px 20px 5px 10px;
	font:14px Arial, Helvetica, sans-serif;
	padding:0px 0px 5px 0px;
	float:left;
}
.newsEd {
	color: #000;
    line-height: 11px;
	margin:10px 20px 5px 20px;
	font:14px Arial, Helvetica, sans-serif;
	padding:0px 0px 5px 0px;
	float:right;
}
.newsEd a:hover {
	color:#FF0000;
}
.photoEdit{
	width: 150px;
	height: 220px;
}
#contentLeft {
	float: left;
	width: 100%;
}
#contentLeft li {
	float: left;
	width: 180px;
	list-style: none;
	background-color:#F3F3F3;
	border: #CCC solid 1px;
	color:#000;
	margin:5px;
}
.imgAdm{
	width:128px;
	float:left;
	margin-left:20px;
	text-align:center;
	color:#FFF;
}
.imgAdm a{
	color:#000;
	text-decoration:none;
}
.imgAdm a:hover{
	color:#FF0000;
	text-decoration:none;
}
.exemplo{
	font-size:11px;
	color:#FF0000;
	margin-left:5px;
}
.listaEmail{
	float:left;
	width:350px;
	height:100px;
}

/* INICIO INDIQUE */
#indicacao{
	background:#F2F2F2;
	border:1px solid #DDD;
	margin-top:10px;
	padding:10px;
}
#indicacao #indiq {
	width:1150px;
	margin: 0 auto;
}
#indicacao #indiq ul {
	padding:0;
	margin-top:10px;
}
#indicacao #indiq ul li {
	float:left;
	list-style:none outside;
	margin:0 2px 2px 0;
}
#indicacao #indiq ul li a {
	display:block;
	width:100px;
	height:20px
	background:#F2F2F2;
	border:1px solid #DDD;
	padding:5px;
	text-decoration:none;
	font-weight:normal !important;
	color:#000;	
}
#indicacao #indiq ul li:hover {
	background:#E5F0FF;
}
#indicacao #indiq ul li a:hover {
	color:#FF0000;
	text-decoration:underline;
}
#indicacao #indiq .icon16x16 a span {
	display:block;
	width:16px;
	height:16px;
	background:url(../img/icons_16x16.png) no-repeat 0 0;
	float:left;
	margin-right:5px;
}
#indicacao #indiq .indiq-twitter a span {
	background-position:0 0;
}
#indicacao #indiq .indiq-facebook a span {
	background-position:0 -16px;
}
#indicacao #indiq .indiq-orkut a span {
	background-position:0 -32px;
}
#indicacao #indiq .indiq-google a span {
	background-position:0 -48px;
}
#indicacao #indiq .indiq-buzz a span {
	background-position:0 -64px;
}
#indicacao #indiq .indiq-delicious a span {
	background-position:0 -80px;
}
#indicacao #indiq .indiq-yahoo a span {
	background-position:0 -96px;
}
#indicacao #indiq .indiq-email a span {
	background-position:0 -112px;
}
/* FIM INDIQUE */

