body {
	background:url(../images/bg-gradient.png) repeat-x #A8621A;
	font-family:Arial, Helvetica, sans-serif;
	color:#693505;
}

.float-left { float:left; }
.float-right {float:right; }

img.float-right { margin-left:25px; }
img.float-left { margin-right:25px; }

sup { font-size:16px; vertical-align:top; }
strong { font-weight:bold; }
hr { background:#F3E1CD none repeat scroll 0 0; border:none; color:#F3E1CD; height:2px; }

.important {font-size:20px; font-weight:bold;}
.clear {clear:both; }

#container {
	width:980px;
	margin:0 auto;
}

h1, h2, h3, h4 { color:#663300; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; }
h2 { font-size:28px; padding:10px 0; }
 
h1, h2, h3 {text-shadow: #AC6821 1px 1px 3px;}

h1 {text-shadow: #AC6821 3px 3px 3px;}
/* - - - - HEADER - - - - */

#header {
	position:relative;
	background:url(../images/nike-header.png) right no-repeat;
	height:159px;
}

#header h1 a {
	display:block;
	text-indent:-9999px;
	width:159px;
	height:159px;
	background:url(../images/mhawk.jpg) no-repeat;
}

/* - - - -  NAV - - - -   */

#nav {
	width:980px;
	background: url(../images/nav-bg.jpg) repeat-x;
	margin:0 auto;
	padding:0;
	height:35px;
	overflow:hidden;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-radius-topleft:10px;
	-webkit-border-radius-topright:10px;
	border-radius-topleft:10px;
	border-radius-topright:10px;
}

#nav li {
	float:left;
	display:inline;
	margin:0 8px;
	color:white;
	font-weight:bold;
	
}

#nav li a:link, #nav li a:visited {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding:3px 12px;
	background:#663300;
	line-height:37px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#nav li a:hover {
	color:#e0c6a8;
}

#nav li a.current-nav { background: url(../images/currentnav-bg.jpg) repeat-x #15854A; 
	padding:7px 15px 7px 15px; 
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	margin-top:0;
}


/* - - - -  SUBNAV - - - -   */

#subnav {
	width:980px;
	background: url(../images/subnav-bg.jpg) repeat-x #11743E;
	margin:0 auto;
	padding:0;
	height:33px;
	clear:left;
}

#subnav li {
	float:left;
	display:inline;
	margin:0 20px;
	
}

#subnav li a:link, #subnav li a:visited {
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	background:#00693E;
	padding:4px 8px;
	line-height:30px;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#subnav li a:hover {
	color:#e0c6a8;
}

#subnav li a.current-subnav { font-weight:bold; }

/* - - - - - CONTENT - - - - */
#content {
	margin-top:0;
	min-height:630px;
	background-color:#e0c6a8;
	padding:5px 10px;
	text-align:center;
}
#content.home { min-height:500px; padding:0 !important; }
#content.day { min-height:455px; }

#content p {
	text-align:left;
	line-height:24px;
	margin:10px 20px;
}

p#new {
	width:auto;
	text-align:center;
	font-weight:bold;
	margin:20px auto;
	font-size:20px;
	/*color:#c4021d;*/
	color:#FF0000;
	text-shadow: #EEEEEE 1px 1px 3px;
}

#left-column, #right-column {
	width:490px;
	float:left;
	text-align:center !important;
	margin-bottom:20px;
	
}

#left-column h2, #right-column h2 {
	font-size:34px;
	color:#603000;
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
}

.col {
	width:33%;
	display:block;
	float:left;
	text-align:center !important;
	margin-bottom:20px;
}

.col h2 {
	font-size:30px;
	color:#603000;
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
}

.col img {
	width:300px;
}




#content p.dates {
	font-size:30px;
	font-weight:bold;
	color:#603000; font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:20px;
	line-height:34px;
}	

#id-schedule {
	width:60%;
	margin:10px auto;
}

#id-schedule td, .day-schedule td, #clinic-schedule td {
	padding:5px;
}

.day-schedule { width:32%; float:left; display:block; }

.day-schedule th { font-weight:bold; font-size:16px; padding-bottom:10px; }



.schedule li {
	list-style-type:none;
}

/* - - left /  right  - - - - */

.column {
	width:460px;
	text-align:center !important;
	
}
.column ul { padding-left:55px; list-style:disc; text-align:left; }
.column ul li { padding:4px 0; }

.column h3 {
	font-size:22px;
	color:#603000;
	margin:10px 0;
	line-height:25px;
}




/* - - - - - BUTTONS - - - - - */
a.awesome {
	background:url(../images/more-info-bg.png) top center no-repeat;
	display:block;
	width:218px;
	height:47px;
	color:#603000;
	text-align:center;
	font-size:21px;
	font-weight:bold;
	line-height:47px;
	margin:10px auto;
	text-decoration:none;
}

a.awesome:hover {
	background:url(../images/more-info-bg.png) bottom center no-repeat;
}

#sponsors-row {
	width:100%;
	/*margin:10px auto;
	background:#eee;
	border:1px solid #116C37;*/
	height:92px;
	background:#E0C6A8;
	clear:both;
}

#sponsors-row li {
	display:block;
	float:left;
	margin:5px;
}

/*#sponsors-row img {
	height:70px;
}*/

/* - - - - - FOOTER - - - - - */
#footer {
	clear:both;
	width:100%;
	background:#00693E;
	height:30px;
	position:relative;
	color:white;
	text-align:center;
	overflow:auto;
}

#footer p {
	line-height:30px;
}

#footer a {
	position:absolute;
	bottom:0;
	right:0;
	
}

