/*
 Theme Name:   Ambassador 2016
 Theme URI:    http://Ambassador.org/equipper2016/
 Description:  Ambassador 2016 Theme, a lightly adjusted version of the WordPress-supplied twentysixteen theme.
 Author:       Bret Miller
 Author URI:   https://www.facebook.com/bret.miller.3975
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ambassador_2016
*/

body {
	background-color: #310056
}

.site-header {
	padding-top: 0;
	padding-bottom: 0; 
	margin: 0 0 2em 0;
	background-color: #F6D375;
}
.site-header-menu {
	margin: 0;
}
.header-image {
	margin-top:0; 
}
.site-branding {
	width: 100%;
}
.site-branding a {
	font-size: 2.0rem;
}
.site-branding a img {
	display: block;
	float: right;
}
.entry-header {
	display: none;
}
.widget {
	margin-bottom:0;
}
.widget-area > :last-child, .widget > :last-child {
	margin-bottom:1.75em;
}
@media screen and (min-width: 61.5625em) {
	.site-branding {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.content-bottom-widgets .widget-area {
		margin-bottom: 1.75em;
	}
}
#main
{
	margin-bottom:2em;
}
.site-footer {
	padding-bottom: 0;
}
.site-footer .site-title:after {
	display: none;
}
.site-info a {
	display: none;
}
blockquote {
	font-size: 1rem;
}
blockquote em, blockquote i, blockquote cite {
	font-style: italic;
	font-size: 1rem;
	color: #1a1a1a;
}
.lbsTooltip, .lbsTooltipContainer {
	background-color: #eeeeee;
}
.lbsTooltipHeader {
	background-color: #8d8473;
	color: #fff;
}
}