/************************
Goldfields Brass Band

#800000  maroon
#5c0000  dark maroon
#efa898  pale maroon

#ffd700  gold
#7d6500  dark gold
#fff09e  pale gold
#fffad1	 paler gold

#086788  blue
************************/

/************************
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
************************/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/************************
Basic page layout
************************/

body
{
	color: #000;
	background: #fff;
	font-family: Source Sans Pro, sans-serif;
}

header
{
	color: #ffd700;
	background: #800000;
	font-family: Lora, serif;
	text-align: center;
	line-height: 35px;
	padding-top: 70px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 
		inset 0 2px 3px rgba(255,255,255,0.3),
		inset 0 -2px 3px rgba(0,0,0,0.3),
		0 1px 1px rgba(255,255,255,0.9);
	z-index: 4;
}
header img
{
	display: block;
	width: 60px;
	position: absolute;
	top: 6px;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 2;
}
h1
{
	color: #ffd700;
	background: #800000;
	font-family: Lora, serif;
	font-size: 1.44em;
	line-height: 35px;
}

#content
{
	color: #000;
	background: #fff09e;
	padding: 1em 1.5em;
	line-height: 120%;
	position: relative;
}

footer
{
	clear: both;
	color: #ffd700;
	background: #800000;
	text-align: right;
	padding: 5px 10px;
	margin: 0;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 
		inset 0 2px 3px rgba(255,255,255,0.3),
		inset 0 -2px 3px rgba(0,0,0,0.3),
		0 1px 1px rgba(255,255,255,0.9);
}
footer p
{
	color: #ffd700;
	background: #800000;
	font-family: Work Sans, sans-serif;
	font-size: 0.69em;
	font-weight: normal;
	line-height: 207%;
	max-width: 100%;
	margin: 0;
}

@media (min-width: 615px)
{
	header
	{
		padding-top: 35px;
		padding-left: 275px;
		text-align: left;
	}
	header img
	{
		width: 115px;
		top: 12px;
		left: 6.5em;
	}
	header:before
	{
		position: absolute;
		height: 119px;
		width: 119px;
		top: 10px;
		left: 6.5em;
		margin-right: -50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		z-index: 1;
		content: '';
		display: block;
		margin: 0;
		padding: 0;
		line-height: 0;
		border: none;
		background: #800000;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		border-radius: 100px;
	}

	#content
	{
		min-height: 25em;
		border-left: 13em solid #fff;
		-webkit-box-shadow: inset 3px 0px 3px -1px rgba(0,0,0,0.3);
		-moz-box-shadow: inset 3px 0px 3px -1px rgba(0,0,0,0.3);
		box-shadow: inset 3px 0px 3px -1px rgba(0,0,0,0.3);
	}
}

/************************
Content styles
************************/

h2
{
	color: #000;
	font-family: Lora, serif;
	font-size: 1.2em;
	line-height: 120%;
	margin-bottom: 0.75em;
}

h3
{
	color: #000;
	font-family: Work Sans, sans-serif;
	font-size: 1em;
	line-height: 120%;
	margin-top: 1em;
	margin-bottom: 0.5em;
	clear: both;
	font-weight: bolder;
}

#content p
{
	max-width: 37em;
	line-height: 120%;
	margin-bottom: 0.75em;
}
#content p.footnote {
	font-size: 0.83em;
	text-align: right;
	max-width: 95%;
	clear: both;
}


ul
{
	list-style: disc;
	margin-left: 2em;
	margin-bottom: 1em;
	line-height: 120%;
}
li
{
	margin-bottom: 0.25em;
}

dl
{
	margin-bottom: 1em;
	line-height: 120%;
}
dt
{
	font-weight: bolder;
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0.25em;
}
dd
{
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0.25em;
}


a:link
{
	color: #800000;
}
a:visited
{
	color: #5c0000;
}
a:hover
{
	color: #086788;
}

.highlight
{
	color: #000000;
	background: #fffad1;
	border: 1px solid #800000;
	padding: 0.5em 0.25em;
	text-align: center;
}

div.notice
{
	color: #000000;
	background: #fffad1;
	border: 1px solid #800000;
	padding: 0.5em;
	margin-bottom: 0.75em;
	text-align: center;
	max-width: 36em;
}
div.notice p
{
	margin-left: 0.75em;
	margin-right: 0.75em;
	margin-bottom: 0 !important;
	width: auto !important;
}
div.notice p + p
{
	margin-top: 0.75em;
}

@media (min-width: 375px)
{
	dt
	{
		float: left;
		padding-right: 0.25em;
	}
	dd
	{
		padding-left: 11em;
	}
}

/************************
Tables
************************/

table
{
	border: 1px solid #800000;
	border-collapse: collapse;
	font-size: 0.8em;
	margin-bottom: 1em;
	min-width: 50%;
}
table th
{
	padding: 0.25em 0.5em;
	vertical-align: top;
	border: 1px solid #800000;
	white-space: nowrap;
	color: #ffffff;
	background: #800000;
}
table td
{
	padding: 0.25em 0.5em;
	vertical-align: top;
	border: 1px solid #800000;
}

table td.date
{
	text-align: right;
	white-space: nowrap;
}
table td.details
{
	text-align: center;
	font-style: normal !important;
	white-space: nowrap;
}
table td.details a
{
	text-decoration: none;
}
table td.phone {
	white-space: nowrap;
}
table td.time
{
	text-align: right;
}

table tr.tbc td
{
	color: #c06c00;
	font-style: italic;
}
table tr.cancelled td
{
	color: #c06c00;
	font-style: italic;
	text-decoration: line-through;
}
table tr.cancelled td a
{
	text-decoration: none;
}

table span.enddate
{
	display: block;
}

@media (max-width: 675px)
{
	table td.date
	{
		white-space: normal;
	}
	table span.enddate
	{
		display: inline;
	}
}

@media (max-width: 400px)
{
	table.detailed .venue {
		display: none;
	}
}

/************************
Forms
************************/

form
{
	margin-bottom: 1em;
}
fieldset
{
	padding: 0.5em;
}
fieldset label
{
	display: block;
	font-family: Work Sans, sans-serif;
}


/************************
Photo Gallery
************************/

ul.imagelist
{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.imagelist li
{
	padding: 5px;
	margin: 0;
}
ul.imagelist li img {
	border: 2px solid;
}

@media (min-width: 615px)
{
	ul.imagelist li
	{
		float: left;
	}
}
@media (max-width: 400px)
{
	ul.imagelist li img {
		max-width: 100%;
	}
}

/************************
Navigation
************************/

nav {
	color: #000;
	background: #fff;
	width: 13em;
}

nav ul
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	font-family: Work Sans, sans-serif;
	font-size: 0.8em;
}

nav ul li
{
	color: #5c0000;
	text-align: left;
	margin: 0;
	padding: 0;
}

nav ul li a
{
	text-decoration: none;
	display: block;
	line-height: 200%;
	margin: 1em;
	padding: 0 1em;
	color: #800000;
	background-color: #fff;
	background-image: linear-gradient(
		#ccc,     #ccc 4%,
		#fff 4%,  #fff 23%,
		#ccc 23%, #ccc 27%,
		#fff 27%, #fff 48%,
		#ccc 48%, #ccc 52%,
		#fff 52%, #fff 73%,
		#ccc 73%, #ccc 77%,
		#fff 77%, #fff 96%,
		#ccc 96%, #ccc
	);
}

nav ul li a:visited
{
	color: #800000;
}

nav ul li a:hover
{
	color: #086788;
	background-color: #fff;
	background-image: linear-gradient(
		#ccc,     #ccc 4%,
		#fff 4%,  #fff 23%,
		#eee 23%, #eee 27%,
		#fff 27%, #fff 48%,
		#eee 48%, #eee 52%,
		#fff 52%, #fff 73%,
		#eee 73%, #eee 77%,
		#fff 77%, #fff 96%,
		#ccc 96%, #ccc
	);
}

nav ul li a#here
{
	color: #800000;
	background-color: #fff;
	background-image: linear-gradient(
		#ccc,     #ccc 4%,
		#fff 4%,  #fff 96%,
		#ccc 96%, #ccc
	);
}

nav ul li#nav-members a
{
	margin-top: 2em;
}

@media (min-width: 615px)
{
	nav
	{
		position: absolute;
		top: 82px;
		left: 0;
		padding-top: 60px;
	}
}

/************************
Error pages
************************/

#error
{
	color: #000;
	background: #fff;
	padding: 1em 1.5em;
	line-height: 120%;
	position: relative;
}
#error p
{
	max-width: 37em;
	line-height: 120%;
	margin-bottom: 0.75em;
}

code
{
	font-family: monospace;
	white-space: nowrap;
}

@media (min-width: 615px)
{
	#error
	{
		min-height: 25em;
		border-left: 13em solid #fff;
	}
}

/************************
Printing
************************/

@media print
{
	h1
	{
		color: #000;
	}
	#content
	{
		border: none;
		padding-top: 5em;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#content p
	{
		width: 90%;
	}
	footer p
	{
		color: #000;
	}
	nav
	{
		display: none;
	}
	table th
	{
		color: #000000;
		background: #ffffff;
	}
	table .details
	{
		display: none;
	}
	table tr.tbc td,table tr.cancelled td
	{
		color: #5c0000;
	}
}