/**handles:custom-stylesheet**/
/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Responsive iFrame */
.responsive-iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#home-sections .featuredpost .widgettitle {
	padding-top: 25px;
}

#home-sections .featuredpost ul {
	list-style-type: none;
}

/* reset height to auto for easy heads up bar */
#ehu_bar {
	height: auto !important;
}

/*
.featuredpost .widget-wrap div.category-sermons {
	position: relative;
}

.featuredpost .widget-wrap div.category-sermons a img {
	position: absolute;
	display: block;
	background: url(http://oldsite.davidchapel.org/wp-includes/themes/outreach-responsive/images/video-play-48.png);
	height: 48px;
	width: 48px;
	top: 20px;
	left: 20px;
}
*/
.sub-footer-left .featuredpost .widget-wrap div.post {
	clear: both;
	margin-bottom: 10px;
}

.sub-footer-left .featuredpost .widget-wrap div.post img.entry-image {
	margin: 5px;
	border: 2px #ffffff solid;
}

.sub-footer-left .featuredpost .widget-wrap div.post h2 a,
.sub-footer-left .featuredpost .widget-wrap div.post h2 a:visited,
.sub-footer-left .featuredpost .widget-wrap div.post h2 a:hover,
.sub-footer-left .featuredpost .widget-wrap div.post h2 a:active {
	color: #ffffff !important;
}

/* Content Boxes
------------------------------------------------------------ */
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
}

.content-box-blue {
	background-color: #d8ecf7;
	border: 1px solid #afcde3;
}

.content-box-gray {
	background-color: #e2e2e2;
	border: 1px solid #bdbdbd;
}

.content-box-green {
	background-color: #d9edc2;
	border: 1px solid #b2ce96;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f9dbdb;
	border: 1px solid #e9b3b3;
}

.content-box-yellow {
	background-color: #fef5c4;
	border: 1px solid #fadf98;
}


/* Color Buttons
------------------------------------------------------------ */
 
.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
    color: #fff;
    padding: 5px 10px;
}
 
.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-purple:hover,
.button-red:hover,
.button-yellow:hover {
    text-decoration: none;
}
 
.button-blue {
    background-color: #afcde3;
    border: 1px solid #afcde3;
}
 
.button-blue:hover {
    background-color: #83a2be;
    border: 1px solid #83a2be;
}
 
.button-gray {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
}
 
.button-gray:hover {
    background-color: #919191;
    border: 1px solid #919191;
}
 
.button-green {
    background-color: #b2ce96;
    border: 1px solid #b2ce96;
}
 
.button-green:hover {
    background-color: #86a36e;
    border: 1px solid #86a36e;
}
 
.button-purple {
    background-color: #bebde9;
    border: 1px solid #bebde9;
}
 
.button-purple:hover {
    background-color: #9291c7;
    border: 1px solid #9291c7;
}
 
.button-red {
    background-color: #e9b3b3;
    border: 1px solid #e9b3b3;
}
 
.button-red:hover {
    background-color: #c78787;
    border: 1px solid #c78787;
}
 
.button-yellow {
    background-color: #fadf98;
    border: 1px solid #fadf98;
}
 
.button-yellow:hover {
    background-color: #ecb870;
    border: 1px solid #ecb870;
}


#header23423 {
	background: #090909 url(http://www.davidchapel.org/wp-content/uploads/2013/06/logoheader.png) no-repeat !important;
}

div#wrap {
	background-color: #090909 !important;
}