/* =Geral
-----------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

body {
	background: #88bee4 url("../imagens/bg.jpg") fixed repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 10px 0;
	text-align: center;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img, fieldset {
	border: 0;
}

a:link, a:active, a:visited, a:hover {
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

input:focus, textarea:focus {
	background-color: #ffffef;
}

/* =Layout
-----------------------------------------------------------------*/
#geral {
	position: relative;
	width: 760px; 
	margin: 0 auto; 
	text-align: left;
	border: 1px solid #296895;
	background-color: #f6f6f6;
}

#banner {
	background: url(../imagens/banner.jpg) no-repeat center bottom;
	width: 760px;
	height: 175px;
}

#menu { 
	width: 150px;
	margin: 10px 0;
	float: left; 
}

#centro { 
	width: 600px;
	margin: 10px 0;
	float: right; 
}

#conteudo { 
	width: 440px; 
	float: left; 
}

#sub { 
	width: 150px;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right;
} 

#rodape {
	clear: both; 
} 

/* =menu - Menu de navegação
-----------------------------------------------------------------*/
#menu ul {
	width: 145px;
	margin-left: 5px;
}

#menu li {
	font-weight: bold;
	background: url(../imagens/ponto.gif) repeat-x bottom;	
	height: 20px;
	line-height: 20px;
	text-indent: 2px;
}

#menu li a {
	display: block;
	color: #000000;
	text-decoration: none;
}

#menu li a:hover {
	background-color: #b9b7a2;
	color: #FFFFFF;
}

/* =pub - Barra de publicidade
-----------------------------------------------------------------*/
#sub ul {
	width: 145px;
	margin-right: 5px;
}

#sub li {
}

#sub .img-flutuar {
}

#sub .barDivide {
	background: url(../imagens/barra_divide.jpg) no-repeat center;
	height: 20px;
}

/* =banner - Banner do site
-----------------------------------------------------------------*/
#banner h1 {
	text-indent: -9000px;
}

/* =rodape - Rodapé do site
-----------------------------------------------------------------*/
#rodape p {
	width: 750px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px 5px 5px;
	background: url(../imagens/rodape.jpg) repeat-x;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}

/* =conteudo - Conteúdo do centro do site
-----------------------------------------------------------------*/
#mensagem {
	background-color:#FFF;height:135px;
}

#mensagem h1 {
	background:url(../imagens/barra_mensagem.jpg) no-repeat;
	height:20px;
	line-height:20px;
	text-indent:15px;
	color:#000;
	font-size:12px;
}

#mensagem img {
	float:left;
	margin:4px;
}

#mensagem p {
	width:285px;
	margin-right:4px;
	float:right;
}

/* Fotos */
#fotos {
	background-color: #daf2fc;
	margin-top: 10px;
}

#fotos h1 {
	background: url(../imagens/barra_fotos.jpg) no-repeat;
	height: 20px;
	line-height: 20px;
	text-indent: 15px;
	color: #000000;
	font-size: 12px;
}

#foto_amigos {
	position: absolute;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 10px 20px;
	z-index: 6;
}

#img_amigo .img {
	width: 400px;
	height: 300px;
}

.nome_foto {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

#foto_amigos li {
	width: 400px;
}

.img {
	background: #fff;
	/*width: 100px;
	height: 75px;*/
	padding: 4px;
	border: 1px solid #a9a9a9;
}

/* Vídeos */
#videos li {
	border-bottom: 1px solid #d2d2d2;
	padding: 2px 0px;
	text-indent: 5px;
}

#videos li a {
	display: block;
	width: 100%;
	text-decoration: none;
}

#videos li:hover, #videos li a:hover {
	background-color: #ddedfd;
	color: #cc3300;
}

#videos h2 {
	font-size: 12px;
	font-weight: bold;
}

/* Aúdios */
#audios h2 {
	font-size: 12px;
	font-weight: bold;
}

/*
=Player
*/
#player {
	border: 5px solid #579de3;
	width: 320px;
	height: 240px;
}

#audios .player_titulo {
	font-size: 14px;
	font-weight: bold;
	color:#378ed8;
}

#audios li {
	border-bottom: 1px solid #d2d2d2;
	padding: 2px 0px;
	text-indent: 5px;
}

#audios li a {
	display: block;
	width: 100%;
	text-decoration: none;
}

#audios li:hover, #audios li a:hover {
	background-color: #ddedfd;
	color: #cc3300;
}

/**/
#audios_play ul {
	background-color: #FFFFFF;
	width: 350px;
	border: 2px solid #d2d2d2;
	margin: 0px auto;
}

#audios_play li {
	border-bottom: 1px solid #d2d2d2;
	height: 20px;
	line-height: 20px;
	text-indent: 5px;
}

#audios_play li a {
	display: block;
	width: 100%;
	text-decoration: none;
}

#audios_play li:hover, #audios li a:hover {
	background-color: #ddedfd;
	color: #cc3300;
}


/* Noticias */
#noticias {
	background-color: #f1f0f0;
	margin-top: 10px;
}

#noticias h1 {
	background: url(../imagens/barra_noticias.jpg) no-repeat;
	height: 20px;
	line-height: 20px;
	text-indent: 15px;
	color: #000000;
	font-size: 12px;
}

#noticias li {
	width: 430px;
	padding: 2px 0px;
	text-indent: 10px;
	margin: 0 5px;
}

/* News */
#news li {
	border-bottom: 1px solid #d2d2d2;
	padding: 2px 0px;
	text-indent: 5px;
}

#news li a {
	display: block;
	width: 100%;
	text-decoration: none;
}

#news li:hover, #news li a:hover {
	background-color: #ddedfd;
	color: #cc3300;
}

.pg {
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
}

/* Mural de recados */
#mural {
	background-color: #E4E3DC;
	margin-top: 10px;
}

#mural h1 {
	background: url(../imagens/barra_mural.jpg) no-repeat;
	height: 20px;
	line-height: 20px;
	text-indent: 15px;
	color: #000000;
	font-size: 12px;
}

#mural .mural_centro {
	height: 120px;
	overflow: auto;
}

#mural .caixa, #recados .caixa {
	padding: 2px;
	border: 1px solid #b9b7a2;
	background-color: #F4F4F0;
	margin: 5px 5px 0 5px;;
}

#mural .btAdd, #recados .btAdd {
	border: 1px solid #b9b7a2;
	background-color: #F4F4F0;
	padding: 0 10px;
	margin-top: 5px;
	cursor: pointer;
}

/* Agenda */
#agenda .caixa {
	width: 400px;
	padding: 2px;
	/*border: 1px solid #dddcdc;*/
	margin: 0 auto;
}

#agenda h2 {
	height: 15px;
	line-height: 15px;
	background-color: #B8DCEF;
	font-size: 10px;
	text-align: center;
}

/* Layout do centro*/
#quemsomos, #news, #eventos, #visao, #contato, #jovens, #mulheres, #convivio, #oracao, #recados, #pastores, #agenda, #amigos, #igrejas, #pastores, #videos, #audios {
	background: #FFFFFF url(../imagens/bg_tabela.jpg) repeat-x center bottom;
	border: 2px solid #dddcdc;
	padding: 2px;
	min-height: 200px;
}

#quemsomos h1, #news h1, #eventos h1, #visao h1, #contato h1, #jovens h1, #mulheres h1, #convivio h1, #oracao h1, #recados h1, #pastores h1, #agenda h1, #amigos h1, #igrejas h1, #pastores h1, #videos h1, #audios h1 {
	background: url(../imagens/bg_barra.jpg);
	height: 20px;
	line-height: 20px;
	text-indent: 10px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Contato e oração */
#contato .form, #oracao .form {
	width: 100%;
	border: 1px solid #a3dbf3;
}

#contato .btEnviar, #oracao .btEnviar {
	padding: 0 20px;
	background-color: #3eb3e9;
	border: 1px solid #a3dbf3;
	color: #FFFFFF;
	font-weight: bold;
}

#contato .caixa, #oracao .caixa {
	width: 400px;
	margin: 0 auto;
}

/*
=Pastores
*/
#pastores .nome_pastor, #igrejas .nome_igreja {
	font-size: 14px;
	font-weight: bold;
	color:#378ed8;
}

#pastores .separador, #igrejas .separador {
	width: 400px;
	color:#ebebeb;
	margin: 10px 0px;
}

#pastores p {
	margin-top: 2px;	
}

.caixa_flutuante {
	position: absolute;
	background: #fff url(../imagens/bg_tabela.jpg) repeat-x center bottom;
	border: 5px solid #525252;
	text-align: left;
	width: 350px;
	padding: 10px;
	top: 20px;
	z-index: 6;
}

.caixa_flutuante h1 {
	background: url(../imagens/bg_barra.jpg);
	border: 1px solid #666666;
	height: 20px;
	line-height: 20px;
	text-indent: 10px;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

.caixa_flutuante .form, .caixa_flutuante .form2 {
	width: 100%;
	border: 1px solid #636363;
}

.caixa_flutuante .form2 {
	width: 25px;
}

#flutuante {
	position: absolute;
	visibility: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: #000; 
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	KhtmlOpacity: .5;
	opacity: .50;
}