@charset "utf-8";
/* CSS Document */



/* Links */
a:link {
	color: #FC3;
	text-decoration: none;
}

a:visited {
	color: #FC3;
	text-decoration:none;
}

a:hover {
	color:#FF9;
	text-decoration:underline;
}

a:active {
	color: #FF9;
	text-decoration:underline;
}







/*main selectors*/
body {
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size:16px;
}

img {
	border: none;
	outline: none;
}

p {
	text-indent: 30px;
	line-height: 25px;
}






/* Headers */
h1 {	
	color:#FF6;
	font-weight: lighter;
	font-family:Georgia, "Times New Roman", Times, serif;	
	border-bottom: medium ridge
	#333;
	padding-bottom: 20px;
}

h2 {
	color: #F63;
	font-weight: lighter;
	text-indent: 10px;
	font-variant: small-caps;
}

h3 {
	color: #000;
	font-weight: lighter;
}

h4 {
	font-weight: bold;
	color:#FC6;
	display:inline;
	line-height: 25px;
}

h5 {
	font-weight: lighter;
	color: #fff;
	padding: 10px;
	margin: 0;
}









/*Navigation Bar*/
#nav {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;	
	background: url(../img/pattern.png);
	border-bottom: medium solid #000;
}

.naviLinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.naviLinks li {
	float: left;
	border-left: thin solid #000;
}

.communcateNav li {
	float: left;
	border-left: thin solid #000;
}

/*Navigation Links*/
.navi a:link {
	display: block;
	width: 65px;
	text-align: center;
	text-decoration: none;
	padding: 20px 0px;
}

.navi a:visited {
	display: block;
	width: 65px;
	text-align: center;
	text-decoration: none;
	padding: 20px 0px;
}

.navi a:hover {
	background:url(../img/navigation_arrow.png) no-repeat bottom;
}
	
.navi a:active {
		background:url(../img/navigation_arrow.png) no-repeat bottom;
}

#communicateNav a:link {
	display: block;
	width: 110px;
	text-align: center;
	text-decoration: none;
	padding: 20px 0px;
}

#communicateNav a:visited {
	display: block;
	width: 110px;
	text-align: center;
	text-decoration: none;
	padding: 20px 0px;
}

#communicateNav a:hover {
	background:url(../img/navigation_arrow_com.png) no-repeat bottom;
}
	
#communicateNav a:active {
		background:url(../img/navigation_arrow_com.png) no-repeat bottom;
}

#naviShadow {
	height: 2px;
	background: #333;
}








/*header*/
#logoContainer {
	background: #996633;
	height: 292px;
	padding: 0px 0px 0px 0px;
}

#logo {
	background:url(../img/roots_logo.png) no-repeat top left;
	margin-left: 5%;
	margin-right: 5%;
	text-align: right;
	height: 274px;
}

#trackName {
	background: url(../img/trackName_container.png) no-repeat top right;
	height: 23px;
	text-align: right;
	padding-right: 30px;
	font-style: italic;
	color:#FF9;
}

#headerMotto {
	margin-top: 80px;
	margin-right: 15%;
}

#communicate {
	text-align: right;
	margin-top: 50px;
}






/*body*/
#mainContainer {
	background:url(../img/pattern.png);
	position: relative;
	overflow: hidden;
	padding: 20px 0px;
}

.stripeRed, .stripeGreen, .stripeYellow {
	height: 4px;
}

.stripeRed {
	background: #F00;
}

.stripeYellow {
	background: #FF0;
}

.stripeGreen {
	background: #090;
}






/*Center column*/
#columnCenter {
	background: #300;
 	border: ridge medium #333;
	float: left;
	width: 65%;
	display: inline;
	margin-left: 2%;
}

#centerColMain {
	padding: 15px;
}







/*Right hand Column*/
#columnRight {
	float:left;
	width: 27%;
	margin-left: 2%;
	color: #C90;
}

#colRightTop {
	background: #633;
	border: ridge medium #333;
}

#eventsTop {
	border-bottom: medium ridge #333;
	background: #633;
	margin: 0;
	padding-left: 5px;
}

#eventsMain {
	padding: 10px;
}

#colRightBottom {
	background: #333;
	border: ridge medium #333;
	margin-top: 20px;
	padding: 20px;
	overflow: hidden;
}

.colRightSponsors {
	background:#CCC;
	border: ridge medium #333;
	padding: 0 20px 20px 20px;
	margin-top: 20px;
}




/* Footer */
#footer {
	clear: both;
	background: #663;
	width: 100%;
}

#footerInfo {
	padding: 10px;
}

#footerDetails {
	margin-left: 260px;
}

#footerBottom {
	background: #630;
	border-top: thin solid #fff;
}
	
