/* Geral */

body {
	text-align: center;
	background: #030;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

#global {
	text-align: left;
	width: 750px;
	background: #fff;
	margin: 0 auto;
}

#topo {	background: url(imagens/fundo-topo.jpg) repeat-x; float: left;}

#rodape {
	background: url(imagens/fundo-rodape.jpg) no-repeat;
	width: 750px;
	height: 117px;
	text-indent: -999em;
	margin-top: 5px;
}

/* Final Geral */
/*----------------------------------------------------------------------------------------------*/

/* Adicionais em Geral */

h1, h2, h3, h4, h5, h6, body, form, p, ul, dl, dd, ol, li, img, hr {
	margin: 0;
	padding: 0;
}

img {border: 0;}
.separador {clear:both;}
.flutuar {float: left;}
p {padding: 4px 0;}
a {text-decoration: none; color: #3fc100;}
a:hover {color: #360;}
ul li {list-style: none;}

/* Final Adicionais em Geral */
/*----------------------------------------------------------------------------------------------*/

/* Topo */

h1 {
	background: url(imagens/logo-thiago.jpg) no-repeat;
	display: block;
	width: 210px;
	height: 90px;
	position: relative;
	text-indent: -999em;
	float: left;
}

h1 a {
	width: 210px;
	height: 90px;
	display: block;
	overflow: hidden;
}

h2 {display: none;}

ul#idioma {
	float: right;
	padding: 35px 18px 0 0;
}

ul#idioma li.bt-english {
	background: url(imagens/bt-english.gif) no-repeat;
}

ul#idioma li.bt-portugues {
	background: url(imagens/bt-portugues.gif) no-repeat;
}

ul#idioma li a {
	display: block;
	text-indent: -999em;
	width: 24px;
	height: 16px;
	overflow: hidden;
}

ul#menu-topo {
	float:right;
	padding: 10px 18px 0 270px;
}

ul#menu-topo li {
	float: left;
	padding-left: 25px;
}

/* Final Topo */
/*----------------------------------------------------------------------------------------------*/

/* Contedo */

div#conteudo {
	padding: 15px;
	line-height: 1.2em;
}

div#conteudo div.box-home {float: left; padding-bottom: 20px; padding-right: 10px;}
div#conteudo div.box-home.col01 {width: 38%;}
div#conteudo div.box-home.col02 {width: 33%;}
div#conteudo div.box-home.col03 {width: 24%;}
div#conteudo div.box-home.col04 {width: 63%;}

div.hr {
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
	clear: both;
	line-height: 1.6em;
}

h3 {
	font: 1.6em "Trebuchet MS";
	color: #3fc100;
	margin-bottom: 7px;
}

h3 span {
	font-size: .9em;
	color: #360;
}

h4 {
	font: 1.4em "Trebuchet MS";
	color: #390;
	margin: 10px 0 5px;
	border-top: 1px solid #e5e5e5;
	padding: 3px 0;
	clear: both;
}

div#conteudo.formacao h4 {
	font: 1.2em "Trebuchet MS";
}

h5 {
	font: 1.2em "Trebuchet MS";
	color: #3fc100;
	margin: 20px 0 5px;
	padding: 3px 0;
	clear: both;
}

strong {color: #666;}
em {font-size: .9em; font-style: normal;}
div#conteudo ul li {padding-bottom: 8px;}
div#conteudo a {font-size: .9em;}
div#conteudo a.link-texto {font-size: 1em;}
div#conteudo.formacao ul {padding-left: 20px;}
div#conteudo.formacao ul li {list-style:circle;}

img.portfolio {
	background: url(imagens/fundo-imagem.gif) repeat;
	padding: 5px;
	float: left;
	margin-right: 15px;
}

dl {
	line-height: 1.4em;
	margin: 10px 0 0 0;
}

dl dt {
	width: 55px;
	font-size: .9em;
	padding: 2px 7px 2px 0;
	text-align: right;
	float: left;
	color: #390;
}

dl dd {
	padding: 2px 0 2px 65px;
}

/* Final Contedo */
/*----------------------------------------------------------------------------------------------*/

/* Formulrio */

form {
	width: 60%;
	float: left;
	margin: 10px 20px 0 0;
}

form fieldset {
	border: 1px solid #3c0;
	border-bottom: 5px solid #3c0;
	border-top: 1px solid #ccc;
	background: #f9f9f9;
}

form fieldset legend {
	padding: 5px 10px;
	border: 1px solid;
	border-color: #ccc #3c0 #3c0 #ccc;
	background: #fff;
}

form label {
	width: 25%;
	display: block;
	padding-right: 7px;
	float: left;
	text-align: right;
	color: #390;
}

form input, form textarea {
	width: 250px;
	border: 1px solid #ccc;
	background: #f5f5f5;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

form input.enviar {
	width: 70px;
	height: 20px;
	line-height: 20px;
	background: url(imagens/bt-enviar.jpg) no-repeat;
	text-indent: -999em;
	line-height: 999em;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

form input.send {
	width: 70px;
	height: 20px;
	line-height: 20px;
	background: url(imagens/bt-send.jpg) no-repeat;
	text-indent: -999em;
	line-height: 999em;
	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

/* Final Formulrio */
/*----------------------------------------------------------------------------------------------*/

/* Lightbox */

#lightbox {
	background: url(imagens/fundo-lightbox.jpg) repeat-x top #fff;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
	
#lightboxDetails {
	color: #060;
	padding: 4px 0;
}
	
#lightboxCaption {
	float: left;
	padding: 0 10px 20px;
}
#keyboardMsg { float: right; }

#lightbox #closeButton { 
	top: 5px;
	right: 5px;
	padding:0;
	border:none; 
}

#lightbox img {
	background: url(imagens/logo-thiago-lightbox.jpg) no-repeat left top;
	padding: 70px 5px 5px;
	clear: both;
} 

#overlay img { border: none; }

#overlay { background-image: url(imagens/overlay.png); }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(imagens/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imagens/overlay.png", sizingMethod="scale");
}

/* Final Lightbox */
/*----------------------------------------------------------------------------------------------*/
