/*
Theme Name: ILTDA
Description: Minimalista e eficiente.
Author: Bruno Possidonio
Version: 1.0
Tags: minimal, one-page, clean
*/


/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
header, footer, section, aside, nav, article, time, mark {display:block;}


/* global */
body {
	background:#FFF url(images/bg_texture.png) left top repeat fixed;
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#666;
	
	text-shadow: 1px 1px 0 rgb(255,255,255);
}

a {
	color:#666;
	text-decoration:underline;
	outline:none;
}
a:hover {
	background-color:  rgb(239,239,234);
	background-color: rgba(102,102,102,0.1)!important;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
	margin-bottom:18px;
}
h1 {
	font-size:2.1em;
	font-weight:lighter;
	letter-spacing:-0.08em;
}

.page-section {
	margin-top:120px!important;
	padding-top:110px!important;
	border-top:1px dotted;
}
.first-section {
	margin-top:0!important;
	border:none;
}

section, header, footer, article {
	border-color:#CCC!important;
	position:relative;
}

section.entry-content p {
	text-align:justify;
	margin-bottom:18px;
	line-height:1.3em;
}

#button-top {
	position:absolute;
	width:50px;
	height:50px;
	background:transparent url("images/topo.png") left top no-repeat;
	cursor:pointer;
}

/* layout */
#wrapper
,header.page
,.page-section
,footer.page {
	width:1000px;
	margin:0 auto;
}

/* header */
header.page {
	height:70px;
	padding:15px 0;
	border-bottom:3px solid;
}
header.page .logo {
	float:left;
}
header.page .logo
,header.page .logo a {
	display:block;
	width:300px;
	height:70px;
}
header.page .logo a span {
	display:none;
}
header.page .logo a {
	background:transparent url(images/logo-topo.png) left top no-repeat;
}
header.page .logo a:hover {
	background-color:transparent!important;
}

header.page nav {
	float:right;
	position:relative;
	top:20px;
	text-transform:uppercase;
	font-weight:lighter;
}
header.page nav li
,header.page nav li a {
	display:block;
	float:left;
	text-decoration:none;
}
header.page nav li {
	margin:0 0 0 30px;
}
header.page nav li a {
	padding:10px;
}

/* footer */
footer.page {
	clear:both;
	height:50px;
	margin-top:50px;
	padding:50px 0;
	border-top:1px dotted;
	font-style:italic;
	color:#999;
}

/* #home-quem-somos */
#home-quem-somos section.entry-content {
	   -moz-column-width: 475px;
	-webkit-column-width: 475px;
	   -moz-column-gap: 50px;
	-webkit-column-gap: 50px;
}

/* #home-portfolio */
#home-portfolio .ver-arquivo {
	position:absolute;
	padding:5px 5px 5px 30px;
	top:5px;
	right:0;
	height:15px;
	background:transparent url(images/mais.png) left top no-repeat;
	text-transform:uppercase;
	text-decoration:none;
}

#home-portfolio .post-portfolio {
	float:left;
	width:300px;
	position:relative;
	margin-bottom:50px;
}
#home-portfolio .mid {
	 margin-left:50px;
	margin-right:50px;
}
#home-portfolio .post-portfolio h4 {
	text-transform:none;
	margin:5px 0 2px 0;
}
#home-portfolio .post-portfolio .thumbnail {
	border:1px solid;
	border-color:  rgb(102,102,102);
	border-color: rgba(102,102,102,0.5);
	
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 4px 4px rgba(0,0,0,0.1);
}

/* #home-contato */
#home-contato section.entry-content {
	width:200px;
	float:left;
}
#home-contato aside.mapa {
	width:651px;
	float:right;
}

#home-contato section.entry-content p {
	padding-left:25px;
	background:transparent url(images/contatos.png) left top no-repeat;
	line-height:22px;
	font-size:1.2em;
	margin-bottom:40px;
}

#home-contato aside.mapa img {
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 4px 4px rgba(0,0,0,0.1);
	
	cursor:pointer;
}
#home-contato aside.mapa p.endereco {
	margin-top:40px;
	font-size:1.2em;
}

#mapa-ampliado {
	display:none;
	position:absolute;
	width:900px;
	height:500px;
	
	-webkit-box-shadow: 0 8px 8px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 8px 8px rgba(0,0,0,0.1);
	
	border:10px solid #FFF;
}
#mapa-ampliado .fechar {
	position:absolute;
	right:-20px;
	top:-20px;
	width:40px;
	height:40px;
	text-indent:-999em;
	background:transparent url(images/fechar.png) left top no-repeat;
	cursor:pointer;
}

/* single portfolio */
article.single-portfolio {}

article.single-portfolio header h1 {
	margin:0 0 3px 0;
	text-transform:none;
}
article.single-portfolio header small {
	font-eise:1em;
}
article.single-portfolio header {
	margin-bottom:25px;
}

article.single-portfolio .ficha-tecnica {
	background:transparent url(images/ico-ficha.png) left top no-repeat;
}

article.single-portfolio .entry-content {
	width:410px;
	float:left;
	background:transparent url(images/ico-entry.png) left top no-repeat;
}

article.single-portfolio .galeria {
	width:460px;
	float:right;
	background:transparent url(images/ico-galeria.png) left top no-repeat;
}
article.single-portfolio .galeria li.gallery-icon {
	float:left;
	border:1px solid #CCC;
}
article.single-portfolio .galeria li.gallery-icon
,article.single-portfolio .galeria li.gallery-icon img {
	width:110px;
	height:110px;
}

article.single-portfolio .ficha-tecnica
,article.single-portfolio .entry-content
,article.single-portfolio .galeria {
	margin-top:50px;
	padding-left:40px;
	font-size:1.2em;
	line-height:1.4em;
}


/* .tax_menu */
ul.tax_menu {
	position:absolute;
	top:0;
	right:0;
}
ul.tax_menu li
,ul.tax_menu li a {
	display:block;
	float:left;
}
ul.tax_menu li {
	margin:0 0 0 6px;
}
ul.tax_menu li a {
	padding:10px 8px;
	color:#999;
	font-size:0.9em;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:none;
	
	background:transparent url(images/term_btn.png) left top repeat;
	
	border-radius:4px;
	
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1),
						2px 2px 2px 0 rgba(0,0,0,0.1) inset;
						
	   -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1),
						2px 2px 2px 0 rgba(0,0,0,0.1) inset;
}
ul.tax_menu li.current a
,ul.tax_menu li a:hover {
	background-image: url(images/current_term_btn.png);
	color:#FFF;
	text-shadow:-1px -1px 0 rgb(102,102,102);
	text-shadow:-1px -1px 0 rgba(102,102,102,0.7); 