/*  
Theme Name: Promocao da Saude
Theme URI: http://promocaodasaude.com/
Description: Layout - Promoção da Saúde
Version: 1.0
Author: Lucas Rodrigues
Author URI: http://www.b2w.com.br/

The theme, including the CSS, XHTML, Images and associates files are all copyrighted.
*/

* {
margin:0px;
padding:0px;
}

body {
background-color:#c6dfd6;
background-image:url(image/background.jpg);
background-repeat:repeat-x;
text-align:left;
	font-family:Tahoma;
}

ul, ol {
list-style:none;
}

p, form, input, select, option, textarea, li {
font-size:11px;
color:#666;
}

h2 {
font-size:14px;
font-weight:bold;
text-align:left;
color:#4d8873;
padding:0 0 5px 10px;
background-image:url(image/bullet_green.jpg);
background-repeat:no-repeat;
background-position:center left;
}

h3 {
font-size:12px;
color:#7d5b7d;
}
	h3 a {
	font-size:12px;
	color:#7d5b7d;
	text-decoration:none;
	}
		h3 a:hover {
		text-decoration:underline;
		}

h4 {
font-size:11px;
color:#666;
margin:6px 0 2px;
}


/* MENU */

.Menu a {
border-bottom:1px solid #E6E6E6;
text-decoration:none;
display:block;
height:20px;
width:190px;
padding-top:5px;
padding-left:8px;
margin-left:11px;
font-size:12px;
color:#4d8873;
}
.Menu a:hover {
color:#FFFFFF;
background-color:#b384b3;
}


/* TABELA "tbl_block" - CONTEÚDO */

.tbl_block tr td {
border-bottom:1px solid #CCCCCC;
padding:7px 0;
}
	.tbl_block ul {
	margin:5px 0;
	list-style:disc;
	font-size:11px;
	color:#666;
	list-style-position:inside;
	}
	.tbl_block a.emp_contato {
	display:block;
	font-size:11px;
	color:#666;
	font-weight:bold;
	margin-bottom:15px;
	}
		.tbl_block a.emp_contato:hover {
		text-decoration:underline;
		}


/* ARTIGOS */

.tr_artigo td {
height:auto;
padding:8px 0 8px 3px;
border-bottom:1px solid #CCCCCC;
}
.tr_artigo td a {
display:block;
font-size:11px;
font-weight:bold;
color:#4d8873;
text-decoration:none;
margin-top:3px;
margin-bottom:10px;
}
	.tr_artigo td a:hover {
	text-decoration:underline;
	}

p.art_autor {
color:#7d5b7d;
margin-bottom:3px;
}

a.link_artigo {
display:block;
text-decoration:none;
padding:6px 0;
border-bottom:1px solid #ddd;
}
	a.link_artigo:hover {
	background-color:#e0e7ed;
	col
	}
	

/* CONTATO */

.ddfmwrap .fieldwrap {
margin-bottom:4px;
}
.ddfmwrap .fieldwrap label {
float:left;
clear:both;
display:block;
width:90px;
}

#fm_name, #fm_email, #fm_subject, #fm_message { width:300px; }
#fm_verify { width:100px; }
#lbl_verify { margin-top:10px; }

.submit input {
color:#000;
background-color:#CCC;
font-size:12px;
margin-left:90px;
}

/* erros */
.ddfmerrors {
font-weight:bold;
font-size:11px;
color:#c00;
margin-top:8px;
}
.errorlist {
font-size:11px;
color:#333;
margin-bottom:10px;
}


/* FOOTER */

#footer a {
text-decoration:none;
color:#666;
font-size:11px;
}
	#footer p {
	margin:0;
	}
	#footer a img {
	border:0;
	}


/* CLASSES */

a.voltar {
display:block;
margin-top:15px;
text-decoration:none;
font-size:11px;
color:#666;
border-top:1px solid #ccc;
}
	a.voltar:hover {
	text-decoration:underline;
	}
	
a.saibamais_psicologia {
display:block;
border-top:1px solid #ddd;
font-size:11px;
color:#5E6D84;
text-decoration:none;
text-align:left;
margin-top:4px;
}
	a.saibamais_psicologia:hover {
	text-decoration:underline;
	}

a.saibamais {
font-size:11px;
color:#5E6D84;
text-decoration:none;
text-align:left;
}
	a.saibamais:hover {
	background-color: #E0E7ED;
	}

.border_bottom {
border-bottom:1px solid #ddd;
}