@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body {
  /* Location of the image */
  background-image: url(../images/Orange_Descent_Canoe_Marathon2.jpg);
  
  /* Image is centered vertically and horizontally at all times */
  background-position: top center;
  
  /* Image doesn't repeat */
  background-repeat: repeat-x;
  width: 100%;
  max-height: 646px;
  margin: 0;
}

.style1 {
	font-family: 'Anton', sans-serif;
	font-size:25px;
	color:#FFF;
	font-weight: 100;
}

.style2 {
	font-family: 'Anton', sans-serif;
	font-size:40px;
	color:#FFF;
	font-weight: 100;
	line-height: 50px;
	text-shadow: 2px 2px 8px #000;
}

.style3 {
	font-family: "Comic Sans MS", cursive;
	font-size:20px;
	color:#FFF;
	font-weight: 100;
	text-shadow: 2px 2px 8px #000;
	line-height: 25px;
}
.style4 {
	font-family: 'Anton', sans-serif;
	font-size:26px;
	color: #F93;
	font-weight: 100;
}
.style5{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	color: #FC9;
	line-height: 18px;
}

p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#7F8F9F;
	line-height: 18px;
}
ol, li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#7F8F9F;
	line-height: 18px;
}

a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#FFF;
	line-height: 18px;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.9666%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;
}

#Header {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color:#FFF;
	left: 0;
	top: 0;
	position:fixed;
	z-index:9999;
}

#Hlogo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#TopNav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	clear: both;
	float: left;
	left: 0;
	width: 100%;
	display: block;
	margin-top: 560px;
	position:relative;
	background-color:#002040;
}

#intro {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#002040;
}

#sponsers {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#002040;
}

#facebook {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color:#002040;
}

#article {
	width: 90%;
	margin: 5%;
}

#content2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image:url(../images/Orange_Descent_Canoe_Marathon4.jpg);
	background-position: top center;
	background-repeat: repeat-x;
  	max-height: 400px;
}

#article2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
}

#date {
	display: none;
}

#footer {
	clear: both;
	float: left;
	left: 0;
	width: 100%;
	display: block;
	position:relative;
	background-color:#F93;
}
#footer table td {
	height: 150px;
}

#fLogo {
	display: none;
}

#advert1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#advert2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#article3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	min-height: 350px;
}

#Itinerary {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 35px;
	margin-bottom: 25px;
}

#article4 {
	width: 94%;
	margin: 2%;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.style1 {
	font-family: 'Anton', sans-serif;
	font-size:25px;
	color:#FFF;
	font-weight: 100;
}

.style2 {
	font-family: 'Anton', sans-serif;
	font-size:70px;
	color:#FFF;
	font-weight: 100;
	line-height: 80px;
	text-shadow: 2px 2px 8px #000;
}

.style3 {
	font-family: "Comic Sans MS", cursive;
	font-size:35px;
	color:#FFF;
	font-weight: 100;
	text-shadow: 2px 2px 8px #000;
	line-height: 40px;
}
.style4 {
	font-family: 'Anton', sans-serif;
	font-size:26px;
	color: #F93;
	font-weight: 100;
}

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#Header {
	clear: both;
	float: left;
	left: 0;
	width: 100%;
	display: block;
	height: 110px;
}
#Hlogo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 61.5384%;
	display: block;
}
#TopNav {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
}
#Nav {
	margin-top: 51px;
}
#content {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color:#002040;
	left: 0;
	padding-bottom: 20px;
}
#intro {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.7179%;
	display: block;
	margin-top: -55px;
}
#sponsers {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 48.7179%;
	display: block;
	margin-top: -55px;
}
#facebook {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: -55px;
}
#article {
	width: 90%;
	margin: 5%;
}
#content2 {
	clear: both;
	float: left;
	left: 0;
	width: 100%;
	display: block;
}
#article2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
}
#date {
	display: none;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer table td {
	height: 250px;
}
#fLogo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 23.0769%;
	display: block;
}
#advert1 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
}
#advert2 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
}
#article3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Itinerary {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 35px;
	margin-bottom: 25px;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {


.style1 {
	font-family: 'Anton', sans-serif;
	font-size:25px;
	color:#FFF;
	font-weight: 100;
}

.style2 {
	font-family: 'Anton', sans-serif;
	font-size:90px;
	color:#FFF;
	font-weight: 100;
	line-height: 100px;
	text-shadow: 2px 2px 8px #000;
}

.style3 {
	font-family: "Comic Sans MS", cursive;
	font-size:50px;
	color:#FFF;
	font-weight: 100;
	text-shadow: 2px 2px 8px #000;
	line-height: 55px;
}
.style4 {
	font-family: 'Anton', sans-serif;
	font-size:26px;
	color: #F93;
	font-weight: 100;
}


.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
#Header {
	clear: both;
	float: left;
	left: 0;
	width: 100%;
	display: block;
	height: 110px;
}
#Hlogo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 40.6779%;
	display: block;
}
#TopNav {
	clear: none;
	float: left;
	margin-left: 10.1694%;
	width: 49.1525%;
	display: block;
}
#Nav {
	margin-top: 0px;
	float:right;
}
#content {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color:#002040;
	left: 0;
}
#intro {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.2033%;
	display: block;
}
#sponsers {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}
#facebook {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}
#article {
	width: 90%;
	margin: 5%;
}
#content2 {
	clear: both;
	float: left;
	left: 0;
	width: 100%;
	display: block;
}
#article2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
}
#date {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 57.6271%;
	display: block;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#fLogo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.2033%;
	display: block;
}
#advert1 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}
#advert2 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 32.2033%;
	display: block;
}
#article3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Itinerary {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 55px;
	margin-bottom: 25px;
}


}