
/*	Slides container*/
/*	Important:*/
/*	Set the width of your slides container*/
/*	Set to display none, prevents content flash*/

#blog{
	overflow: hidden;
}

#blog .slides_container {
	width: 960px;
	height: 420px;
}


/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
#blog .slides_container .post {
	width: 960px;
	height: 420px;
}

/*
	Optional:
	Reset list default style
*/
#blog .pagination {
	list-style:none;
	margin: 0;
	padding:0;
}

/*
	Optional:
	Show the current slide in the pagination
*/
#blog .pagination .current a {
	color:red;
	margin-bottom: 270px;
}

#blog .slides_control .post-title a{
	text-transform: uppercase;
	font-family: 'GothamRounded-Bold' !important;
	font-size: 40px !important;
	line-height: 45px;
	color: #000;
}

#blog .slides_control .post-content p {
	color: #666;
	font-style: italic;
	font-family: 'GothamRounded-Book' !important;
	font-size: 16px;
	text-align: justify;
}

/*
	Optional:
	Show the current slide in the pagination
*/
#blog .pagination .current a {
	color:red;
}



#blog .post-imagem-destaque {
	display:inline-block !important;
	height: 200px;
	width: 400px !important;
	float: left;
	margin-top: 30px;	
}

#blog .post-title-content, .post-imagem-destaque {
	display:inline-block !important;
	width: 420px !important;
	margin-top: 30px;
}

#blog .post-content {
	display:inline-block !important;
	width: 420px !important;	
}

