@charset "utf-8";

div.content-small a.h1 {
	width: 326px;
	height: 64px;
	background-image: url(../img/site/title_novidades.png);
}

div.content-small p.h1 {
	margin-bottom: 10px;
}

div.content-small {
	width: 698px;
	margin: auto;
	background-image: url(../img/site/blog_comments_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 23px;
}

	div.content-small div.top {
		width: 100%;
		height: 18px;
		overflow: hidden;
		background-image: url(../img/site/blog_comments_top.png);
		background-repeat: no-repeat;
	}
	
	div.content-small div.center {
		width: 638px;
		padding: 0px 25px 15px 35px;
		background-image: url(../img/site/blog_comments_center.png);
		background-repeat: repeat-y;
		color: #fff;
	}
	
		div.content-small div.center h1 {
			font-size: 32px;
			color: #FABC72;
			text-decoration: underline;
			font-weight: normal;
		}
		
		div.content-small div.center h1:hover {
			text-decoration: none;
		}
		
div.content-small.green {
	background-image: url(../img/site/blog_post_bottom_green.png);
}

	div.content-small.green div.top {
		background-image: url(../img/site/blog_post_top.png);
	}
	
	div.content-small.green div.center {
		background-image: url(../img/site/blog_post_center.png);
	}

/*-------------------- VIEW ---------------------------*/

div.center h2 {
	line-height: 30px;
	font-size: 22px;
	padding-top: 15px;
}

	div.center h2 a {
		color: #fff;
	}
	
	div.center h2 a:hover {
		text-decoration: none;
		color: #FABC72;
	}
	
div.center h4 {
	padding-bottom: 10px;
	font-size: 11px;
	color: #FABC72;
}

div.center p {
	line-height: 20px;
}

div.center a {
	color: #FABC72;
}

div.center a:hover {
	text-decoration: none;
}

div.center a.voltar {
	color: #fff;
}

div.center div.view,
div.center div.preview {
	width: 630px;
	float: left;
	padding-bottom: 15px;
}

	div.center div.view img {
		border: 7px solid;
		float: left;
		margin-right: 10px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
	div.center div.view p {
		font-size: 14px;
	}

div.center div.preview {
	border-top: 2px dashed;
}

div.center div.preview.first {
	border-top: none;
}

/*-------------- NOTICIAS --------------------*/

div.content-small.noticias a.h1 {
	width: 288px;
	height: 64px;
	background-image: url(../img/site/title_noticias.png);
}

div.content-small.brown {
	background-image: url(../img/site/blog_comments_bottom.png);
}

	div.content-small.brown div.top {
		background-image: url(../img/site/blog_comments_top.png);
	}

	div.content-small.brown div.center {
		background-image: url(../img/site/blog_comments_center.png);
	}

p.fonte {
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}
