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

/* CSS for header.php */

.header { 
	display:inline; 
}

#logo_image {
	position:relative;
	float:left;
	display:block;
	margin-top:20px;
	padding-left:10px;
	z-index: 20;
		display:inline; 
}
#logo_text {
	float:left;
	clear:right;
	width:80%;
	text-align:center;
	margin-top:32px;
		display:inline; 
}
#menu {
	/* float:left; */
	position:relative;
	margin-top:-12px;
	margin-left:75px;
	margin-right:2px;
	margin-bottom:0px;
}
/* Menu Navigation */

#sitenav {
	background:#1F3E9F url("") repeat-x;
	font-size:14px;
	font-family:verdana, sans-serif;
	font-weight:bold;
	width:100%;
}
#sitenav, #sitenav ul {
	float:left;
	list-style:none;
	line-height:32px;
	padding:0;
	border:1px solid #aaa;
	margin:0;
	width:100%;
		display:inline; 
}
#sitenav a {
	display:block;
	color:#dddddd;
	text-decoration:none;
	padding:0px 10px;
}
#sitenav li {
	float:left;
	padding:0;
		display:inline; 
}
#sitenav ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:101px;
	font-weight:normal;
	margin:0;
	line-height:1;
	border:0;
	border-top:1px solid #666666;
}
#sitenav li li {
	width:99px;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	font-weight:bold;
	font-family:verdana, sans-serif;
}
#sitenav li li a {
	padding:4px 10px;
	width:80px;
	font-size:11px;
	color:#dddddd;
}
#sitenav li ul ul {
	margin:-21px 0 0 100px;
}
#sitenav li li:hover {
	background:#1F3E9F;
}
#sitenav li ul li:hover a, #sitenav li ul li li:hover a, #sitenav li ul li li li:hover a, #sitenav li ul li li li:hover a {
	color:#dddddd;
}
#sitenav li:hover a, #sitenav li.sfhover a {
	color:#dddddd;
}
#sitenav li:hover li a, #sitenav li li:hover li a, #sitenav li li li:hover li a, #sitenav li li li li:hover li a {
	color:#dddddd;
}
#sitenav li:hover ul ul, #sitenav li:hover ul ul ul, #sitenav li:hover ul ul ul ul, #sitenav li.sfhover ul ul, #sitenav li.sfhover ul ul ul, #sitenav li.sfhover ul ul ul ul {
	left:-999em;
}
#sitenav li:hover ul, #sitenav li li:hover ul, #sitenav li li li:hover ul, #sitenav li li li li:hover ul, #sitenav li.sfhover ul, #sitenav li li.sfhover ul, #sitenav li li li.sfhover ul, #sitenav li li li li.sfhover ul {
	left:auto;
	background:#444444;
}
#sitenav li:hover, #sitenav li.sfhover {
	background:#5E7AD3;
}
/* End of Menu Navigation */

/* End Header */

body {
	/*  text-align: center; */
  	background:#666666;
	/*  background:#333333; */
   	background-image:url(../images/bg_greyst.gif);
  	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	margin: -22px auto;
	width: 95%;
	min-height:800px !important;
	text-align: left;
	background:white;
}
#main {
	background:white url(../images/topbg.png) repeat-x;
	height:auto !important;
	height:100%;
/*  margin-left:9px;
	margin-top:22px;*/
  	padding-top:22px;
	margin-bottom:-1em;
}
#content {
	background:white;
	padding: 10px;
	padding-top:0;
	min-height:auto !important;
	max-height:100%;
	width:720px;
	/* text-align:center; */
	margin-left: auto;
	margin-right: auto;
	margin-top:-40px;
}
.normalised {
/* text-align:justify; */
}
/* Publications CSS */

#booklist td {
	padding-top:10px;
	width:33%;
	vertical-align:top;
}
#booklist a {
	text-decoration:none;
}
#booklist a img {
	border:0;
}
#side-right {
	position:relative;
	float:right;
	width:18%;
	margin: 5em .5em;
	min-height:100%;
	color:#0066FF;
	text-align:center;
	font-size:small;
		display:inline; 
}
#side-right ul {
	list-style:none;
	padding:0;
	margin:0
}
#side-right hr {
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 5%;
	width:90%;
	color:#0099FF;
}
#side-right a {
	text-decoration:none;
	color:#0066FF;
}
#side-right a:hover {
	font-weight:bold;
	background-color:#000099;
	color:#FFFFFF;
}
#submenu {
	font-size:smaller;
	font-style:italic;
	text-align:left;
}
#submenu li {
	margin-left:50%;
	list-style:square;
}
.book_title, .book_author {
	margin:0;
}
.book_title, .book_title a:link, .book_title a:visited {
	color:#000066;
}
.book_author, .book_author a:link, .book_author a:visited {
	color:#333333;
}
/* INSET BOX */

/* Layout the sidebars */
  #content .sidebar {
	float: left;
	position: relative;
	z-index: 2; /* We ensure the sidebars are still clickable using z-index */
	margin: 0;
		display:inline; 
}
/* set the image to use and establish the lower-right position */ 
.inset-box .cssbox, .inset-box .cssbox_body, .inset-box .cssbox_head, .inset-box .cssbox_head h2 {
	background: transparent url(../images/inset-box.png) no-repeat bottom right;
}
.inset-box .cssbox {
	width: 270px !important; /* intended total box width - padding-right(next) */
	width: 270px; /* IE Win = width - padding */
	padding-right: 1px;  /* the gap on the right edge of the image (not content padding) */
	float:left;
	margin: 0 auto; /* use to position the box */
	display:inline;
}
/* set the top-right image */ 
.inset-box .cssbox_head {
	background-position: top right;
	margin-right: -1px; /* pull the right image over on top of border */
	padding-right: 40px; /* right-image-gap + right-inside padding */
}
/* set the top-left image */ 
.inset-box .cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 21px 0 8px 23px; /* padding-left = image gap + interior padding ... no  padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	font-size: 135%;
	color: #fff;
}
/* set the lower-left corner image */ 
.inset-box .cssbox_body {
	background-position: bottom left;
	margin-right: 25px;  /*interior-padding right */
	padding: 1px 0 5px 40px; /* mirror .cssbox_head right/left */
}
/* End of INSET BOX */

/* End of BOXED */

.boxed .cssbox_head, .boxed .cssbox_head h2, .boxed .cssbox_head h1 {
	background: transparent url(../images/inset-box.png) no-repeat bottom right;
}
.boxed .cssbox {
	width:75%;
	padding-right: 1px;  /* the gap on the right edge of the image (not content padding) */
}
/* set the top-right image */ 
.boxed .cssbox_head {
	background-position: top right;
	margin-right: -1px; /* pull the right image over on top of border */
	padding-right: 40px; /* right-image-gap + right-inside padding */
}
/* set the top-left image */ 
.boxed .cssbox_head h2, .boxed .cssbox_head h1 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 21px 0 8px 23px; /* padding-left = image gap + interior padding ... no  padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	color: #fff;
}
.boxed .cssbox_head h2 {
	font-size:135%;
}
.boxed .cssbox_body {
	padding: 0 15px 0 15px;
}
.nobullets {
	list-style:none;
}
.cssbox_head a {
color:#FFFFFF;
}
/* End of BOXED */

.newbook {
	/* border: #FF0000 groove; */
background:top left url(../images/new_splash.gif) no-repeat;
}
.new {
	font-size: x-small;
	color: #FF0000;
	font-weight:bold;
}
.fileformat {
	font-size: x-small;
}
/*End of Publications CSS */

.footer .push {
	height:1em;
}
/* Events CSS */

h2.contitle {
	color:#0066FF;
	margin: 0 auto 0 auto;
}
h3.consubtitle {
	color:#333333;
	margin:0 0 0 1em;
}
.condetails {
	font-style:italic;
	margin:0 0 0 2em;
}
.conlinks {
	text-align:right;
	margin:0;
	font-style:italic;
}
.conlinks, .conlinks a {
	color:#0066FF;
	text-decoration:none;
}
.featured {
	background-color:#99FFFF;
	margin-left:-3px;
	margin-right:-4px;
	padding:3px;
	padding-bottom:5px;
	margin-bottom:10px;/*border:solid;
border-color:#990000;
z-index:3;*/
}
/* End of Events CSS */

/* Gallery CSS */
.gallery a img {
	border:0;
}
.gallery a {
	text-decoration:none;
}

/* End of Gallery CSS */

.programme {
font-size:10pt;
}