/* ----- RESET -----*/
@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('/assets/fonts/Chunkfive-webfont.eot');
    src: url('/assets/fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/Chunkfive-webfont.woff') format('woff'),
         url('/assets/fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('/assets/fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
font-family: inherit; font-size: 100%; font-weight: inherit; font-style: inherit; vertical-align: baseline; white-space: normal;text-align: left; margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav { display: block; }						
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }
strong { font-weight: bold; }
em { font-style: italic; }

/* 
	12 COLUMN - RESPONSIVE GRID SYSTEM
	DEVELOPED BY DENIS LEBLANC
	URL - http://responsive.gs
	VERSION - 2.0
	LICENSED UNDER GPL & MIT
*/

/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* { -webkit-box-sizing: border-box;	-moz-box-sizing: border-box; box-sizing: border-box; }

/* MAIN CONTAINER */
.container { margin: 0 auto; }

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after, .col:after, .clr:after, .group:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

/* DEFAULT ROW STYLES */
.row { margin-bottom: 1.5em; } /* set according to preference*/
			
/* DEFAULT COLUMN STYLES */
.col { display: block; float:left; width: 100%; }

@media ( min-width : 768px ) {
	col {	margin-left: 2%; }
}

/* RESET MARGINS */
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 768px ) {
	.span_1 { width: 6.5%; }
	.span_2 { width: 15.0%; }
	.span_3 { width: 23.5%; }
	.span_4 { width: 32.0%; }
	.span_5 { width: 40.5%; }
	.span_6 { width: 49.0%; }
	.span_7 { width: 57.5%; }
	.span_8 { width: 66.0%; }
	.span_9 { width: 74.5%; }
	.span_10 { width: 83.0%; }
	.span_11 { width: 91.5%; }
	.span_12 { width: 100%; }
}

/* ----- GENERAL ----- */
p, td, th { font-size: 1.3em; line-height: 125%; }
p { margin: 0 0 14px; }
h1 { font: 2.6em ChunkFive, ChunkFiveRegular, "Arial Bold", Impact, sans-serif; margin: 4px 0 16px; }
h2 { font: 2.25em ChunkFive, ChunkFiveRegular, "Arial Bold", Impact, sans-serif; margin: 22px 0 12px; }
h3 { font-size: 2em; margin: 20px 0 8px; color: #fffaae; }
h4, h5, h6 { font-size: 1.75em; margin: 20px 0 8px; color: #fff; }

h1.no-bot-margin { margin-bottom: 2px; }

ul { list-style-type: disc; font-size: 1.4em; margin: 0 10px 20px 22px;}
li { margin: 0 0 6px; }

.fleft { float: left; }
.fright { float: right; }

img.fleft { margin-right: 18px; }
img.fright { margin-left: 16px; }

img.fullwidth{ margin-bottom: 6px; }

a:link, a:visited { color: #53a7d9; font-weight: bold; text-decoration: none; }
a:hover, a:active, a:focus { color: #84d1ff; }

a strong { font-size: 1.2em; }
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited { font-weight: normal; text-decoration: none; }

a.icon { background: url(/assets/icons/misc_sml.png) no-repeat; padding-left: 21px;}
a.info { background-position: 0 0; }
a.map { background-position: -1px -100px; }
a.file { background-position: -1px -151px; }
a.file-pdf { background-position: -1px -201px; }
a.file-xls, a.file-xlsx { background-position: -1px -251px; }
a.file-doc, a.file-docx { background-position: -1px -301px; }
a.file-ppt, a.file-pptx { background-position: -1px -351px; }
a.file-jpg, a.file-gif, a.file-png, a.file-jpeg { background-position: -1px -401px; }

a.icon-lg { background: url(/assets/icons/misc.png) no-repeat; padding: 6px 0 8px 44px; display: inline-block; font-size: 1.2em;}
a.map-lg { background-position: -4px -100px; }

/* Large icons */
a.file-lrg-pdf { background-position: 0 1px; }
a.file-lrg-word { background-position: 0 -99px; }
a.file-lrg-powerpoint { background-position: 0 -199px; }
a.file-lrg-extlink { background-position: 0 -399px; }


ul.tabs { list-style-type: none; height: 31px; overflow: hidden; width: auto; margin: 0; padding: 0; position: relative; z-index: 10; box-shadow: inset 0 -25px 20px -25px rgba(0,0,0,0.4);  }
.tabs li { float: left; margin: 0 0 -1px 9px; padding: 0; }
.tabs a, .tabs span { display: block; float: left; width: auto; padding: 0 10px 2px; height: 30px; line-height: 28px; background: #336380; 
  font-size: 1.1em; border: 1px solid #bfb5af; border-bottom: none; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.tabs a:visited { color: #0056a6; }
.tabs a:link, .tabs a:visited { color: #fff; text-decoration: none;}
.tabs a:hover, .tabs a:active, .tabs a:focus { text-decoration: none; background: #4b9ac8; color: #fff; }
.tabs .current a, .tabs .current a:visited, .tabs .current a:hover, .tabs .current a:active,.tabs .current a:focus { background: #4b9ac8; border: 1px solid #fff; border-bottom: none; }
.tabs span { font-weight: bold; color: #888; background: #f2f3f4; border: 1px solid #afbbc5; border-bottom: 1px solid #bfb5af; }
.tabs a.oneline { line-height: 32px; white-space:nowrap; }

.tabrule { border-top: 1px solid #bfb5af; height: 22px; width: 100%; position: relative; top: -1px; }


.imageright-caption { clear: right; float: right; margin: 2px 0 8px 20px; }
.imageleft-caption { clear: left; float: left; margin: 2px 18px 8px 0;}
.imageright-caption, .imageleft-caption, .image-caption { background: #a39c96; display: block; }
.imageleft-caption em, .imageright-caption em, .image-caption em, .imageleft-caption p, .imageright-caption p, .image-caption p { color: #000; padding: 2px 5px 3px; margin: 0; display: block; font-size: 1.2em; font-style: italic; }



/* ----- CONTENT ----- */

body { text-align: center; background: #3c3027 url(/assets/bg/earth.jpg) repeat center top; font: 62.5% "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif ; color: #fff; }
#topbg { height: 150px; width: 100%; background: url(/assets/bg/sky.png) repeat-x 0 0; position: absolute; top: 0; z-index: -1; overflow: hidden; }
#grass { height: 150px; width: 100%; background: url(/assets/bg/grass.png) repeat-x center bottom; position: absolute; top: 0; }
.container, header {  width: auto !important; width: 960px; max-width: 960px; margin: 0 auto;}

header { height: 150px; position: relative; }
header h1 { position: absolute; top: 12px; left: 20px;}
header h1.span_6 { width: 403px; }
#rider { position: absolute; right: 46px; top: 7px; }
#lightrays { position: absolute; left: 50%; top: 0; margin-left: 92px; z-index: -1; }

nav { text-align: center; padding-top: 158px; padding-bottom: 12px; border-bottom: 1px solid #7c716a; position: relative;}
nav.row { margin-bottom: 5px; }
#homelink { position: absolute; display: block; top: 5px; left: 10px; width: 415px; height: 120px; background: url(about:blank); }

nav ul { font: 2.25em ChunkFive, ChunkFiveRegular, "Arial Bold", Impact, sans-serif; display: inline-block; margin: 0 auto; list-style-type: none; }
nav li, footer li { display: inline; float: left; border-right: 1px solid #cec7c2; padding: 0 2px; margin: 0; }
nav li.last, footer li.last { border: none; } 
nav a:link, nav a:visited { display: block; padding: 1px 6px; color: #fff; text-decoration: none; font-weight: normal; }
nav .current a { color: #ffea5c; }
nav a:hover, nav a:active, nav a:focus { color: #fff3a4; font:"Arial Black", Gadget, sans-serif }


#main { width: 632px; }

div.block { padding: 18px 0 8px; border-bottom: 1px solid #7c716a; clear: both; overflow: hidden; }
div.last { border-bottom: none; }
.block h2 { margin-top: 4px; }

.content { padding-top: 18px; min-height: 300px; }

.content table { margin: 0 0 14px; border-top: 1px solid #aca19a; }
td, th { padding: 3px 10px 3px 4px; border-bottom: 1px solid #aca19a; background: rgba(255,255,255, 0.05); }
tr:nth-child(odd) td, tr:nth-child(odd) th { background: rgba(255,255,255, 0.08); }
th { font-weight: bold; font-size: 1.4em;}
thead th { background: #000 !important; }

.listtable { width: 100%; }
.listtable td { padding: 5px 10px 5px 4px; }
.listtable.nohead { border-top: 1px solid #aca19a; }

.venue_img { float: right; margin: 0 0 14px 20px; border: 8px solid rgba(255,255,255,0.25); }

/* ===== SIDEBAR ===== */
aside.col { float: right; padding-top: 18px; }
aside section { box-shadow: 0px 5px 8px -1px rgba(0,0,0,0.65); margin: 0 0 26px;}
aside h3, aside h4, #nextevent time { font: 2.5em ChunkFive, ChunkFiveRegular, "Arial Bold", Impact, sans-serif; margin: 4px 18px 12px; color: #000; }

aside p, aside h3, aside h4 { margin-left: 18px; margin-right: 18px; }
aside h4 { color: #9a0000; font-size: 2.2em; margin-bottom: 5px; }
aside p { font-size: 1.4em; color: #000; font-weight: bold; }
aside ul p, aside ul h4 { margin-left: 0; margin-right: 0; }
aside a:link, aside a:visited { color: #00446d; text-decoration: none;}
aside a:hover, aside a:active, aside a:focus { color: #00639f; }
aside p.viewall { border-top: 2px solid #282019; text-align: center; padding:  8px 0; margin: 10px 0 0; font-size: 1.5em; }
/* Next Event box */
#nextevent { background: #a59d96; background: rgba(255,255,255,0.5); padding-top: 10px;}
#nextevent time { display: block; float: right; background: #fff; color: #707070; padding: 12px 14px 6px; margin: 4px 16px; text-align: center; box-shadow: 2px 3px 4px rgba(0,0,0,0.65); }
time span { display: block; text-align: center; line-height: 85%; }
time .day { font-size: 2.2em; color: #9a0000; }
time .month { font-size: 1.1em; color: #000; text-transform: uppercase; }
#nextevent p { font-size: 1.5em; }
#nextevent p.time, #nextevent p.location { font-size: 1.9em; margin: 0 18px; }
#nextevent p.time, #nextevent p.location a { background: url(/assets/icons/misc.png) no-repeat -4px 0; display: block; padding: 0 0 2px 40px; line-height: 34px; }
#nextevent p.location a { background-position: -5px -100px; }
#nextevent strong.notes { text-transform: uppercase; color: #8a0000; }
/* Announcements box */
#announcements { background: #a0947c; background: rgba(242,234,198,0.5); padding-top: 8px; }
#announcements h3, h2.announcement { background: url(/assets/icons/misc.png) no-repeat right -200px; line-height: 32px; margin-right: 10px; } 
#announcements ul { margin: 0 18px -14px; list-style-type: none; font-size: 1em;}
#announcements li { border-bottom: 1px solid #282019; margin-bottom: 13px;padding: 1px 0; }
#announcements li.last { border: none; }
h2.announcement { margin-right: 0; }

p.news-foot { clear: both; margin-top: 22px;font-style: italic; border-top: 1px solid #7c716a; color: #bbb; text-align: right; padding: 5px 0 0;}


/* Events */
td.eventname { font-size: 1.4em; font-weight: bold; }
.eventlabel { display: block; float: left; margin-right: 6px; width: 16px; height: 16px; border-radius: 8px;}
.nextevent td.firsttd { border-left: 2px solid #ffea5c; }
.nextevent td.lasttd { border-right: 2px solid #ffea5c; }
.nextevent td { border-top: 2px solid #ffea5c; border-bottom: 2px solid #ffea5c; }
td strong.notes { text-transform: uppercase; color: #f9f0a6; }

.pg-links content li, ul.links li { overflow: hidden; }


/* Footer */
footer { border-top: 1px solid #7c716a; padding: 18px 0 14px; text-align: center; position: relative; }

a.fblink { float: left; font-size: 1.6em; text-decoration: none; display: block; padding: 5px 0 5px 38px; background: url(/assets/icons/facebook.png) no-repeat 0 0; position: absolute; left: 0; top: 10px; }
a.fblink:hover, a.fblink:active, a.fblink:focus { background-position: 0 -50px; }

footer ul { display: inline-block; margin: 0 auto; font-size: 1.3em; }
footer li a:link, footer li a:visited { display: block; padding: 0 6px; text-decoration: none; }

p.copyright { position: absolute; right: 0; top: 18px; margin: 0; }




@media ( max-width : 800px ) {
 footer { text-align: left; }
 a.fblink { float: none; display: inline-block; position:relative; margin: -10px 8px 10px}
 footer ul { margin: 10px 0; display: block; width: 100%; overflow: hidden;}
 p.copyright { position: relative; right: auto; top: auto; display: block; margin-left: 8px; }
 #page_wrap .col { padding-left: 10px; padding-right: 10px; }
}

@media ( max-width : 640px ) {
 #rider { right: 12px; }
}

@media ( max-width : 580px ) {
 #rider { display: none; }
 img.fullwidth { width: 100%; height: auto; }
}


@media ( max-width : 470px ) {
 #topbg h1 .logo { width: 70px; height: auto; }
 #topbg h1 .logotext { width: 210px; height: auto; }
 #homelink { height: 90px; }
 header, #topbg, #grass { height: 120px; }
 nav { padding-top: 128px; }
}





