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

/*from gallerific-2.css*/
/*div.content a:focus, div.content a:hover, div.content a:active {*/
#sidebar a:focus, #sidebar a:hover, #sidebar a:active {
	text-decoration: underline;
	color: blue;
	font-style: normal;
}
div.image-title {
	/*font-weight: bold;*/
	font-weight: normal;
	font-size: 1.4em;
	color: Gray;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	color: Gray;
}
/*from horz-menu.css*/
/* link styles */
.nav a {
	text-decoration: none;
	display: block;
	/*padding: 5px 7px 4px 17px;*/
	/*padding: 5px 2px 4px 15px;*//*to get whole words into the space available*/
	/*padding: 3px 2px 6px 15px;/* to get text in vertical middle of rectangle*/
	padding: 4px 2px 5px 15px;/* to get text in vertical middle of rectangle
	color: #CCC;
	/*width: 9em;*/
	/*width: 9.3em;/*to get width of navbar right*/
	width: 9.15em;/*to get width of navbar right*/
	/*height: 1.1em;/*new BRS to get height of menu the same as other site pages*/
	height: 1.05em;/*new BRS to get height of menu the same as other site pages*/
	font-weight: bold;
	/*new line to increase font size a little, to spread it*/
	font-size: 1.01em;
	background-color: #4C5353;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 0;
}
/* main nav bar */
.nav {
	/*margin: 0;*/
	float: right;
	/*margin: 0px 0px 0px 170px;*/
	/*padding: 0;*/
	/*padding: 0px 15px 0px 0px;*/
	/*move nav bar to right*/
	padding: 0px 8.2px 0px 3.8px;
	/*push up nav bar a tad!*/
	margin-top: -2px;
	line-height: 1;
}
/* pop-up subnav */
.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	/*top: 1.72em;*/ /* change when you change height of links */
  top: 1.82em;/*important to get submenu starting on lower edge of top menu*/
	display: none;
}
/*from slideshow.css
#gallery {
	height:500px;
	width: 575px;
	margin-top: 15px;
	z-index: 1;/*to put main image behind menu
}*/
div#contentWrap {
	margin-top: -5px;/*to get the menu nearer to the banner*/
}
/*in effect added to global.css*/
#twoCol #sidebar {
padding-left: .5em;
padding-right: .5em;
}
#sidebar p {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
/*from gallerific-2.css to make the current pagination Dark Gray (lighter then Gray!)*/
div.pagination span.current {
	font-weight: bold;
	background-color: DarkGray;
	border-color: DarkGray;
	color: #fff;
}
/*repeat of section above but with Gray Main <h1>*/
#main h1 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: none;
	color: Gray;
	/*padding-top: 1em;*/
	/*padding-top: .5em;*/
	padding-top: 1em;
	font-weight: normal;
	margin-bottom: 20px;
}
/* link styles from horz_menu to lighten the menu background*/
.nav a {
	/*background-color: #4C5353;*/
	background-color: Gray;
}
/*to slightly narrow the main display area*/
#twoCol #main {
	/*width: 580px;
	margin-right: 10px;*/
	width: 593px;
	margin-right: 0px;
	/*new lines*/
	margin-left: 2px;
	padding-left: 0px;
	border-left: 3px solid #A7A37E;
	/*end of new lines*/
}

/*from specific pages gallerific, modified to reduce bottom padding in the sidebar*/
#twoCol #sidebar {
	<?php /*?>background: url(<?php echo IMAGES_DIR; ?>burning_book.jpg) no-repeat 70% 100%;<?php */?>
	/*background: none no-repeat 70% 100%;*/
	/*padding-bottom: 350px;*/
	/*background: url(<?php echo IMAGES_DIR; ?>burning_book.jpg) no-repeat 70% 100%;/*
	padding-bottom: 10px;/*big enough to allow long description*/
}