/*
Theme Name:         Blackbaud Bootstrap - Starter Theme
Theme URI:          http://www.blackbaud.com
Description:        Blackbaud Bootstrap is a WordPress starter theme based on the Roots Theme. <a href="https://github.com/roots/roots/contributors">Contribute on GitHub</a>
Version:            1.0.0
Author:             Blackbaud Interactive
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
body {
	background-color: #333;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
}



/* SECTIONS */
#header {
	margin-bottom: 0;
}
	#header .btn-search {
		padding-bottom: 7px;
		padding-top: 7px;
	}
	#header .navbar-brand a {
		color: #fff;
	}
#content {
	background-color: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
}
.home {}
	.home #content {
		padding-bottom: 0;
	}
	.home #content-primary {
		padding-bottom: 30px;
	}
	.home #content-secondary {
		background-color: #f2f2f2;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	#home-content-secondary h3 {
		margin-top: 20px;
	}
#footer {
	color: #888;
	padding-bottom: 90px;
	padding-top: 30px;
	position: relative;
}
	#footer p > a,
	#footer li > a,
	#footer strong,
	#footer h4 {
		color: #fff;
	}



#footer-copyright {
	background-color: #222;
	padding: 15px 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
	#footer-copyright p {
		margin: 0;
	}



/* BOOTSTRAP OVERRIDES */
.nav-tabs {}
	.nav-tabs + .panel-body {
		margin-top: -1px;
	}
.navbar-brand {
	height: auto;
}
.navbar-inverse .navbar-toggle {
	color: #fff;
}
@media (max-width: 767px) {
	.navbar-brand {
		height: 50px;
	}
	.navbar-toggle + .navbar-toggle {
		margin-right: 5px;
	}
}
.page-header {
	margin-top: 20px;
}
.thumbnail {}
	.thumbnail.pull-left {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.thumbnail.pull-right {
		margin-left: 10px;
		margin-bottom: 10px;
	}



/* CAROUSEL */
.img-responsive, 
.thumbnail > img, 
.thumbnail a > img, 
.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
	width: 100%;
}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
	width: 5%;
}
.carousel-control.left .glyphicon {
	margin-left: 0;
}



/* THE EVENTS CALENDAR */
.tribe-events-list-widget ol {
	padding: 0;
}
.tribe-events-list-widget ol li {
	margin-bottom: 0;
}



/* SOCIAL MEDIA TABS */
ul.social-tabs {
	height: auto !important;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
div.dc-social.static ul.social-tabs li,
div.dc-social.static ul.social-tabs li.active {
	padding: 10px;
	border-bottom-color: transparent;
}
.dc-social.static ul.social-tabs li {
	border: 1px solid transparent;
}
.dc-social.static ul.social-tabs li.active {
	border-color: #ccc #ccc #fff #ccc;
}
.dc-social.static .dcsmt {
	max-width: 100%;
}


/* RSS WIDGET */
.widget_rss {}
	.widget_rss h3 a {
		color: #333;
	}
	.widget_rss ul {
		list-style: none;
		padding: 0;
	}
	.widget_rss li {
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-bottom: 1px solid #eee;
	}
	.widget_rss li a.rsswidget {
		font-weight: bold;
	}
	.widget_rss .rss-date {
		color: #888;
		display: block;
		font-size: 85%;
	}