/* Main Stylesheet for Galloway Fine Woodworks */


/*site colors
body text background				#fff7dc
Major dark blue						#2b2567
Brown borders						#633
*/

body 
{ 
  background: #fff7dc;
  color: #000;
  font-family: Arial, Verdana, "Times New Roman", Times, sans-serif; 
  font-size: small;
}

a:link, a:visited
{
  color: #633; 
  text-decoration: none;
}

a:hover
{
  color: #633; 
  text-decoration: none;
}

a:active
{
  color: #000; 
  text-decoration: none;
}
         
img
{
  border-width: 0;
}

Img.right
{
  float: right;
  margin: 5px 20px 5px 15px;
  padding: 0;
}

Img.left
{
  float: left;
  margin: 5px 15px 5px 30px;
  padding: 0;
}

Img.border
{
  border: 2px solid #633;
}

h1 
{ 
  color: #000; 
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0;
  padding: 20px 0px 15px 60px;
  text-transform: uppercase;
}

h1 span
{
  display: none;
}

h2
{ 
  clear: both;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0;
  padding: 5px 0px 15px 35px;
  width: 450px;
}

h3
{ 
  color: #000;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  padding: 5px 0px 5px 35px;
}

h4
{ 
  color: #000;
  font-size: 0.9em;
  margin: 0;
  padding: 5px 0px 5px 35px;
}






/* Page -------------------------------------------------- */
div#pageBody
{
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 850px;
}








/* Header -------------------------------------------------- */
div#header
{
  background: #fff7dc url(../images/header/woodPlaneHeader.gif) bottom right no-repeat;
  height: 243px;
  margin: 0;
  padding: 0;
  width: 850px;
}

img#mainLogo    /* graphical GFF logo */
{
  background: #fff7dc;
  left: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
}

div#header img#logoText
{  
  margin: 0;
  padding: 30px 0px 0px 200px;
}

div#header a
{
  border: none;
}

div#header img#printLogo
{
  display: none;
}

div#header span#tagline
{
  color: #036;
  font-family: Georgia, Arial, Verdana, "Times New Roman", Times, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 50px;
  top: 120px;
}

div#header span#headerContact
{
  display: none;
}






/* Left Side Bar -------------------------------------------------- */
div#sideBar
{
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 265px;
  width: 150px;
}





/* Left navigation -------------------------------------- */
ul#leftNav
{
  margin: 0px 0px 15px 0px;
  padding: 0;
  width: 130px;
}

ul#leftNav li
{
  background: url('../images/navigation/squareBulletBlue.gif') no-repeat;
  display: block;
  margin: 0px 0px 10px 0px;
  padding-left: 25px;
}

ul#leftNav li a
{
  border-bottom: none;
  color: #2b2567;
  display: block;
  text-decoration: none;
}

ul#leftNav li a img
{
  height: 24px;
  width: 105px;
}

ul#leftNav li a:hover
{
  border-bottom: none;
  color: #633;
  display: block;
  text-decoration: none;
}

ul#leftNav li:hover
{
  background: url('../images/navigation/squareBulletBrown.gif') no-repeat;
  display: block;
  text-decoration: none;
}




/* Sidebar image ----------------------------------- */
img.sidebarImage
{
  border: 3px solid #2b2567;
  margin: 20px 0px 10px 0px;
}









/* Body Copy -------------------------------------------------- */

div#bodyCopyMain
{
  background: #fff7dc;
  border-left: 150px solid #fff7dc;  /* Left navigation Side Bar*/
  color: #2b2567;
  margin: 0;
  padding: 0;
  width: 700px;
}

div#bodyCopyWide
{
  background: #fff7dc;
  color: #2b2567;
  margin: 0;
  padding: 0;
  width: 850px;
}



div#bodyCopyMain p, div#bodyCopyWide p
{
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 0px 30px 10px 35px;
  padding: 0;
}


 

/* random page image --------------------- */
img.randomItem
{
  border: 2px solid #633;
  float: right;
  height: auto;
  margin: 10px 0px 7px 10px;
  padding: 0;
  width: 300px;
}








/* duplicated Navigation - bottom of pages ------------------------ */
ul#duplicateNav
{
  background: #633;
  color: #c96;;
  height: 25px;
  list-style-type: none;
  margin: 0px 0px 0px 150px;
  padding: 0;
  text-align: center;
  width: 700px; 
}

ul#duplicateNav li
{
  float: left;
  font-size: 1em;
  margin: 0px 5px 0px 0px;
  padding: 4px 0px 5px 0px;
  text-transform: capitalize;
}

ul#duplicateNav li a
{
  border-bottom: none;
  color: #c96;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul#duplicateNav li a:hover
{
  border-bottom: none;
  color: #963;
  text-decoration: none;
}

ul#duplicateNav li.lowerNavCenter
{
  padding-left: 175px;
}




/* footer -------------------------------------------------- */
div#footer
{
  margin: 0 auto;
  padding: 5px 0px 0px 0px;
  width: 850px;
}

div#footer p
{
  color: #633;
  font-size: 0.8em;
  font-family: Verdana, Arial, Helvetica, "Times New Roman", Times, sans-serif; 
  margin: 0;
  padding-left: 300px;
}

div#footer a
{
  color: #cc9;
}








/* BR divider -------------------------------------------------- */
br.divider
{
  clear: both;
  visibility: hidden;
}

/* HR divider -------------------------------------------------- */
hr.divider
{
  clear: both;
  visibility: hidden;
}










/* Lightbox 2.04 styles -------------------------*/
#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: #fff7dc; }