@import url('slideshow.css');
@import url('blog.css');
@import url('canais.css');

/*
By S.
Lets get started with BODY and some general rules.
*/

* {
padding: 0;
margin: 0;
text-decoration: none;
list-style: none;
outline: none;
}

.limiter {
width: 980px;
margin: 0 auto;
}

.clear { clear: both; }

body {
background: rgb(58, 58, 58);
}

#warning {
	background: #ffc;
	border-bottom: 1px solid #fc3;
	font: bold 11px/20px 'Trebuchet MS',Arial,Tahoma;
	color: #333;
	display: none;
}

#warning .limiter { position: relative; text-align: center; }

#warning .close {
	position: absolute;
	top: 0; right: 20px;
	color: #000;
}

#warning span a { color: #333; border-bottom: 1px solid #ccc; }

/*====== TOP/ ======*/

#topo {
height: 130px;
background: url(../bg/topo[entire].png) repeat-x;
}

#topo .limiter { position: relative; }

#logo {
position: absolute;
top: 10px; left: 0px;
width: 258px; height: 76px;
background: url(../bg/topo[logo].png) no-repeat;
}

#logo a {
display: block;
height: 66px;
text-indent: -9000px; overflow: hidden;
}

#program {
position: absolute;
top: 0; right: 196px;
width: 180px; height: 64px;
background: url(../bg/topo[program].png) no-repeat;
}
#program p {
width: 120px; height: 20px;
font: 11px/20px 'Trebuchet MS','Lucida Sans',Tahoma;
color: #fff;
text-align: center;
position: absolute;
top: 10px; left: 55px;
}
#program p.proximo { top: 39px; }

#player {
position: absolute;
top: 0; right: 0;
width: 196px; height: 70px;
background: url(../bg/topo[player][player].png) no-repeat;
}

#topo .warning {
font: 12px/18px 'Trebuchet MS',Arial,Tahoma;
color: #333;
text-align: center;
position: absolute;
top: 0; right: 200px;
display: none;
padding: 10px;
background: #fff;
border: 2px solid #ccc;
width: 156px;
}

#menuBar {
position: relative;
height: 40px;
top: 90px; left: 0;
}

#busca {
position: absolute;
top: 0; right: 0;
width: 156px; height: 20px;
background: url(../bg/topo[busca].png) no-repeat;
padding: 8px 0 12px 4px;
}

#busca .busca {
color: #7F90A1;
border: none;
background: none;
font: 11px 'Lucida Sans Unicode','Arial','Trebuchet MS';
padding: 4px 2px;
}

#busca .submit {
visibility: hidden;
}

#menu {
width: 420px; height: 40px; overflow: hidden;
background: url(../bg/topo[menu].png) no-repeat;
}

#menu li { display: inline; }

#menu li a {
float: left;
height: 40px;
text-indent: -9000px; overflow: hidden;
}

#menu #mIgreja { width: 60px; }
#menu #mRadio { width: 56px; }
#menu #mEstudos { width: 71px; }
#menu #mBiblia { width: 104px; }
#menu #mContato { width: 74px; }

#menu li a:hover { background: url(../bg/topo[menu].png) no-repeat; }

#menu #mIgreja { background-position: 0px -40px; }
#menu #mRadio { background-position: -60px -40px; }
#menu #mEstudos { background-position: -116px -40px; }
#menu #mBiblia { background-position: -187px -40px; }
#menu #mContato { background-position: -291px -40px; }

/*===== /TOP =====*/

/*===== MEIO/ =====*/
/*===== MEIO/ - HOME =====*/

#meio { background: #333 url(../bg/meio[bg].png) repeat-x; }

#meio .limiter {
background: #fff;
padding: 5px 5px 0 5px;
}

#meio #first {
position: relative;
padding: 0 0 10px 0;
height: 245px;
}

#meio #Banner {
	clear: both;
	float: left;
	position: relative;
	width: 650px; height: 245px;
	padding: 0 10px 0 0;
}

#meio #banner {
	width: 650px; height: 245px;
	position: relative;
}

#meio #banner li {
	position: absolute;
	top: 5px; left:0;
	width: 650px; height: 245px;
	overflow: hidden;
}

/*#meio #banner li:hover img {
	display: inline;
}

#meio #banner span:hover {
	background-color: #333;
}*/

#meio #Banner a {
	position: absolute;
	right: 11px;
	z-index: 60;
	width: 30px; height: 20px;
	text-align: center;
	font: bold 12px/20px 'Lucida Sans','Trebuchet MS',Verdana;
	color: #fff;
	background: url(../bg/blackpx.png);
	cursor: pointer;
}

#meio #Banner .l-1 { top: 6px; }
#meio #Banner .l-2 { top: 28px; }
#meio #Banner .l-3 { top: 50px; }
#meio #Banner .l-4 { top: 72px; }

#meio #banner li img {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 4;
	display: none;
}

#meio #banner li.d-1 img { display: inline; }

#meio .box {
width: 300px; height: 225px;
background: url(../bg/meio[box][home].png) repeat-x;
padding: 10px;
}

#meio #igreja { background: url(../bg/boxes/igreja[bg].png) repeat-x; }
#meio #missoes { background: url(../bg/boxes/missoes[bg].png) repeat-x; }
#meio #blog { background: url(../bg/boxes/blog[bg].png) repeat-x; }
#meio #radio { background: url(../bg/boxes/radio[bg].png) repeat-x; }
#meio #eventos { background: url(../bg/boxes/eventos[bg].png) repeat-x; }
#meio #videos { background: url(../bg/boxes/videos[bg].png) repeat-x; }
#meio #classificados { background: url(../bg/boxes/classificados[bg].png) repeat-x; }
#meio #testemunhos { background: url(../bg/boxes/testemunhos[bg].png) repeat-x; }
#meio #internet { background: url(../bg/boxes/internet[bg].png) repeat-x; }

#meio .box {
width: 300px; height: 225px;
background: url(../bg/meio[box][home].png) repeat-x;
padding: 10px;
float: left;
margin: 5px 0 5px 0;
position: relative;
}

#meio #slideshow { float: left; position: relative; }

#meio .box h3 {
position: absolute;
top: 0; left: 0; z-index: 2;
width: 320px; height: 24px;
text-indent: -9000px; overflow: hidden;
}

#meio #slideshow h3 {
	z-index: 30;
}

#meio #missoes, #meio #eventos, #meio #internet, #meio #ad5 { margin: 5px 10px; }

#meio #igreja h3 { background: url(../bg/boxes/igreja.png) repeat-x; }
#meio #missoes h3 { background: url(../bg/boxes/missoes.png) repeat-x; }
#meio #blog h3 { background: url(../bg/boxes/blog.png) repeat-x; }
#meio #radio h3 { background: url(../bg/boxes/radio.png) repeat-x; }
#meio #eventos h3 { background: url(../bg/boxes/eventos.png) repeat-x; }
#meio #videos h3 { background: url(../bg/boxes/videos.png) repeat-x; }
#meio #classificados h3 { background: url(../bg/boxes/classificados.png) repeat-x; }
#meio #testemunhos h3 { background: url(../bg/boxes/testemunhos.png) repeat-x; }
#meio #internet h3 { background: url(../bg/boxes/internet.png) repeat-x; }

#meio #igreja .more { background-position: 0px 0px; }
#meio #blog .more { background-position: 0px -40px; }
#meio #radio .more { background-position: 0px -60px; }
#meio #eventos .more { background-position: 0px -80px; }
#meio #classificados .more { background-position: 0px -120px; }
#meio #testemunhos .more { background-position: 0px -160px; }
#meio #internet .more { background-position: 0px -140px; }

#meio .box ul {
width: 290px; height: 225px;
background: #042840;
font: 11px/14px 'Trebuchet MS','Arial','Lucida Sans Unicode';
padding: 0 5px;
}

#meio .box ul li { clear: both; }

#meio .box ul a {
font-weight: bold;
color: #fff;
}

#meio .box ul a img {
width: 50px; height: 40px;
background: #fff;
float: left;
margin: 0 4px 8px 0;
border: 1px solid #fff;
}

#meio .box ul a strong {
background: #084d7c;
padding: 0 2px;
text-transform: uppercase;
font-size: 10px;
float: left;
}

#meio .box ul a em {
font-style: normal;
float: left;
width: 220px;
}

#meio .box ul li.first {
padding: 20px 0 14px 0;
font-size: 16px;
}

#meio .box ul li.first img {
width: 128px; height: 96px; 
}

#meio .box ul li.first em, #meio .box ul li.first strong {
float: none;
}

#meio .box ul li.first em {
line-height: 20px;
}

#meio .box img.photoBox {
border: none;
position: absolute;
top: 10px; left: 10px;
z-index: 1;
width: 300px; height: 225px;
background: #fff;
}

#meio .box .more {
position: absolute; bottom: 10px; right: 10px;
z-index: 4;
width: 20px; height: 20px;
background: url(../bg/meio[box][more].png) no-repeat top left;
text-indent: -9000px; overflow: hidden;
}

#versiculo {
width: 650px; height: 70px;
background: url(../bg/meio[versiculo].jpg) repeat-x;
position: relative;
margin: 5px 0 5px 0;
float: left;
}

#versiculo .esq { position: absolute; top: 6px; left: 10px; }
#versiculo .dir { position: absolute; bottom: 6px; right: 10px; }

#versiculo blockquote {
font: 13px/18px Georgia,'Trebuchet MS';
color: #fff;
padding: 6px 40px 0 40px;
text-align: center;
overflow: hidden;
}

#versiculo span {
font: 17px/20px Georgia,'Trebuchet MS';
color: #eee;
position: absolute;
bottom: 6px; right: 50px;
}

/* ADS */
#meio a img { border: none; }
#ad1 { float: left; width: 320px; height: 245px; margin: 5px 0 0 0; }
#ad2 { float: left; width: 650px; height: 70px; margin: 5px 10px 5px 0; }
#ad3, #ad4, #ad5, #ad6 { float: left; width: 320px; height: 70px; margin: 5px 0 0 0; }
/* /ADS */
/*===== /MEIO - HOME =====*/

.sTitle {
border-bottom: 2px solid #345B82;
padding: 10px 0 6px 0;
background: url(../bg/secoes/blog.jpg) no-repeat 0 10px;
height: 70px;
position: relative;
margin: 0 0 14px 0;
}

.sTitle h2 {
font: bold 20px 'Lucida Sans Unicode','Myriad Pro','Trebuchet MS',Arial;
letter-spacing: -1px;
text-transform: uppercase;
color: #366A92;
position: absolute;
bottom: 10px; left: 60px;
}

.sTitle .toolbar {
position: absolute;
bottom: 10px; right: 10px;
}

.sTitle .toolbar li { display: inline; }

.sTitle .toolbar li a {
float: left;
font: 10px/12px 'Lucida Sans Unicode','Arial','Trebuchet MS';
color: #000;
margin: 0 0 0 10px;
padding: 0 16px 0 0;
height: 12px;
}
.sTitle .toolbar li a#aPlus, .sTitle .toolbar li a#aLess {
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.sTitle .toolbar li a#aLess {
	margin: 0 0 0 5px;
}
.sTitle .toolbar li a.imprimir { margin: 0 10px; background: url(../bg/toolbar/imprimir.gif) no-repeat center right; }
.sTitle .toolbar li a.rss {
text-indent: -9000px; overflow: hidden;
background: url(../bg/toolbar/rss.gif) no-repeat center right;
width: 0px;
}

/*===== /MEIO =====*/

/*===== /RODAPÉ =====*/

#rodape {
background: #3a3a3a url(../bg/rodape[entire].jpg) repeat-x;
clear: both;
height: 140px;
}

#rodape .limiter {
font: 12px/30px 'Arial','Trebuchet MS','Lucida Sans Unicode';
color: #ccc;
padding: 10px 0;
text-align: center;
position: relative;
}

#rodape .limiter ul {
background: url(../bg/rodape[divider].png) no-repeat 50% 90%;
padding: 0 0 10px 0;
}
#rodape .limiter ul li { display: inline; padding: 0 10px; }
#rodape .limiter a { color: #fff; font-weight: bold; }

#rodape #teclaesc {
	position: absolute;
	right: 60px; bottom: 10px;
	background: url(../bg/rodape[teclaesc].png) no-repeat;
	width: 70px; height: 44px;
	text-indent: -9000px; overflow: hidden;
}

#rodape #rss {
position: absolute; right: 0; bottom: 10px;
background: url(../bg/rodape[rss].png) no-repeat;
width: 48px; height: 48px;
text-indent: -9000px; overflow: hidden;
}

#contador {color:#fff; margin: 0pt auto; padding: 0px 15px; width: 200px; }

/*===== RODAPÉ/ =====*/