eftleft.footer_bg{
	background-image:url('../../img/contact_bg.png') !important;
	background-position:center 15px  !important;
}
.footer_logo{
	display:block;
}
.blog-wrapper { overflow: auto; padding-top: 50px; padding-top: 400px; padding-bottom: 20px; }
.blog-wrapper a {color:#333; text-decoration:underline; }
.blog-wrapper a:hover { color:#2fa008; text-decoration:none; }
.blog-left { width: 780px; min-height: 328px; padding: 0px; padding-bottom: 20px; float: left; margin-right: 0px; }

.blog-right { width: 200px; height: inherit; text-align:left; color:#000; padding-bottom: 20px; float: right; margin-left: 20px;}

.blog-right .blog-search {  }
.blog-right .blog-search h3 {
    color: #04457F;
    margin-bottom: 10px;
}

.blog-right .blog-search .input input {
    width: 164px;
	padding: 4px 25px 4px 8px; 
	margin: 0;
	border: 1px solid #2B2823;
	color: #666666; 
	font-size: 13px; line-height: 14px;
	background: #eee url(../img/magnifier.png) 177px 3px no-repeat;
}

.blog-right .blog-search .input input:focus  { background-color: #fff; color:#000; border: 1px solid #000; }
.blog-right .blog-search { margin-bottom: 15px; }

.categories_categories, .archives_categories {
	border: 1px solid #eee;
border-width:0 0 1px 0;
	padding: 10px 10px 20px 10px;
}

.blog-right h3 {
    color: #04457F;
    font-size: 20px;
    font-weight: normal;
	margin: 0 0 10px 0;
}
.blog-right .list-wrapper {
    
}
.blog-right .list-wrapper a { }

.blog-right .list-wrapper ul { list-style: none; margin: 0; padding: 0;} 
.blog-right .list-wrapper ul li { list-style: none; margin: 0; padding: 0;} 
.viewing { margin-bottom: 20px; }
.viewing strong { font-size: 1.1em; }
.blog-left { display:block; overflow: hidden; }
.blog-left .post-date {
display:none;
    color: #FFFFFF;
    background: #6D6964;
	float: left;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 3px 17px;
	line-height: 18px;
    text-align: center;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.blog-left h2 {
    margin-bottom: 5px;
	line-height: 46px;
}
.blog-left h2 a { color:#04457F; }
.blog-left h2 a:hover { color:#000; text-decoration:underline; }

.blog-left .post { display:block; overflow:hidden; }
.blog-left .post_info a { color:#FFC425; }
.blog-left .post_info a:hover { color:#BD8CA6; }
.blog-left .post_info {
display:none;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.blog-left .post-image {
    border: 1px solid #444;
    clear: left;
	width: 240px;
    height: 165px;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
	background: #444;
	color:#fff;
	display:inline-block;
	float:left;
}
.blog-left .view .post-image { height: auto; overflow: visible; }
.blog-left .post-image img {
	width: auto;
	height: auto;
    max-width: 240px;
	display:block;
}
.blog-left .post-image a { opacity: 1; filter: alpha(opacity=100); }
.blog-left .post-image a:hover { opacity: 0.7; filter: alpha(opacity=70); }

.blog-left .blog_content p { margin-bottom:10px; }

.blog-left .read-more {
	padding-top: 20px;
padding-bottom:15px;
}
.blog-left .read-more a {
	color:white;
	padding:8px 10px;
	background-color:#2fa008;
	color:#f2f2f2;
text-transform:capitalize;
text-decoration:none;
}
.blog-left .read-more a:hover { color:#fff; background-color:#000; }


.blog-left .post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.blog_content {
    float:left;
}

#pagenums { display:inline-block; width: 100%; margin-top: 0px;}
#pagenums ul {margin: 0; padding: 0; margin-bottom: 5px; display:inline-block; list-style: none; }
#pagenums ul li { margin: 0; padding: 0; float:left; margin-right: 5px; }
#pagenums ul li a { 
	background-color: #6D6964;
    border: 1px solid #6D6964;
    color: #FFFFFF;
    display: block;
    line-height: 19px;
    padding: 4px 10px;
}
#pagenums ul li:hover a, #pagenums ul li a.current { color:#666666; background-color:#eee; border: 1px solid #ccc; }
#pagenums p { clear: both; display:block;}

ul.comments { display:none; width: 100%; margin: 0; padding: 0; list-style:none; }
ul.comments li {
	margin: 0; padding: 0; list-style:none;
	background: #eee;
	border: 1px solid #ddd;
    color: #04457F;
    margin-bottom: 5px;
    padding: 15px;
}
ul.comments li .comment_info {
    color: #000;
	font-style:italic;
	margin-bottom: 10px;
}

.comment_form {
display:none;
    padding-top: 30px;
}

.comment_form .input {
    display:inline-block; width: 100%; position:relative; margin-bottom: 10px;
}
.comment_form .input label, .comment_form .verification label {
    color: #04457F; width: 120px !important; margin-top: 0px; font-size: 18px; line-height: 28px; display:inline-block; margin-right: 10px; float: left;
}
.verification a { color:#FFC425; }
.verification a:hover { color:#BD8CA6; }

.comment_form .input input, .comment_form .verification input, .comment_form .input textarea {
    width: 460px;
	padding: 4px 8px; 
	margin: 0;
	border: 1px solid #ddd;
	background-color: #eee;
	color:#04457F; 
	font-size: 14px; line-height: 18px; 
}
.comment_form .input textarea {
    height: 100px;
}
.comment_form .input input:focus,
.comment_form .input textarea:focus { color:#000; background-color:#FFF; border: 1px solid #000;}

.comment_form .submit {
    margin-left: 130px;
    margin-top: 0px;
}
.comment_form .submit input {
    width: auto;
	height: auto;
	display:block;
	padding: 3px 20px;
	margin: 0px;
	
	background-color:#FFC425; 
	border: 1px solid #2B2823;
	color: #2B2823;
	
	font-size: 14px; line-height: 18px;
	font-family: Arial;
	font-weight: 600;
	text-transform:uppercase;
	cursor:pointer;
	
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	text-transform:uppercase;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.comment_form .submit input:hover {
	color:#fff; background-color:#BD8CA6;
}

.blog-backlink a{
    color:#064aa4;
    text-decoration:none;
}

#flashMessage {  
	z-index: 9; 
	/*position: absolute;
	top: 490px;
	left: 0;
	right: 0;*/
	margin: 0 auto;
	margin-bottom: 20px;
	width: 97%;
	display: block; 
	padding: 5px 10px; 
	background: #FFFBDC; 
	color: #333; 
	border: 1px solid #FFDC03; 
	text-align: center; 
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}