/* CSS Document */
/* Layout details taken from Russ Weakley's CSS in 10 minutes book - Lesson 19 */

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #BCB5A5;
	color: #444;
}

#container
{
	width: 900px; /* was 900 */
	text-align: left;
	margin: 0 auto;
	background: #FFF url(../images/page/leftnavbackground.gif) repeat-y;
	border: 1px solid #615847;
}

h1
{
	background: #3D2711 url(../images/page/nhgbanner.jpg) no-repeat;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	height:120px;
}

h1 img
{
	display: block;
	border: 0;
}
/* 'original' left nav css as specified in Weakley's book Lesson 19
#nav
{
	float: left;
	width: 130px;
	display: inline;
	margin-left: 10px;
	padding: 15px 0;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#nav ul a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #00000;
	line-height: 140%;
}

#nav li
{
	background: url(../Thoroton_Society/graphics/page/navbullet.gif) no-repeat 100% .75em;
	padding: 0 10px 5px 0;
}
 */
 
/* Uses Leftnav CSS from emphasis website */
#leftnav
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 10 20 10 10;
	font-size: 80%;
}

#content
{
/*	float: left; */
	margin-left: 180px;
	padding: 1em 1em 1em 1em;
/*	width: 700px; */
/*	max-width: 75em; */
}

#footer
{
	clear: both;
	background: #3D2711;
	color: #fff;
	padding: 3px 5px 7px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 60%;
	border-top: 1px solid #fff;
/*		height:26px;
background: #004438; */
}

/* Fixed-width Tabbed navigation lifted from Art and Science of CSS book
#nav {
  margin: 0;
  padding: 0;
  background: #6F6146;
  list-style-type: none;
  width: 767px;    
  float: left; /* Contain floated list items */ /*
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav a {
  float: left;
  width: 127px;
  color: #FFF;
  text-decoration: none;
  line-height: 2.5;
  text-align: center;
  border-right: 1px solid #FFF;
  background: url(../images/page/tabbednav/tab.gif) no-repeat;
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {
  background-color: #4F4532;
  background-position: -127px 0;
}
#body_hom #nav_hom a, #body_map #nav_map a,#body_jou #nav_jou a,#body_his #nav_his a,#body_ref #nav_ref a,#body_con #nav_con a {
  background-color: #BEB06F;
  background-position: -254px 0;
  color: #1A1303;
  font-weight: bold;
}
 */
 
/* Variable-width Tabbed navigation lifted from Art and Science of CSS book */
#nav {
  margin: 0;
  padding: 0 0 0 2px; /* was margin: 0; */
  list-style-type: none;
  float: left;
  width: 898px;
  background:#FFFFFF; /* #A29780added to block out hints of left column color */
  border-bottom: 1px solid #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
} 
#nav li {
  padding: 0;
  float: left;
  margin: 0 1px 0 0;
  display: inline;
  background: #3D2711 url(../images/page/tabbednav/tab_left.gif) no-repeat; /* was #6F6146 */
}
#nav a {
  float: left;
  padding: 0 36px;
  color: #DBD7CE;
  text-decoration: none;
  line-height: 2;
  background: url(../images/page/tabbednav/tab_right.gif) no-repeat top right;
}
#nav a:hover {
  color: #FFF;
}
#body_home #nav_home,#body_about #nav_about,#body_places #nav_places,
    #body_people #nav_people,#body_themes #nav_themes,#body_events #nav_events,#body_resources #nav_resources
{
  background: #F1EDE0 url(../images/page/tabbednav/tab_left_active.gif) no-repeat; /* was #BEB06F */
}
#body_home #nav_home a,#body_about #nav_about a,#body_places #nav_places a,#body_people #nav_people a,#body_themes #nav_themes a,#body_events #nav_events a,#body_resources #nav_resources a
{
  background: url(../images/page/tabbednav/tab_right_active.gif) no-repeat top right;
  color: #1A1303; /* was #1A1303 */
}


/* UL topmenubar has come from emphasis website stylesheet
ul#topmenubar
{
	list-style-type: none;
	background: #000000;
	float: left;
	width: 100%;
	/*  border-top: none #FFFFFF;
	border-right: none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	*/
/*	originally - border-bottom: solid #FFFFFF; */
/*	border-left: none #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	margin: 0;
	padding: 0;
} 
	
ul#topmenubar li { display: inline; }
	
ul#topmenubar a
{
	display: block;
	float: left;
	padding: .2em 1em;
	text-decoration: none;
	color: #fff;
	background: #000000;
/*	border-right: 1px solid #fff; 
}
	
ul#topmenubar a:hover
{
	color: #000;
	background: #ADC1AD;
}*/

/* topnav derived from Scott Weakley's Css in 10 mins book
ul#topnav
{
	margin: 0;
	padding: 5px 10px;
	list-style-type: none;
	background: #387A9B;
}

ul#topnav li
{
	display: inline;
	background: url(../Thoroton_Society/graphics/page/header-bullet.gif) no-repeat 0 50%;
	padding: 0 10px 0 8px;
}

ul#topnav li a:link, ul#topnav li a:visited
{
	text-decoration: none;
	background: #fff;
}

ul#topnav li a:hover, ul#topnav li a:active
{
	text-decoration: none;
	color: #387A9B;
	background: #fff;
}
 */


/* Uses 'Subtle Box List' example from http://css.maxdesign.com.au/listamatic2/vertical06.htm to create left nav styles */
#navcontainer
{
	margin-left: 5px;
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
/* font-size: 70%; */
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 140px;
color: #FFF;
background-color: #004438;
/* background-color: #005E4E; */
/* was - background-color: #ADC1AD; */
border-top: 1px solid #00826B;
border-left: 1px solid #00826B;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
/* was - border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #333;
border-right: 1px solid #333; */
font-weight: bold;
font-size: 100%;
text-decoration: none;
background-image: url(../images/vertical06.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer a:hover
{
color: #333333;
/* background-color: #889E88; */
background-color: #889E88;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #00826B;
border-right: 1px solid #00826B;
background-image: url(../images/vertical06a.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 125px;
color: #FFFFFF;
/* color: #000; */
background-color: #005E4E;
/* background-color: #C5D8C5; */
text-decoration: none;
font-weight: bold;
}

#navcontainer ul ul a:hover
{
color: #000;
background-color: #889E88;
text-decoration: none;
}


h2
{
	margin-top: 0.25em;
/*	margin-bottom: -0.15em; */
	color: #534B3E;
	font-weight: normal;
	font-size: 160%;
	font-family: Georgia, Times New Roman, serif;
}

h3
{
	margin-top: 0.75em;
	margin-bottom: -0.15em;
	color: #534B3E;
	font-weight: normal;
	font-size: 140%;
	font-family: Georgia, Times New Roman, serif;
}

h4
{
	margin-top: 0.75em;
	margin-bottom: 0.15em;
	color: #534B3E;
	font-weight: normal;
	font-size: 120%;
	font-family: Georgia, Times New Roman, serif;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #2B1A11;
	line-height: 140%;
}

/* old styles ...
ol
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333300;
	line-height: 140%;
}

ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333300;
	line-height: 140%;
}
*/
/* Use hr tag to insert dividing line between paragraphs */

ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;	
}	


hr
{
	border:none 0;
	border-top:1px dotted #889E88; /* was #999999 */
	height:1px; /* whatever the total width of the border-top and border-bottom equal */
	/* color:#999999; */
}

.smalltext
{
	font-family: Verdana, Arial;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #333300;
/*	margin: 0.5em 0 0 0.5em; */
}

.breadcrumbtrail
{
	font-family: Verdana, Arial;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	color: #333300;
	margin: 0.5em 0 0 0.5em;
	padding: .5em 0;
	border: 1px solid #756A55;
/*	border-bottom: 1px solid #756A55; */
}

.references
{
	font-family: Verdana, Arial;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	color: #333300;
	margin: 1em 0 0.25em 0;
	padding: .4em 0;
/*	border-top: 1px solid #756A55; */
}


/* .pagenav
{
	font-family: Verdana, Arial;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #333300;
	margin: 0.25em 0 0 0;
	padding: .2em 0;
} */

#pagenavtop /* is container for top nav buttons */
{
	margin: 0.75em 0 0 0;
	padding: .2em 0;
	height: 25px;
	border-bottom: 1px solid #756A55;	
}

#pagenavtop .breadcrumbtrail
{
	font-family: Verdana, Arial;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #333300;	
}
#pagenavtop .buttons
{
	float: right;
}

#pagenavbottom /* is container for bottom nav buttons */
{
	margin: 0.25em 0 0 0;
	padding: .2em 0;
	height: 25px;
	border-top: 1px solid #756A55;	
}

#pagenavbottom .breadcrumbtrail
{
	font-family: Verdana, Arial;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #333300;	
}
#pagenavbottom .buttons
{
	float: right;
}


/* Nice one! From the css.maxdesign.au website */

.float300pximgright
{
	float: right;
	width: 310px;
	margin: 0 0 10px 10px;
	background-color: #DBD7CE;	
	padding: 10px 5px 5px 12px;
/*	border: 1px solid #756A55; */
}

div.float300pximgright img
{
/*	border: 1px solid #756A55; */
	margin-bottom: 0.5em;
}

p 
{ 
	margin-top: 0;
}

.float300pximgleft
{
	float: left;
	width: 310px;
	margin: 0 10px 0px 0px;
	background-color: #DBD7CE;	
	padding: 10px 5px 5px 15px;
/*	border: 1px solid #756A55; */
}

div.float300pximgleft img
{
/*	border: 1px solid #756A55; */
	margin-bottom: 0.5em;
}

/* image and floats for 200px wide images */
.float200pximgright
{
	float: right;
	width: 205px;
/*	margin: 0 0 10px 10px; */
	background-color: #DBD7CE;	
	padding: 10px 8px 10px 10px;
/*	border: 1px solid #666; */
}

div.float200pximgright img
{
/*	border: 1px solid #666; */
	margin-bottom: 0.5em;	
}

.float200pximgleft
{
	float: left;
	width: 205px;
	margin: 0 10px 10px 0;
	background-color: #DBD7CE;	
	padding: 10px;
	border: 1px solid #666;
}

div.float200pximgleft img
{
/*	border: 1px solid #000; */
	margin-bottom: 0.5em;	
}

/* image and caption flots for 150px wide images */

.float150pximgright
{
	float: right;
	width: 160px;
	margin: 0 0 10px 10px;
	background-color: #DBD7CE;	
	padding: 5px 2px 5px 10px;
/*	border: 1px solid #756A55; */
}

div.float150pximgright img
{
/*	border: 1px solid #756A55; */
	margin-bottom: 0.5em;
}

.float150pximgleft
{
	float: left;
	width: 160px;
	margin: 0 10px 10px 0;
	background-color: #DBD7CE;	
	padding: 5px 2px 5px 10px;
/*	border: 1px solid #756A55; */
}

div.float150pximgleft img
{
/*	border: 1px solid #756A55; */
	margin-bottom: 0.5em;
}
	
div.float300pximgleft img
{
/*	border: 1px solid #756A55; */
	margin-bottom: 0.5em;
}

.float650pximgcenter
{
	float: center;
	width: 660px;
/*	margin: 10px 0px 10px 0px; */
	background-color: #DBD7CE;	
	padding: 15px 10px 10px 18px;
/*	border: 1px solid #756A55; */
}

div.float650pximgcenter img
{
/*	border: 1px solid #756A55; */
	margin-bottom: 0.5em;
}

/* Re-style bullet lists - based on Listutorial css.maxdesign.com.au/listutorial/master.htm */
.bulletlist
{
	list-style: none;
	margin: 0 0 1em 2em; /* was margin-left: 2em;  */
	padding: 0;
}

li.greenbullet
{
	background-image:  url(../images/buttons/greenbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em; /* was originally 0 50% which placed graphic bullet halfway down paragraph */
	padding: .2em 0 .2em 2em; /* was originally "padding: 3px 0 3px 20px;" */
	margin: .4em 0;
}

/* P {font-size: 80%; font-weight:normal; color:#336600; font-family:"Trebuchet MS", "Times New Roman", serif} */

/* A {
	font-size: 10pt;
	font-weight:bold;
/*	font-family:"Trebuchet MS", "Times New Roman", serif;
	text-decoration: underline;
} */

a:link {
	color: #756A55;
	font-weight: bold;
	text-decoration: underline;
}

a:visited
{
	color: ##A29780;
	font-weight: bold;
	text-decoration: underline
}

a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

a:active
{
	font-weight: bold;
	text-decoration: underline;
}

.clear
{
	font-size: 1px;
	height: 1px;
}

a.aspectlistbox:link {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #756A55;
  text-decoration: none;
  font-weight: bold;
}
a.aspectlistbox:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}
a.aspectlistbox:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #A29780;
  text-decoration: none;
  font-weight: bold;
}
a.aspectlistbox:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}
li.nhgbullet
{
	background-image: url(../images/buttons/nhgbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em; /* was originally 0 50% which placed graphic bullet halfway down paragraph, then was set as 0 .3em */
	padding: .075em 0 .075em 1.25em; /* was originally "padding: 3px 0 3px 20px;" */
	margin: .05em 0; /* was originally ".4em 0" */
}

div.aspectlistbox
{
	background-color:#DBD7CE;
	width:158px;
	margin: 1em 0.25em 1em 0.25em;
	padding: 0.5em 0 0 0;
	border:1px dotted #756A55;
}

/* image styles from Weakley's book */
div.imagecaption
{
	float: left;
	width: 300px;
	margin: 0 1em 1em 0;
/*	display: inline; */
	padding: 6px 8px 8px 8px;
/*	background: #3D2711; dark brown */
/*	background: #756A55; */
/*	background: #BCB5A5; */
	background: #DBD7CE;
	color: #fff;
}

div.imagecaption img
{
	float: left;
	margin-right: 1em;
	border: 1px solid #fff;
}

div.imagecaption p
{
	color: #756A55;
	font-size: 0.7em;
	line-height: 120%;
}

div.imagecaption a
{
	color: #756A55;
	text-decoration: none;
	font-weight: bold;
}

div.imagecaption a:hover
{
	color: #756A55;
	text-decoration: underline;
	font-weight: bold;	
}

.clear
{
	clear: left;
}

p 
{ 
	margin-top: 0.75em; /* was 0 */
}