/*  

Theme Name: ItapecericaWeb 

Theme URI: http://www.tolentinoweb.com.br

Description: Itapecerica Web é um layout para um portal

Version: 1.0

Author: Tolentino Web

Author URI: http://tolentinoweb.com.br

*/

/* CSS GERAL DO PORTAL */
/** padrões **/

*{
	margin:0;
	padding:0;
}

img{
	border:none;
}
body{
	background:#96275d url(../imagens/bg-geral.jpg) fixed;
	}

a{
text-decoration:none;
color:#333;
}
a:hover{
text-decoration:underline;
}
h2.titulo{
font:bold italic 25px lucida sans, Arial, Helvetica, sans-serif;
color:#000;
padding:10px;
text-transform:uppercase;
border-bottom:2px solid #000;
		}

#geral{
	width:990px;
	background:#fff;
	margin:0 auto;
	overflow:hidden;

}

/* TOPO*/
#topo{
	background:#000;
	
	}
#topo h1.logo {
	float:left;
	margin:10px;

}
#topo h1.logo span{
	position:absolute;
	text-indent:-9999px;
	}
#topo #full-banner{
	width:728px;
	height:90px;
	border:1px solid #fff;
	float:right;
	margin:20px 10px;
		}
		
	/** conteudo geral **/

#conteudo{
	padding:20px;
	
	}

/* BANNER PEQUENO*/		
		
#coluna3{
	width:150px;
	float:right;
		}
		
.banner-pq{
	width:150px;
	height:150px;
	margin:15px 0 0 0;
	border:1px solid #ccc;
		}

.banner-pq:hover{
	border:1px solid #999;
	}


	/** rodape **/
#rodape{
	width:100%;
	background:#000;
	padding:30px 0 0 0;
	clear:both;
}


#rodape #selos{
	width:170px;
	margin:0 auto;
}

#menu-bottom{
	width:850px;
	margin:0 auto;
}

#menu-bottom ul{
	list-style:none;
}

#menu-bottom ul li{
	display:block;
	float:left;
	padding:10px 14px;
}

#menu-bottom ul li a{
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#999;
}

#menu-bottom ul li a:hover{
	text-decoration:underline;
}

#direitos{
	clear:both;
	width:900px;
	margin:10px auto 0;
	padding:5px 5px 10px 5px;
}

#direitos address, #direitos address a{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:10px 0 0 0;
	color:#666;
}

#direitos address a:hover{
	color:#999;
}


