.blog .post .post-wrapper {
	margin-left: 50px;
	position: relative;
}

.blog .post {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
}

.blog .post-body img {
	padding: 3px;
	/*border: 2px solid #ccc;*/
	border: 1px solid #ccc;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	
	display: block;
	margin: 0 auto;
}

.blog .post .post-author {
	position: absolute;
	left: -60px;
	width: 50px;
}

.blog .post .post-author img {
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.blog .post .post-author {
	text-align: center;
	
}

.blog .post .post-author .post-author-name {
	display: block;	
}


.blog .post .addthis_toolbox {
	margin-top: 20px;
	float: right;
	width: 185px;
}

.blog h4 a {
	text-decoration: none;
	color: #000;
	font-size: 24px;
}

.blog h4 a:hover {
	color: #104153;
}

.blog .read-more {
	text-align: right;
	font-size: 12px;
}

.blog .read-more a {
	text-decoration: none;
	color: #666;
	text-transform: lowercase;	
}


.blog .post-info {
	margin: 0 0 15px 0;
	padding: 3px 0;
	font-size: 12px;
	color: #999;
	border-top: 1px dashed #ddd;
}

.blog .post-info .date {
	float: left;
}

.blog .post-info .comments {
	float: right;
}

.blog .return-to-index {
	color: #666;	
	font-size: 12px;
	margin: 10px 0 20px 0;
	display: block;
	text-decoration: none;
}

.blog .post .post-body ul {
	list-style: square;
	margin-bottom: 20px;
}

.blog .block.social li {
	padding: 3px 0;
	margin: 0;
}

.blog .block.social span.social {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.blog .block.social a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #666;
	padding: 5px 0;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.blog .block.social a:hover {
	color: #000;
	background-color: #eee;
}

.blog .title h2 {
	font-size: 35px;
	line-height: 40px;
	font-family: 'Signika', sans-serif;
	color: #104153;
	text-align: center; 
	text-transform: none;
}

.blog .title h3 {
	font-family: 'Signika', sans-serif;
	font-size: 20px;
	line-height: 25px;
	color: #666;
	text-align: center;
}

.blog #search {
	float: left;
	width: 240px;
	height: 40px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	border-right-width: 0px;

	-moz-border-top-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;

	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.blog #submit {
	float: right;
	width: 40px;
	height: 40px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	margin-top: 0px;
	
	-moz-border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;

}

.blog #submit span {
	display: block;
	width: 16px;
	height: 16px;	
	
	background-image: url('../images/search.png');
	background-repeat: no-repeat;
	background-position: center;
}