/*
Theme Name: Hyattsville Mennonite
Theme URI: http://underscores.me/
Author: Anchor Development
Author URI: http://www.anchordev.com
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	margin: auto;
	width:1200px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Arial;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #dd793c;
	text-decoration: underline;
}
a:hover {
	color: #dd793c;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
	float: left;
	clear: both;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll #nav-above, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending #colophon {
	display: block;
}

/* begin header */

header.site-header {
	padding: 10px 0 0 0;
	position: relative;
	height: 208px;
}

header.site-header h2.site-description {
	position: relative;
	top: -54px;
	left: 85px;
}

#header-info {
	position: absolute;
	top: 50px;
	right: 0px;
	text-align: right;
}

#header-info #phone {
	background: url('img/ico-phone.png') no-repeat;
	display: inline-block;
	width: 11px;
	height:18px;
	top: 4px;
	left: -2px;
	position: relative;
}

	/* being navigation */
	nav.site-navigation {
		width: 100%;
		border-top: 2px solid #ebebeb;
		border-bottom: 2px solid #ebebeb;
	}
	nav.site-navigation ul {
		padding: 0 0 0 90px;
	}
	nav.site-navigation a {

		color:#000;
		font-family: "futura-pt",sans-serif;
		font-style: normal;
		font-weight: 400;
		padding: 4px 40px;
		font-size: 24px;
		text-transform: uppercase;
	}
	nav.site-navigation ul.menu ul {
		background: url('img/dropdown-top.png') no-repeat top left #828d28;
		margin: 0px;
		padding: 0px;
		border: 0px;
		top:28px;
		padding: 37px 0px 10px 0;
	}
	nav.site-navigation ul.menu > li > ul {
		border-bottom: 4px solid #555e09;
	}
	nav.site-navigation ul.menu ul ul {
		background: none;
		display: block;
		position: relative;
		top: 0px;
		left: 0px;
		padding: 4px 0 4px 0px;
	}
	.main-navigation ul ul {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: auto;
	}
	nav.site-navigation ul.menu ul a {
		color:#fff;
		font-family: "futura-pt",sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 21px;
		text-transform: none;
		padding: 8px 12px;
		width: 250px;
		line-height: 24px;
	}
	nav.site-navigation ul.menu ul a:hover {
		color:#303030;
		background-color: #b7c448;
	}
	nav.site-navigation ul.menu ul ul a {
		font-size: 16px;
		text-transform: uppercase;
		background: url('img/subnav-bullet.png') no-repeat 13px 8px;
		padding: 0 0 0 30px;
		width: 244px;
	}
	/* end navigation */

/* end header */

/* begin home */

.no-space [class*="span"] {
    margin-left: 0;
}

.no-space .span3 {
	width: 25%
}

.no-space {
    margin-left:0;
}

#caption {
	color:#fff;
	font-family: Arial;
	padding: 12px 24px;
	background-color: #bf6126;
	position: absolute;
	bottom: 0px;
	left:0px;
}

.home-page-featured-image {
	position: relative;
	display: block;
}

.home-block {
	background-color: #ececec;
	padding: 0;
	margin: 0 0 28px 0;
	overflow: hidden;
	color:#000;

}
.home-block > h2 {
	background-color: #9a9a9a;
	padding: 0px 15px 0 0;
	text-align: right;
	color: #fff;
	margin: 0px;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
}

.home-block .post-single-sermon {
	padding: 10px 20px;
	position: relative;
}

.home-block .post-single-sermon .alignright {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 12px 36px;
}

.home-block .post-single-sermon .alignright a {
	margin: 0px;
	display: block;
}

.home-block h2 .date {
	float: left;
	background-color: #828d28;
	border-right: 23px solid #c0642a;
	padding: 0px 20px 0px 12px;

}

.home-block .post-single-bulletin {
	margin: 0px;
}

	/* being slider */
	.flexslider {
		border:0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		margin: 27px 0 20px 0;
		border-bottom: 2px solid #ebebeb;
		padding: 0 0 20px 0;
	}
	.flex-caption {
		position: absolute;
		top:0px;
		right:0px;
		width:476px;
	}
	.flex-caption h2 {
		background-color:#7a3f1b;
		text-align: right;
		color:#fff;
		font-size: 22px;
		text-transform: uppercase;
		padding: 3px 10px 3px 0;
		font-family: "futura-pt",sans-serif;
		font-style: normal;
		font-weight: 400;
	}
	.flex-caption .flex-content {
		margin: 20px 0 0 0;
		background:url('img/caption.png');
		color:#fff;
		padding: 20px 20px 1px 20px;
		font-family: "futura-pt",sans-serif;
		font-style: normal;
		font-weight: 400;
		text-align: right;
		font-size: 20px;
	}
	.flexslider .slides > li {
		position: relative;
	}
	.flex-control-nav {
		position: absolute;
		bottom: 37px;
		right: 20px;
		width: auto;
		background-color: #fff;
		padding: 2px;
	}
	
	.flex-control-paging li a.flex-active {
	background: #bf6126;
	cursor: default;
	}

	.flex-control-paging li a {
	width: 80px;
	height: 20px;
	display: block;
	background: #d2d2d2;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	}
	.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	}
	/* end slider */

/* end home */

/* being contact form */
body .gform_wrapper .top_label input.large, 
body .gform_wrapper .top_label select.large, 
body .gform_wrapper .top_label textarea.textarea {
	width:47%;
}
body .gform_wrapper .top_label .gfield_error input.large,
body .gform_wrapper .top_label .gfield_error select.large,
body .gform_wrapper .top_label .gfield_error textarea.textarea {
	width:47%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #7a3f1b;
	border: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
	font-size: 13px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 8px 16px;
	text-shadow: none;
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #bf6126;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* end contact form */

/* being footer */

#footer-color {
	background: url('img/footer-colors.png') no-repeat;
	width:1200px;
	height: 12px;
	display: block;
	margin: 20px 0 24px 0;
}
footer.site-footer {
	padding: 18px 0 40px 0;
	border-top: 2px #ebebeb solid;
}
footer.site-footer h2 {
	font-family: "futura-pt",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	color:#000;
	font-size: 18px;
}
footer.site-footer p {
	color:#505050;
	font-family: Arial;
	font-size: 13px;
	padding: 0px;
	margin: 0 0 3px 0;
}
footer.site-footer ul.menu {
	margin: 5px 0 0 0;
}
footer.site-footer ul.menu li {
	float:left;
	list-style:none;
}
footer.site-footer ul.menu a {
	padding: 0px 10px 0 0;
	color:#000;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
}
footer.site-footer .span6 {
	font-size: 13px;
	font-family: Arial;
	position: relative;
}
footer.site-footer .span2 a {
	text-decoration: none;
	color:#505050;
}
footer.site-footer .span6 p {
	clear:both;
}
footer.site-footer #facebook {
	display: block;
	background: url('img/facebook.png');
	position: absolute;
	width:154px;
	height:30px;
	right: 16px;
	top: -20px;
}
/* end footer */

/* begin page */

.entry-header h1 {
	background: url('img/h1.png') no-repeat bottom right;
	height: 28px;
	margin: 51px 0 0 0;
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #000;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 26px;
	padding: 0 0 0 5px;
}

.events-archive .entry-content, .events-archive .entry-header {
	width: 100%;
}

#primary.content-area article {
	min-height: 200px;
}

article .span5 .entry-thumbnail {
	margin: 20px 0 0 0;
	background-color: #bf6126;

}

article .span5 .entry-thumbnail span {
	color:#fff;
	padding: 5px 8px;
	display: block;
	line-height: 18px;
	font-size: 17px;
}

article .span5 .entry-thumbnail-bottom {
	display: block;
	width: 100%;
	height:2px;
	background-color: #ebebeb;
	margin: 12px 0 0 0;
}

article h2 { 
	font-weight: bold;
	color:#000;
}


.navigation {
	padding-top: 10px;
}

/* end page */

/* begin subnav */
#secondary ul.menu li {
	list-style: none;
	padding: 0px;
}
#secondary ul.menu > li, #secondary ul.menu > li > a {
	display: none;
}

#secondary ul.menu > li.current-menu-item, #secondary ul.menu > li.current-menu-ancestor {
	display: block;
}
#secondary ul.menu {
	background-color:#bf6126;
	padding: 0px;
	margin: 50px 0 0 0;
	border-bottom: 4px solid #fff;
}
#secondary .menu-navigation-container {
	border-bottom: 4px solid #834d2b;
	margin: 0 0 30px 0;
}
#secondary ul ul {
	margin: 0px;
}
#secondary ul.menu a {
	font-family: "futura-pt",sans-serif;
	color:#fff;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	text-transform: none;
	padding: 5px 10px;
	line-height: 18px;
	display: block;
}
#secondary ul.menu a:hover {
	color:#000;
	background-color: #ff9e00;
}

#secondary ul.menu ul ul a {
	font-size: 13px;
	text-transform: uppercase;
	background: url('img/subnav-bullet-brown.png') no-repeat 11px 5px;
	padding: 0 0 0 23px
}
#secondary ul.menu > li > ul.sub-menu {
	padding: 7px 0 10px 0;
}
#secondary ul.menu > li > ul.sub-menu ul.sub-menu {
	padding: 4px 0 1px 0;
}
#secondary ul.menu .sub-menu li {

}
/* end subnav */

/* begin gallery */

.post-single .shadow {
	border: 5px solid #fff;
	max-width: 560px;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(000, 000, 000, .15);
	box-shadow: 0px 0px 3px 2px rgba(000, 000, 000, .15);
	-webkit-box-shadow: 0px 1px 3px 2px rgba(000, 000, 000, .15);
	box-shadow: 0px 1px 3px 2px rgba(000, 000, 000, .15);
}

.post-single-gallery {
	position: relative;
	display: block;
	float: left;
	margin: 0 54px 40px 0;
}

.post-single-gallery.last {
	margin: 0 0 40px 0;
}

.post-single-gallery img {
	-webkit-box-shadow:  0px 0px 2px 2px #d1d1d1;
    box-shadow:  0px 0px 2px 2px #d1d1d1;
	padding: 7px;
}

.post-gallery {
	display: none;
}

.edit-link-gallery a {
	display: block;
	position: absolute;
	top: 14px;
	left: 14px;
	background-color:#966335;
	color:#fff;
	font-size: 14px;
	padding: 3px;
	text-decoration: none;
}

.gallery-open {
	float:left;
	display: inline-block; 
	padding: 9px 0 0 9px;
	text-align: center;
	font-family: "franklin-gothic-urw-comp",sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#000;
	font-size: 27px;
	text-transform: uppercase;
	line-height:16px;
	text-decoration: none;
}

.gallery-open:hover {
	text-decoration: none;
	color:#000;
}

.fancybox-title {
	display: none;
}

#fancybox-thumbs ul li.active {
	border: 0px;
}

#fancybox-thumbs ul li a {
	border:0px;
	margin: 0 20px 0 0;
}

#fancybox-thumbs.bottom {
bottom: 16px;
}

/* end gallery */

/* begin leadership */

.post-single .shadow {
	border: 5px solid #fff;
	max-width: 560px;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(000, 000, 000, .15);
	box-shadow: 0px 0px 3px 2px rgba(000, 000, 000, .15);
	-webkit-box-shadow: 0px 1px 3px 2px rgba(000, 000, 000, .15);
	box-shadow: 0px 1px 3px 2px rgba(000, 000, 000, .15);
}

.post-single-leadership {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 40px 0;
}

.post-single-leadership.last {
	margin: 0 0 40px 0;
}

.post-single-leadership img {
	padding: 0px;
}

.post-leadership {
	display: none;
}

.edit-link-leadership a {
	display: block;
	position: absolute;
	top: 14px;
	left: 14px;
	background-color:#966335;
	color:#fff;
	font-size: 14px;
	padding: 3px;
	text-decoration: none;
}

.leadership-open img {
	padding: 0px;
	width:233px;
	height: 217px;
	background-color: #ececec;
}

.leadership-open {
	float:left;
	display: inline-block; 
	font-family: Arial;
	font-style: normal;
	color:#fff;
	font-size: 16px;
	line-height:16px;
	text-decoration: none;
	background-color: #bf6126;
	height: 284px;
}

.leadership-open h2 {
	color:#fff;
	padding: 4px 10px 0px 10px;
	margin: 0px;
	line-height: 19px;
	font-weight: normal;
}

.leadership-open h3 {
	color:#fff;
	padding: 0 10px 7px 10px;
	margin: 0px;
	line-height: 19px;
}

.leadership-open:hover {
	color:#fff;
	text-decoration: none;
}

/* end leadership */

/* begin bulletins */
.post-single-bulletin {
	text-align: center;
	margin: 0 0 10px 0;
	position: relative;
}

.post-single-bulletin.color1 {
	background-color: #828d28;
}

.post-single-bulletin.color2 {
	background-color: #925935;
}

.post-single-bulletin.color3 {
	background-color: #bf6126;
}

.post-single-bulletin.color4 {
	background-color: #7a3f1b;
}

.post-single-bulletin.color5 {
	background-color: #58610d;
}

.post-single-bulletin a.file {
	width: 100%;
	display: block;
	padding: 30px 0px;
	text-decoration: none;
	font-family: "franklin-gothic-urw-comp",sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#fff;
	font-size: 27px;
	text-transform: uppercase;
	-webkit-transition-property:color, background; 
	-webkit-transition-duration: .2s, .2s; 
	-webkit-transition-timing-function: linear, ease-in;
}

.post-single-bulletin a.file:hover {
	background-color: #ececec;
	color:#000;
}

/* end bulletins */

/* begin sidebar resources */

#sidebar-resources {
	border-left: 3px solid #ebebeb;
	padding: 0 0 0 18px;
}
#sidebar-resources h3 {
	font-family: "franklin-gothic-urw-comp",sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #828d28;
	border-right: 6px #555e09 solid;
	padding: 1px 3px;
	margin: 0px 0px 6px 0px;
	line-height: 17px;
}
#sidebar-resources ul {
	margin: 13px 0px;
	padding: 0px;
}
#sidebar-resources li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar-resources li a {
	color:#000;
	text-decoration: none;
	font-family: Arial;
	margin: 9px 0 9px 0;
	display: block;
}
span.date {
	color:#6e6e6e;
	font-size: 13px;
}
/* end sidebar resources */

/* being sermons */
.post-single-sermon {
	border-bottom: 3px solid #ebebeb;
	padding: 20px 0 0 0;
	position: relative;
}

.post-single-sermon .links {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 12px 36px;
}

.post-single-sermon:first-child {
	padding: 0px;
}

.post-single-sermon h2 {
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
}

.post-single-sermon h2 .edit-link  {
	font-size: 20px; 
	padding: 0 0 0 20px;
	text-transform: uppercase;
}

.post-single-sermon .post-single-sermon-header a {
	color:#000;
	text-decoration: none;
}

.post-single-sermon .date {
	color:#6e6e6e;
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	text-transform: uppercase;
}

.post-single-sermon a.download {
	color:#444444;
	background:url('img/download.png') no-repeat center left;
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 0 0 25px;
	margin: 0 40px 40px 0;
	display: inline-block;
}

.post-single-sermon a.listen {
	color:#444444;
	background:url('img/listen.png') no-repeat center left;
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 0 0 25px;
	margin: 0 40px 40px 0;
	display: inline-block;
}

.post-single-sermon a.message_transcript {
	color:#444444;
	background:url('img/transcript.png') no-repeat center left;
	font-family: "futura-pt-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 0 0 25px;
	margin: 0 40px 40px 0;
	display: inline-block;
}

.post-single-sermon .links a {
	margin: 0px;
	display: block;
}


/* end sermons */


@media (min-width: 1px) and (max-width: 1200px) { 
  body {
  	width:1000px;
  }
  nav.site-navigation ul {
  	padding: 0 0 0 26px;
  }

  nav.site-navigation a {
  	padding: 4px 34px;
  	font-size: 24px;
  }
  #footer-color {
  	background-size: 100%;
  	width: 1000px;

  }
  footer.site-footer h2 {
  	font-size: 17px;
  }
  .leadership-open img {
  	width: 194px;
  	height: 191px;
  }
  .gallery-open {
  	width: 226px;
  }
  body.home .row-fluid .span4 {
  	width: 38.224894%;
  }
  body.home .row-fluid .span8 {
  width: 58.897447%;
  }
}


