@charset "UTF-8";
body { background-color: #C7370E; }

a, a:link, a:visited { 
	cursor:pointer;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-family: 'Arvo', "Chaparral Pro", serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -.02em;
}
h1 {
	color: #c33d00;
	font-weight: bold;
	margin-top: -0.3em;
}

h2 { font-size: 26px; }
h3 { font-size: 21px; }
h4 { }

h5 { }
h6 { }
input[type="text"] , select{
	border: 1px solid #E8BE86;
	height: 14px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: auto;
}
input {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.column { 
-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

header .contact.last  { margin-right: 20px; }
header #logo {
	position: absolute;
	left: 9px;
	top: 6px;
}


header {
	position: relative;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #675539;
	height: 129px;
}



header nav {
	background-color: #998569;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding-right: 40px;
	text-align: center;
	width: 451px;
	
	border-radius: 0 30px 0 0;
	-moz-border-radius: 0 30px 0 0;
	-webkit-border-radius: 0 30px 0 0;
	behavior: url(PIE.htc);
}
header nav a {
	color: #fffcf0;
	text-decoration: none;
	padding-left: 25px;
	font-family: "Myriad Pro", Avenir, Futura, sans-serif;
	font-size: 15px;
}
header nav a:hover { color: #FC0; }
header .contact {
	float: right;
	margin-right: 10px;
	margin-top: 13px;
	font-family: "Myriad Pro";
	font-size: 13px;
}
header .contact a , #content a{
	color: #498127;
	text-decoration: underline;
}
header .contact a:hover , #content a:hover{ color: #A28600; }


#mainpic {
	background-image: url(images/mainpic-index.jpg);
	background-repeat: no-repeat;
	height: 346px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #fffcf0;
	position: relative;
	background-color: #000;
}

#mainpic .list{
	color: #FFF;
	width: 486px;
	position: absolute;
	left: 279px;
	top: 208px;
	
	border: 2px solid #675539;
	border-radius: 15px;
	
	padding:10px;
	font-family: 'Arvo', "Chaparral Pro", serif;
	font-size: 14.3px;
	line-height: 1.4em;
	
	background: #000;
	background: rgba(17,11,0,0.6);
	-pie-background: rgba(17,11,0,0.6);
	behavior: url(PIE.htc);
}

#mainpic .list ul {
	width: 50%;
	float: left;
	list-style-type: none;
}

#equipment #mainpic { background-image: url(images/mainpic-equipment.jpg); }
#season #mainpic { background-image: url(images/mainpic-season.jpg); }

#photos #mainpic {
	height: 542px;
	background-color: #000;
	background-image: none;
}
#links #mainpic {
	background-image: url(images/mainpic-links.jpg);
	height: 267px;
}
#index #mainpic #polaroid{
	position: absolute;
	left: 46px;
	bottom: -73px;
	z-index: 300;
}
#season #mainpic #polaroid {
	position: absolute;
	left: 556px;
	top: 83px;
}

#season #mainpic .list {
	width: 425px;
	left: 91px;
	top: 188px;
}

#equipment #mainpic .list{
	width: 486px;
	left: 279px;
	top: 195px;
}

#links #content , #season #content{
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
#links #content table tr td:first-child {
	text-align: right;
	padding-right: 20px;
}

#links #content h2 {
	font-family: "Trajan Pro", Georgia, "Times New Roman";
	text-align: center;
	font-weight: bold;
}
#links #mainpic #arrow {
	position: absolute;
	left: 94px;
	bottom: -72px;
}
#links #content img { 
	border: 1px solid #CFBA9B;
	border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
	position: relative;
	behavior: url(PIE.htc);

}





a.button {
	font-family: Myriad Pro;
	font-size: 16px;
	color: #FFF !important;
	text-decoration: none !important;
	height: 36px;
	line-height: 36px;
	border: 4px solid #fffcf0;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	float: left;
	
	box-shadow: 0px 0px 3px #88adba;
	-moz-box-shadow: 0px 0px 3px #88adba;
	-webkit-box-shadow: 0px 0px 3px #88adba;
		
	background: #CD4700; /* Old browsers */
	background: -moz-linear-gradient(top, #CD4700 62%, #BE3500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,#CD4700), color-stop(100%,#BE3500)); /* Chrome,Safari4+ */
	background: linear-gradient(top, #CD4700 62%,#BE3500 100%); /* W3C */
	behavior: url(PIE.htc);
}
a.button:hover {
	background: #BE3500; /* Old browsers */
	background: -moz-linear-gradient(top, #BE3500 62%, #CD4700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(62%,#BE3500), color-stop(100%,#CD4700)); /* Chrome,Safari4+ */
	background: linear-gradient(top, #BE3500 62%,#CD4700 100%); /* W3C */
}
#sidebar {
	width: 216px;
	float: left;
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 13px;
}

#sidebar #pricing, #sidebar #book-hunt {
	border: 8px solid #c33d00;
	background-color: #fffcf0;
	padding: 10px;
	margin-bottom: 15px;
	
	border-radius:	24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	position: relative;
	behavior: url(PIE.htc);
}
#sidebar #pricing {
	background-image: url(images/worn-bg.jpg);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 87px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	position: relative;
}
#sidebar #pricing h2 {
	font-family: Clarendon;
	color: #fffcf0;
	background-image: url(images/pricing.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-position: 14px 10px;
}
#sidebar #pricing h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #c33d00;
	text-transform: uppercase;
	letter-spacing: 0em;
	font-weight: bold;
}
#sidebar #pricing #container {
	background-color: #fffcf0;
	border-radius: 0 0 18px 18px;
	-moz-border-radius: 0 0 18px 18px;
	-webkit-border-radius: 0 0 18px 18px;
	position:relative;
	behavior: url(PIE.htc);
	padding: 6px;
}
#sidebar #pricing p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#sidebar #book-hunt {
	background-image: url(images/book-hunt.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	padding-top: 165px;
}

#content {
	width: 559px;
	float: left;
	margin-left: 15px;
	z-index: 400;
	position: relative;
}
#content p   {
	margin-bottom: 1em;
	font-size: 16px;
}


#content-wrapper {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 30px;
}
#content #map {
	border: 8px solid #998569;
	position: relative;
	font-size: 14px;
	font-family: "Myriad Pro", sans-serif;
	background-color: #fffcf0;
}
#content #map #directions {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 207px;
	font-size: 16px;
}
#content #map #directions .scroll {
	overflow-y: scroll;
	height: 183px;
}
#photos #mainpic {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#photos footer, #photos #content-wrapper { display: none; }


#content #map #directions p {
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 13px;
}

#content #map #directions h2 {
	background-image: url(images/map-title.png);
	display: block;
	height: 94px;
	background-repeat: no-repeat;
	background-color: #998569;
	background-position: -1px 6px;
}
#content #map iframe { border-right: 8px solid #998569; 
}
#content #map a.button {
	position: absolute;
	right: 32px;
	bottom: -25px;
}

#page {
	width: 850px;
	margin-bottom: 30px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	
	border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
	
	box-shadow: 0 0 30px #4A1E10;
	-moz-box-shadow: 0 0 30px #4A1E10;
	-webkit-box-shadow: 0 0 30px #4A1E10;
	
	position: relative;
	behavior: url(PIE.htc);
}
#page section#content { }
footer {
	text-align: center;
	padding-top: 75px;
	position: relative;
}

footer #copyright {
	font-family: "Myriad Pro", sans-serif;
	font-size: 14px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	text-align: left;
}

