/**************************************/
/*              GLOBALS               */
/**************************************/

/* MEYER RESET v1.0 */

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,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* BASIC TYPOGRAPHY */
html { font: 62.5% 'Helvetica Neue', Helvetica, 'Liberation Sans', Arial, FreeSans, sans-serif; overflow-y: scroll; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-family: monaco, "Lucida Console", courier, monospace; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */

blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* FORMS */

fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #8CC63F; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; }
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }

/* BASE SIZES */

body { background: #000; color: #333; font-size: 1.2em; line-height: 1.6em; }
h1 { font-size: 1.9em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

/* LISTS */

ul li { margin-left: .85em; }
ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

/* TABLES */

table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */

blockquote *:first-child { margin: .8em 0; }
hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; }
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 1em 0 .5em;  }
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
th, td { padding: .8em; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
blockquote { padding: 0 1em; margin: 1.6em 0; }
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }
a { position: relative; padding: 0.3em 0 .1em 0; }
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }

/* COLORS */

a:link { text-decoration: none; color: #5E9732; }
a:visited { text-decoration: none; color: #8AB36A; }
a:hover { text-decoration: underline; }
a:active, a:focus { text-decoration: underline; color: #000; }
code, pre { color: #c33; }

/* MISCELLANEOUS */

hr { background: #ddd; border: none; clear: both; color: #ddd; float: none; height: .1em; margin: 0 0 1.45em; width: 100%; }
hr.space { background: #fff; color: #fff; }
.clearfix:after, .container:after { clear: both; content: "."; display: block; height: 0; max-height: 0; visibility: hidden; }
.clearfix, .container { display: inline-block; }
* html .clearfix, * html .container { height: 1%; }
.clearfix, .container { display: block; }
.clear { clear: both; }
ul.no-discs { list-style-type: none; margin: 0; }

/* TEXT CLASSES */

.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.thin {font-weight: lighter;}
.error, .notice, .success {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice a {color:#514721; background:none; padding:0; margin:0; }
.success a {color:#264409; background:none; padding:0; margin:0; }
.center {text-align: center;}
.required { color: #f00; }

/**************************************/
/*              HEADER                */
/**************************************/
#header-wrapper { background-color: #4d4d4d; height: 150px; }
	#header { margin: 0 auto; padding: 20px; position: relative; width: 920px; }
		#kp-memorial { display: block; position: absolute; padding: 0; top: 0; right: 20px; }

div.continuous-scroll { height: 88px; margin: 0 auto; overflow: hidden; padding: 12px 0 0 0; position: relative; width: 960px; }
div.strip-mask { position: relative; width: 960px; }
ul.strip { list-style-type: none; margin: 0; overflow: hidden; position: absolute; top: 0; }
	ul.strip li { float: left; position: relative; }


/**************************************/
/*             NAVIGATION             */
/**************************************/
#nav-wrapper { background: #1a1a1a; width: 100%; }
	#navigation { list-style-image: none; list-style-position: outside; list-style-type: none; margin: 0 auto; position: relative; overflow: hidden; padding: 0; width: 960px; }
		#navigation li { float: left; margin: 0; }
			#navigation li a { border-left: 1px solid #0a0a0a; color: #fff; font-size: 1.167em; font-weight: bold; display: block; padding: 10px 20px; text-decoration: none; text-transform: uppercase; }
			#navigation li.page-item-2 a { border-right: 1px solid #0a0a0a; }
			#navigation li a:hover { background: #8CC63F; color: #000; }


/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#page-wrapper { background: #fff; margin: 0 auto; overflow: hidden; padding: 20px; width: 920px; }

#content { float: left; margin-right: 20px; position: relative; width: 600px; }
	#content .post div.meta { background: #e8e8e8; margin-bottom: 1.6em; position: relative; padding: 2px 8px; width: 584px; }
		#content .post div.meta .post-comments { position: absolute; right: 5px; }
	#content .post .entry { margin-top: 20px; }
	#content .post img { max-width: 600px; }
	
#sidebar { float: right; position: relative; width: 300px; }
	#social-box { background: #8CC63F; overflow: hidden; padding: 10px; }
		#social-box span { display: block; float: left; font-size: 1.3em; font-weight: bold; padding: 6px 15px 0 0; position: relative; text-transform: uppercase; }
		#social-box a { display: block; float: left; padding: 0; padding-right: 5px; }
	#sidebar .sidebar-box { margin-top: 20px; }
	#sidebar .sidebar-box h3 { border-bottom: 4px solid #8CC63F; margin: 0; }
	#sidebar .sidebar-box ul { list-style-type: none; margin: 0; }
	#sidebar .sidebar-box ul li { margin: 0; border-bottom: 1px solid #ccc; padding: 10px 0; }
	#sidebar .sidebar-box ul li a { color: #333; font-weight: bold; text-decoration: none; }
	#sidebar .sidebar-box ul li a:hover { text-decoration: underline; }

#pre-entry-box { margin-top: 1.14em; }
	#pre-entry-box a { padding: 0; }
	#pre-entry-box img { vertical-align: top; }

#pre-entry-form table { border: none; }
#pre-entry-form td { border: none; }
	
#results-list { list-style-type: none; margin: 0; }
	#results-list li { font-size: 1.333em; margin: 0 0 10px 0; }
		#results-list li a { background: #8CC63F; color: #333; display: block; font-weight: bold; padding: 5px 10px; }
		#results-list li a:hover { background: #73A234; text-decoration: none; }
			#results-list li ul li { font-size: 0.75em; margin: 0; }
			#results-list li ul li a { background: #fff; font-weight: normal; }
			#results-list li ul li a:hover { background: #ddd; }
				#results-list li ul li ul li { font-size: 1em; }
	#results-list.accordion li {  }
		#results-list.accordion li ul { display: none; }
		
#results-nav { background: #8CC63F; list-style-type: none; margin: 0; overflow: hidden; width: 100%; }
	#results-nav li { float: left; margin: 0; }
		#results-nav li a { color: #333; display: block; padding: 5px 0 5px 10px; }
		
.results-table { width: 100%; }
	.results-table th { background: #ddd; text-align: left; }

#main-feature { background: #4D4D4D; padding: 10px; overflow: hidden; }
	#feature-wrapper { background: #fff; border: 1px solid #333; overflow: hidden; }
		#main-photo { float: left; width: 400px; }
			#main-photo a { display: block; padding: 0; }
		#main-caption { float: left; width: 158px; padding: 10px; }
			#main-caption ul { margin-left: 5px; }
			#main-caption a { color: #333; font-weight: bold; }
	#main-headline { clear: both; font-size: 1.5em; font-weight: bold; overflow: hidden; padding: 10px 0 0 0; }

#content-slider { height: 374px; position: relative; margin: 0; }
	#content-slider .wrapper { width: 600px; overflow: hidden; height: 350px; margin: 0; position: absolute; top: 0; left: 0; }
	#content-slider .wrapper ul { height: 344px; width: 99999px; list-style: none; overflow: hidden; position: absolute; top: 0; left: 0; background: #eee; border-top: 3px solid #8CC63F; border-bottom: 3px solid #8CC63F; margin: 0; }
	#content-slider ul li { display: block; float: left; padding: 0; height: 344px; width: 600px; margin: 0; overflow: hidden; }
	#content-slider .arrow { display: none; }
	
	#thumbNav { position: relative; top: 350px; text-align: right; }
	#thumbNav a { color: black; display: inline-block; padding: 3px 10px; height: 18px; margin: 0 0 0 5px; background: #4D4D4D; text-align: center; }
	#thumbNav a:hover { background: #8CC63F; }
	#thumbNav a.cur { background: #8CC63F; }

	#start-stop { display: none; }
	
	#content-slider .wrapper ul ul { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
	#content-slider .wrapper ul ul li { float: none; height: auto; width: auto; background: none; }
	
	#content-slider .image-slide { height: 344px; position: relative; }
	#content-slider .image-slide .title { background: transparent url('../images/title-bg.png'); position: absolute; padding: 10px; width: 560px; left: 10px; bottom: 10px; }
	#content-slider .image-slide .title h1 { margin: 3px 0; }
	#content-slider .image-slide .title h1 a { color: #fff; }
	#content-slider .image-slide .title p { color: #fff; margin: 0; }
	
	#content-slider .text-slide { height: 324px; position: relative; padding: 0 20px 20px 20px; overflow: hidden; }

#triple-crown-rounds { list-style-type: none; margin: 0; overflow: hidden; }
	#triple-crown-rounds li { position: relative; float: left; margin: 20px 10px 0 0; width: 193px; }
	#triple-crown-rounds li.last { margin-right: 0; }
	#triple-crown-rounds li h2 { border-bottom: 4px solid #8CC63F; margin-top: 0; }
	#triple-crown-rounds li ul { list-style-type: none; overflow: hidden; margin: 0; font-size: 1.25em; }
	#triple-crown-rounds li ul li { margin: 0; }

.event-info.left { position: relative; width: 290px; margin: 0; float: left; }
.event-info.right { position: relative; width: 290px; margin: 0; float: right; }
.event-info h2 { border-bottom: 4px solid #8CC63F; }
.event-info h2.first { margin-top: 0; }

ol.comment-list { list-style-type: none; margin: 0; padding: 0; }
	ol.comment-list li { background: #fff; border: 1px solid #ccc; margin: 0 0 10px; padding: 5px 7px 25px 70px; position: relative; overflow: hidden; }
		ol.comment-list li div.vcard img.avatar { left: 11px; position: absolute; top: 9px; }
		ol.comment-list li div.comment-author cite { font-weight: bold; }
		ol.comment-list li div.comment-meta { font-size: 0.8em; position: absolute; right: 10px; text-align: right; top: 5px; }
			ol.comment-list li div.comment-meta a { color: #666; text-decoration: none; }
		ol.comment-list li .reply { bottom: 5px; position: absolute; right: 5px; }
			ol.comment-list li .reply a.comment-reply-link {  }
	ol.comment-list li.bypostauthor { background: #E0EFCB; border-color: #ABD673; }
	ol.comment-list li ul.children { list-style: none; margin: 1em 0 0; padding: 0; text-indent: 0; }
		ol.comment-list li ul.children li { background: #fff; margin: 0 0 .25em; }
	ol.comment-list #commentform textarea { outline: none; width: 310px; }
		ol.comment-list li li #commentform textarea { width: 340px; }

#comment-form div { overflow: hidden; width: 100%; }
#comment-form label { display: block; text-align: right; float: left; padding: 2px 10px 2px 0; width: 47px; }
#comment-form label span.note { display: block; text-align: right; font-size:0.8em; line-height:1.875em; }
#comment-form input { float: left; }


/**************************************/
/*               FOOTER               */
/**************************************/
#footer-wrapper { background-color: #1a1a1a; }
	#footer { margin: 0 auto; overflow: hidden; padding: 20px; position: relative; width: 920px; }
		#legal { float: left; width: 500px; }
		#branding { float: right; width: 138px; }


/**************************************/
/*              COLORBOX              */
/**************************************/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:#000;}
#cboxContent{margin-top:20px;}
#cboxLoadedContent{background:#000; padding:5px;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url('../images/controls.png') top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url('../images/controls.png') top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxNext.hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url('../images/loading.gif') center center no-repeat;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url('../images/controls.png') top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
#cboxClose.hover{background-position:bottom center;}
