/* -----------------------------------------------------------------------

	A2 Comunicação
	v.2009.07
	autor: Adriano Ribeiro

----------------------------------------------------------------------- */
/*
	Paleta de Cores
	
	1. Azul #0068a6
	2. Azul claro #80a9c2
*/

/***************************
1 . GLOBAIS
****************************/

body {
	background: #001727 url(../img/texture_bg.jpg) center top no-repeat;
	color: #80a9c2;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 62.5%; /* 62.5% = 10px = 1em */
}
p.section {
	text-indent: -9999px;
	line-height: 26px;
	background-repeat: no-repeat;
	margin: 0 0 20px;
}
a { outline: none; color: #80a9c2; text-decoration:none; border-bottom: 1px dotted #80a9c2; }
a:hover, a:active, a:focus {
    outline: none;
}

img { border: none; }

/***************************
2 . ESTRUTURA
****************************/
#page { 
	width: 760px;
	margin: 0 auto;
	position: relative;
}
#header { 
	height: 180px; 
	/* margin-bottom: 20px;  */
}
#content { 
	text-align: left;	
}
#footer { 
	clear: both; 
	text-align: left;

}

/***************************
3 . HEADER
****************************/
#logo img { }
#logo h1 {
	display: none; 
}

/***************************
4 . CONTENT
****************************/

#sobre {
	width: 470px;
	height: 118px;
	background: url(../img/sobre.png) no-repeat;
	float: left;
	display: block;
	margin: 0 0 20px;
	padding: 0;
}
#sobre li {
	display: none;
}
#contato {
	width: 270px;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}
#contato .tel {
	background: url(../img/telefone_a2.png) no-repeat;
	text-indent: -9999px;
	line-height: 32px;
	display: block;
}
#contato a.button {
	width: 156px;
	display: block;
	line-height: 33px;
	text-indent: -9999px;
	background:  url(../img/contato_bt.png) no-repeat 0 0;
	border-bottom: none;
}
#contato a.button:hover {
	background-position:  0 -33px;
}
#mapa {
	background: #333;
}
#mapa iframe {
	margin: 40px 20px 20px 20px;
}
#contato .adr {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 10px;
}
#contato .adr a {
	font-size: 0.8em;
	font-weight: normal;
	padding: 0 5px;
}
#portfolio {
	width: 480px; /* 470 + 10  */
	height: 410px;  /* 350 + 46 */
	overflow: hidden;
	float: left;
	margin: 0 0 20px;
	position: relative;
}
#portfolio #thumbs a img {
	border: 5px solid #003366;
}
#portfolio #thumbs a:hover img {
	border: 5px solid #0068a6;
}
#portfolio p.section {
	background-image: url(../img/portfolio_title.png);
}
#portfolio a {
	border-bottom: none;
	float: left;
}
#portfolio #thumbs img {
	margin-right: 10px;
	margin-bottom: 10px;
}
#portfolio .projeto {
 	top: 46px;
	left: 0;
	position: absolute; 
	width: 460px;
	height: 315px;	
	display: none;
}
#portfolio a.tela  {
	display: block;
	width: 460px;
	height: 315px;	
	border: 5px solid #003366;
	z-index: 11;
 	top: 0;
	left: 0;
	position: absolute; 
	z-index: 11;
}
#portfolio a.tela:hover  {
	background: url(../img/bt_fechar.png) no-repeat;
	border: 5px solid #0068a6;
}
#portfolio .tela img  {
	display: none;
}
#portfolio  .projeto p.description {
	line-height: 25px;
	color: #CCC;
	margin: 0;
	/* display: block; */
	width: 470px;
	font-size: 1.1em;
	padding-bottom: 3px;
	background-color: #000;	
	background-repeat: no-repeat;
	background-position: 5px 5px;	
 	top: 0;
	left: 0;
	position: absolute; 
	padding-top: 325px;	
	z-index: 0;
}
#portfolio  #investe p.description { 	background-image: url(../img/tela_investe.jpg); }
#portfolio  #leiantifumo p.description { 	background-image: url(../img/tela_leiantifumo.jpg); }
#portfolio  #jucesp p.description { 	background-image: url(../img/tela_jucesp.jpg); }

#portfolio  #rodoanel p.description { 	background-image: url(../img/tela_rodoanel.jpg); }
#portfolio  #saopaulo p.description { 	background-image: url(../img/tela_saopaulo.jpg); }
#portfolio  #nossacaixa p.description { 	background-image: url(../img/tela_nossacaixa.jpg); }

#portfolio  #cadterc p.description { 	background-image: url(../img/tela_cadterc.jpg); }
#portfolio  #aplauso p.description { 	background-image: url(../img/tela_aplauso.jpg); }
#portfolio  #cafeesaude p.description { 	background-image: url(../img/tela_cafeesaude.jpg); }

#portfolio  #pesquisa p.description { 	background-image: url(../img/tela_livros.jpg); }

#portfolio  .projeto p.description .date {
	font-weight: bold;
	color: #666;
	font-size: 0.9em;	
	margin-right: 5px;
	padding: 0 5px 0 10px;
}
#portfolio  .projeto p.description a {
	float: none;
	color: #666;
	padding: 1px 5px 2px;
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 10px;
	border: 1px solid #666;
}
#portfolio  .projeto p.description a:hover {
	color: #000;
	background: #666;
}

#novidades {
	width: 270px;
	float: right;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 18px;
}
#novidades a:hover {
	color: #FFFFFF;
}
#novidades p.section {
	background-image: url(../img/novidades_title.png);
}
#novidades p.button {
	background: url(../img/twitter_bt.png) no-repeat;
	display: block;
	height: 34px;
 	padding-top: 40px;
}
#novidades .preloader {
	background: url(../js/twitter/ajax-loader.gif) no-repeat center center;
	display: block;
	margin: 0;
	padding: 120px 0;
	text-align: center;
	text-indent: -9999px;
}
#novidades p.button a {
	line-height: 30px;
	display: block;
	text-indent: -9999px;
	border-bottom: none;
}
#novidades ul {
	margin: 0;
	padding: 0 0 0 0;
}
#novidades li {
	margin: 0 0 15px;
	background: url(../img/bullet.png) no-repeat;
	list-style: none;
	padding: 0 0 0 30px;
}

/***************************
4 . CONTENT
****************************/

#footer .vcard {
	background: url(../img/footer_logoa2.png) no-repeat right 20px;
	display: block;
	height: 50px;
	text-align: right;
	padding: 20px 60px 0 0;	
	width: 470px;
	font-size: 1.1em;
}
#footer .title {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}



