@import url("reset.css");
@import url("structure.css");
@import url("global.css");
@import url("lightbox.css");

/********************** Interna Portifolio **********************/
#studioInterna{
	background: transparent url(../imagens/studioInterna.jpg) no-repeat left top;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding-bottom: 20px;
	width: 565px;
}

#servicosInterna{
	background: transparent url(../imagens/servicosInterna.jpg) no-repeat left top;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding-bottom: 20px;
	width: 565px;
}

#misturebaInterna{
	background: transparent url(../imagens/misturebaInterna.jpg) no-repeat left top;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding-bottom: 20px;
	width: 565px;
}

#projetosInterna{
	background: transparent url(../imagens/projetosInterna.jpg) no-repeat left top;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding-bottom: 20px;
	width: 565px;
}

#contatoInterna{
	background: transparent url(../imagens/contatoInterna.jpg) no-repeat left top;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	padding-bottom: 20px;
	width: 730px;
}

#studioInterna p, #servicosInterna p, #projetosInterna p, #contatoInterna p{
	margin-top: 20px;
	line-height: 1.5em;
}

/********************** Menu Lateral **********************/
#navegacao{
	margin-right: 50px;
	width: 130px;
}

#menuLateral li a{
	color: #e6e6e6;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	font-weight: 100;
	text-decoration: none;
	outline: none;
}

#menuLateral li a:hover{
	color: #fccb94;
}

/********************** Projects Projetos **********************/
.projects{
	height: 211px;
	margin: 20px 0 0 50px;
	width: 515px;
}

.imagem{
	height: 211px;
	float: left;
	width: 309px;
}

.descricao{
	background: transparent url(../imagens/backgroundDescri.png) no-repeat left top;
	height: 211px;
	float: right;
	width: 206px;
}

.descricao h1{
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 10px;
}

.descricao p{
	font-size: 0.6em;
	margin: 10px 10px 0 10px;
}

.novo{
	background: transparent url(../imagens/novosProjetos.png) no-repeat left top;
	height: 47px;
	display: block;
	float: left;
	margin: 10px;
	width: 47px;
}

.voltarTopo{
	color: #ccc;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	float: right;
	margin: 45px 15px 0 0;
	text-decoration: none;
	outline: none;
}
/********************** Text Indent Internas **********************/
.text-indent-projetos{
	text-indent: -9000px;
	background: transparent url(../imagens/projetos.png) no-repeat;
	width: 429px;
	height: 23px;
	margin: 0;
}

.text-indent-cases{
	text-indent: -9000px;
	background: transparent url(../imagens/cases.png) no-repeat;
	width: 40px;
	height: 6px;
	margin: 13px 0 10px 0;
}

.text-indent-servicos{
	text-indent: -9000px;
	background: transparent url(../imagens/servicos.png) no-repeat;
	width: 61px;
	height: 14px;
	margin: 13px 0 10px 0;
}
.text-indent-servicos1 {
	text-indent: -9000px;
	background: transparent url(../imagens/servicos1.png) no-repeat;
	width: 429px;
	height: 23px;
	margin: 0;
}
.text-indent-contato {
	text-indent: -9000px;
	width: 429px;
	height: 23px;
	margin: 0;
	background-color: transparent;
	background-image: url(../imagens/contato.png);
	background-repeat: no-repeat;
}
.text-indent-mistureba {
	text-indent: -9000px;
	width: 429px;
	height: 23px;
	margin: 13px 0 10px 0;
	background-color: transparent;
	background-image: url(../imagens/mistureba_frase.png);
	background-repeat: no-repeat;
}

