/*	INDICE DE FORMATACAO 
	==0 - CSS Reset
	==1 - Estilos Gerais
	==2 - P&Aacute;gina Inicial
	==3 - P&Aacute;ginas de Cursos
	==4 - Descri&ccedil;&Atilde;o Livros
*/

/*	==0
	CSS Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
/* fim do css reset */



html{
	font:11px Tahoma;
}

html, body, #wrap {height: 100%;}

body{
	background:#FFF url(imagens/bg-body.png) top repeat-x;
}

body > #wrap {
	height: auto;
	min-height: 100%;
	width:950px;
	margin:0 auto;
}

#main {
	height:700px;
	background:url(imagens/bg-main.png) no-repeat 0 324px;
	padding-top:50px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin:0 auto;
	margin-top:-80px; /* negative value of footer height */
	height: 80px;
	clear:both;
	width:950px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#menu{
	height:20px;
	width:370px;
	background:#CDD8DE;
	padding-left:20px;
	display:block;
	padding-top:5px;
	margin-bottom:3px;
}

#menu li{
	display:inline;
}

#menu li a{
	color:#444;
	font-size:13px;
	text-decoration:none;
	padding-right:10px;
}

#menu li a:hover{
	text-decoration:underline;
}

#conteudo{
	width:620px;
	margin-left:330px;
}

#conteudo > h1 > a{
	text-indent:-5000px;
	overflow:hidden;
	background:url(imagens/workshop.png) no-repeat top;
	height:171px;
	width:600px;
	display:block;
	margin-top:15px;
	margin-bottom:25px;
}

#conteudo > p{
	width:550px;
	font-size:12px;
	line-height:16px;
	margin-left:64px;
	margin-bottom:12px;
}

#conteudo > ul{
	width:400px;
	font-size:12px;
	line-height:14px;
	margin-left:86px;
	margin-bottom:12px;
}

#conteudo > ul > li{
	list-style-image:url(imagens/bullet.png);
}

#conteudo > p > strong{
	font-weight:bold;
}

#conteudo.interna > div#titulo{
	width:460px;
	height:74px;
	border-bottom:1px solid #333;
	margin-bottom:60px;
	margin-left:63px;
}

#conteudo.interna > div#titulo > h1{
	text-indent:-5000px;
	overflow:hidden;
	background:url(imagens/workshop-interna.png) no-repeat top;
	height:75px;
	width:256px;
	display:block;
	float:right;
}

#conteudo.interna > div#titulo > h2{
	display:block;
	float:left;
	height:69px;
	width:198px;
	font-size:24px;
	line-height:116px;
	font-weight:bold;
}

#conteudo.interna p{
	color:#333;
	font-weight:bold;
}

#conteudo.interna p span{
	color:#555;
	font-weight:normal;
}

#conteudo.interna p.host{
	margin-top:-14px;
	margin-left:129px;
	font-style:italic;
	color:#00759B;
	font-size:13px;
	font-weight:normal;
}

#conteudo.interna ul{
	width:440px;
	margin-bottom:24px;
}

#conteudo.interna div.palestrante{
	width:450px;
	height:101px;
	margin-bottom:36px;
	margin-left:63px;
}

#conteudo.interna div.palestrante img{
	width:100px;
	height:106px;
	float:left;
	display:block;
}

#conteudo.interna div.palestrante div{
	width:340px;
	height:100px;
	float:right;
	display:block;
}

#conteudo.interna div.palestrante h3{
	font-size:13px;
	font-weight:bold;
}

#conteudo.interna div.palestrante p{
	font-size:12px;
	font-weight:normal;
}

#conteudo.interna a.mapa{
	margin-left:63px;
	text-indent:-5000px;
	overflow:hidden;
	background:url(imagens/mapa-small.jpg) no-repeat;
	height:269px;
	width:330px;
	display:block;
}

#conteudo.interna a.mapa:hover{
	background:url(imagens/mapa-small-hover.jpg) no-repeat;	
}

#footer #logo{
	float:right;
	margin-top:-10px;
}

#footer p{
	font-size:12px;
}

#footer div{
	height:60px;
	float:left;
}

#footer div#parceiros{
	width:700px;
}

#footer div#organizacao{
	width:250px;
}

#footer ul{
	display:block;
	height:30px;
	margin-top:13px;
}

#footer ul li{
	display:inline;
	margin-right:20px;
}

.btnInscricao{
	width:187px;
	height:60px;
	display:block;
	background:url(imagens/btnInscricao.jpg) no-repeat;	
	float:right;
	text-indent:-5000px;
	overflow:hidden;
}

.btnInscricao:hover{
	background:url(imagens/btnInscricao-hover.jpg) no-repeat;	
}