/*Background color = A3BA5F, active link color = E14324*/

/*Set background color of pages*/
body { background-color: #A3BA5F; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif}

h1 { font-size: .95em; font-variant: small-caps; font-style: italic; margin: 10px 0 0 0; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight: 100;}
h2 { font-size: .75em; font-variant: small-caps; font-style: italic; margin: 0px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight: 100;}
h3 { font-size: .55em; margin: 0px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight: 100;}

/*Main container for webpage*/
#container { 
	position: absolute;
	left: 50%;
	margin-left: -490px; 
	height: 560px;
	width: 980px;
	background-image: url(../images/background.gif);
	color: #fff;
}

#content {
	position: absolute;
	top: 66px;
	margin: 0 0 0 35px;
	height: 480px;
	width: 945px;
}

#content p {
	font-size: .85em;
	text-indent: 2em;
	width: 34em;
	text-align: justify;
	margin: 0px;
}

#content p a{color: #E14324; text-decoration: none;}

.bio p{
	font-family: Adobe Garamond Pro,Times New Roman,serif;
	font-size: 1em !important;
	line-height: 1.7em;
}

#bio-footer{
	padding-top: 1em;
	font-family: Adobe Garamond Pro,Times New Roman,serif;
	width:530px; 
	text-align:center; 
	font-size: 1em;
}

#testimonial-wrapper{
	font-family: Adobe Garamond Pro,Times New Roman,serif;
	width: 780px;
	margin: 0 auto;
	height: 420px;
	overflow: auto;
}

.testimonial {
	padding: 0 2em 2em 2em;
}

.larger {font-size:1.5em;}

#footer {
	position: absolute;
	left: 50%;
	width: 600px;
	top: 560px;
	margin-left: -300px;
	text-align: center;
	color: white;
}

/* Footer for gallery with Thumbnails...centered under image*/
#footer2 {
	position: absolute;
	left: 50%;
	width: 600px;
	top: 560px;
	margin-left: -355px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: white;
}

/* Footer for index with more text*/
#footer3 {
	position: absolute;
	left: 50%;
	width: 600px;
	top: 520px;
	margin-left: -300px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: white;
}

#header { 
	height: 66px;
	width: 980px;
	margin: 0px;
}

#nav{
	text-align: center;
	height: 10px;
	width: 730px;
	margin: 0px;

}

#snav{
	margin: 0 0 0 130px;
	height: 10px;
	width: 600px;
}

#mi {
	float: left;
	margin: 0px;
}

#smi { 
	color: white;
	float: left;
	margin: 0px;
}

#separator {
	float: left;
	background: url(../images/seplight.png) no-repeat;
	height: 10px;
	width: 40px;
	margin: 15px 5px 0 5px;
}

#separatorsm {
	float:left;
	background: url(../images/seplightsm.png) no-repeat;
	height:10px;
	width: 12px;
	margin: 5px 2px 0 2px;
}

#button a {outline: none; text-decoration: none;}

/*Make links white and italic, and those hovered over orange*/
a.nav:link { color: #FFF; text-decoration: none; }
a.nav:visited { color: #FFF; text-decoration: none; }
a.nav:focus { outline: none; text-decoration: none; }
a.nav:hover { color: #E14324; }
a.nav:active {}

a.navact:link { color: #E14324; text-decoration: none; }
a.navact:visited { color: #E14324; text-decoration: none; }
a.navact:focus { outline: none; text-decoration: none; }
a.navact:hover { color: #E14324; }
a.navact:active {}

.prices {
	float: left; 
	font-size: 1em; 
	text-align: center; 
	margin: .4em .8em 0 .8em;
	font-family: Adobe Garamond Pro, Times New Roman, serif;
}

.mygear {
	float: left;
	margin: 15px 15px 15px 15px;
	height: 225px;
}

.mygear img {
	border: 3px double white;
	width: 275px;
}

.mygear p { 
	width: 275px !important;
	text-indent: 0 !important;
	text-align: center !important;
}

.address{
	margin-bottom: 15px;
	font-style: italic;
}

.location {
	font-weight: bold;
	letter-spacing: 3px;
	font-style: normal;
}
/**
Stylesheet: Slideshow.css

HTML:
	<div class="slideshow">
		<div class="slideshow-images" />
		<div class="slideshow-captions" />
		<div class="slideshow-controller" />
		<div class="slideshow-loader" />
		<div class="slideshow-thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

/* Overlay of blank gif image to prevent saving images */
.slideshow-overlay{        
	position: absolute;
	background: url(../images/blank.gif) repeat;
	width: 712px;
	height: 480px;
	z-index: 100;
}


.slideshow {
	display: block;
	position: relative;
	z-index: 0;
	margin-left: 75px;
	height: 480px;
	width: 712px;
	padding: 2px; 
}

.slideshowsimple {
	display: block;
	position: relative;
	z-index: 0;
	margin-left: 134px;
	height: 440px;
	width: 712px;
	padding: 0px;
}


.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
	height: 440px;
	width: 712px;
	padding: 0px;
}		

.slideshow-images img {
	display: block;
	position: absolute;
	max-height: 474px ; 
	max-width: 706px;
	border: 3px double #fff;
	padding: 0px;
	z-index: 1;
	float: left;
	left: 0;
	top: 0;
}		

.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow a img {
	border: 3px double #fff;
}

/**
HTML:
	<div class="slideshow-controller">
		<ul>
			<li class="first"><a /></li>
			<li class="prev"><a /></li>
			<li class="pause play"><a /></li>
			<li class="next"><a /></li>
			<li class="last"><a /></li>
		</ul>
	</div>
	
Notes:
	Customize the hidden / visible classes to affect the controller animation.
*/

.slideshow-controller {
	background: url(controller.png) no-repeat;
	height: 42px;
	left: 50%;
	margin: -21px 0 0 -119px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 238px;
	z-index: 10000;
}
.slideshow-controller * {
	margin: 0;
	padding: 0;
}
.slideshow-controller-hidden { 
	opacity: 0;
}
.slideshow-controller-visible {
	opacity: 1;
}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
}
.slideshow-controller a.active {
	background-position: 0 18px;
}
.slideshow-controller li {
	list-style: none;
}
.slideshow-controller li.first a {
	background-image: url(controller-first.gif);
	left: 33px;
	width: 19px;
}
.slideshow-controller li.last a {
	background-image: url(controller-last.gif);
	left: 186px;
	width: 19px;
}
.slideshow-controller li.next a {
	background-image: url(controller-next.gif);
	left: 145px;
	width: 28px;
}
.slideshow-controller li.pause a {
	background-image: url(controller-pause.gif);
	left: 109px;
	width: 20px;
}
.slideshow-controller li.play a {
	background-position: 20px 0;
}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
}
.slideshow-controller li.prev a {
	background-image: url(controller-prev.gif);
	left: 65px;
	width: 28px;
}

/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	left: 49%;
	top: 50%;
	margin: 21px 0 0 -5px;
	position: absolute;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}

/**
HTML:
	<div class="slideshow-thumbnails">
		<ul>
			<li><a class="slideshow-thumbnails-active" /></li>
			<li><a class="slideshow-thumbnails-inactive" /></li>
			...
			<li><a class="slideshow-thumbnails-inactive" /></li>
		</ul>
	</div>
	
Notes:
	Customize the active / inactive classes to affect the thumbnails animation.
	Use the !important keyword to override FX without affecting performance.
*/

.slideshow-thumbnails {
	overflow: hidden;
	bottom: -53px;
	height: 480px;
	left: auto;
	position: absolute;
	width: 100px;				/* Brian was 100px*/
	right: -120px;
    top: 2px;
}

.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 600px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 0px 5px 5px 5px;
	position: relative;
}
.slideshow-thumbnails a {
	outline: none;
	display: block;
	float: left;
	padding: 0px;
	position: relative; 
	border: 3px double white;
	width: 80px;
	height: 53px;
	overflow: hidden;
}
.slideshow-thumbnails a:hover {
	background-color: #FFF !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.slideshow-thumbnails a img {
	border: none;
	display: block;
}
.slideshow-thumbnails-active {
	background-color: #FFF;
	opacity: 1;
}
.slideshow-thumbnails-inactive {
	background-color: #a3ba5f;
	opacity: 0.5;
}
