/*******************************************************************************
*  Lexeus August 2007
* ------------------------------------------------------------------------------
*******************************************************************************/
		
	body {
	color: #000;
	background: #fcfffc;
	/*background: white;*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.1%;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
	html p {
	margin-top: 3px;
	padding-top: 0;
	}
	
	
	div#topbar {
	background: #fc7c00;
	height: 144px;
	}
	
	div#banner {
	text-align: left;
	/*width: 780px;*/
	max-width: 870px;
	min-width: 770px;
	margin: 0 auto;
	padding-left: 0px;
	}
	
	#banner_shadow {
	max-width: 870px;
	min-width: 770px;
	margin: 0 auto;
	background:white url(../images/banner_shadow.jpg) repeat-x 1px 0;
	height: 10px;
	padding: 0px;
	}
	
	div#page {
	background:white url(../images/topbar_shadow.jpg) repeat-x top center;
	padding-top: 0px;
	margin: 0;
	/*max-width: 980px;
	min-width: 780px;
	margin: 0 auto;*/
	}
	
	div#innerpage {
	text-align: left;
	background: white;
	/*margin: 20px auto 0 auto;*/
	margin: 0 auto;
	padding: 0px 0px;
	/*width: 780px;*/
	max-width: 870px;
	min-width: 770px;
	/*border-top: 1px solid black;*/
	/*border-left: 1px solid silver;
	border-right:1px solid silver;*/
	}
	
	#sidebar {
display: none;	
font-size: 0.8em;
	margin: 0px 9px;
	width: 200px;
	float: left;
	}
	
	#sidebar p {
	/*margin-top: 0;*/
	}
	
	#content {
	/*float: right;*/
	padding: 0 10pt;
	margin: 12pt 100pt 12pt 40pt;
	}
	
	#content p {
	font-size: 0.9em;
	line-height: 1.3em;
	}
	
	#page_end {
	display: none;
	background: transparent;
	clear: both;
	font-size: 0.7em;
	text-align: right;
	/*border-top: 1px solid #F8FAF6;*/
	max-width: 870px;
	min-width: 770px;
	margin: 0 auto;
	padding: 4px 0;
	}
	
	#page_end p {
	padding: 0 4px;
	margin: 2px;
	}
	
	#pagefooter {
	display:none;
background:#F8FAF2 url(../images/footerback.jpg) repeat-x top center;
	border-top: 1px solid #9CB44A;
	height: 70px;
	padding-top: 12px;
	clear: both;
	}
	
	#footer {
	clear: both;
	text-align: left;
	max-width: 870px;
	min-width: 770px;
	margin: 0 auto;
	padding-left: 4px;
	font-size: 0.8em;
	/*background: #F8FAF2;
	border-top: 1px dotted #9CB44A;
	height: 70px;*/
	}
	
	/*typography*/
	
	h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom: 2px;
	padding-bottom: 0;
	}
	
	#content h1 {
	margin-top: 0;
	color: #BA6F2E;
	background: transparent;
	}
	 
	#content h2 {
	margin-top: 0;
	color: #D6A982;
	background: transparent;
	}
	
	
	/* standard links */
		
	a:link, a   {
	color: #739600;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px solid #D4DEB0;
	}

	a:visited   {
	color: #663333;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px solid #D4DEB0;
	}

	a:hover   {
	color: #55601C;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px solid #D4DEB0;
	}

	a:active   {
	color: #9E292B;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px solid #D4DEB0;
	}
	
	
	
/*	menu stuff */
	div.menus {
	border-top: 1px solid #EABB80;
	border-left: 1px solid #EABB80;
	border-right: 1px solid #EABB80;
	color: black;
	background: #FFF5EB;
	padding: 0;
	padding-top: 0px;
	margin: 10px 2px 0px 0;
	}


	div#sidebar div.menus p.heading {
	color: #557630; 
	font-size: 1.1em;
	line-height: 1.9em;
	font-weight: bold;
	margin: 0;
	border-bottom: 1px solid #EABB80;
	padding: 0px 3px 2px 4px;
	background: #FFC58F;
	}

	div#sidebar div.menus p.heading a {
	font-weight: bold;
	padding-right: 12px;
	background: transparent url("../images/youarehere.gif") no-repeat right center;
	}

	div.menus ul {
	margin: 0; 
	padding: 0; 
	background: transparent;
	border-left: 0px solid gray;
	border-right: 0px solid gray;
	}
  
	.menus li {
	font-size: 1.0em; 
	line-height: 1.1em;
	list-style: none; 
	margin: 0;
	padding: 4px 4px;
	background: transparent;
	border-bottom: 1px solid #EABB80;
	}


	li:hover {
	background: #E9F3E1;
	text-decoration: none;
	cursor:auto;
	}


	li a:hover  /* Insert for IE's sake */ {
	text-decoration: none;
	}

	#sidebar div.menus li a {
	display: block; 
	text-decoration: none;
	border: 0;
	}


	.menus>ul a {
	width: auto;
	}


/* light up where we are */

body.home li.home,  body.about li.about, body.aims li.aims, body.network li.network, body.participants li.participants, body.events li.events, body.news li.news, body.contactus li.contactus, body.films li.films, body.filmstills li.filmstills, body.books li.books, body.glossary li.glossary, body.podcasts li.podcasts, body.links li.links {
background: #FFE6CF url("../images/youarehere.gif") no-repeat 1px center;
padding-left: 16px;
}

/* light up where we are sub pages*/

body.sub_participants li.participants, body.sub_events li.events, body.sub_news li.news, body.sub_films li.films, body.sub_filmstills li.filmstills, body.sub_books li.books, body.sub_glossary li.glossary, body.sub_links li.links {
background: #FDF6F5;
}

#specialsbar.title li.title, #specialsbar.bydirector li.director, #specialsbar.by_year li.year  {
background: #FDF6F5 url("../images/youarehere.gif") no-repeat left center;
padding-left: 10px;
}

/* something to hide */

.hidethis {
display: none;
}

#pagefooter div#footer a:link {
border-bottom: 1px solid black;
}

div.entryalt1, div.entryalt2 {
padding: 0px;
margin: 0px 0;
border: 0px solid silver;
}

address {
font-style: normal;
font-size: .9em;
line-height: 1.2em;
padding-bottom: 20pt;
border-bottom: 1pt dotted;
}

.hideme {
display: none;
}