/* CSS Document */

div#menu ul li#agenda_menu a {
	background-position:top;
	}

#col_1{
	width:665px;
	float:left;
	margin-right:25px;
}

#col_1 h1{
	margin-top:20px;
	font-size:20px;
	color:#ffd800;
}

#navegacao{
	width:650px;
	height:40px;
	margin-bottom:30px;
	background:#000;
}

#ano{
	width:170px;
	height:37px;
	float:left;
	margin-right:5px;
}

#mes{
	width:475px;
	height:37px;
	float:left;
}

#ano_int{
	width:108px;
	height:25px;
	float:left;
	padding:6px 0px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background:#333;
}

#mes_int{
	width:413px;
	height:25px;
	float:left;
	padding:6px 0px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background:#333;
}

.bot_nav{
	float:left;
	cursor:pointer;
}

#col_1:after,
#eventos:after{
	clear:both;
	height:0;
	visibility:hidden;
	content:"";
	display:block;
}

#eventos .data{
	width:95px;
	height:90px;
	float:left;
	margin-right:15px;
	padding:10px 0px 5px 0px;
	text-align:center;
	line-height:30px;
	font-size:36px;
	text-transform:lowercase;
	color:#aaa;
	background-color:#111;
}

#eventos .data .semana{
	font-size:11px;
}

#eventos .descricao{
	width:540px;
	height:105px;
	float:left;
}

#eventos .descricao h1{
	font-size:18px;
	color:#708e98;
	margin-top:0px;
	margin-bottom:10px;
}

.evento{
	width:650px;
	height:105px;
	margin:0px 0px 10px 0px;
	padding-top:5px;
	padding-bottom:15px;
	border-bottom:1px solid #708e98;
	overflow:hidden;
}

span.post{
	font-weight:bold;
	text-transform:uppercase;
	color:#708e98;
}