.toCenter{
	text-align:center;
}
.extraWrapper{
	overflow:hidden;
}
.cancel-comment-reply{
	padding-bottom:10px;
}
.textRight{
	text-align:right;
	padding-right:6px;
}

/*-default-wordpress-style-*/
.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;
}
#sidebar .searching{
	width:90% !important;
}
/*-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;
	width:680px;
	height:380px;
}
.portfolio>li{
	overflow:hidden;
	margin:0;
	margin-bottom:20px;
	padding:0 !important;
	background:none !important;
}
.folio_1 .thumbnail{
    width:540px;
}
.folio_2{
    float: left;
    margin-right:20px;
	width: 460px;
}
.folio_3{
    float: left;
  	margin-right:20px;
    width: 300px;
}
.folio_4{
    float: left;
    margin-right:20px;
    width: 220px;
}
/*-blog-*/
.post_single > h2 {
	padding-bottom:5px;
}
.content > h3 a{
	margin-bottom:15px;
}
.post-meta-date{
	padding: 2px 0 22px;
}
.post-meta-date>div{
    display: inline-block;
	margin-right:10px;
}
.post-meta-date a {
	text-decoration:none;
	text-transform:none;
}
.left{
	margin-right: 0px !important;
	float: right !important;
}
.right{
	margin-left: 0px !important;
	float: left !important;
}
#sidebar.left{
	float: left !important;
	margin-left: 0px !important;
	margin-right: 10px !important;
}
#sidebar.right{
	float: right !important;
	margin-right: 0px !important;
	margin-left: 10px !important;
}
.blogThumbnail{
	overflow:hidden;
	display:inline-block;
	width:281px;
}
.dateBlock{
	padding-left:20px;
	background:url(../images/datePic.png) 0 1px no-repeat;
}
.authorBlock {
	padding-left:20px;
	background:url(../images/AuthorPic.png) 0 1px no-repeat;
}
.commentsBlock{
	padding-left:20px;
	background:url(../images/commentPic.png) 0 1px no-repeat;
}
/*-comment-list-style-*/
.commentlist{
	list-style: none;
	margin-bottom:30px;
}
.commentlist>li, .children>li{
	margin:0;
    margin-bottom: 10px;
   	position: relative;
	overflow: hidden; 
	width:100%;
	background:none !important;
	padding:0 !important;
}
.children{
    margin-left: 25px;
}
.comment-body{
	overflow:hidden;
	padding:20px;
	border:1px solid #cab7ad;
}
.comment-content{
	display: table-cell;
}
.comment-content > header{
	font-size:11px;
	font-weight:bold;
	color: #81716b;  
	text-transform:uppercase;
	padding-bottom:2px;
}
.comment-content>p{
	padding-bottom:8px;
}
.vcard{
    width: 66px;
	height:66px;
    display: table-cell;
	text-align:center;
    padding-right: 20px;
}
.vcard img{ 
   border: 1px solid #cab7ad;
}
.author{
    display: inline-block;
	color:#736d6c;
}
.author>a{
	text-decoration:none;
	color:#81716b;
}
.author>a:hover{
	color:#95af13;
}
.comment-meta{
	display: inline-block;
}
.reply{
	float: right;
}
#recent-author-posts > h4{
	margin-bottom:15px;
}
/*-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{
	margin: 12px 0 30px;
}
.wp-pagenavi a{
	padding:9px 12px 10px !important;
	margin-right:10px !important;
}
.wp-pagenavi span{
	padding:9px 12px 10px !important;
	margin-right:10px !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: #00AEF0;
	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:#e6e3e1;
}
.spacer{
	width:100%;
	height:44px;
}
.oldernewer > div {
	display:inline-block;
	margin-right:20px;
}
.oldernewer a{
	color:#ffaa89;
	text-transform:none;
	text-decoration:none;
}
.oldernewer a:hover{
	color:#f47543;
}