/* AUTHOR : John Saathoff
*  WEBSITE: www.jrsaathoff.com
*
*  Feel free to use and modify this document
*/

body {
    background     : #b7976f;
    font           : normal 13px Verdana, sans-serif;
    }

#shell {
    border         : solid 6px #463e2e;
    background     : #fcfAf6;
    padding        : none;
    margin         : 20px auto;
    width          : 750px;
    }

.title {
    border-top     : 2px solid #cbbc9e;
    border-bottom  : 1px solid #cbbc9e;
    background     : #fcfAf6;
    color          : #553;
    padding        : 10px;
    font           : normal 1.6em Georgia,Tahoma,sans-serif;
    font-variant   : small-caps;
    }

.box {
    border-top     : 1px solid #cbbc9e;
    background     : #fcfAf6;
    color          : #222;
    padding        : 20px 20px;
    text-align     : justify;
    }

.footer {
    background     : white;
    }

.menu {
    border-top     : solid 3px #463e2e;
    border-bottom  : solid 3px #463e2e;
    background     : #504531;
    line-height    : 20px;
    }

.menu a {
    border-right   : solid 2px #463e2e;
    background     : #504531;
    color          : #ded0b5;
    padding        : 0 14px;
    font           : bold 1em Tahoma,sans-serif;
    line-height    : 20px;
    text-align     : center;
    text-decoration: none;
    float          : left;
    }

.menu a:hover, a#active {
    background     : #ded0b5;
    color          : #504531;
    }

/* The following two sections are special options for a two column design */

.box#dual1 {
    background     : url(img/divider.png) repeat-y;
    background-position: top right;
    width          : 455px;
    float          : left;
    }

.box#dual2 {
    width          : 215px;
    float          : right;
    }

/* The clean class is used specifically to break free of the floats
*  used in the menu and the two column box
*/

.clean {
    clear          : both;
    }

/* The elements below are purely for cosmetic purposes and effect only the layout of
*  individual elements on the page.  EG, image and form properties.
*/

h1 {
    color: #442;
    padding: 8px 0 2px;
    font: normal 1.3em serif,sans-serif;
    }

a {
    color          : #642;
    }

a:hover {
    color          : #963;
    }

.box img {
    border         : none;
    }

.box img#right {
    padding        : 10px;
    padding-left   : 30px;
    float          : right;
    }

#center {
    display        : block;
    padding        : 20px;
    margin-left    : auto;
    margin-right   : auto;
    }

.box img#left {
    padding        : 10px;
    padding-right  : 30px;
    float          : left;
    }

/* The following options are for the forms */
/* textarea1 and textbox1 are for contact page, but are also being used on password page */

label {
    color        : #222;
    width        : 5.5em;
    float        : left;
    text-align   : right;
    margin-right : 0.5em;
    display      : block
    }

.submit input {
    margin-left: 4.5em;
    }

input, textarea {
    color          : #333;
    border         : solid 1px #ccc;
    padding        : 3px;
    margin         : 0;
    font-size      : 0.9em;
    }

.textbox1 {
    padding        : 3px;
    height         : 16px;
    width          : 300px;
    }

.textarea1{
    width          : 500px;
    }

/* The following options are for image galleries */

.gallery td {
    text-align     : center;
    width          : 230px;
    height         : 230px;
    }

/* The following options are for the tables of links */

.linktable {
    padding-left   : 1cm;
    }

col#c1, col#c2 {
    width        : 200px;
    }

/* The following options are included for lightbox 2.04 */

#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: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#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;}	 	

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