﻿
/*
-----------BLOGPOST SECTION-----------
*/

.post
{
	width: 956px;
	margin: 0 auto;		
}

.post-text
{
	display: inline-block;
	line-height: 22px;
}
	.post-text h1
	{
		font-size: 24px;
		color: #231f20;	
		margin-bottom: 10px;
		text-transform: none;
		letter-spacing: -1px;
		padding: 0;
		width: auto;
		line-height: 28px;
	}

.post-image
{
	float: left;
	max-width: 195px;	
	padding-right: 20px;
	padding-top: 2px;
}
	.post-image img
	{
		border: 1px solid #3c3c3c;			
	}

.post-bottom
{
	margin-top: 30px;	
	position: relative;
}

.post-author
{
	float: left;		
}
	.author-image
	{
		float: left;
		max-width: 150px;	
		padding-right: 23px;		
	}
	.author-image img
	{
		border: 1px solid #3c3c3c;			
	}
	.author-text
	{
		display: inline-block;
		padding-top: 10px;		
	}
	.author-text span
	{
		display: block;	
		color: #231f20;
		font-size: 14px;
	}

.post-tags
{
	float: right;
	padding-top: 26px;	
}
	.post-tags span.tag
	{
		display: inline;	
		color: #abaaaa;
		font-size: 14px;
	}
	.post-tags span.tag a
	{
		color: #abaaaa;
	}	

.running-img
{
	display: block;	
	margin: 15px 0;	
}
	.running-img
	{
		max-width: 600px;	
	}

h2
{
	font-size: 18px;
	color: #231f20;	
}

.comments-top	
{
	margin-top: 15px;
	position: relative;
	min-height: 200px;		
}
	.comments-number
	{
		position: absolute;
		right: 0px;
		top: -45px;
		background: url('Images/comment-bubble.png') no-repeat;
		width: 80px;
		padding-top: 6px;
		height: 50px;
		text-align: center;		
	}
	.comments-number span
	{
		display: inline;
		color: #ffffff;
		font-size: 24px;				
	}
	.comments-top span.title
	{
		position: absolute;
		top: -34px;
		right: 93px;
		font-size: 20px;
		color: #c60751;	
	}
.comments
{
	width: 628px;
	float: left;
	overflow: hidden;	
}
	.comment
	{
		width: 628px;
	}
	.comment-header
	{
		background: #e0e0e0;
	}
	.comment-content
	{
		padding-left: 20px;	
	}

.post-comment
{
	width: 628px;	
}
	.post-comment-textarea
	{
		min-width: 603px;
		min-height: 106px;		
		max-width: 603px;
		max-height: 106px;		
		border: 3px solid #a3a3a3;
		font-size: 14px;
		padding: 10px;
		margin-top: 10px;

	}
/*
-----------FACEBOOK-----------
*/			

.post-like
{
	position: absolute;
	top: 0px;
	right: 0px;
}

div.like{ display:none !important; }
