/* body e regras gerais */

body, div, ul, form, fieldset, h1, h2, h3, h4, h5, h6, td, table {
	margin: 0;
	padding: 0;
}
body {
	background: url("../img/back.gif") repeat 43% 50%;
	text-align: center;
}
body, td {
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-size: 12px;
	color: #31424F;
}
table {
	border-collapse: collapse;
}
p {
	margin: 0;
}
#centro p {
	margin: 1em 0;
}

/* titulos gerais */

h2 {
	font-size: 15pt;
	font-weight: normal;
}

h3 {
	font-size: 13pt;
}

h4 {
	font-size: 11pt;
	margin: 0.5em 0 0.3em;
}

/* listas gerais */
ul {
	padding: 0.5em 0 0.5em 1.6em;
	list-style-type: square;
}

/* links */
a {
	color: #074085;
	text-decoration: none;
}
a:hover {
	color: #6B9BBF;
}

/* imagens */
a img {
	border: 0;
}

/* classes gerais */
hr.separator {
}
.clear, .clr {
	clear: both;
}
div.coluna {
	float: left;
	position: relative;
}
div.quadro {
	margin-bottom: 10px;
}

/* modulos */

ul.dn {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
table.moduletable-centro {
	padding: 0;
	border-collapse: collapse;
}
td.dn-each {
	padding: 0;
}
div.moduletable {
	margin-bottom: 5px;
}

/* formularios */ 
input, textarea, select {
	border-width: 1px;
}
.button {
	font-size: 85%;
}
.inputbox {
}
.search {
}

/* geral */
#back_geral {
	background: url("../img/back_topo.jpg") repeat-x 50% top;
}
#geral {
	margin: 0 auto;
	text-align: left;
	width: 780px;
	position: relative;
}

/* cabecalho */
#cabecalho {
	height: 149px;
	background: url("../img/topo_corpo.jpg") no-repeat center bottom;
	position: relative;
}
#cabecalho h1 {
	font-size: 1%;
	color: #fff;
	background: url("../img/logo.jpg") no-repeat 10px 0px;
	position: relative;
	height: 120px;
}
#cabecalho h1 a {
	color: #fff;
	display: block;
	width: 280px;
	height: 120px;
	position: absolute;
	left: 13px;
}
#cabecalho h1 a:hover {
	text-decoration: none;
}

/* banner topo */
#banner_topo {
	position: absolute;
	top: 30px;
	left: 295px;
	width: 470px;
	text-align: center;
}

/* barra topo */

#barra_topo {
	position: absolute;
	top: 124px;
	left: 10px;
	width: 760px;
	height: 24px;
	overflow: hidden;
}

/* menu topo */

#barra_topo div.menu {
	position: absolute;
	left: 5px;
	top: 5px;
}
#barra_topo div.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#barra_topo div.menu ul li {
	float: left;
	padding: 0 15px;
}
#barra_topo div.menu ul a.mainlevel {
	/*display: block;*/
	font-weight: bold;
	text-transform: uppercase;
}
#barra_topo div.menu ul a.mainlevel:hover {
	text-decoration: none;
}

/* pesquisa */

#barra_topo div.pesquisa {
	position: absolute;
	right: 3px;
	top: 2px;
	text-align: right;
}
#barra_topo div.pesquisa div.pesquisa {
	position: relative;
	border: 0;
	display: inline;
	top: auto;
	right: auto;
}
#barra_topo div.pesquisa h3 {
	display: none;
}
#barra_topo div.pesquisa form {
	display: inline;
}
#barra_topo input.inputbox {
	padding: 2px 4px;
	border: 1px solid #cdd8e3;
	vertical-align: middle;
}
#barra_topo input.button {
	color: #fff;
	font-size :1%;
	border: 0;
	width: 20px;
	height: 18px;
	padding: 0;
	background: transparent url('../img/pesquisa_botao.png') no-repeat right center;
	vertical-align: middle;
}

/* corpo */

#corpo {
	background: url("../img/back_corpo.gif") repeat-y center 4px;
	position: relative;
	width: 780px;
}
#topo_corpo {
	width: 780px;
	background: url("../img/back_topo_corpo.png") no-repeat left top;
}
#base_corpo {
	background: url("../img/back_base_corpo.gif") no-repeat left bottom;
	text-align: center;
	overflow: hidden;
	padding: 7px 0 0 13px;
	width: 780px;
}
#topo_corpo > #base_corpo {
	width: 754px;
	height: auto;
}

/* centro */

#centro {
	text-align: left;
	margin: 0 7px;
	color: #31424F;
	width: 740px;
	position: relative;
}

/* centro 1 */

#centro1 {
}

/* not�cia destaque */

#centro1 div.destaques {
	height: 138px;
	overflow: hidden;
}
#centro1 div.destaques h2 {
	padding-right: 30px;
}
#centro1 div.destaques h3 {
	display: none;
}
#centro1 div.destaques h4 {
	font-size: 18px;
	margin: 0 0 0.2em;
}
#centro1 div.destaques span.dn-introtext , #centro1 div.destaques a.dn-introtext-link {
	display: block;
}
#centro1 div.destaques span.dn-introtext p, #centro1 div.destaques span.dn-introtext div {
	margin: 0;
}
#centro1 div.destaques .imagem-esquerda {
	margin-right: 7px;
}

/* controles dos destaques */

div.moduletable-controles {
    float: left;
    position: absolute;
    right: 3px;
    top: 6px;
}
#link_destaque_ant, #link_destaque_prox {
    width: 9px;
    height: 15px;
    font-size: 0.1pt;
    display: block;
    float: left;
}
#link_destaque_ant {
    background: url(../img/seta_ant.png) no-repeat left top;
    margin-right: 7px;
}
#link_destaque_ant:hover {
    background: url(../img/seta_ant.png) no-repeat left bottom;
    text-decoration: none;
}
#link_destaque_prox {
    background: url(../img/seta_prox.png) no-repeat left top;
}
#link_destaque_prox:hover {
    background: url(../img/seta_prox.png) no-repeat left bottom;
    text-decoration: none;
}

/* detaques novo */

div.destaques-novo {
	position: relative;
	width: 280px;
	height: 213px;
	float: left;
}
div.destaques-novo div.dn-whole {
}
div.destaques-novo div.dn-each {
	position: absolute;
	width: 280px;
	height: 213px;
}
div.destaques-novo span.dn-introtext {
	display: block;
}
div.destaques-novo span.dn-title {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	display: block;
	position: absolute;
	left: 22px;
	top: 169px;
	width: 236px;
}
a.dest-seta {
	display: block;
	position: absolute;
	width: 15px;
	height: 24px;
	top: 175px;
}
#dest-ante {
	left: 2px;
}
#dest-prox {
	left: 262px;
}

/* centro 2 */

#centro2 {
	clear: both;
}

/* not�cias gerais */

div.noticias-gerais-int li.dn-each {
	padding-top: .5em;
	clear: both;
}
div.noticias-gerais-int span.dn-introtext {
	font-size: .85em;
	display: block;
}
div.noticias-gerais-int span.dn-date {
	font-size: .8em;
}

/* ultimas noticias 2 */

div.ultimas-noticias2 {
	float: left;
	width: 135px;
	margin-left: 5px;
	background: url(../img/noticias_titulo.png) no-repeat left top;
	padding: 16px 0 0;
}
div.ultimas-noticias2 h3 {
	display: none;
}
div.ultimas-noticias2 div.dn-whole {
	padding-left: 3px;
}
div.ultimas-noticias2 div.dn-each {
	border-bottom: 1px solid #CDD8E3;
	height: 1%;
	overflow: auto;
	padding: 0 0 5px;
}
div.ultimas-noticias2 div.last {
	border: none;
}
div.ultimas-noticias2 h4 {
	font-size: 9pt;
	margin: .3em 0 .1em;
}
div.ultimas-noticias2 .dn-introtext {
	font-size: 7.5pt;
	color: #55687D;
}
#centro div.ultimas-noticias2 .dn-introtext p {
	margin: 0;
}
div.ultimas-noticias2 .dn-date {
	font-size: 7pt;
}
div.ultimas-noticias2 .imagem-direita {
	margin-left: 5px;
}
div.ultimas-noticias2 .imagem-esquerda {
	margin-right: 5px;
}

/* itens imagens */

div.itens-imagens {
	overflow: auto;
}
div.itens-imagens ul.dn-list {
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
div.itens-imagens li.dn-each {
	clear: left;
	padding-top: 5px;
}
div.itens-imagens ul.dn-list li.first {
	padding-top: 2px;
}
div.itens-imagens span.dn-introtext {
	display: block;
	float: left;
}
div.itens-imagens span.dn-introtext img {
	margin-right: 5px;
}
div.itens-imagens span.dn-title {
	display: block;
	font-size: 9.1pt;
	padding: 2px 0;
	font-weight: bold;
}
div.itens-imagens span.dn-category {
	display: block;
	border-top: 1px solid #cdd8e3;
	margin-left: 55px;
}
div.itens-imagens a.dn-category {
	color: #55687d;
	text-transform: uppercase;
	font-size: 7.5pt;
	letter-spacing: 0.1em;
}

/* colunistas */

div.colunistas {
	width: 205px;
	background: url('../img/back_colunistas.jpg') no-repeat left top;
	padding: 25px 0 0;
}
div.colunistas h3 {
	display: none;
}

/* formacao */

div.formacao {
	width: 205px;
	background: url('../img/back_formacao.jpg') no-repeat left top;
	padding: 25px 0 0;
}
div.formacao h3 {
	display: none;
}

body.lista-colunistas #direita div.ultimas-formacoes {
	padding-top: 10px;
}
body.lista-formacoes #direita div.ultimas-colunas {
	padding-top: 10px;
}


/* centro 3 */

#centro3 {
	clear: left;
	width: 205px;
	float: left;
}

/* webradio */

div.webradio-p {
    width: 160px;
    height: 130px;
    background: url('../img/webradio_p.jpg') no-repeat 0 0;
    position: relative;
}
div.webradio-p h3 {
    display: none;
}
div.webradio-p ul {
    position: absolute;
    list-style-type: none;
    padding: 0;
    bottom: 3px;
    left: 14px;
    height: 35px;
    width: 132px;
    overflow: hidden;
}
div.webradio-p li {
    font-size: 1%;
    height: 35px;
    width: 36px;
    position: absolute;
}
div.webradio-p li a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #000;
}
div.webradio-p li a:hover {
    background-position: 0 100%;
    text-decoration: none;
    color: #000;
}
div.webradio-p li.popup {
    left: 0;
}
div.webradio-p li.popup a {
    background-image: url('../img/webradio_icone_popup.gif');
}
div.webradio-p li.windows-media {
    left: 47px;
    width: 38px;
}
div.webradio-p li.windows-media a {
    left: 47px;
    width: 38px;
}
div.webradio-p li.windows-media a {
    background-image: url('../img/webradio_icone_wma.gif');
}
div.webradio-p li.winamp {
    left: 96px;
}
div.webradio-p li.winamp a {
    background-image: url('../img/webradio_icone_winamp.gif');
}

/* centro 4 */

#centro4 {
	clear: right;
	width: 205px;
	float: right;
}

/* entrevistas */

div.entrevistas {
	width: 205px;
	background: url('../img/back_entrevistas.jpg') no-repeat left top;
	padding: 25px 0 5px;
}
div.entrevistas h3 {
	display: none;
}
div.entrevistas h4 {
	margin: 0;
}
div.entrevistas span.dn-title {
	font-size: 9pt;
}
div.entrevistas ul.dn-list {
	padding: 2px 0;
	list-style: none;
}
div.entrevistas li.dn-each {
	padding: 2px 0 2px 20px;
	background-image: url('../img/entrevistas_item.png');
	background-repeat: no-repeat;
	background-position: 3px 4px;
	border-bottom: 1px solid #cdd8e3;
}
div.entrevistas div.dn-module_link {
	text-align: right;
	font-size: 8pt;
}

/* liturgia diaria */

div.liturgia {
	clear: right;
	width: 205px;
	background: url('../img/back_liturgia.jpg') no-repeat left top;
	padding: 25px 0 5px;
}
div.liturgia h3 {
	display: none;
}
div.liturgia ul.dn {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.liturgia h4 {
	font-size: 9pt;
	text-align: center;
	margin: 0;
}
table.liturgia {
	width: 100%;
	border-collapse: collapse;
}
div.liturgia .data {
	text-align: center;
	font-weight: bold;
}
div.liturgia table.dn-table {
    width: 99%;
}
#centro div.liturgia p {
    margin: 0;
}

/* centro 5 */

#centro5 {
	clear: both;
}

/* fotos */

div.fotos-centro h3 {
	display: none
}
div.fotos-centro {
	border-top: 1px solid #cdd8e3;
	border-bottom: 1px solid #cdd8e3;
	padding: 1px 0;
	height: 1%;
}
div.fotos-centro div {
	clear: both;
	background: #e3ecf4 url('../img/back_fotos2.jpg') no-repeat left top;
	padding-top: 35px;
	padding-left: 3px;
}
div.fotos-centro div.one-image {
	text-align: center;
	clear: none;
	background: none;
	float: left;
	width: 136px;
	padding: 0 7px 0 8px;
}
div.fotos-centro div > div.one-image {
	width: 121px;
}
div.fotos-centro h4.giDescription {
	font-size: 9pt;
	margin: 0;
	padding: 5px 0 3px;
}
div.fotos-centro div div {
	background: none;
	padding: 0;
}

/* esquerda */

#esquerda {
	width: 160px;
	overflow: hidden;
	text-align: left;
}
#esquerda div.moduletable {
	background: #e3edf4;
	color: #3d5e76;
}
#esquerda div.moduletable h3 {
	color: #074085;
	text-transform: uppercase;
}
#esquerda div.pedidos-oracao{
	background:none;
}

/* direita */
#direita {
	width: 160px;
	overflow: hidden;
	text-align: left;
}
#direita .moduletable {
	color: #666;
	clear: both;
}
#direita div.moduletable h3 {
	color: #F1BC00;
	text-transform: uppercase;
	border-bottom: 1px solid #F1BC00;
	font-size: 14px;
	margin-bottom: 0.3em;
}

/* canais */
#esquerda div.canais {
	background: transparent;
}
div.canais h3 {
	display: none;
}
div.canais ul {
	padding: 1px 0 0 0;
	border-top: 1px solid #cdd8e3;
	border-bottom: 1px solid #cdd8e3;
	height: 1%;
}
div.canais li {
	padding-bottom: 1px;
}
div.canais li a {
	display: block;
	padding: 4px 8px;
	background: #E3EDF4;
}
div.canais li a:hover {
	color: #074085;
	background: transparent;
}

/* enquetes */

#esquerda div.enquete {
	padding: 0 8px 8px;
	/*margin: 0;*/
}
div.enquete h3 {
}
div.enquete table.pollstableborder {
	margin: 5px 0;
}
div.enquete table.pollstableborder td {
	padding: 2px 0;
}
div.enquete .componentheading {
	text-transform: none;
	border: 0;
	font-size: 12px;
	color: #31424F;
}
div.enquete td.sectiontableentry1, div.enquete td.sectiontableentry2 {
	text-align: left;
}

#esquerda div.mat-enquete {
    padding: 5px 6px 8px;
}

/* login */
div.login h3 {
	color: #fff;
	font-size: 0;
	background: #fff url('../img/titulo_login.png') no-repeat 0 0;
}

/* menu usuario */
div.menu-usuario h3 {
	color: #fff;
	font-size: 0;
	background: #fff url('../img/titulo_usuario.png') no-repeat 0 0;
	margin-bottom: 0;
}

/* agenda interna */

div.agenda-interna li.dn-each h4 {
	margin: 0;
}
div.agenda-interna span.dn-introtext {
	font-size: 8pt;
	line-height: 1.2em;
	display: block;
}
div.agenda-interna span.dn-introtext p {
	margin: 0;
}
/*
div.agenda {
    height: 320px;
}
#direita div.agenda h3 {
}
div.agenda h4 {
	margin: 0;
}
div.agenda p {
	margin: 0
}
div.agenda div.dn-whole {
	background: #FFFDF3;
}
div.agenda ul.dn-list {
	padding-top: 300px;
	padding-bottom: 300px;
}
*/

/* agenda de eventos */

div.agenda-eventos {
	background: #f8f5e0 url('../img/agenda_topo.jpg') no-repeat center top;
	padding-top: 25px;
}
div.agenda-eventos h3 {
	display: none;
}
div.agenda-eventos div.dn-whole {
	background: url('../img/agenda_base.jpg') no-repeat center bottom;
	padding-bottom: 60px;
	position: relative;
}
div.agenda-eventos ul.dn-list {
	height: 300px;
	overflow: hidden;
	padding: 0 5px;
	list-style: none;
}
div.agenda-eventos li.dn-each {
	padding-left: 12px;
	background: url('../img/marcador02.gif') no-repeat 0 0.6em;
}
div.agenda-eventos span.dn-introtext {
	font-size: 0.9em;
}
div.agenda-eventos p, div.agenda-eventos h4 {
	margin: 0;
}

div.agenda-eventos div.dn-module_description {
	position: absolute;
	left: 8px;
	top: 305px;
	width: 145px;
	height: 44px;
}
div.agenda-eventos div.dn-module_description div.agenda-divulgue {
	float: left;
	width: 115px;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
}
div.agenda-eventos div.dn-module_description div.agenda-divulgue a {
	color: #B69600;
}
div.agenda-eventos div.dn-module_description div.agenda-scroll {
	background: url('../img/agenda_scroll.gif') no-repeat;
	float: right;
	width: 27px;
	height: 44px;
}
div.agenda-eventos div.dn-module_description div.agenda-scroll a {
	font-size: 1%;
	color: #f8f5e0;
	display: block;
	height: 22px;
}


/* banner */
div.banner {
	padding: 0;
}


/* radio */
#esquerda div.radio {
	padding: 0;
}

/* orkut */
div.orkut {
	padding: 0;
	width: 160px;
}


/* base */
#base {
	clear: both;
}

/* rodape */
#rodape {
	background: url("../img/base_corpo.jpg") no-repeat center top;
	font-size: 90%;
	text-align: center;
	padding: 35px 0 20px;
	color: #889;
}

/* contentpane */

table.contentpaneopen, table.blog {
	width: 100%;
}
table.contentpane li {
	clear: both;
	padding: 5px 0;
}
table.contentpane a.category {
	font-weight: bold;
}

/* editor de texto */
.imagem-esquerda {
	margin-right: 10px;
}
.imagem-direita {
	margin-left: 10px;
}

/* display news */

ul.dn-list {
	padding: 0 0 0 1.5em;
	list-style-image: url('../img/marcador02.gif');
}
ul.dn-list span.dn-title {
	display: block;
	font-weight: bold;
	font-size: 9pt;
	margin: 0;
}
li.dn-each {
	padding: 0.2em 0;
}


/* NAVIGATION/MENU SETTINGS */
a.mainlevel{}

#active_menu {}

a.sublevel{}
a.sublevel {}

.pagenavbar {}
a.pagenavbar {}

.pagenav {}
a.pagenav {}

a.readon {}

.back_button a {
	color: #888899;
	font-size: 90%;
	letter-spacing: 0.1em;
}

tr.pag_nav td {
	border-top: 1px solid #C7CED8;
	padding-top: 5px;
	font-weight: bold;
}
tr.pag_nav td, tr.pag_res td {
	font-size: 11px;
}
.pagenav_prev {}
.pagenav_next {}

.latestnews ul {}
.latestnews li {}

.mostread ul{}
.mostread li{}

/* CONTENT PAGE SETTINGS */
a.category {}

.blogsection {}
.blog_more {}
a.blogsection {}

.componentheading {
	font-weight: bold;
	font-size: 16px;
	color: #f1bc00;
	border-bottom: 1px solid #f1bc00;
	margin: 0 0 0.5em;
	text-transform: uppercase;
}
.contentheading {
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 10px;
}
.contentpane {}
.contentpaneopen {}
.contentpagetitle {
	font-weight: bold;
	font-size: 18px;
}

a.contentpagetitle:hover {}
a.contentpagetitle:link {}
a.contentpagetitle:visited {}

.contentdescription {}
table.contenttoc {}
table.contenttoc td {}
table.contenttoc th {}
table.contenttoc td.toclink {}
a.toclink:link {}
a.toclink:visited {} 
a.toclink:hover {} 


/* MAMBO SECTIONS LISTINGS */
.sectiontableheader {
	font-weight: bold;
	padding: 3px 6px;
	border-bottom: 1px solid #C7CED8;
}
tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding: 3px 6px;
} 
.sectiontableentry2 {
	background: #f5f5f5;
}
.sectiontablefooter {
	font-weight: bold;
	padding: 3px 6px;
	border-top: 1px solid #C7CED8;
}

/* Dates , Authors*/
.createdate {
	font-size: 10px;
	color: #777;
	text-transform: capitalize;
}
td.createdate {
	padding-bottom: 0.5em;
}
.modifydate {
	font-size: 90%;
	color: #777;
	line-height: 1.2em;
}
.small {
	font-size: 90%;
	color: #777;
	line-height: 1.2em;
}
.smalldark {}

/* Polls */
.poll {}
.pollstableborder {}
 
/* Weblinks */
.weblinks{} 
a.weblinks:hover {}
 
/* Newsfeeds */
.newsfeedheading {}
.newsfeeddate {}
.fase4rdf {}
 
/* Search page */
table.searchintro {}


/* MAMBO TABBED FRONTEND ADMIN INTERFACE */
 
.ontab {}
.offtab {}
.tabpadding {} 
.tabheading {}
.pagetext {} 


/* paginas personalizadas */

/* layout tres colunas */

body.tres-colunas #centro {
	width: 420px;
	float: left;
}

/* layout centro-direita */

body.centro-direita #centro {
	border-right: 1px solid #B5CDDF;
	float: left;
	padding-right: 10px;
	margin: 0 0 0 5px;
	width: 500px;
}
body.centro-direita #base_corpo > #centro {
	width: 490px;
}
body.centro-direita #direita {
	border-left: 1px solid #B5CDDF;
	margin-left: -1px;
	padding-left: 10px;
	width: 245px;
}
body.centro-direita #base_corpo > #direita {
	width: 235px;
}
body.centro-direita #direita div.moduletable {
	margin-bottom: 10px;
}

/* web radio */

div.moduletable-radio {
	text-align: center;
}

/* noticias */

body.noticias #centro {
	border-right: 1px solid #B5CDDF;
	width: 430px;
	padding-right: 10px;
}
body.noticias #base_corpo > #centro {
	width: 420px;
}
body.noticias #direita {
	width: 315px;
	margin-left: 10px;
}
body.noticias p {
	margin: 0;
}

/* eventos */

/* mais noticias */

div.mais-noticias ul.dn {
	list-style-image: url('../img/marcador02.gif');
	padding: 0.2em 0 0.2em 18px;
}
div.mais-noticias h4 {
	margin: 0;
	font-size: 12px;
}
div.mais-noticias span.dn-date {
	font-size: 11px;
}

/* especial papa */

body.tres-colunas div.especial-papa {
	background: url('../img/especial_papa.jpg') no-repeat left top;
	height: 200px;
}
body.centro-direita div.especial-papa {
	background: url('../img/especial_papa_int.jpg') no-repeat left top;
	height: 190px;
}

#direita div.especial-papa {
	color: #a00202;
	overflow: hidden;
}
div.especial-papa h3 {
	display: none;
}
div.dn-module_title a {
	display: block;
	height: 47px;
	font-size: 1%;
	color: #F7F0D6;
}
div.especial-papa ul.dn-list {
	padding-right: 35px;
	list-style-image: none;
	list-style-type: disc;
	padding-bottom: 145px;
	padding-top: 145px;
}
div.especial-papa ul.dn-list a {
	color: #a00202;
}
div.especial-papa ul.dn-list a:hover {
	color: #8F6E47;
}

/* arquidiocese */

table.arquidiocese table.contenttoc {
	display: none;
}
table.arquidiocese div.pagenavcounter {
	display: none;
}

/* palavra da igreja */

div.palavra-igreja {
	height: 100px;
	background: url('../img/palavra_igreja_bg.jpg') no-repeat left top;
	position: relative;
}
div.palavra-igreja h3 {
	display: none;
}
div.palavra-igreja ul {
	padding: 58px 58px 0 8px;
	list-style: none;
}
div.palavra-igreja h4 {
	margin: 0;
}
div.palavra-igreja span.dn-title {
	font-size: 9pt;
	display: inline;
	line-height: 1.2em;
}
div.palavra-igreja span.dn-date {
	font-size: 8.5pt;
	font-weight: normal;
}

/* quem somos */

a.link_quem_somos {
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
}

#link_quem_somos_portugues {
	background-image: url('../img/br.gif');
}
#link_quem_somos_ingles {
	background-image: url('../img/gb.gif');
}
#link_quem_somos_espanhol {
	background-image: url('../img/es.gif');
}

/* Tempo */

body.tempo #geral {
	width: 680px;
}
body.tempo #corpo {
	padding: 20px;
	width: 640px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
body.tempo #cabecalho {
	background: none;
	height: 120px;
}
body.tempo #rodape {
	background: none;
	padding-top: 15px;
}

body.tempo #corpo p {
	margin: 0 0 0.8em;
	font-size: 110%;
}
body.tempo #corpo p.citacao {
	text-align: center;
	padding: 1em 2em;
	font-style: italic;
	font-size: 100%;
}

body.tempo .modulos {
	padding-top: 10px;
}
body.tempo .modulos .moduletable {
	float: left;
	margin-right: 10px;
}

