/* CSS Document */

div#menu ul li#home_menu a {
	background-position:top;
	}

#col_1{
	width:435px;
	float:left;
	margin-right:20px;
}

#col_1 h1{
	margin:10px 0px;
	font-size:17px;
	color:#708e98;
}

#col_2{
	width:215px;
	float:left;
	margin-right:20px;
}

#col_2 h1{
	font-size:17px;
	color:#ffd800;
}

#projeto{
	display:none;
	height:135px;
	margin-bottom:40px;
}

#projeto img{
	margin-right:0px;
	float:left;
}

#projeto p{
	margin:8px 0px;
}

#shows{
	width:215px;
}

#show_corpo{
	width:215px;
	padding-bottom:20px;
	background-color:#0E0E0E;
}

#show_corpo h2{
	font-size:14px;
	color:#ffd800;
}

/* CLASSES */

.post{
	margin:20px 0px 40px 0px;
}

div.post object embed{
	margin:25px 0px;
}

.credito img{
	margin:0px 5px 0px 8px;
}

.comentario{
	font-weight:bold;
	color:#ffd800;
}

.evento{
	padding:20px 20px 0px 20px;
	/* padding:13px 0px 5px 0px; */
}

.evento_destaque{
	padding:20px;
	background-color:#000;
	border-bottom:1px solid #fff;
}

#container div.evento_destaque p{
	margin-bottom:0px;
}

.bot{
	width:177px;
	height:30px;
	margin:0px 19px;
	margin-top:15px;
	font-size:10px;
	font-weight:bold;
	color:#000;
	border:none;
	background-color:#ffdd00;
	cursor:pointer;
}

*/