@charset "utf-8";

/* 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;
	font-family: 'Open Sans', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5rem;
	margin: 10px 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
}
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;
}
p {
	padding: 4px 0px 12px;
}


.lead {
    font-size: 1.2rem;
    line-height: 130%; 
}
    
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: 'Anton', sans-serif;
} 

h1 {
	font-size: 2.1rem;
	line-height: 1.2em;
}
h1.Title {
    font-size: 2.8rem;
	line-height: 1.3em;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
h2 {
	font-size: 1.5rem;
	line-height: 1.2em;
}
	h3 {
	font-size: 1.4rem;
	line-height: 1.2em;
	color: #D40000;
}
	h4 {
	font-size: 1.1rem;
	line-height: 1.2em;
	font-weight: bold;
}
	h5 {
	font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
	line-height: 1.2em;
	font-weight: bold;
    padding: 0px 0px;
    margin: 0px 0px;
}
strong {
	font-weight: bold;
}
	.smallerH {
		font-size: .7em;
		line-height: .8em;
	}
	
.gContainer {
	max-width: 1000px;
	margin: 20px auto;
/*	border: 1px solid #CCC; */
}
.box {
	float: left;
	width: 44%;
	margin: 10px 3% 10px 3%;
	
}
.box img {
	width: 100%;
	height: auto;
}
.clear {
	clear: both;
}
.tContainer {
	width: 94%;
	margin: 20px auto;
}
.hContainer {
	max-width: 1200px;
	margin: 20px auto;
/*	border-left: #999 1px solid; */
}
.hContainer img {
	width: 100%;
	height: auto;
}
.nContainer {
	max-width: 1000px;
	margin: 20px auto;
}
.fContainer {
	max-width: 1000px;
	margin: 20px auto;
	border-top: 1px solid #CCC;
	font-size: .85rem;
	text-align: center;
}
@media screen and (max-width: 800px) {
	.box {
	float: none;
	width: 75%;
	margin: 10px auto;
}
.tContainer {
	width: 94%;
	margin: 20px auto;
}
.tContainer img {
	width: 90%;
}
}
@media screen and (max-width: 600px) {
	.box {
	float: none;
	width: 90%;
	margin: 10px auto;
}
.tContainer {
	width: 94%;
	margin: 20px auto;
}
.tContainer img {
	width: 100%;
}
}
.eventDeets {
	margin-top: 12px;
	margin-bottom: 12px;
}
#social {
	float: right;
}
#social img {
	padding: 2px 2px;
	margin: 0px 4px;
}
#nav {
	float: left;
	margin: 8px 0px 0px 0px;
}
#nav a {
	padding: 3px 8px 3px 3px;
	border-right: 1px solid #888;
	margin: 0px 3px 0px 3px;
}
#nav .last  a {
	border-right: none;
}
.fInner {
	margin: 0px auto;
	max-width: 800px;
	line-height: normal;
}
.fInner a {
	padding: 0px 5px;
	margin: 0px 5px;
	white-space: nowrap;
}
.eventDescription {
	font-size: .9em;
	padding-left: 30px;
}
.eventWrapper {
	margin-bottom: 12px;
}
ul {
	padding: 0px 0px 12px 30px;
	list-style: outside disc;
}
ul li {
	padding: 5px  0px 5px 5px;
	margin: 0px 0px 0px 40px;
}
#haiku {
	padding: 15px;
	border: 1px solid #555555;
	margin: 50px 20px 20px 20px;
	font-size: .9rem;
	color: #555;
}
em {
	font-style: italic;
}
#pastEvent {
  opacity: 0.5;
  padding: 40px 0px 0px 0px;
}
#America {
	padding: 0px 0px 0px 20px;
}
#America h1 {
	font-size: 1.8rem;
	line-height: 1.2em;
}
#America h2 {
	font-size: 1.4rem;
	line-height: 1.2em;
}
#America	h3 {
	font-size: 1.2rem;
	line-height: 1.2em;
	color: #D00;
}
	.wrapTest {
	float: right;
	margin: 0px 0px 0px 30px;
}
@media screen and (max-width: 800px) {
	.wrapTest  {
		display: none;
		visibility: hidden;
	}
}
.banner {
	text-align: center;
	font-size: 1.4rem;
}
#festivals {
	padding: 10px 0px 20px;
	text-align: center;
}
#festivals img {
	width: 329px;
	height: 75px;
}
.btn {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
  background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
  background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  font-size: 16px;
  padding: 4px 8px 6px 10px;
  text-decoration: none;
  max-width: 140px;
  text-align: center;
  float: right;
  border: solid #666666 1px;
}
.btn:hover {
  background: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #eeeeee);
  background-image: -moz-linear-gradient(top, #eeeeee, #eeeeee);
  background-image: -ms-linear-gradient(top, #eeeeee, #eeeeee);
  background-image: -o-linear-gradient(top, #eeeeee, #eeeeee);
  background-image: linear-gradient(to bottom, #eeeeee, #eeeeee);
  text-decoration: none;
}
.together {
	white-space: nowrap;
}
.caption {
	text-align: right;
}
h1.largest {
	font-size: 300%;
}
.indent20 {
	margin: 0px 0px 0px 20px;
}
.indent30 {
	margin: 0px 0px 20px 30px;
}
.indent40 {
	margin: 0px 0px 00px 40px;
}
.blue {color: #0C1FAC;
}
.lilsmaller {
    font-size: .9rem;
}
.bigP {
    font-size: 1.3rem; 
}
.mnt2023 {color: #008833;
    padding: 10px 0px 20px;
	text-align: center;
}
mnt2023 {text-align: center;}
h1.mnt2023 {font-size: 2.5rem;
padding: 0px;
margin: 0px;}
.finePrint { font-size: .9rem;
    line-height: 120%;
    text-align: center;
    color: #555555;
}
#2023{}
td.ColColor { border-bottom: 1px dashed #cccccc;
    padding: 5px 0px 5px 0px;
}
td.ColColorFirstRow { border-top: 1px solid #cc0000;
}
td.ColColorRight { border-bottom: 1px dashed #cccccc;
    padding: 5px 0px 5px 15px;
    font-size: .9rem;
    color: #cc0000;
}
table.un {
    border-style: dashed;
    border-color: #EEEEEE; 
    border-width: 1px;
    margin-top: 1px;
}
tr.un {
    border-style: dashed;
    border-bottom-color: #DDDDDD; 
    border-bottom-width: 1px;
    margin-bottom: 5px;
}
td.un {
    border-style: dashed;
    border-right-color: #DDDDDD; 
    border-right-width: 1px;
    padding: 5px;
   
}