@charset "utf-8";

/* --------------------------------------------------------------------
 *
 * Filename:		styles_home.css
 * Description:		Arquivo de regras para a página inicial do site
 * Version:			1.0.0 (2009-05-08)
 * Website:			http://www.abrafit.org.br/
 * Author:			Luiz R. Albano Jr. - iDesk Informática
 *
 * == STRUCTURE =======================================================
 *
 * Page width: 780px (static)
 * Number of columns: 02
 * -------------------------------------------------------------------- */
 
#destaque {
	margin:5px;
	float:left;
	width:284px;
}

#central-atendimento {
	background:url(images/fundo-central-atendimento.png) no-repeat #A9CFC2;
	overflow:hidden;
	float:right;
	margin:5px;
	width:284px;
	height:80px;
}

#central-atendimento h3 {
	background:url(images/title-sede-administrativa.png) no-repeat;
	width:160px;
	height:24px;
	overflow:hidden;
	text-indent:-9999px;
}

#central-atendimento p {
	margin:3px 5px 3px 20px;
	font-size:11px;
}

#central-atendimento p strong {
	font-size:14px;
}

#boletins {
	margin:10px 5px 5px 5px;
	float:left;
	width:284px;
}

#boletins h3 {
	background:url(images/title-boletins.png) no-repeat;
	width:284px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
}

#boletins ul { margin:0 0 0 15px; }
#boletins ul li { margin:5px 0 0 0; }
#boletins ul li a { text-decoration:none; }
#boletins ul li a:hover { text-decoration:underline; }

#eventos {
	background:url(images/fundo-home-eventos.jpg) no-repeat #FFE991;
	overflow:hidden;
	float:right;
	margin:5px;
	width:284px;
	height:325px;
}

#eventos h3 {
	background:url(images/title-eventos.jpg) no-repeat;
	width:90px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
}

#eventos p { margin:3px 5px 3px 10px; }
#eventos p img { margin:0 7px 0 0; }

#eventos p.item {
	font-size:16px;
	font-weight:bold;
}

#eventos p.item a {
	text-decoration:none;
	color:#000000;
}

#eventos p.item a:hover { text-decoration:underline; }