@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(layout/banner-collapse.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #BBCCD3;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 230px;
	width: 1000px;
	position:relative;
	background-image: url(layout/banner-collapse.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content {
	height: auto;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
#wrapper {
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* Ap divs for navigation */
#home-logo {
	position:absolute;
	left:10px;
	top:10px;
	width:371px;
	height:185px;
	z-index:1;
}
#cart {
	position:absolute;
	left:872px;
	top:14px;
	width:89px;
	height:18px;
	z-index:1;
}
#home-logo a {
	display: block;
	width:371px;
	height:185px;
	text-decoration: none;
}
#home-logo a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#prints {
	position:absolute;
	left:494px;
	top:97px;
	width:126px;
	height:34px;
	z-index:1;
}
#prints a {
	display: block;
	height: 34px;
	width: 126px;
	text-decoration: none;
}
#prints a:hover {
	background-image: url(layout/prints-over.jpg);
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#originals {
	position:absolute;
	left:620px;
	top:97px;
	width:142px;
	height:34px;
	z-index:1;
}
#originals a  {
	display: block;
	height: 34px;
	width: 142px;
	text-decoration: none;
}
#originals a:hover {
	background-image: url(layout/originals-over.jpg);
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#blog {
	position:absolute;
	left:762px;
	top:97px;
	width:111px;
	height:34px;
	z-index:1;
}
#blog a  {
	display: block;
	height: 34px;
	width: 111px;
	text-decoration: none;
}
#blog a:hover {
	background-image: url(layout/blog-over.jpg);
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#about {
	position:absolute;
	left:873px;
	top:97px;
	width:126px;
	height:34px;
	z-index:1;
}
#about a {
	display: block;
	height: 34px;
	width: 126px;
	text-decoration: none;
}
#about a:hover {
	background-image: url(layout/about-over.jpg);
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ------------------- Drop down menu ------------------- */

#drop, #drop ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#drop li {
	float: left;
	width: 126 px;
	position: relative;
	color: #000000;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
#drop a:link, #drop a:visited {
	text-decoration: none;
	display: block;
}
* html #drop a {
	width: 100%;
}
#drop ul {
	display: none;
	padding: 0px;
	position: absolute;
}
#drop ul li {
	font-size: 100%;
	padding: 0px;
	margin-top: -10px;
	
}
#drop li:hover ul {
	display: block;
}
#header #prints #drop .drops a {
	background-image: none;
	padding-left: 1.5em;
	color: #40400E;
}
#header #prints #drop .drops a:hover {
	color: #FE421D;
}
#header #prints #drop .drops {
	padding-top: 19px;

}

/*  ------------------- Footer  -------------------*/
#footer {
	width: 1000px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0D191B;
	margin-top: 10px;
	position: relative;
	padding-top: 30px;
}
#topArrow {
	height: 50px;
	width: 79px;
	position: absolute;
	display: block;
	left: 907px;
	top: 15px;
	margin: 0px;
	padding: 0px;
}
#wrapper #footer p {
	color: #1C2A2E;
	font-size: 0.7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #070E0F;
	margin-top: 20px;
	margin-right: 9em;
	margin-left: 9em;
	margin-bottom: .2em;
	padding: 0px;
}




/*  -------------------typography  -------------------*/

#content p {
	margin-top: 0px;
	margin-right: 100px;
	margin-left: 110px;
	padding-bottom: 1.2em;
	padding-right: 206px;
	padding-left: 74px;	
}
p {
	font-size: 0.9em;
	line-height: 1.3em;
	letter-spacing: .1em;
	padding-bottom: 1.2em;
	color: #312B10;
}
#wrapper #content p a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFD2AC;
}
a {
	outline: none;
	color: #28616C;
	text-decoration: none;	
}
a:active {
	color: #28616C;
	text-decoration: none;
}
a:hover {
	color: #FE421D;
	text-decoration: none;
}


/* ------------------------ Individual Pages ---------------------------------------- */

/* -------------------Bio and Fishing ------------------- */
#content p {
	background-image: url(layout/card-body.jpg);
	background-repeat: repeat-y;
}
#content .top {
	background-image: url(layout/card-top.png);
	background-position: left top;
	padding-top: 60px;
	background-repeat: no-repeat;
}
#content .top:first-letter {
	font-size: 1.6em;
	color: #242115;
	letter-spacing: -0.2em;
	text-indent: -.3em;
}
#content .bottom {
	background-image: url(layout/card-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 40px;
}

#content table {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

/*  ------------------------ Gallery pages ------------------------  */

.thumbnail {
	border: 3px ridge #1b2125;
	margin-bottom: 50px;
}
#wrapper #clickFor { /* "click images to view" button */
	background-image: url(layout/clickFor.jpg);
	height: 28px;
	width: 598px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	left: 201px;
	top: 20px;
	margin-bottom: 50px;
}

/* -------------------thanks html ------------------- */
#wrapper #thanks {
	height: 360px;
	width: 551px;
	background-image: url(layout/thanks.jpg);
	background-repeat: no-repeat;
	margin-left: 236px;
}
#wrapper #thanks p {
	padding-top: 265px;
	padding-right: 60px;
	padding-left: 70px;
	color: #2F2B0D;
	font-size: 0.85em;
	line-height: 1.4em;
}
#wrapper #thanks a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFD2AC;
}
/*  -------------------index html  -------------------*/
#wrapper .eventsBottom a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFD2AC;
}
#left {
	width: 500px;
	background-color: #666666;
	float: left;
}
#wrapper #clear {
	clear: both;
}
#schedule  {
	float: right;
	width: 500px;
	background-image: url(layout/schedule_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 20px;
}
#wrapper #schedule #eventsTop {
	background-image: url(layout/schedule_top.jpg);
	background-repeat: no-repeat;
	width: 500px;
	height: 92px;
}
#schedule  .events  {
	background-image: url(layout/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 93px top;
	padding-left: 120px;
}
#wrapper #schedule .eventsBottom {
	background-image: url(layout/schedule_bottom.jpg);
	padding-left: 120px;
	padding-bottom: 60px;
	background-position: center bottom;
}
/*  ------------------- Originals -------------------  */
.originalTop {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}

.original {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 150px;
}
#wrapper #content .paintTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #70A2AE;
}

/*..... ------------------- -------------------Lightbox ------------------- -------------------.....*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../lightbox/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(../lightbox/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	padding-top: 1.3em;
}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

