/*
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.
*/
.main-navigation li {
	margin: 0 21px 0 0;
}

img.header-image {
	box-shadow: none;
}

.main-navigation .current_page_item > a {
	color: #ff6600;
}

.entry-header .entry-title {
	font-weight: bold;
	font-size: 30px;
	color: #ff6600;
	margin-bottom: 10px;
}

/*
	CSS Migrated from Jetpack:
*/

/*
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.
*/
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 !important;
	letter-spacing: -1px;
}

a {
	color: #ff6600;
	text-decoration: none;
}

.border-black {
	border: #000 solid 5px;
}

a:hover {
	color: #ff6600;
	text-decoration: underline;
}

.main-navigation li a {
	color: #222 !important;
	padding: 0 7px;
}

.main-navigation li a:hover,
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a, .main-navigation li ul li a:hover {
	background: #ff6600;
	color: #fff !important;
}

.main-navigation li {
	margin: 0;
}

img.header-image, .entry-content img {
	box-shadow: none;
	margin: 10px 0;
}

.main-navigation .current_page_item > a {
	color: #fff !important;
}

.entry-header {
	margin-bottom: 10px !important;
}

.entry-header .entry-title,.home h1 {
	font-weight: bold;
	font-size: 30px;
	color: #ff6600;
}

.home .entry-header .entry-title {
	display: none;
}

.entry-content blockquote, .comment-content blockquote {
	color: #ff6600;
	font-weight: bold;
	background: #e7e7e7;
}

.entry-content blockquote h3, .comment-content blockquote h3 {
	color: #444 !important;
}

span.catchment {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
	margin-top: 10px;
	display: block;
	font-size: 120%;
	font-style: italic;
	line-height: 1;
}

.main-navigation li ul li a {
	width: 215px;
}

.page-id-31 .entry-content a {
	font-size: 90%;
	font-weight: bold;
}

.page-id-31 .entry-content h2 a {
	font-size: 60%;
	float: right;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.indexpic-container {
	position: relative;
	padding-bottom: 70%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.indexpic-container iframe, .indexpic-container object, .indexpic-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}