@charset "utf-8";
/* OLHARES FRONTIAS LAYOUT CSS Document */

.ofwrap{
	width: 730px;
}

.ofwrap h1{
	margin:0; 
	padding:0 5px; 
	font-size:40px; 
	font-weight:400; 
	text-transform: uppercase; 
	color:#000;
	line-height: 90%;
}
.ofwrap .evento{
	font-size:35px;
	color:#aaa;
}
.ofwrap .realizador{
	text-transform: none;
	font-size:20px;
	color:#777;
}
.ofwrap .detalhes{
	text-transform: none;
	font-size:15px;
	color:#777;
}
.ofwrap .local{
	color:#777; 
	font-size:20px; 
	text-transform:uppercase;
}
.ofwrap p{
	text-transform: none;
	font-size: 18px;
	padding: 5px 0;
	color:#000;
}
.ofwrap ul{
	list-style: none;
	font-size: 18px;
	margin: 15px 0;
}
.ofwrap .bio{
	margin-top: 10px;
}
.ofwrap .bio h1, .ofwrap .bio p{
	text-transform: none;
	padding: 5px 0;
	color:#888;
}

@media screen and (max-width: 450px) {
	.ofwrap{
		width: 100%;
	}
	.ofwrap img{
		width: 100%;
		height: auto;
	}

}