/* *** Reset browser styles *** */

/* page styles */
body {
	font: 62.5% "Trebuchet MS", Arial, sans-serif;
	background: url(../images/bg.png) repeat-x;
}

/*from global.css just for gallerific pages*/
#main li {
	/*font-size: 1.4em;
	padding-bottom: 5px;leave out to stop large format menu!*/
	z-index: 2;/*to keep menus in front of large image*/
}
/*	#main li p {
	font-size: 1.9em;
}*/
ul {
	margin-left: 1.5em;
	list-style:square;
}
/*from gallerific/basic.css*/
p, li {
	/*line-height: 1.8em;*/
	line-height: 1.4em;
}
a:focus, a:hover, a:active {
	text-decoration: none;/*text-decoration: underline;*/
}
div#page {
	width: 760px;/*width: 900px;*/
}
div#container {
	padding: 0px;/*padding: 20px;*/
}
/*from gallerific/gallerific-2.css*/
div.content {
	width: 440px;/*width: 550px;*/
}
div.slideshow-container {
	/*height: 502px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	width: 440px;
	/*width: 550px;*/
	/*height: 502px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow a.advance-link {
	width: 410px;/*not sure why 460 throws image to the right yet, so 410 
	/*width: 550px;*/
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 400px; /* This should be set to be at least the height of the largest image in the slideshow *//*height: 502px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 502px;*/ /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow img {
	/*height: 400px;new to control size of main image, but changes aspect ratio of image*/
	/*width: 460px;new to control size of main image*/
	/*width: 400px;new to stop landscape images being to wide for the page - but it forces portrait images to 400 width and too high*/

}
span.image-caption {
	width: 440px;/*width: 550px;*/
}
/*from gallerific-basic.css*/
div#footer {
	clear: both;
	/*color: #777;*/
	margin: 0 auto;
	/*padding: 20px 0 40px;/*leave it to definition below from global.css*/
	text-align: center;
}

#banner {
	/*background: #E6E2AF;*/
	/*remove background as bottom line
	background: #A7A37E;*/
	position: relative;
	/*border-bottom: 1px solid #A7A37E;*/
}
/*from global.css*/
/* common layout */

div#contentWrap {
	float:left;
}
div#contentWrap #main {
	float: right;
	padding-bottom: 25px;
}
#twoCol #sidebar {
	float: left;
	width: 148px;
	/*width: 144px;*/
	padding-top: 1em;
	background: url(<?php echo IMAGES_DIR; ?>burning_book.jpg) no-repeat 70% 100%;
	padding-bottom: 350px;
	/*new lines*/
	/*border-right: 1px solid #A7A37E;*/
	/*padding-right: 8px;*/
	/*margin-left: -3px;*/
	/*end of new lines*/
}
body {
	/*font: 62.5% "Trebuchet MS", Arial, sans-serif;*/
	font: 85% "Trebuchet MS", Arial, sans-serif;
	background: url(<?php echo IMAGES_DIR; ?>bg.png) repeat-x;
}
/*the is the one shared with news in global.css*/
#main h1 {
	/*font-size: 3em;*/
	/*font-size: 2.3em;*/
	font-size: 2.15em;
	color: #002F2F;
	text-transform: uppercase;
	line-height: 0.9em;
	/*take out line above nav menubar*/
	/*border-top: 1px solid #A7A37E;*/
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #A7A37E;
	margin-bottom: 10px;
	/*margin-left: 20px;/*to get the heading line up as other pages*/
	margin-left: 15px;/*to get the heading line up as other pages*/
}
#main h1 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: none;
	color: #990000;
	/*padding-top: 1em;*/
	/*padding-top: .5em;*/
	padding-top: 1em;
	font-weight: normal;
	margin-bottom: 20px;
}
#main h2 {
	color: #053131;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
}
#main {
	padding-top: 1em;
	background-color: white;
}
#main p {
	/*font: 1.8em Georgia, "Times New Roman", Times, serif;*/
	font: 1.3em "Trebuchet MS", Arial, sans-serif;
	margin-bottom: 1em;
}
h1 a {/*to get the back link small*/
	font-size: 16px;
	margin-left: 25px;
	color: DarkGray;/*to make heading h1 back text Dark Gray instead of blue*/
	text-decoration: underline;/*to emulate global.css;*/
}
#sidebar h2 {
	/*font-size: 1.5em;*/
	/*font-size: 1em;*/
	font-size: 1.1em;/*to get size of text in link right*/
	font-weight: bold;
	color: #FFFFFF;
	/*background: #333333;
	to lighten the menu link at the top of the sidebar*/
	background: Gray;
	padding: 3px 5px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #A7A37E;
	border-right: 1px solid #A7A37E;
}
#sidebar li {
	font-weight: bold;
	font-size: 1.3em;
	text-transform: lowercase;
	background: #F2F2F2;
	text-align: right;
}
#sidebar ul ul {
	border: none;
}
#sidebar li li {
	font-size: .9em;
	font-weight: normal;
	background: #FFFFFF;
}
#sidebar a {
	/*text-decoration: none;*/
	/*text-decoration: underline;highlight the hyperlink text*/
	color: gray;/*#002F2F;*/
	font-style: italic;
	/*padding: 4px 3px 2px 2px;*//*removed to avoid extra padding at top of sidebar
	/display: block;//*remove to avoid sidebar full width highlighting*/
}
#sidebar li a {
	border-top: 1px solid #A7A37E;
}
#sidebar li li a {
	border-top: 1px dashed #EFECCA;
	color: #046380;
	padding-bottom: 4px;
}
/*take out the following to avoid green background on hyperlinks*/
/*#sidebar a:hover {
	background: #F3F4C7;
}*/
/*add the following to underline the hyperlinks*/
#sidebar a:focus {
	/*from basic.css*/
	text-decoration: underline;
	/*a:focus, a:hover, a:active*/
	}
/*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#footer {/*has to be called div#footer - because it is in gallerific-css?*/
	/*take out top border from footer*/
	/*border-top: 1px solid #A7A37E;*/
	/*font: normal 1.5em/1em Georgia, "Times New Roman", Times, serif;*/
	/*font: normal 1.5em/1em "Trebuchet MS", Arial, sans-serif;*/
	font: normal 1.5em/1em "Papyrus";
	color: #046380;
	margin-top: 10px;
	/*margin-left: 170px;*/
	margin-left: 0px;
	/*background: #E6E2AF;/*has effect even when called #footer*/
	background: #ffffff;/*has effect even when called #footer*/
	/*border-left: 1px solid #A7A37E;*//*not needed when full width footer*/
	text-align: right;
	padding: 7px 10px 6px 0;
	background-image:url(../images/common/footer_bg.gif);
}
/*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
	color: #CCC;
	/*width: 9em;*/
	width: 9.3em;/*to get width of navbar right*/
	height: 1em;/*new BRS to get height of menu the same as other site pages*/
	font-weight: bold;
	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;
	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.72em;/*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;
}