@charset "UTF-8";
@import url("../webfonts/Amadeus/stylesheet.css");
@import url("../webfonts/QuickSand/stylesheet.css");
@import url("../webfonts/QuickSandBld/stylesheet.css");
/* 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%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	21;
	
	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/
*/

#______ALL________ {}
/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95.6611%;
	padding-left: 2.1694%;
	padding-right: 2.1694%;
	background-color: #f3f3e6;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #B6E0DA;
}
#Header h1 {
	font-family: Amadeus, Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 45px;
	text-indent: 5px;
	color: #b05a5a;
}
#Header a {
	text-decoration: none;
	color: #b05a5a;
}
#TopNav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #FFF;
	margin-top: 5px;
	}
#Intro {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: QuickSand, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	}
.red {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #E4021A;
	background-color: #FF0;
}
#Divider1 { 
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TrailNotes { 
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TrailNotes div span a {
	color: #AD5959;
}
#TrailNotes div span a:hover {
	color: #AD5959;
	font-weight: normal;
	font-family: QuickSandBld;
}
.BrownText {
	color: #600;
	letter-spacing: 1px;
	/* [disabled]font-variant: small-caps; */
	font-size: 10px;
}
#TrailNotes h1 {
	font-family: Amadeus;
	font-size: 42px;
	font-style: normal;
	font-weight: normal;
	color: #AD5959;
	margin-bottom: -2px;
	margin-top: -1px;
}
#TrailNotesText {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: QuickSand, Verdana, sans-serif;
	background-color: #F3EACF;
	margin-top: 8px;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}
.gridContainer.clearfix #TrailNotesText p {
	text-indent: 10px;
	padding-left: 12px;
}
#Main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 16px;
	}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #B6E0DA;
	height: 35px;
	bottom: 0px;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #64837D;
	border-right-color: #64837D;
	border-bottom-color: #64837D;
	border-left-color: #64837D;
}
.post1 {
	border: 2px dashed #CCC;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	text-indent: 12px;
}
#tracks {
	padding-left: 20px;
	max-width: 120%;
	max-height: auto;
}
#tracks2 {
	display: none;
}
#Footer p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #737373;
	padding-right: 25px;
	vertical-align: middle;
}
#TopNavMenu {
}

#TopBanner {
	margin-top: 20px;
}

#Intro p {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 17px;
}

#Intro p strong {
	font-family: QuickSandBld, sans-serif;
	font-style: normal;
	font-weight: normal;
}

#Main .post1 h2 {
	color: #5C353C;
	font-family: QuickSandBld, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	display: inline;
	line-height: 45px;
}
#Main .post1 h4 {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #999;
	display: inline;
	white-space: nowrap;
	line-height: 10px;
}

#Main .post1 p a {
	font-family: QuickSandBld, Verdana, sans-serif;
	color: #600;
}

#Main .post1 p a:visited {
	font-family: QuickSandBld, Verdana, sans-serif;
	color: #600;
}
#Main .post1 p a:hover {
	font-family: QuickSandBld, Verdana, sans-serif;
	color: #600;
	background-color: #B2D2FF;
}
.HoofTitle {
	font-family: Amadeus, Times, serif;
	font-style: normal;
	font-weight: normal;
}
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

#TopNav a {
	color: #FFF;
	text-decoration: none;
}
#TopNav a:visited { 
	color: #FFF; 
}
#TopNav a:hover {
}
#TopNav a:active { 
	color: #F00; 
}
#TheHerd { 
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TheHerd div h1 {
	font-family: Amadeus, Times, serif;
	font-size: 45px;
	font-style: normal;
	font-weight: normal;
	color: #B05A5A;
	margin-bottom: -5px;
	margin-top: -2px;
}
#History {
	color: #B05A5A;
	font-size: 18px;
	font-family: QuickSand;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#colList {
	list-style-type: circle;
	line-height: 20px;
	font-family: QuickSand;
	list-style-position: outside;
}
li {
	text-indent: 5px;
	padding-bottom: 8px;
}


#___TABLET_AND_DESKTOP____ {}

.gridContainer {
	width: 97.8305%;
	padding-left: 1.0847%;
	padding-right: 1.0847%;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TopNav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Intro {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Divider1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TrailNotes {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TrailNotesText {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 16px;
}
#Main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header h1 {
	font-family: Amadeus, Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	padding-left: 5px;
}
#tracks {
	padding-right: 25px;
	padding-left: 15px;
	max-width: 100%;
	max-height: auto;
}
#tracks2 {
	max-width: 100%;
	display: inline;
}

#Intro p {
	margin-right: 70px;
	margin-left: 70px;
	font-size: 17px;
}
#IntroImageDiv {
	clear: none;
	float: left;
	margin-left: 2.2175%;
	width: 48.8912%;
	display: block;
}
#TheHerd {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.two-col {
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-column-count: 2;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	-column-gap: 30px;
	text-align: justify;
}
}

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

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

.gridContainer {
	width: 93.626%;
	max-width: 1232px;
	padding-left: 0.6869%;
	padding-right: 0.6869%;
	margin: auto;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header h1 {
	font-family: Amadeus, Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 70px;
	padding-left: 10px;
	text-decoration: none;
}
#TopNav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	}
#Intro {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	}
	
#Intro p {
	margin-right: 70px;
	margin-left: 70px;
	font-size: 14px;
}


#Divider1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TrailNotes {
	clear: both;
	float: left;
	margin-left: 0;
	width: 49.2662%;
	display: block;
}
#TrailNotes h1 {
	font-family: Amadeus;
	font-size: 42px;
	font-style: normal;
	font-weight: normal;
	color: #AD5959;
	margin-top: 25px;
	margin-bottom: 1px;
}
#TrailNotesText {
	clear: none;
	float: left;
	margin-left: 1.4675%;
	width: 49.2662%;
	display: block;
	font-size: 14px;
}
#Main {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 14px;
	}
.post1 {
	border: 2px dashed #CCC;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	text-indent: 22px;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#TheHerd {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
