/*
Theme Name: ehb-blog
Theme URI: http://wordpress.org/
Description: The custome WordPress theme.
Version: 1.6
Author:  ehb-blog
Author URI: 
Tags: 

*/
p {
    margin: 0 0 12px 0;
    font-size: 15px;
    color: #020202;
    line-height: 22px;
}
strong
{
	font-weight: bold;
}
.wrapper
{	margin: 0 auto;
    max-width: 1280px;
    padding: 0 10px;
	background:#fff;
	clear:both;
	overflow:hidden;
}
.content-area
{
	background: #fff none repeat scroll 0 0;
}
#primary
{	float: left;
    padding: 20px 1% 20px 2%;
    width: 69%;
}
.site-content article.post,
.site-content article.page
{	margin-bottom:20px;
	background:url("images/bdr_img.png") repeat-x bottom center;
	padding-bottom:30px;
}
#secondary
{	float: right;
    padding: 27px 1%;
    width: 26%;
	font-family:'open_sanssemibold',Arial,Helvetica,sans-serif;
}
#secondary aside ul
{	background:#F5F5F5;
	margin:0;
	padding:15px 10px;
}
#secondary aside ul li
{	list-style:none;
	color:#333333;
	font-size:14px;
	line-height:20px;
}
#secondary aside ul li a
{	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	font-family: 'OpenSansRegular',Arial,Helvetica,sans-serif;
	background:url(images/list-arrow.png) no-repeat left 5px;
	color:#333;
	padding-left:11px;
	display:block;
}
#secondary aside ul li a:hover
{	background:url(images/list-arrow-hover.png) no-repeat left 5px;
	color:#e06b01;
}

#secondary aside ul li.rss_feed a {
    background: url("images/rss-icon.gif") no-repeat left 4px;
	padding-left:15px;
}
#secondary aside ul li.comment_feed a {
    background: url("images/Comment-icon.gif") no-repeat left 4px;
	padding-left:15px;
}
h1.entry-title,
h1.entry-title a,
h1.page-title
{	color: #185888;
    font-family: 'OpenSansRegular',Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 15px;
	text-decoration:none;
}
h1.entry-title a:hover
{	color:#ff881d;
}
/* #secondary aside
{	border: 1px solid #E3E3E3;
    padding: 4px;
	margin:0 0 20px 0;
} */
h3.widget-title
{	background: url("images/rt_box_title_bg.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-family: 'open_sanssemibold',Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding: 8px 0;
	margin:0;
    text-align: center;
}
code
{	font-size:12px;
}
.searchform
{	background:#f5f5f5;
	padding:15px 5px;
}
.form-submit .submit
{	width:140px;
	border-bottom:3px solid #914500;
}
.submit,
#searchsubmit
{	background:#e06b01;
	color:#fff;
	border:0;
	font-weight:bold;
	border-radius:5px;
	border-bottom:3px solid #914500;
	padding:3px 2%;
	cursor:pointer;
	width:22%;
	vertical-align:middle;
}
.submit:hover,
#searchsubmit:hover
{	background:#914500;
	border-bottom-color:#e06b01;
}
.searchform input
{	padding:5px;
	border-radius:5px;
	border:solid 1px #ccc;
	width:49%;
	vertical-align:middle;
}
.comments-link a,
.comments-link a:hover
{	text-decoration:none;
	font-size:14px;
}

.nav-single
{	border-bottom: 1px solid #F2F2F2;
    padding-bottom: 15px;
}
.nav-single a
{	text-decoration:none;
}
.nav-single a:hover
{	text-decoration:underline;
}
.nav-single h3,
h2.comments-title
{	margin:5px 0;
	color:#185888;
}
h2.comments-title
{	font-size:16px;
}
.comment-reply-title
{	margin:5px 0 0;
	color:#185888;
}
.comment-notes
{	font-size:11px;
}	
.comments-link
{	font-size:12px;
	color:#333;
}
.comment-form label
{	width:125px;
	display:inline-block;
	margin-bottom:3px;
}
.comment-form label span
{	color:red;
}
.comment-form input
{	width:300px;
	padding:5px;
	border-radius:5px;
	border:1px solid #ddd;
}
.comment-form-comment textarea
{	width:440px;
	border-radius:5px;
	border:1px solid #ddd;
	border-bottom-width:3px;
	margin:5px 0 0;
	display:block;
}
.comments-area
{	clear:both;
	padding:10px 0;
}
.form-allowed-tags
{	font-size:14px;
}
.form-allowed-tags code
{	display:block;
	font-size:12px;
	line-height:15px;
	letter-spacing:0;
}
ol.commentlist
{	border-top:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	padding:15px;
}
ol.commentlist li
{	padding:10px;
	display:block;
	background:#f5f5f5;
	margin-bottom:10px;
	border:1px solid #f2f2f2;
}
.comment-author img
{	margin:0 8px 8px 0;
}
.comment-author cite
{	font-style:normal;
	font-weight:400;
	margin-right:5px;
}
.comment-author a
{	font-size:12px;
}
.comment-author cite a
{	text-decoration:none;
	font-size:15px;
}

@media screen and (max-width: 1140px) {
.searchform label
{	display:none;
}
#searchsubmit
{	width:30%;
}
}

/*===============keep screen 1024=============*/
@media screen and (max-width: 1024px) {

}

/*===============keep screen 768px =============*/
@media screen and (max-width: 939px) {
	
#primary
{	width:58%;
	padding: 30px 1% 20px;
}
#secondary
{	width:38%;
	padding: 18px 1%;
}

}
/*===============keep screen 480=============*/
@media screen and (max-width: 767px) {

#primary
{	width:100%;
	padding: 30px 0 0;
}
#secondary
{	width:100%;
	padding: 20px 0;
}
form.searchform 
{	text-align:center;
}
#searchsubmit
{	width:80px;
}	
.searchform input
{	width:180px;
}
.comment-form input
{	width:98%;
}
.comment-form-comment textarea
{	width:99.5%;
}
.form-submit
{	text-align:center;
}
}
/*===============keep screen 320=============*/
@media screen and (max-width: 479px) {

h1.entry-title, 
h1.entry-title a, 
h1.page-title
{	font-size: 27px;
    line-height: 32px;
}

}
@media screen and (max-width: 1280px) {
.screen-reader-text
{	display:block;
	text-align:center;
	padding-bottom:5px;
}
}
div.addthis_toolbox
{	float:right !important;
	margin:-20px 0 0 0 !important;
	position:relative;
}
.searchform
{	text-align:center;
}
.padtop
{	padding:7px;
	border:1px solid #DADADA;
	clear:both;
}


.box_form {
	float:left;
	padding:15px;
	background:#F5F5F5;
}
.box_form p {
	color:#333333;
	font-family:'open_sanssemibold', Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin:0 0 15px 0;
}
.box_form p span {
	color:#257fc2;
	font-weight:bold;
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:14px;
}
.inputtext1 {
	color:#525252;
	font-family:'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:6px 10px;
	border:1px #e3e3e3 solid;
	border-bottom:3px #e3e3e3 solid;
	border-radius:5px;
	width:93%;
	margin:0 0 7px 0;
}
.submit_btn {
	width:100%;

	text-align:center;
	background:#e06b01;
	color:#fff;
	font-family:'open_sanssemibold', Arial, Helvetica, sans-serif;
	font-size:18px;
	border-bottom:3px #914500 solid;
	border-radius:5px;
	border-top: none;
	border-right:none;
	border-left:none;
	cursor:pointer;
	margin:7px 0 0 0;
	padding:4px 0 2px 0;
}
.submit_btn:hover{ background:#914500; border-bottom:3px #e06b01 solid;}
.entry-content li { font-size: 15px; padding-bottom: 15px;}

.menu_rt_btn3 {
    float: left;
    padding: 7px 0 0 0;
}

.menu_rt_btn3 a {
    color: #e3f3ff;
    float: left;
    font-family: "open_sanssemibold",Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding: 4px 0 0 0;
    text-decoration: none;
    text-transform: uppercase;
}