/* Universal selector-removes margin and padding for all*/
* {margin:0;padding:0;} 

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: black url(images/bg.jpg) center no-repeat fixed;
}

#wrapper {
	margin: 0 auto;
	width: 650px;
}

/* HEADER */

#header {
	position: relative;
	height: 180px;
}

#bannerbd {
	height: 100%;
	background: url(images/banner-bd.jpg) no-repeat;
}

#banner2d {
	height: 100%;
	background: url(images/banner-2D.jpg) no-repeat;
}

#banner3d {
	height: 100%;
	background: url(images/banner-3D.jpg) no-repeat;
}

#bannermisc {
	height: 100%;
	background: url(images/banner-misc.jpg) no-repeat;
}

#bannerabout {
	height: 100%;
	background: url(images/banner-about.jpg) no-repeat;
}
#bannerlink {
	height: 100%;
	background: url(images/banner-links.jpg) no-repeat;
}

#header h1 {
	color: white;
	display: none;
}
/* BOTÃO MUDAR LíNGUA */


.language {
	position: absolute;
	right: 3px;
	top: 10px;
}

.language img {
	border: thin solid black;
}


/* -- MENU -- */

#navbar {
	background-color: black;
	text-align: center;
	font-family: Verdana;
}
#navbar ul {
	list-style: none;
}
#navbar li {
	display: inline;
}
#navbar li a {
	width: 100px;
	height: 30px;
	line-height: 2.6em;
	color: white;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0 4px;
	background: url(images/button.png) center repeat-x;
	display: block;
	float: left;
}
#navbar a:active {
	background: transparent url(images/button-hover.png) center center repeat-x;
}

#navbar a:hover {
	background: transparent url(images/button-down.png) center center repeat-x;
}

#navbar li a.active {
	background: url(images/button-hover.png) center center repeat-x;
}

/* -- CONTEÚDO -- */

#content {
	position: relative;
	clear: both;
	padding-top: 10px;
	width: 650px;
	margin: 0 auto;
	color: white;
	min-height: 500px;
	height: auto !important; 
/* Min-Height Hack for IE*/
	height: 500px;
}

/* -- BLOCO NOTÍCIAS E DESTAQUE -- */



.blocknews {
	position:absolute;
	top: 25px;
	left: 0;
	width: 275px;
	padding: 20px;
	font-size: 0.9em;	
	border-bottom: 1px solid #007dab;
/* Hack for IE */
	background: url(images/bg-tp.png) !important;
	background: #032031;
}

.spotlight {
	position:absolute;
	top: 25px;
	right: 0;
	width: 275px;
	padding: 20px;
	font-size: 0.9em;	
	border-bottom: 1px solid #007dab;
/* Hack for IE */
	background: url(images/bg-tp.png) !important;
	background: #032031;
}

.spotlight h5 {
	position: relative;
	top: -10px;
}

.spotlight img {
	margin: 1em 0;
}

/* -- ESTILO NOTÍCIAS -- */
.news {
	margin: 0 0 20px 0;
}

.news_title {
	position:relative;
	top: -5px;
	font-size: 1.2em;
	color: #00baff;
	font-family: Verdana;
}


.news_title:first-letter {
	color: #00bc00;
}

.newsdate {
	font-style: italic;
	font-size: 0.9em;
	position: relative;
	top:0.5em;
}


/* BLOCO TRABALHOS*/

.block {
	position:relative;
	margin: 15px auto;
	width: 610px;
	padding: 20px;
	font-size: 0.9em;	
	border-bottom: 1px solid #007dab;
/* Hack for IE */
	background: url(images/bg-tp.png) !important;
	background: #032031;
}


.block p {
	width: 550px;
	padding: 1px 0;
}


/* -- LINKS --*/


.links {
	position: static;
	list-style: none;
}

.links li{
	padding: 5px 0;
}


a {
	text-decoration:none;
	color: #00baff;
	font-weight:bold;
}
a:hover {
	color: #00bc00;
}

/* -- ESTILO IMAGENS PORTFOLIO -- */

.legenda {
	position: relative;
	left: 29px;
}


.title {
	position:relative;
	top: -0.5em;
	text-align: center;
	color: white;
	font-weight: bold;
	font-family: Verdana;
}

.image {
	position: relative;
	margin: 1em auto;
}


.image img {
	border: thin solid white;
}

.image img:hover {
	border: thin solid  #00bc00;
}


.image_nolink {
	position: relative;
	margin: 1em auto;
	border: none;
	text-align: center;
}

/* -- SECÇÃO ABOUT ME --*/

#imagebel {
	border: none;
	float: right;
}

li{
	list-style: none;
}

.linkedin img{
	border: none;
}

.workshop{
	margin-top: 10px;
}

/* -- BOTÃO PARA IR PARA CIMA -- */


.up {
	position:absolute;
	right:2px;
	bottom: 2px;
	height: 8px;
	width: 16px;
	background: url(images/up.gif) no-repeat;
}

.up:hover {
	background: url(images/up-hover.gif) no-repeat;
}


/* -- FOOTER -- */


#footer {
	width: 650px;
	height: 50px;
	color: white;
	text-align: center;
}


#footer p {
	padding-top: 20px; /* movendo o texto do footer um pouco para baixo*/
}


#footer a {
	text-decoration:none;
	color: #00baff;
	font-weight:bold;
}

#footer a:hover {
	color: #00bc00;
}

#validate {
	margin: 0 auto;
	width: 200px;
}

#validate img {
	border: none;
}


#css {
	float: right;
}

#xhtml {
	float: left;
}
