@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #CCC;
	font-size: 12px;
	background:#111;
	line-height: 130%;
}
img{
	border: 0;
}
a{
	border: 0;
	color: #FFF;
	text-decoration: none;
}
a:hover{
	border: 0;
	color: #333;
}

p{
	margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	}
h1{
	font-size: 36px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 21px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}

/************** ESTILOS GERAIS **************/
.clearFloat{
	clear: both;
}
.floatleft{
	float: left;
	}
.floatright{
	float: right;
	}

/************** ESTRUTURA **************/

#footer{
	height: 30px;
}
#footer-content {
	color:#999;
	font-size:10px;
	width: 980px;
	padding-top: 20px;
	margin: 0 auto 0 auto;
	border-top: dotted 1px #CCC;
}

#main {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
#top {
	padding-bottom: 15px;
	border-bottom: dotted #999 1px;
	width: 980px;
	margin: 30px auto;
}
#contentMain {
	margin-bottom: 20px;
	background:url(../images/background-main.png) no-repeat;
}
#containerMain {
	width: 980px;
	margin: 0 auto;
}
#content-right {
	float: right;
}
#content-left {
	float: left;
	width: 220px;
}
#mainmenu{
	margin-top: 11px;
	}
#mainmenu ul{
	margin: 0;
	padding:0;
	}
#mainmenu ul li{
	list-style: none;
	float: left;
	margin-left: 20px;
	font-family: 'Oswald', sans-serif;
	font-size:12px;
	letter-spacing: 1px;
	}
#mainmenu ul li a{
	color: #FFF;
	}
#mainmenu ul li a:hover{
	color: #666;
	}
#title-page{
	background:url(../images/arrow1.png) no-repeat 0 3px;
	padding-left: 20px;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	letter-spacing: 1px;
	color:#FFF;
	height: 35px;
	margin-bottom: 15px;
	}
.biografia-txt{
	width: 550px;
	margin-right: 150px;
	}
.portfolio-txt{
	width: 720px;
	}
.title-right{
	background:url(../images/arrow3b.png) 0 11px no-repeat;
	padding: 10px 0 10px 20px;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	margin-bottom: 25px;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	color: #666;
	}
.text a:hover{
	background: #FFF;
	padding: 2px 0;
	}
#lang-area{
	width:100px;
	position:fixed;
	top: 0px;
	right: 10px;
	}
#lang-area ul{
	margin: 0;
	padding: 0;
	}
#lang-area ul li{
	list-style: none;
	width: 25px;
	padding: 10px 0;
	text-align: center;
	background: #333;
	margin: 0 3px;
	font-weight:bold;
	font-size:10px;
	float: left;
	cursor: pointer;
	}
#lang-area ul li a{
	display: block;
	}
#lang-area ul li:hover{
	color: #333;
	background: #CCC;
	}


/***************** GALERIAS *****************/
#galeria-destak{
	}
#galeria-destak ul{
	margin: 0;
	padding: 0;
	}
#galeria-destak li{
	width: 220px;
	list-style: none;
	margin: 0 15px 25px 0;
	float: left;
	}
.photothumb-destak{
	width:200px;
	height: 200px;
	margin-bottom: 5px;
	border: #666 5px solid;
	}
.photothumb-destak:hover{
	border: #FFF 5px solid;
	}
.phototitle-destak{
	height: 30px;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	text-transform: uppercase;
	color: #FFF;
	}
#galeria-list{
	width: 260px;
	}
#galeria-list ul{
	margin: 0;
	padding: 0;
	}
#galeria-list li{
	width: 70px;
	list-style: none;
	margin: 0 8px 12px 0;
	float: left;
	}
.photothumb-list{
	width:60px;
	height: 60px;
	margin-bottom: 5px;
	border: #333 2px solid;
	}
.photothumb-list:hover{
	border: #FFF 2px solid;
	}
.phototitle-list{
	height: 40px;
	font-family: 'Oswald', sans-serif;
	font-size:11px;
	text-transform: uppercase;
	color: #FFF;
	}
.subtitle{
	font-size: 21px;
	color: #666;
	}
#galeria-list2{
	margin-bottom: 25px;
	}
#galeria-list2 ul{
	margin: 0;
	padding: 0;
	}
#galeria-list2 li{
	list-style: none;
	border-bottom: 1px #666 dotted;
	font-size:11px;
	font-weight:bold;
	}
#galeria-list2 li:last-child{
	border-bottom: none;
	}
#galeria-list2 li a{
	padding: 5px 0;
	display:block;
	}
#galeria-list2 li a:hover{
	background:#FFF;
	padding-left: 5px;
	color: #333;
	}
.button-more{
	background: url(../images/arrow3.png) no-repeat 0 2px;
	padding: 0 18px;
	font-weight:bold;
	}
.button-more a:hover{
	color: #666;
	}

/************** CONTACTOS **************/
.fieldarea{
	margin-bottom: 10px;
	}
input.texto, textarea.message{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	border:0;
	background:#999;
	padding: 5px;
	margin: 3px 0;
	}
input.texto{
	width: 210px
	}
textarea.message{
	width: 210px;
	height: 200px;
	}
input.limpar, input.enviar{
	border: 0;
	color: #FFF;
	width: 80px;
	padding: 7px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	cursor: pointer;
	}
input.limpar:hover, input.enviar:hover{
	color: #000;
	background: #999;
	}
input.limpar{
	background: #000;
	}
input.enviar{
	background: #666;
	}
#contacts-photo{
	margin-bottom: 25px;
	}


/************** ESTILOS DE TEXTO **************/
.white{
	color: #FFF;
	}
.size21{
	font-size: 21px;
	}
.size11{
	font-size: 11px;
	}

.video-wrapper {
	width: 100%;
	height: 500px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.ad-gallery .video-frame {
	margin-left: auto;
	margin-right: auto;
	display: block;
}