/*------------------------------------------------------

CSS overview: 

	1. RESET
	2. WIDGET
	3. POST
	4. POST CONTENT
	6. POST INFO
	7. SHARE
	8. COMMENTS
	9. COMMENT FORM
	10. WP-PAGINATION 
	
---------------------------------------------------------*/

/*--------------------------------------------------
			POST 
---------------------------------------------------*/
.post {
	border-bottom: 1px solid #eee;
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	overflow: hidden;
}
.post:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.post h3.title {
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
/*--------------------------------------------------
			POST CONTENT
---------------------------------------------------*/
.blog1 .post-content {
	width: 100%;
	float: left;
}
.blog3 .post-media {
	width: 250px;
	float: left;
	margin-right: 30px;
margin-left: 20px;
    margin-bottom: 0;
}
.blog3 .post-content {
	width: 490px;
	float: left;
}
.blog5 .post-content, .blog6 .post-content {
	width: 600px;
	float: right;
}
.blog5 .post-info  {
	margin-top: -153px;
	position: relative;
}
.blog5 .post-title, .blog5 .post-meta, .blog6 .post-title, .blog6 .post-meta {
	width: 600px;
	float: right;
} 
.post-media, .post-title, .post-meta {
	display: block;
}
.post-title h2.title{
	margin: 0;
}
.post-title h2.title, .post-title h2.title a {
	font-family: 'Oswald', sans-serif;
	color: #676767;
	font-size:16px;
	line-height: 28px;
	font-weight: 700;
	text-transform: uppercase;
	word-spacing: 5px;
}
.post-title h2.title a:hover {
}
.post h3.title{
	margin-bottom: 0;
	line-height: 27px;
}
.post-media {
    margin-bottom: 20px;
}
.post-meta ul {
	margin: 5px 0 15px 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	text-transform: uppercase;
}
.post-meta li {
	margin: 0;
	display: inline;
}
.post-meta span {
	color: #aaa;
}
.post-meta a {
    color: #676767;
    display: inline-block;
    font-weight: bold;
}
.post-meta a:hover {
	color: #f96e5b;
}
/*--------------------------------------------------
			POST INFO
---------------------------------------------------*/
.post-info {
	float: left;
	width: 100px;
}
.post-info div {
	width: 120px;
	z-index: 9;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
.post-info div.date {
	color: #FFFFFF;
	padding: 8px 0;
background-color: #BC3030;
}
.post-info div.date span {
    display: block;
}
.post-info div.date span.day {
	font-size: 90px;
	letter-spacing: 0px;
	margin-top: 10px;
margin-bottom: 10px;

	line-height: 110px;
}
.post-info div.date span.month {
    font-size: 13px;
    line-height: 11px;
}
.post-info div.comments a {
	color: #bbb;
	display: block;
	cursor:pointer;
	background-color: #444;
	font-size: 9px;
	padding: 6px;
}
.post-info div.comments a:hover {
	color: #fff;
}
.post-info div.comments a span {
    font-size: 13px;
color: #fff;
    letter-spacing: 0;
    line-height: 27px;
    margin-top: 2px;
}
