/* COLORS:

brown (links)				#773C07
white (main text)			#FFF
white (footer text)			#FFF
brown (main background)		#3C1E03
black (footer background)	#000

*/


body {
background-color: #3C1E03;
font-family: "century gothic", helvetica, arial, sans-serif;
letter-spacing: .1em;
margin: 10px 0 50px;
padding: 0;
}

/* LAYOUT */

#container,
#footer {
width: 960px;
margin: 0 auto;
padding: 0 10px;
text-align: left;
color: #eae7e4;
}

#container {
margin-bottom: 35px;
/*color: #FFF;*/
}

#footer {
margin-top: 2px;
/*color: #FFF;*/
font-size: 12px;
}

#logo_print {
display: none;
}
#logo {
float: left;
margin: 30px 20px 20px 0;
}
.eai #logo {
margin-top: 34px;
margin-bottom: 28px;
}

#navigation {
margin: 0 20px 20px 0;
padding: 107px 0 0;
text-align: right;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: normal;
font-size: .85em;
color: #6580BC;
}
#navigation li {
display: inline;
margin: 0;
}
#navigation	a:link,
#navigation a:visited {
text-decoration: none;
}
#navigation li.active {
color: #FFF;
}

#text {
	/*color: #eae7e4;*/
font-size: 13px;
line-height: 20px;
letter-spacing: .1em;
margin-top: 0;
padding-top: 0;
float: right;
text-align: justify;
width: 350px;
}
.first {
margin-top: 0;
/*font-size: 12px;*/
}
.lead-in {
	color: #fff;
text-transform: uppercase;
}
#subtext {
padding: 0 35px 30px 99px;
line-height: 1.3em;
}

#email {
float: left;
padding: 20px 0 45px 0;
}
#links {
padding: 20px 20px 0 0;
line-height: 1.2em;
}
#address {
clear: both;
text-align: right;
margin: 0 20px 0 0;
padding: 40px 0 15px;
}

.contact {
text-transform: uppercase;
}
.small {
font-size: .75em;
padding-left: 5px;
color: #FFF;
}
a.big:link,
a.big:visited {
font-size: 1.2em;
}

.eai .bar {
color: #773C07;
padding: 0 0 0 5px;
}


/* GALLERRIFIC STYLES */
#photos {
	background: #2E1702;
	border: 5px solid #2E1702;
	float: left;
	width: 582px;
/*	margin: 0 15px 0 0;*/
}
#photos img {
	border: 1px #2E1702 solid;
}
#controls {
/*	background: #2E1702;*/
	float: left;
	font-size: 12px;
	padding: 10px;
	width: 562px;
}
#controls a {
outline: none;
}
.ss-controls {
float: left;
}
.nav-controls {
float: right;
}
.nav-controls a {
padding-left: 20px;
}
#thumbs {
display: none;
}
#photos a {
text-decoration: none;
}
div.slideshow-container {
position: relative;
clear: both;
height: 392px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
position: absolute;
top: 0;
left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
background-position: center;
width: 582px;
height: 392px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
}
div.slideshow span.image-wrapper {
/*background: #2E1702; */
/*bkgd: 3C1E03*/
	display: block;
position: absolute;
top: 0;
left: 0;
height: 392px;
}
div.slideshow a.advance-link {
display: block;
width: 582px;
height: 392px; 
	/* This should be set to be at least the height of the largest image in the slideshow */
/*	line-height: 390px; */
	/* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow img {
display: block;
position: absolute;
top: 0;
left: 0;
/*	width: 580px;*/
/*	height: 390px;*/
}
/* GENERAL STYLES */
h2 {
color: #6580BC;
text-transform: uppercase;
font-size: 1.1em;
font-weight: normal;
line-height: 1.3em;
margin: 20px 0 0px;
}
h3 {
margin-top: 35px;
margin-bottom: 5px;
}
h4 {
display: none;
}
/* for print only, replaces the h3 which is used for graphic headers */
img {
border: 0;
}


.eai a:link,
.eai a:visited {
color: #99581D;
}
.eai a:hover {
color: #cc7727;
}

.clear {
clear: both;
}


/* LISTS */
ul {
list-style-type: square;
}
li {
margin-bottom: 10px;
}
.simple li {
list-style-type: none;
margin-bottom: 0;
}


/* columns */
#row-two {	
	overflow: hidden;
}

#photos, #text {
	margin-bottom: -1000px;
	padding-bottom: 1000px;
}



