/* =====	Elementos Gerais	===== */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
a {text-decoration: none;}
a img {border: none;}
ul {list-style: none;}
.esconde {display: none;}
.align-top {vertical-align: top !important;}
.align-right {
	float: right;
	margin-left: 0.5em;
}


/* =====	Elementos Específicos	===== */
html, body {height: 100%;}
body {
	line-height: 1;
	font: 62.5% 'Trebuchet MS', sans-serif;
	background: white;
	color: #999;
}	
div#conteiner {
	width: 860px;
	margin: 0 auto;
	background: url("img/bg_conteiner.gif") no-repeat top right;
}

/* -- LATERAL -- */
#conteiner div#lateral {
	float: right;
	width: 380px;
	padding-top: 200px;
}
#lateral a#logo {
	display: block;
	width: 380px;
	height: 210px;
	background: url("img/logo.jpg") no-repeat center top;
}
#lateral a#logo:hover {background: url("img/logo.jpg") no-repeat center bottom;}
#lateral a.voltar {
	display: block;
	padding: 0 0.5em;
	margin-top: 5em;
	font-size: 2em;
	text-align: center;
	background: #ddd;
	color: white;
}
#lateral a.voltar:hover {background: #fc0; color: black;}
#lateral a.voltar big {
	padding-right: 0.5em;
	vertical-align: middle;
	color: #ccc;
}
#lateral a.voltar:hover big {color: white;}

/* -- CONTEÚDO -- */
#conteiner div#conteudo {
	float: left;
	width: 470px;
	height: 540px;
}

#FlabellComponent {border: 1px solid #ccc;}


/*--- Cabeçalho --- */
#conteudo div#cabecalho {
	position: relative;
	height: 170px;
}
#cabecalho h1 {
	position: absolute; left: 0; bottom: 0.25em;
	font-size: 3.4em;
	text-transform: lowercase;
	color: black;
}

/*--- Box Principal --- */
#conteudo div#principal {
	float: right;
	width: 455px;
	height: 350px;
	overflow: auto;
	padding-right: 1.5em;
}
/*
h2 {
	margin-bottom: 0.25em;
	font-size: 2.7em;
	font-weight: normal;
}
*/
h2 {
	margin-bottom: 0em;
	font-size: 2em;
	font-weight: normal;
}
h2 span {
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: 0.65em;
	font-style: italic;
	color: #ddd;
}
h2 a {
	display: block;
	padding: 0 0.5em 2em;
	color: #999;
}
h2 a:hover {
	background: #fc0; 
	color: black;
}

h3 {
	margin: 0.25em 0;
	padding: 0.25em 0.5em 0;
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
	background: #ddd;
	color: white;
}
#principal p {
	font-size: 1.4em;
	margin-bottom: 1em;
}
/*--- Clearbox ---*/
#principal a.clearbox {	
/*	float: right;*/
	border: 1px solid #eee;
	padding: 0.75em;
}
#principal a.clearbox:hover {
	border-color: #ccc; 
	background: #eee;
}

/* -- RODAPÉ -- */
#conteiner div#rodape {clear: both;}

/* Botão Facebook */
#bt_facebook {
	float: right;
	width: 46px;
	height: 55px;
	margin-top: 15px;
	background: url("img/bt_facebook.gif");
}
#bt_facebook:hover {background: url("img/bt_facebook.gif") center;}
#bt_facebook:active {background: url("img/bt_facebook.gif") bottom;}
/*--- Menu ---*/
#rodape ul#menu {
	float: left;
	width: auto;
	margin: 0 auto;
	font-size: 1.7em;
	text-transform: lowercase;
}
#menu li {display: inline;}
#menu a {
	float: left;
	border: 1px solid transparent;
	padding: 15px;
	margin-top: 15px;
	color: #ccc;
}
#home a#hom, 
#sobre a#sbr,
#servicos a#srv,
#dicas a#dic,
#publicacoes a#pub,
#contato a#cnt {color: black;}
#menu a:hover {
	border-color: #fb0;
	background: #fc0;
	color: black;
}
#menu a:active {
	border-color: yellow;
	color: white;
}
#menu span {
	float: left;
	padding: 30px 10px 15px;
	color: #fc0;
}

/*--- Copyright ---*/
#copyright {
	clear: both;
/*	margin-top: 1em;*/
	padding: 1.5em;
	font-size: 1em;
	font-weight: normal;
	color: #bbb;
}
#copyright span {color: #fc0;}
#desenvolvedor {
/*	border-bottom: 1px dotted #ccc;*/
	font-weight: bold;
	color: #bbb;
}
#desenvolvedor:hover {
/*	border-bottom: 1px solid #fc0;*/
	color: black;
}



/* ====================== Home Page ====================== */
#home #conteiner div#cabecalho {
	position: relative;
	float: left;
	width: 88%;
	height: 170px;
	padding: 0 6%;
}
#home a#logo {
	position: absolute; left: 0; bottom: 1em;
	display: block;
	width: 218px;
	height: 102px;
	margin: 0;
}

/* -- CONTEÚDO -- */
#home #conteiner div#conteudo {
	clear: both;
	width: 100%;
	height: 370px;
	margin: 0;
}
/* ====================== Fim da Home Page ====================== */



/* ====================== Página Sobre ====================== */
#sobre a.clearbox {
	float: left;
/*	padding: 0.75em;*/
	margin-right: 0.75em;
}
/* ====================== Fim da Página Sobre ====================== */



/* ====================== Página Projetos ====================== *
/* Índice *
#servicos div#principal {background: url("img/bg_vsdivbase.gif") no-repeat 459px center;}
#servicos h2 {
	margin-bottom: 0.5em;
	font-size: 1.8em;
}
#servicos h2 span {
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: 0.5em;
	font-style: italic;
	color: #ddd;
}
#servicos h2 a {
	display: block;
	padding: 0 0.5em;
	color: #999;
}
#servicos h2 a:hover {
	background: #fc0; 
	color: black;
}
/* Internas */
#servicos #principal ul {
	display: inline-block;
	width: 100%;
}
#servicos #principal li {
	float: left;
	display: inline;
	width: 144px;
	margin: 0 0.2em 0.75em;
}
#servicos #principal a.clearbox {
	float: left;
	padding: 1.1em;
}
/* ====================== Fim da Página Projetos ====================== */


/* ====================== Página de Dicas ====================== *
#dicas h2 {
	margin-bottom: 0em;
	font-size: 2em;
}
#dicas h2 span {
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: 0.65em;
	font-style: italic;
	color: #ddd;
}
#dicas h2 a {
	display: block;
	padding: 0 0.5em 2em;
	color: #999;
}
#dicas h2 a:hover {
	background: #fc0; 
	color: black;
}
/* ====================== Fim da Página de Dicas ====================== */

/* ====================== Página de Publicações ====================== */
#publicacoes h2 {margin-bottom: 0.5em;}
#publicacoes h2 span {
	display: block;
	border-bottom: 1px solid #ddd;
	font-size: 0.5em;
	font-style: italic;
	color: #ddd;
}
#publicacoes h2 a {
	display: block;
	padding: 0 0.5em;
	color: #999;
}
#publicacoes h2 a:hover {
	background: #fc0; 
	color: black;
}
/* ====================== Fim da Página de Publicações ====================== */

/* ====================== Página de Contato ====================== */
#contato div#principal {
	background: #fc0 url("img/bg_cartao-de-visita.gif");
	color: black;
}
#contato #principal ul {
	width: 95%;
	padding: 6.3em 1.5em 0;
	font-size: 1.7em;
}
#contato #principal p {margin: 0;}
#contato #principal a {
	display: inline-block;
	border-bottom: 2px dotted #c90;
	color: black;
}
#contato #principal a:hover {
	border-color: yellow;
	color: white;
}
#contato #principal .margin-bottom {margin-bottom: 1.5em;}
/* ====================== Fim da Página de Contato ====================== */
