/*
Theme Name: Filipe Jardim
Description: Modelo em CSS do portfolio de Filipe Jardim.
Version: 1.0
Updated: 13-outubro-2008
Author: Tonho
Author URI: http://viniciusbraga.com/
*/

/* HTML Básico */

body {
font-size: 10px;
font-family: arial, sans-serif;
margin: 0;
padding: 0;
overflow: hidden;
background: white;
}

a img { vertical-align: middle; border: 0px solid red; }

a { outline:0px; -moz-outline:0px; }

/* Header e Logo */

.header {
  width: 100%;
	height: 86px;
	position: absolute;
	top: 479px;
	left: 0;
	z-index: 1000;
	opacity: 1;
	border:0px solid green;
	}

.headerLogo {
width: auto;
height: 200px;
margin: 0 auto;
z-index: 1000;
position: absolute;
top: 0px;
left: 0px;
z-index: 3000;
border: 0px solid red;
}

.siteLogo {
	border: 0px solid black;
	}
	
.siteName {
	margin: 0;
	padding: 0;
	}

/* navGlobal */
.navGlobal {
	width: 670px;
	height: 85px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 2000;
	background: url(/images/common/spacer.gif);
	border: 0px solid red;
	}

.navGlobal ul {
	list-style: none;	
	margin: 25px 0 0;
	padding: 0;
	background:;
	border: 0px solid red;
	}

.navGlobal ul li {
	margin: 0;
	padding: 0;
  display: inline;
	}

/* Content */

.content div  {
	float: left;
	}

.main-thumbs {
border:0px solid red;
word-spacing: -3px;
}

/* Abertura */
.bodyHome {}

/* Seção genérica */
.bodyBasic {}

.bodyBasic .content  {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 1;
	overflow: hidden;
	border: 0px solid red;
	}

.bodyBasic .content div  {
  position: absolute !important;
}
/* Seção vídeo */
.videoBody {
position: relative;
border: 0px solid red;
padding: 0;

}

.videoPlayer {
margin: 0 0 0 0;
padding: 0 0;
width: 100%;
text-align: center;
position: absolute;
top: 210px;
left: 0;
border: 0px solid red;
z-index: 22000;
}

.ie .videoPlayer {
margin: 0 0 0 0;
padding: 0 0;
position: absolute;
top: 450px;
left: 0;
border: 0px solid red;
}

.videoPlayer img {
margin: 0 0 0 0;
vertical-align: 0;
}

.videoFloat {
position:absolute;
left:0;
top:50px;
width:100%;
text-align:center;
padding:0;
}

.videoFloat embed {
margin: 0 0 0 24px;
position:relative;
z-index: 5000;
}



/* Seção de Contato */
.bodyContact {}

.bodyContact .content  {
width: 100%;
height: 500px;
position: absolute;
top: 0;
left: 0;
z-index: 1;
border: 0px solid red;
}

#Contact {
width: 655px;
height: 230px;
border:0 solid red;
position: absolute;
}

#Contact p {
font-size: 11px;
line-height: 15px;
margin: 0 0 0 26px;
padding: 0 0 20px 0;
}

#Contact a {
color: #000;
text-decoration: none;
border-bottom: 1px solid #000;
}

.contactCol1 {
width: 233px;
float: left;
margin: 0 0 0 0;
padding: 0;
}
.contactCol2 {
width: 258px;
float: left;
margin: 0 0 0 0;
padding: 0;
}
.contactCol3 {
width: 164px;
margin: 0 0 0 0;
padding: 0;

}

/* Footer */
.footer {
	display: none;
	}

