/*
body {
	background: #eeebe8;
	font-family: helvetica, serif;
	color: #fff;
	font-size: 14px;
}
*/
div#timeline a {
	color: #f5c490;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
div#timeline a:hover,
div#timeline a.selected {
	color: #d3cfcc;
}

div#timeline h1,h2,h4,h5,h6 {
	margin-bottom: 5px;
	margin-right: 65px;
}
div#timeline h1 {
	color: #fa9120;
	font-size: 18px;
	text-align: center;
	margin-left: 65px;
	margin-right: 30px;
}
div#timeline h2 {
	font-size: 14px;

}
#timeline .sociales {
	text-align: center;
	margin-bottom: 20px;
	margin-right: 40px;

}

#timeline {
    width: 620px;
    height: 420px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    background: url('/a2sitebox/temas/educacao/img/timeline/dot.gif')  left 52px repeat-x;
}
#timeline #dates {
    width: 620px;
    height: 60px;
    overflow: hidden;
}
#timeline #dates li {
    list-style: none;
    float: left;
    width: 100px;
    height: 50px;
    font-size: 22px;
    margin-top: 7px;
    color: #bebdbc;
    text-align: center;
    background: url('/a2sitebox/temas/educacao/img/timeline/biggerdot.png') center bottom no-repeat;
}
#timeline #dates a {
    line-height: 38px;
    padding-bottom: 10px;
    margin-left:10px;
}
#timeline #dates .selected {
    font-size: 38px;
    color: #fa9120;
}

#timeline #issues {
    width: 620px;
    height: 420px;
    overflow: hidden;
}	
#timeline #issues li {
    width: 620px;
    height: 420px;
    list-style: none;
    float: left;
}
#timeline #issues li.selected img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
#timeline #issues li img {
    float: left;
    margin: 10px 20px 10px 60px;
    background: transparent;

}
#timeline #issues li h1 {
    color: #989591;
    font-size: 22px;
    margin: 20px 0;
    margin-right: 60px;
    margin-left: 60px;
}
#timeline #issues li p {
    color: #565554;
    font-size: 14px;
    margin-right: 50px;
    margin-left: 50px;
    font-weight: normal;
    line-height: 22px;
}

#timeline #grad_left,
#grad_right {
    width: 30px;
    height: 420px;
    position: absolute;
    top: 0;
}
#timeline #grad_left {
    left: 0;
    background: url('/a2sitebox/temas/educacao/img/timeline/grad_left.png');
}
#timeline #grad_right {
    right: 0;
    background: url('/a2sitebox/temas/educacao/img/timeline/grad_right.png') repeat-y;
}

#timeline #next,
#timeline #prev {
    position: absolute;
    top: 0;
    font-size: 70px;
    top: 170px;
    width: 22px;
    height: 38px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
#timeline #next:hover,
#timeline #prev:hover {
    background-position: 0 -76px;
}
#timeline #next {
    right: 4px;
    background-image: url('/a2sitebox/temas/educacao/img/timeline/next.png');
}
#timeline #prev {
    left: 4px;
    background-image: url('/a2sitebox/temas/educacao/img/timeline/prev.png');
}
#timeline #next.disabled,
#timeline #prev.disabled {
    opacity: 0.2;
}
