/* - - - - - - global stuff - - - - - - */

p, li, ul {font-size: 13px; color: #333333; line-height: 20px;}

h1, h2, h3, h4, h5, h6, p span {font-family: "alternate-gothic-no-3-d",sans-serif;}

.top-bar-section ul li a { font-family: "alternate-gothic-no-3-d",sans-serif; text-transform: uppercase; letter-spacing: 1px;}

.page-title {margin: 15px 0px 25px 0px; border-bottom: 1px solid #eee;}
.page-title h1 {font-family: "alternate-gothic-no-1-d",sans-serif; font-size: 55px; text-transform: uppercase;}

/* - - - - - - navigation - - - - - - */

.signup a {
	background-color: red !important;
}

.signup a:hover {
	background-color: black !important;
}

.gray {background-color: #333333;}

/* - - - - - - home containers - - - - - - */

.home-splash {
	background-image: url('../img/lg-background.jpg');
	background-position: center center;
	background-size: contain;
        background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	border-bottom: 2px solid #333;
	}

.home-logo {margin-top:20px;}	

.home-blocks-row {
	margin-top: 20px;
	min-height: 200px;
	}
	
.home-block {
	/*text-align: center;*/
	}
	
.home-block-border {border-right:1px solid black;}
	
.home-sponsor {margin-bottom: 25px;}
	
	
/* - - - - - - stage containers - - - - - - */

.stage, .trans {padding:35px 0px 25px 0px;}

.stage {min-height:300px;}
	.stage h1, .stage h2 {color:#fff;}

.trans {min-height:100px; background-color: #333; text-align: center;}
	.trans p, .trans h1, .trans h2 {color:#fff;}

.swim {background-color: #87d1ce;}

.bike {background-color: #f4f183;}

.run {background-color: #81c66a;}

span h1 {font-size:700%;}

p span {font-size:200%; line-height: 12px;}