@charset "UTF-8";

@font-face {
    font-family: 'Roboto Slab';
    src: url('../fonts/RobotoSlab-Regular-webfont.eot');
    src: url('../fonts/RobotoSlab-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlab-Regular-webfont.woff') format('woff'),
         url('../fonts/RobotoSlab-Regular-webfont.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Regular-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab Bold';
    src: url('../fonts/RobotoSlab-Bold-webfont.eot');
    src: url('../fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlab-Bold-webfont.woff') format('woff'),
         url('../fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Bold-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Slab Light';
    src: url('../fonts/RobotoSlab-Light-webfont.eot');
    src: url('../fonts/RobotoSlab-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlab-Light-webfont.woff') format('woff'),
         url('../fonts/RobotoSlab-Light-webfont.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Light-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
hr{
	border:none; 
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*******************
Corpo do documento
*******************/
body{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: 'Roboto Slab Light', Arial, Helvetica, sans-serif;
	font-size: 15px; line-height: 125%;
	color: #231f20;
}
a{
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #006ba1;
}
a{
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #09C;
}

#header{
	width: 100%;
	height: 110px;
	border-bottom: 8px solid #ffd32f;
	margin-top: 30px;
}

.headerImg{
	margin: 0;
	width: 85px;
	height: 120px;
	text-indent: -10000px;
	background: transparent url('../img/header.jpg') no-repeat 0px 0px;
}

#contentContainer{
	width: 970px;
	margin: 60px auto 20px auto;
	overflow:hidden;
	position: relative;
}
#shareBar{
	width: 105px;
	height:800px;
	float:left;
	clear:left;
	
}
#shareBar a{
	display:block;
	text-decoration: none;
	width: 36px; height: 48px;
	border-top: 1px solid #dedede;
	background: transparent url('../img/tools.png') no-repeat center top;
}
#shareBar a span{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #4c4d4f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 30px;
}

#shareBar a#btFbShare{ background-position: center -352px; }
#shareBar a#btFbShare:hover{ background-position: center -392px; }
#shareBar a#btGPlusShare{ background-position: center -178px; }
#shareBar a#btGPlusShare:hover{ background-position: center -218px; }
#shareBar a#btTwitterShare{ background-position: center -269px; }
#shareBar a#btTwitterShare:hover{ background-position: center -309px; }

#mainContent{
	width: 550px;
	overflow: hidden;
	margin-right:30px;
	float:left;
}
#sideContent{
	width: 285px;
	overflow: hidden;
	float:left;
	
	background-color: #eef9f0;
	border-bottom-left-radius: 6px;
	-ms-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-ms-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

#asideMask{
	height:510px;
	overflow: hidden;
}

a.asideButtonLast, a.asideButtonNext {
	text-indent: -1000px;
	display:block; clear: both;
	width: 39px; height: 24px;
	margin: 10px auto 0 auto; 
	background: transparent url('../img/arrows.png') no-repeat 0px 0px;
}
a.asideButtonNext{
	background-position: -39px 0;
	margin: 15px auto 15px auto; 
}

a.asideButtonLast{
	/*margin-left: 180px;*/
}

#stagePreload{
	position: absolute;
	width: 548px; height: 373px;
	float:left; clear: right;
	background: #fff url('../img/loading.gif') no-repeat center;
	z-index:100; 
}

#stageFinalMsg{
	position: absolute; display: block;
	bottom: 0;
	width: 535px; height: 32px;
	background: rgba(255,212,0,0.42) url('../img/leia-relato.png') no-repeat 455px center;
	color: #000;/*#2db34a;*/
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 15px 15px 0 140px;
	z-index:99;
}
a#stageFinalMsg:hover{
	background-color: #ffd920;
}

#stage{
	width: 548px; height: 373px;
	clear: right;
	border: 1px solid #dedede;
	position: relative;
	overflow: hidden;
}

#stageText{
	width: 385px; 
	overflow: hidden;
	float: left;
	margin: 20px 30px 0 0;
}
#stageText .desc span.title{
	font-family: 'Roboto Slab Bold', Arial, Helvetica, sans-serif;
	font-size: 24px; line-height: 26px;
	display:block;
	margin: 0 0 6px 0;
}
#stageNav{
	width: 135px; height:94px;
	position: relative;
	float:left;
	margin: 20px 0 0 0;
}

.stepAnimation{
	position: absolute;
	z-index:10;
	width: 550px; height: 375px;
	overflow:hidden;
	/*display: none;*/
}

.stepFrame, .stepFrame img, .stepAnimation img{
	position: absolute;
	width: 100%; height: 100%;
}

#stageNav a.btNext, #stageNav a.btLast{
	display: block; position: absolute;
	width: 66px; height: 90px; top:;
	background: transparent url('../img/next-last.png') no-repeat left top;
}

#stageNav a.btLast{
	background-position: left top;
	left: 0;
}
#stageNav a.btNext{
	background-position: -66px top;
	right: 0;
}
#stageNav a.btLast:hover{ background-position: left -90px; }
#stageNav a.btNext:hover{ background-position: -66px -90px; }

.titleMore{
	width: 285px; height: 44px;
	display: block; float: none;
	padding: 18px 15px 0  15px;
	margin: 0 0 10px 0;
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	color: #fff; text-decoration: none;
	font-size: 23px; line-height: 23px;
	background: transparent url('../img/bt-more.png') no-repeat top left;
}

#complement{
	overflow: hidden;
	width:100%; height: 135px;
	margin-bottom: 10px;
}
#gameInfo{
	border-top: 1px dotted #da9830;
	border-bottom: 1px dotted #da9830;
	font-size: 12px; line-height:15px;
	padding: 20px 0;
}
#gameInfo span.title{
	font-family: 'Roboto Slab Bold', Arial, Helvetica, sans-serif;
	clear:right;
}
.infoIcon{
	float:left;
	margin-right: 10px;
}

#credits{
	width: 100%;
	font-size: 9px; color: #777;
	margin: 2px 0 5px 0;
	text-align: left;
}

#sideContent ul{
	display:block;
	width: 270px;
	margin:10px 10px 20px 10px;
	clear:both;
}
#sideContent ul li{
	width: 260px;
	margin-bottom:10px;
	clear:both;
	display:block;
	overflow: hidden;
}
#sideContent ul li img{
	width: 100px; height: 70px;
	margin:4px 10px 0 0;
	float:left;
}
#sideContent ul li a{
	font-size: 15px; line-height:110%;
	font-family: 'Roboto Slab Bold', Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #231f20;
}
#sideContent ul li a:hover{
	color: #555;
}
#sideContent ul li a span{
	font-size: 10px; line-height:110%;
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	color: #231f20;
}

#footer{
	width: 865px;
	float: left;
	background: transparent url('../img/estadao-peq.gif') no-repeat left 10px;
	margin-top: 50px;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; font-size: 11px; color:#777;
	border-top: 1px dashed #2ea836;
}


/* iFrame com a barra do Estadão */
#siteBar{
	background: #fff;
	width:100%;
	height:30px;
	left: 0px;
	position:fixed;
	top:0;
	z-index:1000000;
	text-align:center;
	border-top: 1px solid #d6d6d6;
	min-width:960px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}
