﻿@charset "UTF-8";
@import "reset.css";
@import "default.css";


/* +geral */
body, html {
	height: 100%;
	font-family:arial, verdana, sans-serif;
}

/* end geral */


/* +wrap */
#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px auto; /* the bottom margin is the negative value of the footer's height */
	padding-bottom:100px;
	background:#FDF200 url(../imgs/bg/wrapper.jpg) repeat-x top center;
}
/* end wrap */


/* +header */
#header {
	background: url(../imgs/bg/header.gif) no-repeat top center;
}

#header .content{
	height:313px;
	width:762px;
	margin:0 auto 0 auto;
	position:relative;
}

#header #logo{
	position:absolute;
	left:-5px;
	bottom:65px;
}

#header h1 a{
	display:block;
	width:407px;
	height:209px;
	background: url(../imgs/titles/h1.gif) no-repeat;
	text-indent:-9999em;
	position:absolute;
	bottom:45px;
	right:20px;
}
/* end header */

/* +content */
#content{
	width:762px;
	margin:0 auto 0 auto;
	position:relative;
	z-index:2;
}


#tema-livre, #porque{
	width:344px;
	float:left;
}
#faca-um-video a{
	width:268px;
	height:88px;
	background:url(../imgs/titles/faca-um-video.gif) no-repeat;
	text-indent:-9999em;
	display:block;
}

#porque h2 a{
	width:313px;
	height:193px;
	background: url(../imgs/titles/porque.gif) no-repeat;
	display:block;
	text-indent:-9999em;
}

#tema-livre h2 a{
	width:344px;
	height:191px;
	background:url(../imgs/titles/tema-livre.gif) no-repeat;
	text-indent:-9999em;
	display:block;
}

#content ul{
	margin-top:15px;
}

#escolha-o-assunto a{
	width:342px;
	height:88px;
	background: url(../imgs/titles/escolha-assunto.gif) no-repeat;
	display:block;
	text-indent:-9999em;
}


#content p{
	font-size:12px;
	color:#462466;
}

#inscricao{
	display:block;
	background:#FFF;
	padding:5px 5px 2px 5px;
	color:#1C88AD !important;
	font-size:12px;
}

#inscricao strong a{
	text-transform:uppercase;
	color:#1C88AD !important;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
/* end content */


/* +footer */
#footer {
	height:130px;
	color:#462466;
	background: url(../imgs/bg/footer.gif) no-repeat bottom center;
	position:relative;
	z-index:1;
	font-size:11px;
	font-weight:bold;
	padding-top:10px;
}

#footer .content{
	width:762px;
	margin: 0 auto;
	text-align:center;
}

#footer .content ul{
	width:560px;
	margin:15px auto 0 auto;
}
#footer .content ul li{
	float:left;
	width:136px;
}
/* end footer */


/* +classes */
.bold{
	font-weight:bold;
}

.read-more{
	display:block;
	width:77px;
	height:22px;
	background: url(../imgs/buttons/saiba-mais.gif) no-repeat;
	text-indent:-999em;
	margin-top:7px;
}

em{
	font-size:10px;
}
/* end classes */