@charset "UTF-8";
/* CSS Document */

/*-- HEADER -- */
.navbar {
	margin-bottom: 0;
}

.jumbotron {
	background:#309; 
	color:#FFF;
	padding: 20px 0;
}

/*-- POST --*/

.main {
	margin-top:20px;
	margin-bottom:20px;
}

.post {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #999;
}

.post .thumb {
	margin-right:10px;
	width:40%;
}

.post .thumb img {
	width:80%;
}
	
	

