/*
Template Name: News
Author: Sebo Marketing
Author URI: http://www.sebomarketing.com
Tags: blue
*/



#columnWrapper {
	padding-bottom:0;
}

.column1 {
	display:inline;
	float:left;
	width:627px;
}
	.column1 h1 {
		background:transparent url('images/bar-medium.gif') top left no-repeat scroll;
	}
	.column1 h2 {
		
	}

.column2 {
	display:inline;
	float:right;
	width:279px;
}
	.column2 h2 {
		background:transparent url('images/bar-short.gif') top left no-repeat scroll;
	}



.post {
	clear:left;
	margin-left:6px;
	margin-bottom:1.4em;
}
	.post-thumbnail {
		display:inline;
		float:left;
		margin:0 18px 18px 0;
	}
	
	.post-title {
		margin-bottom:10px;
		font-family:Verdana, Helvetica, Sans-serif;
		font-style:italic;
		font-size:76%;
	}
		.post-title h2 {
			margin:0 0 6px 0;
			padding:0;
			height:auto;
			font-size:140%;
			font-weight:bold;
			background:none;
		}
		
		.post-author, .post-comments,
		.post-author a, .post-comments a {
			color:#0095d5;
			text-decoration:none;
		}
		.post-author a:hover, .post-comments a:hover {
			text-decoration:underline;
		}
	.entry {
		font-size:76%;
		color:#0C3B57;
	}
		.entry p {
			margin:0 0 .5em 0;
			font-size:105%;
		}
		.entry p:last-child {
			margin-bottom:.5em;
		}
		
		a.more-link {
			display:inline;
			clear:left;
			float:left;
			margin-bottom:1.4em;
			padding:4px 5px 0 2px;
			width:68px;
			height:20px;
			color:#0095d5;
			font-family:Verdana, Helvetica, Sans-serif;
			font-style:italic;
			text-transform:lowercase;
			text-decoration:none;
			background:transparent url('images/read-more-bg.gif') left 50% no-repeat scroll;
		}
		a.more-link:hover {
			text-decoration:underline;
		}
		.entry img {
			float:left;
			margin:0 7px 7px 0;
		}



#comments {
	clear:left;
	font-size:76%;
}
	#comments h3 {
		margin-top:20px;
		margin-bottom:6px;
		color:#0b3a57;
	}
	.comment-list li {
		clear:left;
		padding-left:44px;
	}
		.avatar {
			float:left;
			margin:0 12px 12px -44px;
		}
		.comment-body {
			float:left;
		}
			.comment-list p {
				margin-left:0;
			}



#respond {
	clear:left;
	font-size:76%;
}
	#respond h3 {
		margin-top:20px;
		margin-bottom:6px;
		color:#0b3a57;
	}
	#comment-form  p{
		margin-left:0;
	}



#post-navigation {
	clear:left;
}
	#post-navigation .older-entries {
		float:left;
		margin:0 0 12px 0;
		width:50%;
	}
	#post-navigation .newer-entries {
		float:right;
		margin:0 0 12px 0;
		width:50%;
		text-align:right;
	}