body {
	font-family: "Trebuchet MS", sans-serif;
	background: url(bkgd_fff.gif) repeat-y 50% 0;
	min-width: 800px;
}

img.MastheadImg {
	display: block;
	margin-left: auto;
	margin-right: auto
}

#Container {
	margin: 0 auto;
	width: 800px;
}

/* secondary, footer navigation menu */

#SecondaryNav, #FooterNav {
	margin: 0 auto;
	width: 800px;
	height: 28px;
	list-style-type: none;
}

#SecondaryNav li, #FooterNav li {
	list-style-type: none;
}

#FooterNav {
	border-bottom: 2px dotted #555;
	clear: both;
}

#secnav {
  width: 800px;
  height: 28px;
  position: relative;
  background: url(nav_secondary.jpg);
  margin: 0;    
  padding: 0;
  float: left;
}

#secnav li {
  float: left;
}

#secnav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 28px;
  background: url(nav_secondary.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}

li#nav_home a {
  left: 0;
  width: 133px;
  background-position: 0 0;
}

li#nav_contact a {
  left: 400px;
  width: 133px;
  background-position: -400px 0;
}

li#nav_login a {
  left: 533px;
  width: 133px;
  background-position: -533px 0;
}

li#nav_cart a {
  left: 667px;
  width: 133px;
  background-position: -667px 0;
}

li#nav_home a:hover {
  background-position: 0 -28px;
}

li#nav_contact a:hover {
  background-position: -400px -28px;
}

li#nav_login a:hover {
  background-position: -533px -28px;
}

li#nav_cart a:hover {
  background-position: -667px -28px;
}

/* primary navigation menu */

#PrimaryNav {
	margin: 0 auto;
	width: 800px;
	height: 28px;
	list-style-type: none;
}

#PrimaryNav li {
	list-style-type: none;
}

#nav {
  width: 800px;
  height: 28px;
  position: relative;
  background: url(nav.jpg);
  margin: 0;    
  padding: 0;
  float: left;
}

#nav li {
  float: left;
}

#nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 28px;
  background: url(nav.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}

li#nav_about a {
  left: 0;
  width: 160px;
  background-position: 0 0;
}

li#nav_books a {
  left: 160px;
  width: 160px;
  background-position: -160px 0;
}

li#nav_woodcuts a {
  left: 320px;
  width: 160px;
  background-position: -320px 0;
}

li#nav_journal a {
  left: 480px;
  width: 160px;
  background-position: -480px 0;
}

li#nav_shop a {
  left: 640px;
  width: 160px;
  background-position: -640px 0;
}

li#nav_about a:hover {
  background-position: 0 -28px;
}

li#nav_books a:hover {
  background-position: -160px -28px;
}

li#nav_woodcuts a:hover {
  background-position: -320px -28px;
}

li#nav_journal a:hover {
  background-position: -480px -28px;
}

li#nav_shop a:hover {
  background-position: -640px -28px;
}

body#about li#nav_about  a {
  background-position: 0 -56px;
}

body#books li#nav_books a {
  background-position: -160px -56px;
}

body#woodcuts li#nav_woodcuts a {
  background-position: -320px -56px;
}

body#blog li#nav_journal a {
  background-position: -480px -56px;
}

body#store li#nav_shop a {
  background-position: -640px -56px;
}

/* about sub menu */

#navsub_about {
  width: 800px;
  height: 22px;
  position: relative;
  background: url(navsub_about.jpg);
  margin: 0;    
  padding: 0;
  float: left;
}

#navsub_about li {
  float: left;
}

#navsub_about li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 22px;
  background: url(navsub_about.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}

li#navsub_mission a {
  left: 0;
  width: 134px;
  background-position: 0 0;
}

li#navsub_location a {
  left: 134px;
  width: 134px;
  background-position: -134px 0;
}

li#navsub_history a {
  left: 268px;
  width: 134px;
  background-position: -268px 0;
}

li#navsub_mission a:hover {
  background-position: 0 -22px;
}

li#navsub_location a:hover {
  background-position: -134px -22px;
}

li#navsub_history a:hover {
  background-position: -268px -22px;
}

body#mission li#navsub_mission  a {
  background-position: 0 -22px;
}

body#mission li#nav_about  a {
  background-position: 0 -56px;
}

body#location li#navsub_location a {
  background-position: -134px -22px;
}

body#location li#nav_about  a {
  background-position: 0 -56px;
}

body#history li#navsub_history a {
  background-position: -268px -22px;
}

body#history li#nav_about a {
  background-position: 0 -56px;
}

/* books sub menu */

#navsub_books {
  width: 800px;
  height: 22px;
  position: relative;
  background: url(navsub_books.jpg);
  margin: 0;    
  padding: 0;
  float: left;
}

#navsub_books li {
  float: left;
}

#navsub_books li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 22px;
  background: url(navsub_books.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}

li#navsub_abc a {
  left: 0;
  width: 134px;
  background-position: 0 0;
}

li#navsub_gather a {
  left: 134px;
  width: 134px;
  background-position: -134px 0;
}

li#navsub_tracks a {
  left: 268px;
  width: 134px;
  background-position: -268px 0;
}

li#navsub_shing a {
  left: 402px;
  width: 134px;
  background-position: -402px 0;
}

li#navsub_wolf a {
  left: 536px;
  width: 134px;
  background-position: -536px 0;
}

li#navsub_morebooks a {
  left: 670px;
  width: 134px;
  background-position: -670px 0;
}

li#navsub_abc a:hover {
  background-position: 0 -22px;
}

li#navsub_gather a:hover {
  background-position: -134px -22px;
}

li#navsub_tracks a:hover {
  background-position: -268px -22px;
}

li#navsub_shing a:hover {
  background-position: -402px -22px;
}

li#navsub_wolf a:hover {
  background-position: -536px -22px;
}

li#navsub_morebooks a:hover {
  background-position: -670px -22px;
}

body#abc li#navsub_abc a {
  background-position: 0 -22px;
}

body#abc li#nav_books a {
	background-position: -160px -56px;
}

body#gather li#navsub_gather a {
  background-position: -134px -22px;
}

body#gather li#nav_books a {
	background-position: -160px -56px;
}

body#tracks li#navsub_tracks a {
  background-position: -268px -22px;
}

body#tracks li#nav_books a {
	background-position: -160px -56px;
}

body#shing li#navsub_shing a {
  background-position: -402px -22px;
}

body#shing li#nav_books a {
	background-position: -160px -56px;
}

body#wolf li#navsub_wolf a {
  background-position: -536px -22px;
}

body#wolf li#nav_books a {
	background-position: -160px -56px;
}

body#morebooks li#navsub_morebooks a {
  background-position: -670px -22px;
}

body#morebooks li#nav_books a {
	background-position: -160px -56px;
}

/* woodcuts sub menu */

#navsub_woodcuts {
  width: 800px;
  height: 22px;
  position: relative;
  background: url(navsub_woodcut.jpg);
  margin: 0;    
  padding: 0;
  float: left;
}

#navsub_woodcuts li {
  float: left;
}

#navsub_woodcuts li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 22px;
  background: url(navsub_woodcut.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}

li#navsub_whatis a {
  left: 134px;
  width: 134px;
  background-position: -134px 0;
}

li#navsub_newwork a {
  left: 268px;
  width: 134px;
  background-position: -268px 0;
}

li#navsub_howto a {
  left: 402px;
  width: 134px;
  background-position: -402px 0;
}

li#navsub_shop a {
  left: 536px;
  width: 134px;
  background-position: -536px 0;
}

li#navsub_whatis a:hover {
  background-position: -134px -22px;
}

li#navsub_newwork a:hover {
  background-position: -268px -22px;
}

li#navsub_howto a:hover {
  background-position: -402px -22px;
}

li#navsub_shop a:hover {
  background-position: -536px -22px;
}

body#whatis li#navsub_whatis a {
  background-position: -134px -22px;
}

body#whatis li#nav_woodcuts a {
  background-position: -320px -56px;
}

body#shop_new li#navsub_newwork a {
  background-position: -268px -22px;
}

body#shop_new li#nav_woodcuts a {
  background-position: -320px -56px;
}

body#howto li#navsub_howto a {
  background-position: -402px -22px;
}

body#howto li#nav_woodcuts a {
  background-position: -320px -56px;
}

body#shop_woodcuts li#navsub_shop a {
  background-position: -536px -22px;
}

body#shop_woodcuts li#nav_woodcuts a {
  background-position: -320px -56px;
}

/* journal sub menu */

#navsub_blog {
  width: 800px;
  height: 22px;
  position: relative;
  background: url(navsub_journal.jpg);
  margin: 0;    
  padding: 0;
  float: left;
}

#navsub_blog li {
  float: left;
}

#navsub_blog li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 22px;
  background: url(navsub_journal.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}

li#navsub_archives a {
  left: 268px;
  width: 134px;
  background-position: -268px 0;
}

li#navsub_latest a {
  left: 402px;
  width: 134px;
  background-position: -402px 0;
}

li#navsub_journalhome a {
  left: 536px;
  width: 134px;
  background-position: -536px 0;
}

li#navsub_archives a:hover {
  background-position: -268px -22px;
}

li#navsub_latest a:hover {
  background-position: -402px -22px;
}

li#navsub_journalhome a:hover {
  background-position: -536px -22px;
}

body#archives li#navsub_archives a {
  background-position: -268px -22px;
}

body#latest li#navsub_latest a {
  background-position: -402px -22px;
}

body#blog li#navsub_blog a {
  background-position: -536px -22px;
}

/* shop sub menu */

#navsub_store {
  width: 800px;
  height: 22px;
  position: relative;
  background: url(navsub_shop.jpg);
  margin: 0;    
  padding: 0;
  float: left;
}

#navsub_store li {
  float: left;
}

#navsub_store li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  height: 22px;
  background: url(navsub_shop.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
}

li#navsub_storenew a {
  left: 0;
  width: 134px;
  background-position: 0 0;
}

li#navsub_storewoodcut a {
  left: 134px;
  width: 134px;
  background-position: -134px 0;
}

li#navsub_storebirds a {
  left: 268px;
  width: 134px;
  background-position: -268px 0;
}

li#navsub_storecards a {
  left: 402px;
  width: 134px;
  background-position: -402px 0;
}

li#navsub_storebooks a {
  left: 536px;
  width: 134px;
  background-position: -536px 0;
}

li#navsub_storemore a {
  left: 670px;
  width: 134px;
  background-position: -670px 0;
}

li#navsub_storenew a:hover {
  background-position: 0 -22px;
}

li#navsub_storewoodcut a:hover {
  background-position: -134px -22px;
}

li#navsub_storebirds a:hover {
  background-position: -268px -22px;
}

li#navsub_storecards a:hover {
  background-position: -402px -22px;
}

li#navsub_storebooks a:hover {
  background-position: -536px -22px;
}

li#navsub_storemore a:hover {
  background-position: -670px -22px;
}

body#storenew li#navsub_storenew  a {
  background-position: 0 -22px;
}

body#storenew li#nav_shop a {
  background-position: -640px -56px;
}

body#storewoodcut li#navsub_storewoodcut a {
  background-position: -134px -22px;
}

body#storewoodcut li#nav_shop a {
  background-position: -640px -56px;
}

body#storebirds li#navsub_storebirds a {
  background-position: -268px -22px;
}

body#storebirds li#nav_shop a {
  background-position: -640px -56px;
}

body#storecards li#navsub_storecards a {
  background-position: -402px -22px;
}

body#storecards li#nav_shop a {
  background-position: -640px -56px;
}

body#storebooks li#navsub_storebooks a {
  background-position: -536px -22px;
}

body#storebooks li#nav_shop a {
  background-position: -640px -56px;
}

body#storemore li#navsub_storemore a {
  background-position: -670px -22px;
}

body#storemore li#nav_shop a {
  background-position: -640px -56px;
}

/* content layout */

#Content {
	margin-top: 10px;
}

body#about #Content, body#history #Content, body#location #Content, body#mission #Content, body#shop_new #Content, body#shop_woodcuts #Content, body#howto #Content, body#books #Content, body#abc #Content, body#gather #Content, body#tracks #Content, body#shing #Content, body#wolf #Content, body#morebooks #Content, body#woodcuts #Content, body#store #Content, body#storenew #Content, body#storebooks #Content, body#storebirds #Content, body#storecards #Content, body#storewoodcut #Content, body#storemore #Content, body#contact #Content {
	margin-top: 32px;
}

#Content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#Main {
	float: right;
	width: 570px;
	margin-right: 10px;
	padding-bottom: 40px;
}

/* NewsBlog */

#latest {
	width: 570px;
	height: 36px;
	background: url(images/type_latest.jpg) no-repeat;
}

#latest span {
	display: none;
}

#NewsBlog {
	margin-top: -1.4em;
}

#NewsBlog h3 {
	color: #4c4c4c;
	font-family: Georgia;
	font-size: x-small;
	padding-top: 10px;
	margin-bottom: -2em;
	border-top: 2px dotted #555;
}

#NewsBlog h4 {
	color: #592d0d;
	font-family: Georgia;
	font-size: large;
	margin-bottom: .6em;
}

.post-body {
	font-family: "Trebuchet MS";
	font-size: small;
	line-height: 1.5em;
}

.post-body a {
		text-decoration: none;
}

.post-body a:link {
	color: #aaa;
}

.post-body a:visited {
	color: #aaa;
}

.post-body a:hover {
	color: #000;
}

.post {
	margin-bottom: 10px;
}

.comment-timestamp a {
	text-decoration: none;
}

.comment-timestamp a:link {
	color: #aaa;
}

.comment-timestamp a:visited {
	color: #aaa;
}

.comment-timestamp a:hover {
	color: #000;
}

/* features */

#Features {
	width: 570px;
	height: 180px;
}

#Features li {
	float: left;
}

#featwoodcuts a {
	display: block;
	width: 183px;
	height: 180px;
	margin-right: 10px;
	background-image: url(images/feat_woodcuts.jpg);
}

#featwoodcuts span {
	display: none;
}

#featshop a {
	display: block;
	width: 183px;
	height: 180px;
	background: url(images/feat_shop.jpg);
}

#featshop span {
	display: none;
}

#featnewwork a {
	display: block;
	width: 183px;
	height: 180px;
	margin-right: 10px;
	background-image: url(images/feat_newwork.jpg);
}

#featnewwork span {
	display: none;
}

/* sidebar */

#Secondary {
	margin-left: 10px;
	padding-bottom: 40px;
}

#Secondary h4 {
	font-size: xx-small;
}

#Secondary ul {
	text-decoration: none;
	font-size: small;
}

#Secondary a {
	text-decoration: none;
}

#Secondary a:link {
	color: #aaa;
}

#Secondary a:visited {
	color: #aaa;
}

#Secondary a:hover {
	color: #000;
}

#secbooks {
	width: 200px;
	height: 30px;
	background: url(images/type_books.jpg) no-repeat;
	border-bottom: 2px dotted #555;
}

#secbooks span {
	display: none;
}

#new {
	width: 200px;
	height: 30px;
	background: url(images/type_new.jpg) no-repeat;
	border-bottom: 2px dotted #555;
}

#new span {
	display: none;
}

#playhouse {
	width: 200px;
	height: 30px;
	background: url(images/type_playhouse.jpg) no-repeat;
	border-bottom: 2px dotted #555;
}

#playhouse span {
	display: none;
}

#join {
	width: 200px;
	height: 30px;
	background: url(images/type_join.jpg) no-repeat;
	border-bottom: 2px dotted #555;
}

#join span {
	display: none;
}

/* sidebar highlights */

#upstairs a {
	position: relative;
	top: 20px;
	left: 5px;
	display: block;
	width: 180px;
	height: 167px;
//	margin: 0;
//	padding: 0;
	margin-bottom: 10px;
	background: url(images/sec_upstairs.jpg);
}

#upstairs span {
	display: none;
}

#journal a {
	position: relative;
	top: 20px;
	left: 5px;
	display: block;
	width: 180px;
	height: 174px;
	margin-bottom: 10px;
	background: url(images/sec_journal.jpg);
}

#journal span {
	display: none;
}

#seclocation a {
	position: relative;
	top: 20px;
	left: 5px;
	display: block;
	width: 180px;
	height: 174px;
	margin-bottom: 10px;
	background: url(images/sec_location.jpg);
}

#seclocation span {
	display: none;
}

#weather a {
	position: relative;
	top: 20px;
	left: 5px;
	display: block;
	width: 180px;
	height: 180px;
	background: url(images/sec_weather.jpg);
}

#weather span {
	display: none;
}

/* footer */

#About {
	font-size: xx-small;
	text-align: right;
	margin-right: 10px;
}

/* 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: url(http://andersonbowen.com/woodcut/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://andersonbowen.com/woodcut/lightbox/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: #555; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-family: "Trebuchet MS", sans-serif; font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #592d0d; }			
#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; }