﻿
/*
-----------BLOG SECTION-----------
*/

.post
{
	width: 956px;
	margin: 0 auto 0 auto;	
	padding: 19px 22px;
}
	.post h2
	{
		font-size: 32px;		
		display: block;
		margin: -6px 0 5px 0;		
		display: block;	
	}
	
	.post h2 a
	{
		color: #3e3e3e;	
	}

	.post img
	{
		float: left;
		border: 3px solid #C4C4C4;
		max-width: 230px;
	}
	
	.post div.post-text
	{
		float: left;
		width: 600px;
		margin-left: 14px;	
	}
	.post span.tag
	{
		text-transform: uppercase;
		display: inline;	
		color: #abaaaa;			
	}
	
	.post span.tag a
	{
		color: #abaaaa;			
	}	
	
	.post span
	{
		font-size: 12px;
		margin-top: 5px;	
	}
	.post span.content
	{
		font-size: 14px;
		margin-bottom: 5px;	
		display: block;
		line-height: 21px;
	}
	
	a.go
	{
		height: 16px;
		width: 13px;
		padding-top: 2px;
		background: url('images/link-go-s.png') no-repeat;
		background-position: center 5px;
		display: inline-block;
		margin-left: 8px;					
	}
	
	.post span.content p
	{
		margin: 0;	
	}
	
.wbg
{
	background: #fefcfd;
	border-bottom: 1px solid #D9D9D9;		
	border-top: 1px solid #D9D9D9;
}
