#main_blog a:hover {
	 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}

#title-holder #searchform {
	float: right;
	width: auto;
	border: 1px solid #C2C2C2;
	background-color: #fff;	
	box-shadow: inset 0 0 2px #ccc;
	-o-box-shadow: inset 0 0 2px #ccc;
	-moz-box-shadow: inset 0 0 2px #ccc;
	-webkit-box-shadow: inset 0 0 2px #ccc;
	-khtml-box-shadow: inset 0 0 2px #ccc;
	margin-right: 8%;
}
#searchform input {
	width: auto;
	border: none;
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
	background-color: transparent;
	margin: 0;
	font-size: 13px;
}
#searchform input#s { padding-left: 9px }
#searchform input#searchsubmit {
	padding: 0;
	font-size: 0;
	background: url(../img/arw-gray.gif) center center no-repeat;
	width: 28px;
	height: 30px;
	cursor: pointer;
}

form#searchform ::-webkit-input-placeholder { color:#B2B1B1;font-weight:bold;font-style:italic }
form#searchform ::-moz-placeholder { color:#B2B1B1;font-weight:bold;font-style:italic } /* firefox 19+ */
form#searchform :-ms-input-placeholder { color:#B2B1B1;font-weight:bold;font-style:italic } /* ie */
form#searchform input:-moz-placeholder { color:#B2B1B1;font-weight:bold;font-style:italic }


/***** content blog *****/
#main_blog a {
}
#main_blog a:hover {
}
#main_blog {
	display: block;
	padding: 0;
	padding: 30px 0;
}

/* head */
#main_blog #title-holder {
	clear: both;
	display: block;
}
#title-holder h1 {
	color: #4e4e4e;
    font-family: "open_sanslight";
    font-size: 40px;
    line-height: 28px;
    margin: 15px 0;
	float: left;
	width: auto;
}
a.insta_side {
	padding: 5px;
	display: inline-block;
}

#main_blog .left_panel {
	float: left;
	width: 66.56217345872519%;
	padding-right: 3.03030303030303%;
	margin: 2% 0 0;
}
#main_blog .left_panel p{ color:#4e4e4e; font-family:'open_sanslight'; font-size:17px; line-height:21px;  }
#main_blog .right_panel {
	width: 30.40752351097179%;
	float: right;
}
#main_blog .left_panel h1.postTitle {
	font-size: 23px;
	line-height: 25px;
	padding: 7px 0;
	font-weight: normal;
	margin: 0;
}
#main_blog .left_panel h1.postTitle a { color: #1fb7f8;text-decoration:none}
#main_blog .left_panel h2.postInfo {
	color: #B4B4B4;
	font-weight: normal;
	margin: 0;
	font-size: 14px;
	margin-bottom: 25px;
}
#main_blog .left_panel h2.postInfo a {
	color: #B4B4B4;
	text-decoration: none;
}
#main_blog .left_panel h2.postInfo a:hover { text-decoration: underline }
#main_blog a.more {
	color: #1fb7f8;
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
	background: url(../img/right-arw-brown.gif) right center no-repeat;
}
#main_blog a.more.back {
	background: url(../img/left-arw-brown.gif) left center no-repeat;
	padding-right: 0;
	padding-left: 12px;
}
#main_blog .left_panel img {
	max-width: 100%;
	height: auto;
}
/***** Pagination *****/
.pagination {
	margin: 0;
	float: right;
	list-style: none;
	font-size: 12px;
	line-height: 15px;
	color: #41352B;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pagination .num {
	display: inline-block;
	padding: 0 7px;
	color: #7ba812;
	vertical-align: middle;
}
.pagination a {
	color: #7ba812!important;
	text-decoration: none;
}
.pagination .num.current {
	color: #716860;
}
.pagination a.ctrl {
	background-color: transparent;
	background-repeat: no-repeat;
	width: 18px;
	height: 17px;
	display: inline-block;
	font-size: 0;
	text-indent: -9999px;
	vertical-align: middle;
}
.pagination a.prev {
	margin-right: 5px;
	background: transparent url(/webstore/themes/custom/css/images/prev.png) no-repeat;
}
.pagination a.next {
	margin-left: 5px;
	background: transparent url(/webstore/themes/custom/css/images/next.png) no-repeat;
}


/* left panel content */
#main_blog .left_panel ul.postList {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.postList li.lst {
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #D9D9D9;
}

/* right panel widget */
#main_blog .right_panel .widget {
	background-color: #F4F4F4;
	padding: 30px 40px;
	border-bottom: 1px solid #EDEDED;
	border-top: 1px solid #EDEDED;
}
#main_blog .right_panel .widget:last-child { border-bottom: none; }
#main_blog .right_panel .widget:first-child { border-top: none; }
#main_blog .right_panel .widget h2.widgettitle {
	margin: 0;
	font-size: 26px;
	font-family: Helvetica;
	font-weight: normal;
	margin-bottom: 15px;
}
#main_blog .right_panel .widget ul {
	list-style: none;
	padding: 0;
}
#main_blog .right_panel .widget ul li {
	margin: 5px 0;
	padding-left: 12px;
	position: relative;
}
#main_blog .right_panel .widget ul li:before {
	content: ">";
	color: #1fb7f8;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
}
#main_blog .right_panel .widget ul li a {
	text-decoration: none;
	color: #1fb7f8;
	font-size: 16px;
}
#main_blog .right_panel .widget ul li a:hover { }

#main_blog .right_panel .tweet.widget {
	padding: 1%;
}




/**
 * Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 10px 0;
}
.comments-area .cmt_meta a { color: #ccc }

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-respond {
	padding: 10px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.comments-title,
.comment-reply-title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	font-family: Helvetica;
	font-weight: normal;
	padding: 0 10px;
}

.comments-title {
	margin-bottom: 0.8em;
}

.comment-list .cmt_meta {
	font-size: 11px;
    font-weight: bold;
	color: #999;
}
.comment-list .cmt_meta a { color: #1fb7f8; }
.comment-list .cmt_txt {
	font-size: 13px;
	line-height: 18px;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.comment-list .comment-body {
}
.comment-list li.comment {
	background-color: #f4f4f4;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #9bcb3f;
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
.commentmetadata {
	padding-bottom: 10px;
}
.commentmetadata a {
	font-size: 11px;
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding: 0px 10px 20px;
}

.comment-form label {
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"], .comment-form  textarea {
	width: 99%;
	display: block;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	font-weight: bold;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	/*border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);*/
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit, #recaptcha-submit-btn-area {
	margin-bottom: 0;
}
#recaptcha-submit-btn-area { margin-top: 10px }
.comment-form .form-submit input, #recaptcha-submit-btn-area input{	
	background: #0290cd;
    border: 0px;
	padding: 10px 15px;
	display: inline-block;
    color: #fff;
    font-size:15px;
    width: auto;
	height:35px;
	text-transform: uppercase;
    font-family: "open_sansregular"; margin-top:20px
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}



@media only screen and (min-width : 600px) and (max-width : 1079px){
	#main_blog {}
	#main_blog .left_panel, #main_blog .right_panel { float:none;clear:both; margin: 0; padding:0; width: 100%; }
	#title-holder h1.blog_title, #title-holder #title-light-grey.blog_title { padding-left: 0 }
	#title-holder #searchform {	margin-right: 0; }
	.twitter_wrapper iframe { width: 100%!important }
}
@media only screen and (max-width: 600px) {
	body#blog #container { }
	body#blog .wrapper { }
	body#blog #main_blog { padding: 0 30px; }
	#main_blog .left_panel img { width: 100% }
	#main_blog .left_panel, #main_blog .right_panel { float:none;clear:both; margin: 0; padding:0; width: 100%; display: block; }
	#title-holder { padding: 20px 0 }
	#title-holder h1.blog_title, #title-holder #title-light-grey.blog_title { padding-left: 0 }
	#title-holder #searchform {	margin-right: 0; }
	.twitter_wrapper iframe { width: 100%!important }
	#main_blog .right_panel {
		padding-top: 20px;
	}
	.pagination {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
}
@media only screen and (min-width : 480px) and (max-width : 767px){
	
}
@media only screen and (max-width: 480px) {
	
}