/*
Theme Name: ICEC
Description: Igreja Cristã Evangélica de Campinas
Version: 1.0
Author: Frederico Dietz e Thiago Morais
Author URI: http://www.lovecom.com.br
*/


/*--------------css reset----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/*--------------css reset----------------*/


body{
    font: 11px "Lucida Sans Unicode", "Lucida Grande", Georgia, "Times New Roman", Times, serif;
    background: url(imagens/fundo.jpg) fixed #fff;
    color:#000;
    height: 100%;

}
h4{font-size: 12px;color:#19293b;
font-weight: bold;}

a, a:visited, a:active {text-decoration:none; color:#19293b}
a:hover{text-decoration:underline}

#tudo{
    min-height: 100%;
    position: relative;
}
* html #tudo {
	height: 100%; /* hack para IE6 que trata height como min-height */
}

#topo{
    background: #19293b;
    width:100%;
    height:414px;
}
#superior{
    width:965px;
    margin: 0 auto;}
#banner{}
#logo-icec{
    float:left;
    padding-left: 10px;
}
#programacao{float:right}
#programacao h4{color:#ECE0C9;}
#programacao ul{
    width:284px;
    padding:8px 8px;
    background: #ECE0C9;
    margin-top: 10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-border-radius: 10px;
    color:#19293b;
    line-height: 17px;
}
#intro{
    height:250px;
    margin-top: 10px;
    -moz-border-radius:12px;
    border-radius:12px;
    -webkit-border-radius: 12px;
}
#menu-topo {
    width: 965px;
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
}

#principal{
    width:965px;
    margin: 15px auto;
    height:auto;
    margin-bottom:60px;
}
#conteudo{position:relative; float:left; width: 620px; margin-right:40px}
.centro{float:left;}

#coluna1, #coluna2{
    position:relative;
    float:left;
    width:295px;
    margin-right:38px;
}

#lateral{
    position: relative;
    float:left;
    width:295px;
    margin: 0;
    padding:10px 0 15px 0;
}

/*----------- transparencia ------------*/
.overlay, .overlay-lateral{
    position: absolute;
    top: 0; /* Necessário definir a posição */
    bottom: 0;  /* irá cobrir o elemento pai */
    left: 0;
    width: 100%;
    opacity: 0.40;
    -moz-opacity: 0.40; /* Browsers baseados no motor Gecko */
    filter:alpha(opacity=40); /* Para IE6 e 7 */
    border:solid 1px #999;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 0px 5px #666;
    -moz-box-shadow:0 0px 5px #666;
    box-shadow: 0 0px 5px #666;
}


.overlay{
    background: #e5d5be;
}

.overlay-lateral{
    background: #f5c27e;
}

#coluna1 .noticias, .artigos{
    width:270px;
    padding:15px;}

#coluna2 .eventos, .pregacoes{
    width:270px;
    padding:15px;}

#lateral .busca, .cadastro, .videos, .fotos, .links, .biblia-online, .mensagens, .twitter{
    width:270px;
    padding:5px 15px;
}
#lateral .busca, .cadastro{
    height:65px;
}
#conteudo .conteudo-interno{
    width:580px;
    padding:10px 20px;
}

.noticias, .artigos, .eventos, .pregacoes,
.busca, .cadastro, .videos, .fotos, .links,
.biblia-online, .mensagens, .conteudo-interno, .twitter{
    position:relative;
    float:left;
}
.twitter{height:40px; margin-bottom:0}
.twitter img{
position:absolute;
left:50%;
margin-left:-72px;
}

.titulo{
    position: relative;
    float:left;
    left:-14px;
    width:275px;
    height:35px;
    padding: 3px 10px;
    background: url(imagens/fundo-titulo.png) no-repeat;
}

.titulo-lateral{
    position: relative;
    float:left;
    left:-15px;
    width:276px;
    height:25px;
    padding: 3px 10px;
    background: url(imagens/fundo-titulo-lateral.png) no-repeat;
}
.conteudo-interno .titulo{
    position: relative;
    float:left;
    left:-20px;
    width:602px;
    height:20px;
    padding: 5px 10px;
    background: url(imagens/titulo-conteudo.png);
}
.posts-recentes{margin-bottom:10px;}

#rodape{
    background: url(imagens/rodape.jpg);
    width:100%;
    height:200px;
    position: relative;
    bottom: 0;
}
#rodape .conteudo{width:965px; height:180px; margin: 0 auto; padding:10px;}
#rodape .conteudo li{list-style:none}

.clear{clear: both}
#logo-ministerio{float:left; position: relative; top:10px;}
/*------------------arquivo--------------*/
.navegacao{width: 596px; margin-bottom:30px;}
.esquerda{float:left;}
.direita{float:right;}

/*--------------form busca e cadastro-----------------*/

 .textfield {
	height:26px;
	width:225px;
        border:0px solid;
	background:  url(imagens/busca.png) no-repeat transparent;
        margin:7px 0px 3px 0px;
        padding:0px 15px 4px 6px;
        color:#000;
}
.botao-ok{position:relative; float:right; top:-34px; left:5px;}
fieldset>input.textfield {
	background: transparent 
	url(imagens/busca.png) no-repeat; }

/*--------------fim form busca e cadastro-----------------*/
.post{margin-bottom:30px;}

.videos embed {width:270px;height:auto} /* Applies to all browsers */
.videos object {width:270px;height:auto} /* Applies to all browsers */
*.videos embed {width:270px;height:auto} /* Applies to all IE browsers */
_.videos embed {width:270px;height:auto} /* Applies to all IE browsers 6 and below */
.videos embed {width /*\**/:270px\9;height:auto} /* Applies to IE 8 */

.msg-videos embed {width:270px;height:auto} /* Applies to all browsers */
.msg-videos object {width:270px;height:auto} /* Applies to all browsers */
*.msg-videos embed {width:270px;height:auto} /* Applies to all IE browsers */
_.msg-videos embed {width:270px;height:auto} /* Applies to all IE browsers 6 and below */
.msg-videos embed {width /*\**/:270px\9;height:auto} /* Applies to IE 8 */

/*----------- destaques -----------*/

#blocoDestaques {position: relative; }

#blocoDestaques ul,
#blocoDestaques ul li {list-style: none;}

#blocoDestaques,
#blocoDestaques ul,
#blocoDestaques ul li,
#blocoDestaques ul li img {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 630px;
	height: 215px;
}

#blocoDestaques ul li {position: relative;}

#blocoDestaques ul li div.fundo {
	width: 630px;
	height: 40px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: black;
}

#blocoDestaques ul li p {
	margin: 0px;	
	padding: 10px 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;	
	font-size: 14px;
}

#blocoDestaques ul li p a {
	color: white;
	text-decoration: none;	
}	

#blocoDestaques div.paginas {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 100;
}

#blocoDestaques div.paginas a {
	height: 20px;
	width: 20px;
	display: block;
	float: left;
	margin-left: 2px;
	color: white;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	text-decoration: none;	
	text-align: center;
	line-height: 20px;
	outline: none;
	background: black;
}

#blocoDestaques div.paginas a:hover,
#blocoDestaques div.paginas a.activeSlide {
	background: #9FAA27;
	font-weight: bold;
}

#blocoDestaques ul li p,
#blocoDestaques ul li div.fundo { display: none; }
/*------------ fim destaques ------------*/

