/***** CSS Reset *****/
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;
	-webkit-text-size-adjust: 100%;
}
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;
}
/*************************/

body {
    color:#5C4B43;
    font-size:14px;
    font-weight:normal;
    font-family:Arial, Verdana;
    line-height:24px;
    background:#FFF;
}
body>iframe {display:none;} /* This kills the empty iframe from captcha that causes a white block at the bottom of the contact page. */
strong {font-weight:bold;}

/***** Default Links *****/
a:link, a:active, a:visited {color:#3FBCEA;text-decoration:none;}
a:hover {text-decoration:underline;}
.recaptchatable a, .recaptchatable a:hover {color:#555 !important;} /*** CAPTCHA Links ***/
#recaptcha_response_field {border:1px solid #CCC !important;padding:5px !important;font-size:13px !important;}

/***** Default Lists *****/
ul.list {
    list-style:disc;
    margin:0;
    padding-left:20px;
}
.numberList {
	list-style:decimal;
	margin-left:20px;
	padding-left:20px;
}

/***** Default Container Classes *****/
.container {
    width:100%;
    position:relative;
    overflow:auto;
    background:#FFF;
}
.inner, header, footer {
    width:960px;
    position:relative;
    margin:0 auto;
    overflow:auto;
}
.bgLightGray {background:#EEE;}
.bgBlue {background:#3FBCEA;}
.raceInfo {color:#FFFFFF;font-size:16px;padding:20px 0;background:#F27765;}
.raceInfo a {color:#FFFFFF;text-decoration:underline;}
.raceInfo p {line-height:1.7;margin-bottom:0;}

/***** Default Headers *****/
h1, h2 {
    display:block;
    color:#F27863;
    font-size:30px;
	line-height:1;
    margin-bottom:20px;
}
h2 {font-size:18px;margin-bottom:10px;}
h2.noMargin {margin:0;}

/***** Default Paragraphs *****/
p {line-height:1.7;margin:0 0 20px 0;}
.grayLine {margin:30px 0;border-top:1px solid #AAA;}
.center {text-align:center;}

/***** Header Section *****/
#header {
	height:265px;
    overflow:visible;
	background:url('../img/bgHeader.jpg') center 0 no-repeat;
}
#logo {
    float:left;
	display:block;
    width:550px;
    height:163px;
    margin:30px 0 20px;
}
#facebookIcon, #donateIcon {
    display:block;
    float:right;
}
#facebookIcon {height:40px;width:40px;margin:25px 20px 0 0;background:url('../img/facebook40.png');}
#donateIcon {width:95px;height:120px;}
#madeWithLove {
	float:right;
	clear:right;
	display:block;
	width:95px;
	height:50px;
	margin-top:15px;
	transition-property:background;
	-webkit-transition-property:background;
	transition-duration:.3s;
    -webkit-transition-duration:.3s;
	transition-timing-function:linear;
    -webkit-transition-timing-function:linear;
	background:url('../img/madeWithLove.png') 0 0 no-repeat;
}
#madeWithLove:hover {cursor:pointer;background:url('../img/madeWithLove.png') 0 -50px no-repeat;}

/***** Navigation Menu *****/
#nav {width:100%;}
nav {width:960px;height:52px;margin:0 auto;clear:both;}
nav ul {overflow:visible;}
nav li {
    float:left;
    color:#FFF;
}
nav li a {
    display:block;
    color:#FFF;
    font-size:20px;
    padding:14px 20px 14px 30px;
}
nav li a.last {border:0;}
nav li a:link, nav li a:active, nav li a:visited {color:#FFF;text-decoration:none;}
nav li a:hover, nav li a.active {background:url('../img/arrowWhite.png') 55% -8px no-repeat;}
nav li a.last {margin:0;}
/***** Dropdown Menu *****/
ul {
	padding:0;
	margin:0;
	list-style: none;
}
nav li {
	float:left;
	position:relative;
	padding:0;
	margin:0;
	border:0;
}
nav li ul {
	display:none;
	position:absolute;
	top:1em;
	left:0;
}
nav li > ul {
	top:auto;
	left:0;
}
nav li ul li {margin:0;z-index:999999;background:#3FBCEA;}
nav li:hover ul, nav li.over ul {display:block;}
/***** Submenu Styles *****/
.subMenuTop {background:url('../img/arrowMenu.png') 102% 50% no-repeat;}
nav ul.subMenu li {width:150px;}
nav ul.subMenu a:hover {color:#FFF;background:#F27765;}
nav li li a:link, nav li li a:active, nav li li a:visited {
    font-size:16px;
    padding:7px 0;
    margin-left:0;
    text-indent:12px;
    border-bottom:1px solid #FFF;
    -webkit-border-radius:0;
	-moz-border-radius:0;
    border-radius:0;
}
nav li ul li a:hover {}
nav li ul li a:link.lastSub {border:0;}

/***** Main Section *****/
main {overflow:auto;background:#FFF;}
.bgSlider {background:url('../img/bgSlider.jpg') center top;}
.headerInterior {height:185px;background:url('../img/headerInterior.jpg') center center no-repeat;}

/***** Lists *****/
.arrowList, .wysiwyg ul {margin:0 0 15px 20px;padding-left:20px;list-style-image:url('../img/arrow.png');}
.arrowList li, .wysiwyg li {padding:5px 0;}
.viewAll {display:block;font-size:14px;margin-top:10px;}

/***** Content Section *****/
.contentPad {padding:40px 0;}
#vision h1 {color:#3FBCEA;font-size:44px;margin-bottom:25px;}
#vision p {font-size:26px;}
.imgAbout {float:right;max-width:395px;margin:10px 0 0 30px;}
.imgMakeWish {float:right;margin-left:30px;}

/***** Graphic Links *****/
.graphicLinks {overflow:auto;}
.graphicLinks li {
    float:left;
    display:block;
    position:relative;
    text-align:center;
    margin-right:15px;
    background:url('../img/graphicLink.jpg') 0 0 no-repeat;
}
.graphicLinks li.last {margin:0;}
a.graphicLink {
    display:block;
    width:310px;
    height:110px;
	color:#FFF;
	font-size:36px;
    line-height:110px;
}
a.graphicLink:hover {text-decoration:none;}
a.graphicLink span {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:310px;
    height:110px;
    color:#FFF;
    opacity:0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
    font-size:36px;
    line-height:110px;
    background:url('../img/graphicLinkHover.jpg') 0 0 no-repeat;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition:    opacity 0.4s ease-in-out;
    -o-transition:      opacity 0.4s ease-in-out;
    transition:         opacity 0.4s ease-in-out;
}
a.graphicLink span:hover {
    opacity:0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

#howItWorks {margin:30px auto;}
#howItWorks p:last-child {margin:0;}
#stats {margin:-25px 0 0 130px;}
.joinHeader, .join {float:right;}
.joinHeader {margin-right:150px;}
.join {width:400px;margin:0 0 100px 30px;overflow:hidden;border:1px solid #f27863;}
/***** WYSIWYG Content *****/
.wysiwyg {min-height:300px;}
.wysiwyg p {font-size:inherit;line-height:1.7;}
.wysiwyg p+ul {margin-top:-10px;}
.wysiwyg li+ul {list-style:circle;margin-bottom:0;}
.wysiwyg span {color:inherit !important;font-size:inherit !important;font-family:inherit !important;line-height:inherit !important;}

/***** Staff *****/
.staffImage {height:250px;margin-bottom:30px;}
.staffCopy {padding-left:230px;}
.staffCopy h2 {margin-bottom:10px;}
.staffContact {margin-bottom:10px;}
.staffCopy p {line-height:20px;}

/***** News and Events *****/
.newsCopy, .eventDetails {min-height:50px;overflow:auto;}
.wishesList {float:left;width:460px;min-height:190px;margin-bottom:30px;overflow:auto;border-bottom:1px solid #CCC;}
.odd {margin-right:15px;}
.even {margin-left:15px;}
.wishesList img {float:left;max-width:200px;max-height:150px;margin:0 10px 30px 0;}
.readMore {display:block;}
.newsCopy h2, eventDetails h2 {margin-bottom:10px;}
.newsImgContainer, .eventImgContainer {float:right;margin-left:30px;overflow:auto;}
.newsImgContainer img, .eventImgContainer img {float:right;clear:right;max-width:300px;margin-bottom:30px;}

/***** Photo Gallery *****/
.photoGalleryImages {overflow:auto;}
.photoGalleryImages a {float:left;display:block;margin:0 20px 20px 0;}
.photoGalleryImages img {width:220px;height:220px;}

/***** Testimonial Signature *****/
.testimonials p {margin-bottom:10px;}
.testimonials p.signature {margin-bottom:20px;}
.signature {padding-bottom:5px;border-bottom:1px solid #EEE;}
.author {font-size:16px !important;font-family:Calligraffitti;padding-bottom:10px;}

/***** Facebook *****/
#FacebookLikeButton {margin-top:20px;}

/***** Newsletter *****/
#mc_embed_signup form {padding:15px 3% 15px 5% !important;}
#mc_embed_signup .mc-field-group input {margin-bottom:10px;}
#mc_embed_signup .button {font-weight:400 !important;background:#3FBCEA !important;}
#mc_embed_signup div.mce_inline_error {font-weight:400 !important;margin-top:-10px !important;}
#mc_embed_signup div#mce-responses {padding:0 !important;margin:0 !important;}
#mc_embed_signup div.response {padding:0 !important;margin-top:0 !important;}

/***** Contact Form Table *****/
tblContactForm {width:445px;}
td {padding:5px 0;}
td.label {width:135px;}
td input, td textarea {width:435px;padding:5px;font-size:14px;font-family:inherit;color:#333;border:1px solid #AAA;}
td.textareaLabel {padding:10px 0;}
td textarea {width:435px;}
input.submitButton {
	color:#FFF;
	font-size:16px;
	width:auto;
	padding:10px 20px;
	background:#F27863;
	border:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition:    background-color 0.4s ease;
    -o-transition:      background-color 0.4s ease;
    transition:         background-color 0.4s ease;
}
input.submitButton:hover {
    cursor:pointer;
    background:#3FBCEA;
}
.shirt {float:right;margin:10px 0 30px 30px;}

/***** Form Error Message *****/
#message.error, #message.success {
    width:auto;
    color:#FFF;
    font-size:16px;
    line-height:24px;
    padding:20px;
    margin-bottom:20px;
    border:1px solid #CCC;
    background:#CC3333;
}
#message.success {
    color:#58595B;
    padding-left:70px;
    background:#DFF2BF url("../img/greenCheck.png") no-repeat 10px 50%;
}
#message.error.partialWidth {width:590px;}
#message.success.partialWidth {width:540px;}
span.errorGeneral, span.errorLine {display:block;}
span.errorLine {text-indent:15px;}

/***** Footer Section *****/
footer {color:#FFF;overflow:auto;padding:30px 0;}
.noMargin {margin-right:0;}

/***** Copyright Info *****/
#copyright {
    float:left;
    width:50%;
    height:20px;
    line-height:20px;
}
#designedBy {
    float:right;
    width:50%;
	height:20px;
	line-height:22px;
	letter-spacing:1px;
    text-align:right;
	background:url('../img/logoTag.png') right center no-repeat;
}
#designedBy a {display:block;color:#FFF;padding-right:25px;}