/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/*
 .post-thumbnail {
	background: transparent !important;
}

a.post-thumbnail:hover {
	background-color: transparent !important;
}

.featured-content {
	background-image: none !important;
}


.content-sidebar .widget .widget-title {
	border: none;

 

}


.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.2857142857;
	margin-bottom: 18px;
	width: 100%;
	word-wrap: break-word;
}



body.blog .content-area {
padding-top: 0px;
}

body.blog .content-sidebar {
padding-top: 0px;
}

.content-area, .content-sidebar {
    padding-top: 0px;
}


ins {
    background-color: #FFFFFF !important;
}

/*
.site-content .has-post-thumbnail .entry-header {
 margin-top: -20;
}
/*

/*expand width and center content */

/*  
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    margin: 0 auto;
    max-width: 100%;
}

/* Center entire site */
  
/*
.site {
margin:0 auto;
}

/*New image size*/
/*
if ( ! isset( $content_width ) )
 $content_width = 100%;


/*Remove Tags */
/*
body.home .tag-links {
	display: none;
}

body.category .tag-links {
	display: none;
}

body.tag .tag-links {
	display: none;
}

body.archive .tag-links {
	display: none;
}

body.search .tag-links {
	display: none;
}

/* Remove Featured Image */

/*
body.home .post-thumbnail img {
    display: none;
}
*/
/*
.display-posts-listing .listing-item {
clear: both;
}

.display-posts-listing img {
float: left;
margin: 0 10px 10px 0;
}

.excerpt img {float:right; border:0; margin: 5px 0px 5px 10px}
*/