@charset "UTF-8";
/*
Theme Name: Finotex	
Theme URL: http://finotex.com
Description: 
Author:  FRED AGENCY http://fredagency.com
Version: 1.0
License: GNU General Public License
*/

#blog {
	position:relative;
	width:1024px;
	margin:20px auto 0px auto;
	min-height:300px;
}

.blogPost {
	font:500 14px arial;
	color:#222;
	margin-bottom:20px;
	line-height:20px;
	width:100%;
	vertical-align:top;
}

.blogPost hr {
	margin:20px 0px 0px 0px;
	border:0px;
	background: #EF3A43;
	height:2px;
	width:100%;
}

.blogImage {
	display:inline-block;
	vertical-align:top;
	float:left;
}

.blogImage img {
	width:90px;
	height:90px;
	margin:0px 15px 15px 0px;
}

.blogTitle, .entry-title {
	font-size:20px;
	margin:0px 0px 10px 0px;
	color:#444;
	font-weight:bold;
}

.blogTitle a:link, .blogTitle a:visited { color:#444;}
.blogTitle a:hover, .blogTitle a:active { color:#EF3A43;}

.blogDate {
	font:400 11px arial;
	color:#444;
	margin:0px 0px 10px 0px;
}

.blogText, .entry-content {
	line-height:20px;
}

.entry-content p {
	margin-bottom:15px;
	line-height:20px;
	font:400 15px arial;
}

.nav-previous {
	position:relative;
}

.nav-next {
	position:relative;
	float:right;
}

.nav-previous a:link, .nav-previous a:visited, .nav-next a:link, .nav-next a:visited { 
	color:#EF3A43;
}

.nav-previous a:hover, .nav-previous a:active, .nav-next a:hover, .nav-next a:active { 
	color:#444;
}

#nav-above {
	margin-bottom:20px;
}

#nav-above h3{
	color:#444;
}
