/* --- TOPO --- */
header #apre {
	background: url(../img/padrao/topo_portfolio.png);
}

/* --- CONTEÚDO --- */
h1 span {
	color: #385075;
	text-shadow: none;
	font-size: 60%;
	font-weight: bold;	
	font-variant: normal;
	font-family: "Lucida Sans", Arial, sans-serif;
	text-transform: lowercase;
}

html body #conteudo article #projetos {
	min-height: 295px;	
	margin: 10px -10px;
}

article #projetos div {
	float: left;
	width: 198px;
	height: 275px;	
	border: 1px solid #d9dfe8;
	background-color: #fff;
	margin: 0 10px 10px 10px;
	padding: 10px;
	overflow: hidden;	
}

article #projetos div:hover {
	border: 1px solid #c1d2eb;
	background-color: #f6f9fc;
}

article #projetos div h2 {	
	font-size: 120%;
	line-height: 1.5em;
	height: 1.8em;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 0;
}

article #projetos div h2 em {
	font-family: "Franklin Gothic Medium", "Arial Narrow";
	font-style: normal;
	font-size: 100%;
	color: #c33;
}

article #projetos div h2 span {
	font-family: "Franklin Gothic Medium", "Arial Narrow";
	color: #4c6b99;
	font-size: 100%;
}

article #projetos div p {
	margin-bottom: 0.5em;
}

article nav {
	width: 700px;
	height: 25px;	
	background: url(../img/padrao/bg_paginacao.png) no-repeat;	
	text-align: center;
}

#conteudo article nav a {
	line-height: 23px;	
	color: #999;
	text-decoration: none;
	font-weight: bold;
	padding: 0 1ex;
	display: inline-block;
}

#conteudo article nav a:hover, #conteudo article nav a.selected {
	background-color: #839BBF;	
	color: #FFF;
}

/* --- LATERAL --- */
#conteudo aside form input {
	margin-right: 5px;
}

#conteudo #segmentos {
	background: url(../img/padrao/bg_segmentos.png) no-repeat right top;
}

aside a {
	text-transform: lowercase;
}