/*-default-wordpress-style-*/
.rightBorder{
	padding-right: 40px;
	margin-right:30px;
	background:url(../images/border_line.png) 100% 0 repeat-y;
}
.toCenter{
	text-align:center;
}
.title404 > h3{
	font-size:24px;
}
#sidebar #searchform{
	width:100%;
}
#searchform{
	display:inline-block;
	width:500px;
}
#searchform .submit.button {
	margin-top:2px;
}
#recent-author-posts h3{
	margin-bottom:15px;
}
.pad0{
	padding:0 !important;
}
.contentBlock{
	overflow:hidden;
}
.alignnone{
	
}
.alignleft{
	float: left;
	margin: 0px 20px 10px 0;
}
.aligncenter{
	text-align: center;
	display: block;
}
.alignright{
	float: right;
	margin: 0px 0px 10px 20px;
}
.size-full{
	width: inherit;
	max-width: inherit;
}
.size-medium{
	width: 300px;
	max-width: inherit;
}
.size-thumbnail{
	width: 150px;
	max-width: inherit;
}
.size-small{
	width: 66px;
	max-width: inherit;
}
/*-sidebar-*/
#sidebar{
	display: block;
	margin:0 !important;
}
#sidebar .searching{
	width: 138px !important;
}
#sidebar .submit.button{
	margin:3px 1px 0 0 !important;
	float:right;
}
#sidebar h2{
	padding-bottom:32px;
}
/*-animate-style-*/
.animate:hover{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.animate{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
/*-portfolio-style-*/
.post-content h3{
	padding-bottom:10px;
}
.zoom-icon{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../images/over.png) center no-repeat;
	right: 0;
	display: none;
}
.single-post .thumbnail {
	overflow:hidden;
	margin-bottom:20px;
}
.portfolio>li{
	overflow:hidden;
	padding:0;
	padding-bottom: 40px;
	background:none;
}
.folio_2 h3 a, .folio_3 h3 a, .folio_4 h3 a {
	padding-top:10px;
}
.folio_1 .thumbnail{
    width:447px;
}
.folio_2{
    float: left;
	width: 460px;
    margin-right:20px;
}
.folio_2 .thumbnail {
	overflow:hidden;
}
.folio_3{
    float: left;
  	margin-right:20px;
    width: 300px;
}
.folio_3 .thumbnail {
	overflow:hidden;
}
.folio_4{
    float: left;
    margin-right:20px;
    width: 220px;
}
.folio_4 .thumbnail {
	overflow:hidden;
}
/*-blog-*/
article.post{
	overflow:hidden;
	margin-bottom:30px;
}
.single_blog > h3{
	padding-bottom:12px;
}
.single-post {
	margin-bottom:0px !important;
}
.content > h3 a{
	margin-bottom:15px;
}
.post-meta-date{
	padding-bottom: 17px;
	color:#9ba9aa;
}
.post-meta-date>div{
    float:right;
}
.commentsBlock > span{
	position:relative;
	top:-13px;
	display:inline-block;
	width:30px;
	height:27px;
	background:url(../images/comment_pic.png) 0 0 no-repeat;
}
.post-meta-date a {
	color:#9ba9aa;
	text-decoration:none;
	text-transform:none;
}
.post-meta-date a:hover {
	color:#fff;
}
.left{
	float: right !important;
	margin:0 0 0 40px !important;
	padding:0 0 0 40px !important;
	background:url(../images/border_line.png) 0 0 repeat-y;
}
.right{
	float: left !important;
	margin:0 40px 0 0 !important;
	padding:0 40px 0 0 !important;
	background:url(../images/border_line.png) 100% 0 repeat-y;
}
.blogThumbnail{
	overflow:hidden;
	display:inline-block;
}
/*-comment-list-style-*/
.commentsWrapper h2{
	margin-top: 30px;
    padding-bottom: 10px;
}
.commentlist{
	list-style: none;
	margin-bottom:50px;
}
.commentlist>li, .children>li{
    margin-bottom: 20px;
   	position: relative;
	overflow: hidden; 
	width:100%;
	padding:0;
	background:none;
}
.children{
    margin-left: 40px;
}
.children #commentform{
	width:658px;
}
.children #comment{
	width: 538px;
}
.children .children #commentform{
	width:618px;
}
.children .children #comment{
	width: 498px;
}
.children .children .children #commentform{
	width:578px;
}
.children .children .children #comment{
	width: 458px;
}
.comment-body{
	overflow:hidden;
	padding:25px;
	color:#9ba9aa;
	background-color:#495957;
}
.comment-body > header{
	float:right;
	color:#fff;
	margin-right:30px;
	text-transform:uppercase;
}
.comment-content{
	display: table-cell;
}
.comment-content>p{
	padding-bottom:8px;
}
.vcard{
	overflow:hidden;
    width: 66px;
	height:66px;
    display: table-cell;
	text-align:center;
    padding-right: 20px;
}
.author>a{
	text-decoration:none;
	color:#ffaa89;
}
.author>a:hover{
	color:#f47543;
}
.comment-author {
	padding-top:4px;
	text-align:left;
	color:#fff;
}
.comment-meta{
	display: inline-block;
}
.comment-footer .date{
	float:right;
	margin-right:14px;
	font: 14px/19px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	text-transform:uppercase;
}
.reply{
	position:relative;
	top:-6px;
	float: right;
}
.cancel-comment-reply a{
	display:inline-block;
	margin-bottom:10px;
}
.nocomments{
	
}
#commentform label {
    display: inline-block;
    padding: 14px 15px 0 0;
    width: 65px;
	text-align:right;
}
#commentform #submit{
	float:right;
}
/*-Contact Forms-*/
.errorInput:first-letter{
	
}
.errorInput{
	background: #FFA8A8 url("../images/input_invalid.png") 99% 6px no-repeat !important;
	border-color:red!important;
	color:red!important;
}
.validInput{
	background: #B2FFA8 url("../images/input_valid.png") 99% 6px no-repeat !important;
	border-color:#3ABD29!important;
}
#msg{
	float: right;
	background: url(../images/form_processing.gif) 0 -20px no-repeat;
	padding-left: 18px;
	margin-top: 8px;
	overflow: hidden;
}
/*-wp-pagenavi-style-*/
.wp-pagenavi a.page{
	margin-right:8px;
	color:#9ba9aa;
	text-decoration:none;
	text-transform:none;
}
.wp-pagenavi a:hover, .wp-pagenavi .current{
	color:#fff;
}
.wp-pagenavi span{
	margin-right:8px;
}
.nextpostslink, .previouspostslink{
	position:relative;
	top:-8px;
}
.nextpostslink{
	margin-left:12px !important;
}
.previouspostslink{
	margin-right:20px !important;
}
/*-Widgets-*/
/*-calendar-*/
#calendar_wrap {
	padding:0;
	}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	text-align:center;
}
#wp-calendar td {
	padding:6px 0;
	border:none;
	text-align:center;
}
#wp-calendar caption {
	margin-bottom:5px;
	padding:4px 0;
	color: #FFf;
	font-weight:bold;
	font-size:16px;
}
#wp-calendar thead th {
	padding:7px 0;
	background: #9aa1a4;
	color: #fff;
	text-align:center;
	font-size:14px;
}
#wp-calendar #prev {
	text-align:left;
}
#wp-calendar #next {
	text-align:right;
}

/*-menu-*/
.menu{
	display: block;
}

/*-shortcode-*/
.hr, .sm_hr{
	background-color:#1b1b1b;
}
.spacer{
	width:100%;
	height:26px;
}