@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
body{
    background: url(https://static1.squarespace.com/static/579a42de20099e24a49c1ac3/t/57c65399d2b8577131f2b287/1472615339275/notebook-1280538.jpg?format=1500w) no-repeat center top fixed;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.divcenter{width:800px;height:auto;overflow:hidden;margin:0 auto;}
.boxposts li{
	width:752px;
	height:auto;
	padding:15px;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	border-bottom:15px solid #329adb;
	margin:40px 0;
	text-align:center;
}
.topo{
    padding:40px;
    font-size:30px;
    color:#0080FF;
    font-weight:bold;
}
.thumb{
	width:560px;
	height:315px;
	float:center;
	border:4px solid #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right:24px;
}

/* pg posts */

	#pgPost .thumb{width:100%;height:100%;margin:0 auto 20px auto;float:none;display:table;}
	#pgPost .thumb img{width:100%;height:100%;/*max-width:366px;max-height:366px;*/}
	#pgPost .content {float:none;width:100%;}

/* fim pg posts */

.content {float:center;width:600px;}


.content h1{
	font-size:20px;
	font-weight:bold;
	color:#666;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	margin-bottom:20px;
}

.content p, .boxposts li{
	font-family:tahoma, "Trebuchet Ms", arial;
	font-size:13px;
	color:#999;
	line-height:20px;
}

.footer_post{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:8px;
	margin-top:8px;
	border-top:1px dotted #eee;
}

.footer_post a{
	font-family:tahoma, "Trebuchet Ms", arial;
	font-size:13px;
	color:#666;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	float:left;
}

.footer_post a:hover{
	text-decoration:underline;
}

.datapost{
	font-family:tahoma, "Trebuchet Ms", arial;
	font-size:13px;
	color:#999;
	line-height:20px;
	float:right;
}

.datapost strong{
	color:#666;
	font-weight:bold;
}













