/*
Theme Name: MILWIT
Description: A theme developed for MILWIT
Author: Marc Ramsperger
Template: toolbox
*/

/* Import the Toolbox stylesheet (UNCOMMENT TO IMPORT) */
/* @import url(../toolbox/style.css); */
/* @import url(styles/reset.css); */
/* @import url(styles/21px.css); */

/*------------------------------------*\
	GENERAL
\*------------------------------------*/


body {
	background: #FFFFFF;
	background-image: url('images/american-flag-istock_mini.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #333333;
	font-size: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.5;
	margin: 0;
}

#page {
	margin: 0 auto;
}

h1, h2, h3, h4 {
	color: #272B2B;
	font-family: 'Oswald', sans-serif;
	font-size: 100%;
	font-weight: 100;
	margin: 0;
}

h1 {
	font-size: 2em;
	line-height: 48px;
	margin: 0 0 24px;
}

h2 {
	font-size: 1.125em;
	line-height: 24px;
	margin: 0 0 24px;
}

h3 {
	font-size: 1em;
	line-height: 24px;
	text-transform: uppercase;
}

p, ul, ol {
	margin: 0 0 24px;
}

ul {
	list-style-type: square;
	padding-left: 28px;
}

ul li {/* space between each item */
	mlargin-top: 6px;
}

#dashboard-widgets .custom_help_widget ul {
	list-style-type: square !important;
	padding-left: 28px !important;
}

a {
	color: #AB1625;
	border-bottom: 1px solid #AB1625;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #8D000D;
	color: #8D000D;
}

a.no-link,
.no-link a {
	border-bottom: none;
	pointer-events: none;
	cursor: default;
}

a img {
	border: none;
}

.button {
	border-radius: 3px;
	float: left;
	font-size: .9em;
	line-height: 24px;
	padding: 0 1em;
	text-decoration: none;
}

.bold {
	font-weight: 600;
}

.smaller {
	font-size: .8em;
	line-height: 24px;
}

blockquote {
	border-left: 4px solid #AB1625;
	margin: 0 0 24px;
	padding: 0 30px 0 26px;
}

#fancybox-close {
	border-bottom: none;
}

/*------------------------------------*\
	HEADER
\*------------------------------------*/

#header-wrapper {
	background: #ffffff;
	background: rgba(255,255,255,.875);
}

.seal img {
	display: block;
}

#site-title ;

#site-description {
	margin: 0;
}

#site-title a {
	border-bottom: none;
}

/*------------------------------------*\
	PRIMARY NAVIGATION
\*------------------------------------*/

#access ul,
#footer-menu ul {
	list-style: none; /* TOOLBOX DEFAULT */
	margin: 0; /* TOOLBOX DEFAULT */
	padding-left: 0; /* TOOLBOX DEFAULT */
}

#access li,
#footer-menu li {
	text-align: center;
	text-transform: uppercase;
}

#access a {
	border-bottom: none;
}

/* Text meant only for screen readers */

.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* FOR MOBILE MENUS */

#menu-icon {
	display: none;
	visibility: hidden;
}

/*------------------------------------*\
	MAIN CONTENT
\*------------------------------------*/

.affiliations {
	color: #888888;
}

#calendar article {
	background: #FFFFFF;
}

#calendar article:nth-child(odd) {
	background: rgba(0,0,0,.075);
}

.display-logged-in {
	display: none;
}

.edit-link {
	display: none;
}

.gallery-item {
	height: 24px;
	margin: 0;
}

.gallery-item br {
	display: none;
}

.home .entry-title {
	display: none;
}

#home-buckets .bookings-sidebar h3 {
	border-bottom: 4px solid #AB1625;
}

#home-buckets .latest-news-sidebar {
	background: #184D68;
	color: #FFFFFF;
	text-shadow: 1px 1px rgba(0,0,0,.3125);
}

#home-buckets .latest-news-sidebar h3 {
	border-bottom: 4px solid #477A92;
	color: #FFFFFF;
}

#home-buckets .latest-news-sidebar a {
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	tlext-decoration: underline;
}

#home-buckets .membership-sidebar h3 {
	border-bottom: 4px solid #AB1625;
}

#home-photos .gallery-title {
	display: none;
}

#home-photos .ngg-gallery-thumbnail-box:nth-child(odd) img {
	transform: rotate(-1.5deg);
}

#home-photos .ngg-gallery-thumbnail-box:nth-child(even) img {
	transform: rotate(1.5deg);
}

#home-photos .ngg-gallery-thumbnail-box:nth-child(n+4) {
	display: none;
}

.home-photo {
	background: rgba(0,0,0,.5);
	box-shadow: 2px 2px 12px rgba(0,0,0,.35);
	margin: 0 0 24px;
}

.home-photo-1 {
	background-image: url('images/home-photo-1.jpg');
	background-size: cover;
	transform: rotate(-1.5deg);
}

.home-photo-2 {
	background-image: url('images/home-photo-2.jpg');
	background-size: cover;
	transform: rotate(1.5deg);
}

.home-photo-3 {
	background-image: url('images/home-photo-3.jpg');
	background-size: cover;
	transform: rotate(-1.5deg);
}

.knot-divider {
	border-bottom: 4px solid #184D68;
	height: 10px;
	margin: 0 0 34px;
	width: 100%;
}

.links-disclaimer {
	background: #184d68;
	border-left: 4px solid #AB1625;
	color: #C5D2D9;
	margin: 0 0 36px 0;
	padding: 6px 20px 6px 16px;
}

.links-disclaimer a {
	color: #ffffff;
}

.links-disclaimer a:hover {
	color: #AB1625;
}

.logged-in .display-logged-in {
	display: block;
}

.logged-in .display-logged-in a {
	background: #AB1625;
	border-radius: 3px;
	color: #FFFFFF !important;
	display: inline-block;
	line-height: 36px;
	margin: 6px 8px 6px 0;
	padding: 0 10px 0 10px;
	text-shadow: 1px 1px rgba(0,0,0,.5);
}

.logged-in .display-logged-in a:hover {
	background: #8D000D;
	color: #FFFFFF !important;
}

#main {
	background: rgba(255,255,255,.95);
}

.membership {
	margin: 0 0 24px;
}

.memorial-date {
	color: #184D68;
	font-size: .8em;
	line-height: 24px;
	margin: 0;
	text-transform: uppercase;
}

.memorial-name {
	margin: 0 0 6px;
}

.more-link {
	font-style: italic;
}

.music-filter {
	background: #E9E9E9;
	border-left: 4px solid #AB1625;
	margin: 0 0 36px 0;
	padding: 6px 20px 6px 16px;
}

#nav-above {
	display: none;
}

#nav-below {
	font-size: .9em;
	font-style: italic;
	line-height: 24px;
	margin: 24px 0;
}

#officers {
	margin: 0;
	padding: 0;
}

#officers article {
	border-bottom: 2px dotted #184D68;
	margin: 0 0 22px;
}

#officers .entry-utility {
	margin: 0;
}

#officers .entry-utility-memorial {
	margin: 0 0 18px;
}

.officer-role {
	font-size: .8em;
	line-height: 24px;
	margin: 0;
	text-transform: uppercase;
}

.officer-role a {
	color: #184D68;
}

.page-id-67 .entry-title,
.page-id-215 .entry-title {
	display: none;
}

.page-template-band-officers-php .post-123 {
	display: none;
}

.position-type {
	margin: 0 0 24px;
}

.position-type-name {
	border-bottom: 4px solid #184D68;
	color: 	#272B2B;
	font-family: 'Oswald', sans-serif;
	line-height: 28px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.position-type-subname {
	border-bottom: 2px dotted #AB1625;
	color: 	#AB1625;
	font-family: 'Oswald', sans-serif;
	line-height: 24px;
	margin-bottom: 22px;
}

.single-memorials .entry-title {
	margin: 0;
}

.single-memorials .entry-utility {
	margin: 0 0 24px;
}

.top-of-page {
	display: block;
	margin: 12px 0 36px;
}

.widget {
	border-radius: 3px;
	font-size: .9em;
	line-height: 24px;
}

.widget p:last-child {
	margin: 0;
}

/*------------------------------------*\
	SIDEBAR
\*------------------------------------*/

.members-only-sidebar {
	padding: 0;
}

.members-only-sidebar h3 {
	border-bottom: 4px solid #36909B;
}

#secondary h3 {
	border-bottom: 4px solid #184D68;
	font-size: 1.25em;
	line-height: 30px;
	margin: 18px 0 20px 0;
}

#secondary .widget {
	padding: 0 0 24px 0;
}


/*------------------------------------*\
	FOOTER
\*------------------------------------*/

#footer-credits { 
	background: #272B2B;
	color: #D2D7D9;
	text-align: center;
}

#footer-credits a {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer-menu a {
	border-bottom: none;
}

/*------------------------------------*\
	GALLERY
\*------------------------------------*/

.fancybox-close {
	border-bottom: none;
}

.fancybox-close:hover {
	border-bottom: none;
}

.fancybox-skin {
	border-radius: 0;
}

.gallery-title {
	color: #163C41;
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.ngg-album {
	border: none !important;
	overflow: visible !important;
	padding: 0 !important;
}

.ngg-albumtitle {
	border-bottom: 4px solid #184D68;
	font-family: 'Oswald', sans-serif;
	font-size: 1.125em;
	margin: 0 0 18px;
	padding: 0 0 2px;
	text-transform: uppercase;
}

.ngg-albumtitle a {
	border-bottom: none;
}

.ngg-description {
	color: #999999;
	font-size: .75em;
	height: 48px;
	line-height: 24px;
	padding: 12px 0;
	text-align: right;
}

.ngg-galleryoverview {
	overflow: visible;
}

.ngg-thumbnail {
	float: none;
}

.ngg-gallery-thumbnail img,
.ngg-thumbnail img {
	box-shadow: 2px 2px 12px rgba(0,0,0,.35);
	padding: 0;
}

.ngg-gallery-thumbnail a {
	border-bottom: none;
}

/*------------------------------------*\
	FORMS
\*------------------------------------*/

#searchform #s {
	border: 1px solid #555555;
	border-radius: 3px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	padding: 4px 6px;
	margin-right: 20px;
}

#searchform #searchsubmit {
	background: #FF6E00;
	background: -webkit-linear-gradient(#FF6E00, #B24D00); /* For Safari */
	background: -o-linear-gradient(#FF6E00, #B24D00); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FF6E00, #B24D00); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FF6E00, #B24D00); /* Standard syntax */
	border: none;
	border-radius: 3px;
	color: #FFFFFF !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14.4px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px 0 10px;
	text-shadow: 1px 1px rgba(0,0,0,.5);
}

.wpcf7 p {
	margin: 0 0 15px;
}

.wpcf7-form {
	background: #E9E9E9;
	border-left: 4px solid #AB1625;
	margin: 0 0 24px;
}

.wpcf7-submit {
	background: #AB1625;
	border: none;
	border-radius: 3px;
	color: #FFFFFF !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14.4px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px 0 10px;
	text-shadow: 1px 1px rgba(0,0,0,.5);
}

.wpcf7-text {
	border: 1px solid #555555;
	border-radius: 3px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	padding: 4px 6px;
}

.wpcf7-textarea {
	border: 1px solid #555555;
	border-radius: 3px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	padding: 4px 6px;
	height: 116px;
}

div.wpcf7-mail-sent-ok {
	background: rgba(46, 204, 64, 0.35);
	border: none;
}

div.wpcf7-response-output {
	border-radius: 3px;
	margin: 0 0 24px;
	padding: 12px 0;
	text-align: center;
}

div.wpcf7-validation-errors {
	background: rgba(255, 220, 0, 0.35);
	border: none;
}

#wpmem_login fieldset {
	background: #DEE7E8;
	border: none;
	border-left: 4px solid #36909B;
	padding: 24px 18px 24px 14px;
	margin: 0 0 24px;
}

#wpmem_login legend {
	display: none;
}

#wpmem_login .div_text {
	margin: 0 0 12px;
}

#wpmem_login .div_text input {
	background: #FFFFFF;
	border: 1px solid #555555;
	border-radius: 3px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	padding: 4px 6px;
}

#wpmem_login .button_div {
	height: 48px;
}

#wpmem_login .buttons {
	background: #AB1625;
	border: none;
	border-radius: 3px;
	color: #FFFFFF !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14.4px;
	line-height: 32px;
	padding: 0 10px 0 10px;
	text-shadow: 1px 1px rgba(0,0,0,.5);
}

#wpmem_login .buttons:hover,
.wpcf7-submit:hover {
	background: #8D000D;
	color: #FFFFFF !important;
	cursor: pointer;
}

#wpmem_msg {
	background: rgba(255, 220, 0, 0.35);
	border-radius: 3px;
	margin: 0 0 24px;
	padding: 12px 0;
}

#wpmem_msg p {
	margin: 0;
}

/*------------------------------------*\
	MEDIA QUERIES
\*------------------------------------*/

/* Maximum width of 767 pixels. */
@media screen and (max-width: 767px) {

	body {
		font-size: .9em;
		line-height: 24px;
	}

	#access {
		background: #184D68;
		display: none;
		float: left;
		width: 320px;
	}

	#access a {
		color: rgba(255,255,255,.75);
		display: block;
		line-height: 36px;
	}

	#access li:nth-child(even) {
		background: rgba(0,0,0,.1);
	}

	#access a:hover {
		color: #FFFFFF;
	}

	#calendar {
		border-top: 1px solid rgba(0,0,0,.5);
		margin: 11px 0 12px 0;
	}

	#calendar article {
		border-bottom: 1px solid rgba(0,0,0,.5);
		padding: 12px 10px 11px 10px;
	}

	#calendar .event-title {
		font-weight: 600;
	}

	#calendar .event-number {
		color: #777777;
		font-size: .85em;
		line-height: 24px;
	}

	.display-large-format {
		display: none;
	}

	.entry-title {
		font-size: 140%;
		line-height: 24px;
		margin: 0 0 24px;
	}

	#footer-credits {
		border-top: 12px solid #184D68;
		font-size: .8em;
		line-height: 24px;
		padding: 12px 20px;
	}

	#footer-menu {
		display: none;
	}

	#header-right {
		display: none;
	}

	#header-wrapper {
		border-bottom: 12px solid #184D68;
		padding: 12px 0 0;
		height: 72px;
	}

	hgroup {
		float: left;
		height: 72px;
		padding: 0 0 0 8px;
		width: 264px;
	}

	#home-buckets h3 {
		font-size: 1.5em;
		line-height: 36px;
		margin: 0 0 20px;
	}

	#home-photos .ngg-gallery-thumbnail-box:nth-child(2),
	#home-photos .ngg-gallery-thumbnail-box:nth-child(3) {
		display: none;		
	}

	.home-photo {
		border: 10px solid #FFFFFF;
		height: 148px;
		margin: 0 0 24px;
	}

	.home-photo-2,
	.home-photo-3 {
		display: none;
	}

	#main {
		background-size: 320px 24px;
		clear: both;
		padding: 24px 40px;
		width: 240px;		
	}

	.page-template-members-only-php #main {
		border: 12px solid rgba(233,159,0,0.5);
		padding: 24px 28px;
	}

	#mobile-menu {
		background: url("images/mobile-menu-icon@2x.png");
		background-size: 32px 32px;
		cursor: pointer;
		height: 32px;
		margin: 0 auto;
		width: 32px;
		visibility: visible;
 	}

	#mobile-menu-wrapper {
		float: right;
		height: 32px;
		margin: 12px 0 0;
		padding: 8px;
		width: 32px;
	}

	#motto {
		font-size: .8em;
		font-weight: 600;
		line-height: 24px;
		margin: 0;
		text-align: center;
	}

	#motto .latin {
		font-style: italic;
	}

	.ngg-gallery-thumbnail a {
		display: block;
		height: 216px;
	}

	.ngg-thumbnail a {
		display: block;
		height: 168px;
	}

	.ngg-gallery-thumbnail img,
	.ngg-thumbnail img {
		border: 14px solid #FFFFFF;
		height: 164px;	
		margin: 0;
		width: 212px;
	}

	.officer-photo img {
		float: left;
		height: 132px;
		padding: 0 12px 12px 0;
		width: auto;
	}

	#page {
		width: 320px;
	}

	.page-template-home-page-php .widget {
		padding: 12px 12px;
		margin: 0 0 12px;
	}

	#searchform #s {
		margin-bottom: 24px;
		width: 228px;
	}

	#site-title img {
		height: 72px;
		width: auto;
	}

	.widget {
		margin: 0 0 12px;
	}

	.wpcf7-form {
		padding: 12px 16px;
	}

	.wpcf7-text,
	.wpcf7-textarea {
		width: 188px;
	}

	#wpmem_login .div_text input {
		width: 94%;
	}

}

/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {

	body {
		font-size: .9em;
		line-height: 24px;
	}

	#access {
		background: #184D68;
		background: -webkit-linear-gradient(#2B617B, #184D68); /* For Safari */
		background: -o-linear-gradient(#2B617B, #184D68); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#2B617B, #184D68); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#2B617B, #184D68); /* Standard syntax */
		display: block; /* TOOLBOX DEFAULT */
		float: left; /* TOOLBOX DEFAULT */
		margin: 0 auto;
		width: 100%; /* TOOLBOX DEFAULT */
	}


	#footer-menu {
		background: #184D68;
		background: -webkit-linear-gradient(#184D68, #2B617B); /* For Safari */
		background: -o-linear-gradient(#184D68, #2B617B); /* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(#184D68, #2B617B); /* For Firefox 3.6 to 15 */
		background: linear-gradient(#184D68, #2B617B); /* Standard syntax */
		display: block; /* TOOLBOX DEFAULT */
		float: left; /* TOOLBOX DEFAULT */
		height: 48px;
		margin: 0 auto;
		width: 100%; /* TOOLBOX DEFAULT */
	}

	#access ul,
	#footer-menu ul {
		margin: 0 auto;
		width: 690px;
	}

	#access li,
	#footer-menu li {
		float: left; /* TOOLBOX DEFAULT */
		position: relative; /* TOOLBOX DEFAULT */
	}

	#access a,
	#footer-menu a {
		border-radius: 3px;
		color: #FFFFFF;
		display: block; /* TOOLBOX DEFAULT */
		font-size: 14.4px;
		line-height: 32px;
		margin: 8px 15px 8px 0;
		padding: 0 10px 0 10px;
		text-decoration: none; /* TOOLBOX DEFAULT */
		text-shadow: 1px 1px rgba(0,0,0,.3125);
	}

	#access ul ul,
	#footer-menu ul ul {
		box-shadow: 0 3px 3px rgba(0,0,0,0.2); /* TOOLBOX DEFAULT */
		-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); /* TOOLBOX DEFAULT */
		-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2); /* TOOLBOX DEFAULT */
		display: none; /* TOOLBOX DEFAULT */
		float: left; /* TOOLBOX DEFAULT */
		position: absolute; /* TOOLBOX DEFAULT */
		top: 2em; /* TOOLBOX DEFAULT */
		left: 0; /* TOOLBOX DEFAULT */
		z-index: 99999; /* TOOLBOX DEFAULT */
	}

	#access ul ul ul,
	#footer-menu ul ul ul {
		left: 100%; /* TOOLBOX DEFAULT */
		top: 0; /* TOOLBOX DEFAULT */
	}

	#access ul ul a,
	#footer-menu ul ul a {
		background: #dedede; /* TOOLBOX DEFAULT */
		line-height: 1em; /* TOOLBOX DEFAULT */
		padding: .5em .5em .5em 1em; /* TOOLBOX DEFAULT */
		width: 10em; /* TOOLBOX DEFAULT */
		height: auto; /* TOOLBOX DEFAULT */
	}

	#access li:hover > a,
	#access ul ul :hover > a,
	#footer-menu li:hover > a,
	#footer-menu ul ul :hover > a {
		background: #083951;
	}

	#access ul ul a:hover,
	#footer-menu ul ul a:hover {
		background: #cecece; /* TOOLBOX DEFAULT */
	}

	#access ul li:hover > ul,
	#footer-menu ul li:hover > ul {
		display: block; /* TOOLBOX DEFAULT */
	}

	#access .current-menu-item a,
	#footer-menu .current-menu-item a,
	#access .current-menu-item a:hover,
	#footer-menu .current-menu-item a:hover {
		background: #022536;
		color: #FFFFFF;
	}

	#access .login-button a,
	#footer-menu .login-button a {
		background: #AB1625;
    		color: #FFFFFF !important;
	}

	#access .login-button:hover > a,
	#footer-menu .login-button:hover > a {
		background: #8D000D;
    		color: #FFFFFF !important;
	}

	#badge {
		background: rgba(0,0,0,.25);
		background-size: 110px 144px;
		float: left;
		margin: 0 10px 0 39px;
		height: 144px;
		width: 110px;
	}

	#calendar {
		border-collapse: collapse;
		display: table;
		width: 690px;
	}

	#calendar article {
		display: table-row;
		text-align: center;
		width: 690px;
	}

	#calendar article p,
	#calendar-heading p {
		display: table-cell;
		padding: 6px;
		vertical-align: top;
	}

	#calendar-heading {
		background: #184D68;
		color: #FFFFFF;	
		display: table-row;
		text-align: center;
		width: 690px;
	}

	#calendar-heading .event-date,
	#calendar-heading .event-location,
	#calendar-heading .event-number,
	#calendar-heading .event-showtime,
	#calendar-heading .event-title {
		border-right: 1px dotted rgba(255,255,255,.5);
	}

	.display-on-mobile {
		display: none;
	}

	.entry-title {
		font-size: 200%;
		line-height: 48px;
		margin: 0 0 24px;
	}

	.event-number,
	.event-date,
	.event-showtime {
		border-right: 1px dotted rgba(0,0,0,.25);
		width: 59px;
	}

	.event-title {
		border-right: 1px dotted rgba(0,0,0,.25);
		width: 179px;
	}

	.event-location {
		border-right: 1px dotted rgba(0,0,0,.25);
		width: 269px;
	}

	.event-playtime {
		width: 60px;
	}

	#footer-credits {
		float: left;
		font-size: .9em;
		line-height: 24px;
		padding: 24px 0;
		width: 100%;
	}

	hgroup {
		float: left;
		height: 74px;
		margin: 11px 0 11px 39px;
		width: 240px;
	}

	#header-right {
		float: right;
		margin: 12px 39px 0 0;
		text-align: center;
		width: 450px;
	}

	#header-right .join-facebook-button {
		font-size: .9em;
		float: right;
		line-height: 24px;
	}

	#header-right .join-facebook-button img {
		height: 42px;
		margin-top: 6px;
		width: 42px;
	}

	#header-wrapper {
		float: left;
	}

	#home-buckets {
		float: left;
		width: 690px;
	}

	#home-buckets .bookings-sidebar {
		float: left;
		margin: 0 30px 30px 0;
		padding: 12px 0 18px;
		width: 210px;
	}

	#home-buckets .latest-news-sidebar {
		float: left;
		margin: 0 30px 30px 0;
		padding: 12px 15px 18px;
		width: 180px;
	}

	#home-buckets .membership-sidebar {
		float: left;
		margin: 0 0 30px 0;
		padding: 12px 0 18px;
		width: 450px;
	}

	#home-buckets h3 {
		font-size: 1.5em;
		line-height: 36px;
		margin: 0 0 20px;
	}

	#home-photos {
		float: left;
		padding: 0;
		width: 210px;		
	}

	.home-photo {
		border: 8px solid #FFFFFF;
		height: 128px;
	}

	.knot-divider {
		float: left;
	}

	.links-section {
		float: left;
		margin-right: 30px;
		width: 330px;
	}

	#main {
		background-size: 768px 24px;
		float: left;
		padding: 24px 39px;
		width: 690px;	
	}

	.page-template-members-only-php #main {
		border: 24px solid rgba(233,159,0,0.5);
		padding: 24px 15px;
	}

	.members-only-sidebar p {
		font-size: .9em;
		line-height: 24px;
	}

	#mobile-menu-wrapper {
		display: none;
	}

	#motto {
		float: left;
		font-weight: 600;
		margin: 0;
		text-align: center;
		width: 100%;
	}

	#motto .latin {
		font-style: italic;
	}

	.ngg-album {
		float: left;
		height: 288px;
		margin: 0 30px 24px 0;
		width: 210px;
	}

	.ngg-album:nth-child(3n+3) {
		margin: 0 0 24px 0;
	}

	.ngg-thumbnail a {
		display: block;
		height: 144px;
	}

	.ngg-gallery-thumbnail-box {
		float: left;
		height: 192px;
		margin: 0 30px 24px 0;
		width: 210px;
	}

	.ngg-gallery-thumbnail-box:nth-child(3n+3) {
		margin: 0 0 24px 0;
	}

	.ngg-gallery-thumbnail img,
	.ngg-thumbnail img {
		border: 14px solid #FFFFFF;
		height: 140px;	
		margin: 0 0 24px;
		width: 182px;
	}

	#officers article {
		float: left;
		width: 100%;
	}

	.officer-photo {
		float: left;
		max-height: 144px;
	}

	.officer-photo img {
		height: 132px;
		padding: 0 15px 0 0;
		width: auto;
	}

	#page {
		width: 768px;
	}

	.page-template-home-page-php .entry-content {
		float: right;
		padding: 0;
		width: 450px;
	}

	.position-type {
		float: left;
		margin: 0 30px 24px 0;
		width: 210px;
	}

	#primary {
		float: left;
		width: 450px;
	}

	.page-template-home-page-php #primary,
	.page-template-full-width-page-php #primary,
	.page-template-members-php #primary,
	.plage-template-band-officers-php #primary,
	.page-template-memorials-php #primary,
	.plage-template-links-php #primary,
	.page-template-calendar-php #primary,
	.single-memorials #primary {
		width: 690px;
	}

	.seal {
		float: left;
		height: 72px;
		width: 90px;
	}

	.seal img {
		float: right;
		height: 72px;
		width: auto;
	}

	#searchform #s {
		float: left;
		margin-right: 10px;
		width: 60%;
	}

	#searchform #searchsubmit {
		float: left;
	}

	#secondary {
		float: right;
		margin: 0;
		width: 210px;
	}

	#site-title img {
		height: 74px;
		width: 210px;
	}

	.wpcf7-form {
		padding: 24px 27px 24px 26px;
	}

	.wpcf7-text,
	.wpcf7-textarea {
		width: 377px;
	}

	.phone {
		width: 257px;
	}

	#wpmem_login .div_text input {
		width: 50%;
	}

	.second {
		margin-right: 0;
	}

	.fourth {
		margin-right: 0;
	}

}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {

	body {
		font-size: 1em;
		line-height: 24px;
	}

	#access ul,
	#footer-menu ul {
		margin: 0 auto;
		width: 874px;
	}

	#access a,
	#footer-menu a {
		font-size: 16px;
		margin: 8px 23px 8px 0;
		padding: 0 15px;
	}

	#badge {
		margin: 0 42px 0 43px;
	}

	#calendar,
	#calendar article,
	#calendar-heading {
		width: 874px;
	}

	.event-number,
	.event-date,
	.event-showtime {
		width: 75px;
	}

	.event-title {
		width: 227px;
	}

	.event-location {
		width: 341px;
	}

	.event-playtime {
		width: 76px;
	}

	hgroup {
		height: 96px;
		margin: 24px 0 24px 43px;
		width: 342px;
	}

	#header-right {
		margin: 24px 43px 0 0;
		width: 525px;
	}

	#home-buckets {
		float: left;
		width: 874px;
	}

	#home-buckets .bookings-sidebar {
		float: left;
		margin: 0 38px 30px 0;
		width: 266px;
	}

	#home-buckets .latest-news-sidebar {
		float: left;
		margin: 0 38px 30px 0;
		width: 236px;
	}

	#home-buckets .membership-sidebar {
		float: left;
		margin: 0 0 30px;
		width: 570px;
	}

	#home-photos {
		padding: 0;
		width: 266px;		
	}

	#home-photos .ngg-gallery-thumbnail-box {
		height: 216px;
		margin: 0 0 24px;
		width: 266px;
	}

	#home-photos .ngg-gallery-thumbnail img {
		height: auto;
		margin: 0 0 24px;
		width: 242px;
	}

	#home-photos .ngg-gallery-thumbnail-box:nth-child(3) {
		display: none;		
	}

	.home-photo {
		border: 12px solid #FFFFFF;
		height: 168px;
	}

	.links-section {
		margin-right: 38px;
		width: 418px;
	}

	#main {
		padding: 24px 43px;
		pladding: 24px 19px;
		width: 874px;
	}

	.page-template-members-only-php #main {
		padding: 24px 19px;
	}

	.ngg-album {
		height: 264px;
		margin: 0 38px 24px 0;
		width: 190px;
	}

	.ngg-album:nth-child(3n+3) {
		margin: 0 38px 24px 0;
	}

	.ngg-album:nth-child(4n+4) {
		margin: 0 0 24px 0;
	}

	.ngg-thumbnail a {
		display: block;
		height: 120px;
	}

	.ngg-gallery-thumbnail-box {
		float: left;
		height: 168px;
		margin: 0 38px 24px 0;
		width: 190px;
	}

	.ngg-gallery-thumbnail-box:nth-child(3n+3) {
		margin: 0 38px 24px 0;
	}

	.ngg-gallery-thumbnail-box:nth-child(4n+4) {
		margin: 0 0 24px 0;
	}

	.ngg-gallery-thumbnail img,
	.ngg-thumbnail img {
		border: 12px solid #FFFFFF;
		height: 120px;	
		margin: 0 0 24px;
		width: 166px;
	}

	.officer-photo {
		max-height: 192px;
	}

	.officer-photo img {
		height: 168px;
		padding: 0 18px 0 0;
		width: auto;
	}

	#page {
		width: 960px;
	}

	.page-template-home-page-php .entry-content {
		width: 570px;
	}

	.position-type {
		margin: 0 38px 24px 0;
		width: 266px;
	}

	#primary {
		width: 570px;
	}

	.page-template-home-page-php #primary,
	.page-template-full-width-page-php #primary,
	.page-template-members-php #primary,
	.plage-template-band-officers-php #primary,
	.page-template-memorials-php #primary,
	.page-template-calendar-php #primary,
	.plage-template-links-php #primary,
	.single-memorials #primary {
		width: 874px;
	}

	.seal {
		height: 96px;
		width: 105px;
	}

	.seal img {
		height: 96px;
	}

	#secondary {
		width: 266px;
	}

	#site-title a img {
		height: 96px;
		width: auto;
	}

	.wpcf7-form {
		padding: 24px 35px 24px 34px;
	}

	.wpcf7-text,
	.wpcf7-textarea {
		width: 481px;
	}

	.phone {
		width: 329px;
	}

	.second {
		margin-right: 0;
	}

	.fourth {
		margin-right: 0;
	}

}

/* Minimum width of 1200 pixels. */
@media screen and (min-width: 1200px) {

	#access ul,
	#footer-menu ul {
		margin: 0 auto;
		width: 1104px;
	}

	#access a,
	#footer-menu a {
		margin: 8px 55px 8px 0;
	}


	#badge {
		margin: 0 82px 0 48px;
	}

	#calendar,
	#calendar article,
	#calendar-heading {
		width: 1104px;
	}

	.event-number,
	.event-date,
	.event-showtime {
		width: 95px;
	}

	.event-title {
		width: 287px;
	}

	.event-location {
		width: 431px;
	}

	.event-playtime {
		width: 96px;
	}

	hgroup {
		height: 120px;
		margin: 12px 0 12px 48px;
		width: 432px;
	}

	#header-right {
		margin: 24px 48px 0 0;
		width: 620px;
	}

	#home-buckets {
		float: left;
		width: 1104px;
	}

	#home-buckets .bookings-sidebar {
		float: left;
		margin: 0 48px 30px 0;
		width: 336px;
	}

	#home-buckets .latest-news-sidebar {
		float: left;
		margin: 0 48px 30px 0;
		width: 306px;
	}

	#home-buckets .membership-sidebar {
		float: left;
		margin: 0 0 30px;
		width: 720px;
	}

	#home-photos {
		width: 336px;		
	}

	#home-photos .ngg-gallery-thumbnail-box {
		height: 264px;
		margin: 0 0 24px;
		width: 336px;
	}

	#home-photos .ngg-gallery-thumbnail img {
		height: auto;
		margin: 0 0 24px;
		width: 308px;
	}

	#home-photos .ngg-gallery-thumbnail-box:nth-child(3) {
		display: none;		
	}

	.home-photo {
		border: 14px solid #FFFFFF;
		height: 212px;
	}

	.home-photo-3 {
		display: none;
	}

	.links-section {
		margin-right: 48px;
		width: 528px;
	}

	#main {
		background-size: 1200px 24px;
		padding: 24px 48px;
		width: 1104px;	
	}

	.page-template-members-only-php #main {
		padding: 24px 24px;
	}

	.ngg-album {
		margin: 0 48px 24px 0;
		height: 312px;
		width: 240px;
	}

	.ngg-album:nth-child(3n+3) {
		margin: 0 48px 24px 0;
	}

	.ngg-album:nth-child(4n+4) {
		margin: 0 0 24px 0;
	}

	.ngg-thumbnail a {
		display: block;
		height: 168px;
	}

	.ngg-gallery-thumbnail-box {
		float: left;
		height: 192px;
		margin: 0 48px 24px 0;
		width: 240px;
	}

	.ngg-gallery-thumbnail-box:nth-child(3n+3) {
		margin: 0 48px 24px 0;
	}

	.ngg-gallery-thumbnail-box:nth-child(4n+4) {
		margin: 0 0 24px 0;
	}

	.ngg-gallery-thumbnail img,
	.ngg-thumbnail img {
		border: 14px solid #FFFFFF;
		height: 164px;	
		margin: 0 0 24px;
		width: 212px;
	}

	.officer-photo {
		max-height: 216px;
	}

	.officer-photo img {
		height: 192px;
		padding: 0 24px 0 0;
		width: auto;
	}

	#page {
		width: 1200px;
	}

	.page-template-home-page-php .entry-content {
		width: 720px;
	}

	.position-type {
		margin: 0 48px 24px 0;
		width: 336px;
	}

	#primary {
		width: 720px;
	}

	.page-template-home-page-php #primary,
	.page-template-full-width-page-php #primary,
	.page-template-members-php #primary,
	.plage-template-band-officers-php #primary,
	.page-template-memorials-php #primary,
	.page-template-calendar-php #primary,
	.plage-template-links-php #primary,
	.single-memorials #primary {
		width: 1104px;
	}

	.seal {
		height: 96px;
		width: 124px;
	}

	.seal img {
		height: 96px;
	}

	#secondary {
		width: 336px;
	}

	#site-title a img {
		height: 120px;
	}

	.wpcf7-form {
		padding: 48px 45px 48px 44px;
	}

	.wpcf7-text,
	.wpcf7-textarea {
		width: 611px;
	}

	.phone {
		width: 419px;
	}

	.second {
		margin-right: 0;
	}

	.fourth {
		margin-right: 0;
	}

}

.add-margin {
	margin-bottom: 24px;
}

.clear {
	clear: both;
}

.last,
.last a {
	margin-right: 0 !important;
}

.no-margin {
	margin: 0;
}