@import url("../../parts/styles/global.css");

/*=====================================================( GLOBALS )===*/
/*===================================================================*/

html {  }

BODY
{
	color: #000;
	font-family: Verdana, sans, arial, helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

a[name=top]
{
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#allContainer {  }

/* custom image scaling for portrait mode; landscape mode at bottom */
.image { width: 100%; }
.image img { width: 100%; }

/* banner */
header .machinery
{
	padding: 47px 21px 17px 21px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#deda7a+0,ffffff+50,ffffff+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #deda7a 0%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #deda7a 0%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #deda7a 0%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deda7a', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

header.page
{
	position: relative;
	z-index: 2;
	box-shadow: 0 0 3ex 1ex rgba(0,0,0,0.3);
}
header.page h1 /* the <h1> box gets the dimensions */
{
	padding: 14px 10px 20px 10px;
	margin: 0;
	text-align: center;
	color: white;
	background: url(images/bannerbg.png) no-repeat top center;
	background-size: 100% 100%;
	margin-bottom: -30px;
	position: relative;

}
header.page h1 a
{
	text-decoration: none;
	font-size: 22pt;
	font-weight: normal;
	color: #600;
}

.inner header.page h1
{
	font-size: 130%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
header.page h1 img
{
	color: white;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
	font-weight: normal;
	max-width: 90%;
	display: inline-block;
	border: none;
}

#mobileContent
{
	padding: 1.6em;
	background: #ffffff; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #dbdbdb 0%, #ffffff 30%, #ffffff 64%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(30%,#ffffff), color-stop(64%,#ffffff), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dbdbdb 0%,#ffffff 30%,#ffffff 64%,#dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dbdbdb 0%,#ffffff 30%,#ffffff 64%,#dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dbdbdb 0%,#ffffff 30%,#ffffff 64%,#dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dbdbdb 0%,#ffffff 30%,#ffffff 64%,#dbdbdb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-8 */
}

/* global stuff */
a {	color: #333; }
a:hover { color: #002; }

.readmore a { color: #333; }
.readmore a:hover { color: #000; }

/* SEARCH BAR */
.search.bar
{
	line-height: 60px;
	font-size: 100%;
}
.search.bar .fieldAndButton { width: 100%; }
.search.bar .searchField
{
	color: #666;
	font-size: 16px;
	font-size: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	padding: 8px 48px 8px 8px;
	height: 44px;
	border-radius: 8px;
	border: 1px solid #bbb;
	box-shadow: inset 3px 3px 11px rgba(0, 0, 0, 0.1);
}
.search.bar A.searchButton
{
	background-color: transparent;
	display: inline-block;
    left: -6px;
    margin-left: -40px;
    position: relative;
	zoom: 1;
	border: none;
}
.search.bar A.searchButton img { display: block; width: 28px; height: 28px;}
.search.bar .searchControls { display: none; }

/*=== SEARCH RESULTS ===*/
h2.search {	padding: 1ex; font-size: 130%; }

/*=== HEADLINES ===*/
h1, h2, h3
{
	font-family: Oswald, Arial, sans-serif;
	/* font-family: "Alex Brush", "Times New Roman", Georgia, Serif; */
	font-weight: normal;
	color: #486a13;
}

h4, h5 { font-size: 100%; }
h1 { font-size: 200%; }
h2 { font-size: 190%; }
h3, .summaryDisplay h3 { font-size: 150%; }
h4 {}
h1 a, h2 a, h3 a, h4 a, h5 a {}

.sectionIntro h2, .promotion h3
{
	padding-bottom: 4px;
	margin-bottom: 9px;
}
.box > header > h2, .box > header > h3 { border-bottom: 2pt solid rgba(0,0,0,0.3); }

/*=== MAIN COLUMN ===*/
.mobileContent img { max-width: 100%; }
.summaryDisplay .image { max-width: 42%; }
.box .body {  }

/* make room for fingers in attachments and quicklist */
.attachments .attachment { padding: 7px 0; }
.infoblock li {	padding: 5px 0; }
h2 + time {	margin-top: -8px; }
time {opacity: 0.5; }

/*=== FOOTER ===*/
footer
{
	background: #a5a682;
	color: #333;
	padding: 17px 21px;
	border-top: 2px solid rgba(0,0,0,0.15);
	box-shadow: 0 0 3ex 1ex rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 3ex 1ex rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3ex 1ex rgba(0,0,0,0.3);
	clear: both;
	text-align: center;
}
footer h2, footer h3
{
	color: #333;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 120%;
	margin-bottom: 15px;
}
footer h2 a { font-weight: normal; }
footer a { color: #333; }
footer .verticalLogo_text a
{
	color: #333;
	text-decoration: none;
}
footer nav { margin-bottom: 2em; }
footer.main div.text
{
	margin: 30px 0;
}
footer.main .socialTools
{
	margin: 30px 0;
	opacity: 0.9;
}
footer.main .socialTools > a
{
	margin: 0 2px;
}
footer.main .socialTools h4
{
	position: relative;
	top: 2px;
    display: inline-block;
    line-height: normal;
    margin-right: 1ex;
}

/* === back to top === */
footer .backToTop
{
	background: #3b536d;
	color: #ffffff;
	border-radius: 5px 0 0 5px;
	border-radius: 100px 0 0 100px;
	text-align: center;
	display: table;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
footer .bumpOut
{
	position: relative;
	z-index: 5;
	margin: -55px -21px 0 10px;
	float: right;
}
footer .backToTop > span
{
	display: table-cell;
	height: 65px;
	width: 3.4em;
	padding: 6px 6px 6px 15px;
	vertical-align: middle;
}
footer .upButton
{
	background: #d7d7d7;
	color: #666;
	float: left;
	margin: 0 1em 1em 0;
	text-decoration: none;
	padding: 2px 6px;
	border: 1px solid #999;
	border-radius: 4px;
}
footer .upButton:hover { background: rgba(255,255,255,0.6); }


/* === Desktop View === */
a.fullSite
{
	background: #2a1d18;
	color: #ffffff;
	display: block;
	text-align: center;
	padding: 1em;
	margin-top: 5px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: bold;
}
a.fullSite:hover
{
	color: white;
	opacity: 0.9;
}

/*===( NAVIGATION PIECES )===*/
/* nav links */
nav a {  }
nav ul { padding: 0; }

/* all top-level nav links */
nav > ul > li > a {  }

/* rules that apply to all block-link-style navs */
nav.block ul
{
	clear: both;
	background: #486a13;
	border: 2px solid white;
	border-radius: 8px;
}

/* block-style links */
nav.block li a
{
	color: #fff;
	padding: 12px 1em;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	font-family: Oxygen, Arial, sans-serif;
}
nav.top.block ul { border-top: 1px solid white; border-radius: 0;}
nav.top.block li a
{
	border-right: 1px solid white;
	background: #486a13;
	color: white;
}
nav.top.block li:last-child a { border-right: none; }

/* vertical block */
nav.vertical.block li a
{
	border-bottom: 2px solid white;
}
nav.vertical.block li:last-child a { border-bottom: none; }

/* inner page "top" nav */
nav.top.block li a
{
	/* margin-left: 2px; */
	padding: 0 10px;
	height: 40px;
	line-height: 35px;
}
nav.top.block li a > *
{
	display: inline-block;
	vertical-align: middle;
}
nav.top.block li:first-child a
{
	border-left: none;
	margin-left: 0;
}

/* all top-level nav links */
nav.block > ul > li > a {  }
nav.top li:last-child a { border-right: none; }
nav li.subsections.empty span {	opacity: 0.5; }

/*=== Cookie Crumb ===*/
nav.cookiecrumb
{
	padding: 37px 15px 7px 15px;
	background: #6d6e71;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	line-height: 120%;
	color: white;
}
nav.cookiecrumb li
{
	display: inline;
	font-size: 100%;
	margin: 0;
}
nav.cookiecrumb li:last-child { font-weight: bold; }
nav.cookiecrumb li:last-child a { margin-bottom: 0; }
nav.cookiecrumb li:last-child .triangle { display: none; }
nav.cookiecrumb li > * { vertical-align: middle; }
nav.cookiecrumb a/* , nav.cookiecrumb li.open a, nav.cookiecrumb a, nav.cookiecrumb li.current a */
{
	display: inline;
	color: #fff;
	font-family: arial, verdana, tahoma, sans-serif;
}
nav.cookiecrumb a:hover {  }
nav.cookiecrumb a span { display: inline; }
nav.primary ul
{
	overflow: hidden;
	border-radius: 8px;
}
header nav.primary { margin: 5px 0; }

/* special style for when cookiecrumb is up in the header */
header nav.cookiecrumb
{
	background: #063200;
	border: none;
}
header nav.cookiecrumb a
{
	display: inline;
	color: white;
}
header nav.cookiecrumb li:last-child a { color: white; }
nav.cookiecrumb .triangle
{
	display: inline;
	margin: 0 1ex;
	opacity: 0.3;
}
.upButton {	position: relative; }
.upButton span { position: relative; }
.upButton span, .backButton span { font-size: 120%; }
.upButton .explanation
{
	color: hsl(60,86%,10%);
	background: hsl(60,50%,85%);
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	/* white-space: nowrap; */
	padding: 3px;
}
.upButton:hover {  }
.upButton:hover .explanation { display: block; }

/* == custom stuff, for display: table menu navs == */
nav.table > ul
{
	display: table;
	width: 100%;
}
nav.table > ul > li
{
	display: table-cell;
	text-align: center;
}
nav.top ul { border: none; }
nav.top a {  }

/* == both other blocks navs ====================== */
nav.block li a, nav.block li a:hover {  }
nav.block li.current a, nav.block li.open a, nav.block li a:hover {  }
nav.block li.current a, nav.block li.open a {  }
nav.subsections ul
{
	padding-left: 0;
	border-radius: 8px;
	overflow: hidden;
}
nav.subsections header a, .noNav a { text-decoration: none; }

/*=================================================( CALENDAR PIECES )===*/
/*=======================================================================*/
/* calendar grid color */
.calMonth, .calMonth .calLinks { font-size: 120%; }
.calMonth table, .calDayHeading th, .calMonthHeading { background-color: #888888; }
.calDayHeading th { background: #aaaaaa; }
.calMonth td { border: 1px solid #888888; }
.calGrayDay
{
	background-color: #cccccc;
	color: #777777;
}
.calToday { background-color: #ffffdd; }

.eventTip
{
	color: black;
	color: rgba(0, 0, 0, 0.8);
    border-color: #525200;
	border-color: rgba(0,0,0,0.4);
	background-color: #ffff88;
	border-radius: 3px;
	width: 200px;
}
.readmore.small { margin-top: 30px; font-size: 120%; }

/* content from Word, and is designed to nullify the ways in which
certain styles that it brings with it break layout */
p[class^="Mso"], p.MsoNormal
{
	text-indent: 0 !important;
	margin: 0 !important;
}

font[size=2] { font-size: 100%; }

/* force images to be proportionally scaled to at most 100% width */
#mobileContent div:not(.noImageForcing) img
{
	height: auto !important;
	max-width: 100% !important;
}
#mobileContent div.noMobile { display: none; }
#mobileContent div.mobileOnly {	display: block; }

#mobileContent #tourbookdiv > img[style*=height\:168]
{
	height: 168px !important;
}

iframe { max-width: 100% !important; }
input {	max-width: 100% !important; }

/*===( SPECIAL FOR DIFFERENT ORIENTATIONS )===*/
@media screen and (orientation:portrait)
{
	.search.bar .searchField {  }

	/* custom margins */
	.image.left, .image.right { margin: 16px 0; }

	/* dynaform field fix */
	DIV.formLabel, 	DIV.formLabelReq
	{
		float: none;
		text-align: left;
		width: auto;
	}
	.calDayHeading .medium { display: none; }
}
@media screen and (orientation:landscape)
{
	.image { max-width: 50%; }
}
