/*
	Title: Master styles for archive.vector.org.uk
	Author: sjt@5jt.com
 */
 
#LOG {display: none} /* DEVT */
 
@media projection, screen {
	body {
		font-size: 75%;
		}
}
@media print {
	body {
		font-size: 6.875pt; /* article.css enlarges */
		}
}

body {
	background: #aaa;
	color: #444;
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, swiss, sans-serif;
	line-height: 1.4em;
	}

/* links */

a:link, a:visited {
	color: #369;
	outline: none;
	}
a:hover {
	color: #39c;
	}
a.title {
	color: navy;
	}

/* Layouts for screen and print
------------------------------------------------------------------------------ */

@media  projection, screen { 
	#wrap {
		background: #fff;
		margin: 0 auto;
		min-height: 70em;
		position: relative; /* contains children with absolute positions */
/*		width: 90em; */
		width: 960px;
		}
		
	#top, #bar, #midl {
		margin-right: 13em;
		}
	
	#bar {
		background: #eef;
		padding: .5em;
		}
	#bar #google {
		float: right;
		}
	
	#midl {
		position: relative; /* contains children with absolute positions */
		}
	
	#lhs {
		padding: 1em;
		position: absolute; top: 0; left: 0;
		width: 13em;
		}
	
	#main {
		margin-left: 15em;
		padding: 1em;
		}
	
	#rhs {
		padding: 0 1em 1em 1em;
		position: absolute; top: 0; right: 0;
		}
	#bcrumb-print {
		display: none;
		}
	}
@media print {
	#top, #bar, #rhs, #lhs, #LOG, #bcrumb-screen
		{display: none}
	body {
		margin: 0 auto;
		width: 60em;
		}
	a {
		text-decoration: none;
		}
	#bcrumb-print {
		text-align: right;
		}
	#main {
		background: white;
		}
	}

/* header
---------------------------------------------------------------------------- */

#banner {
	background: url(banner.png) no-repeat top left;
	height: 150px;
	padding: 1em;
	}
#banner h1 {
	font-size: 2em;
	}
#banner h1 .dim {
	color: #ccd;
	}

#logo {

	}

#nav {
	font-weight: normal;
	padding: .5em 0;
	}
#nav a {
	color: #369; /* Google site theme */
	text-decoration: none;
	}
#nav .archive { /* always selected, but remains a link */
	background: #dbdbdb;
	color: #333; 
	font-weight: bold;
	}
#nav a:hover {
	text-decoration: underline;
	}
#nav .l1 {
	font-weight: bold;
	padding-left: 2em;
	}
#nav .l2 {
	padding-left: 4em;
	}
#nav .l3 {
	padding-left: 6em;
	}

/*
#nav li {
	font-weight: bold;
	}
#nav ul ul li {
	font-weight: normal;
	}
#nav li {
	margin-bottom: .3em; 
	}
#nav ul {
	padding: 0;
	}
*/

/* main styles
---------------------------------------------------------------------------- */

cite {
	font-style: italic;
	}


/* secondary styles
---------------------------------------------------------------------------- */
#archive-volumes li {
	text-align: center;
	}

#banner a {
	color: inherit;
	text-decoration: none;
	}

#colphn {
	background: url(baalogo.gif) no-repeat;
	font-size: .9em;
	line-height: 1.2em;
	margin-top: 5em;
	padding-top: 32px; /* space for BAA logo */
}
#colphn p {
	margin-bottom: 2em;
	}

#ERRORS {
	color: red;
	font-size: 1.4em;
	margin-bottom: 2em;
	}
	
#gofull {
	padding-bottom: 1em;
	text-align: center;
	}

#latest {
	padding-bottom: 1em;
	}
#latest h1 {
	padding-bottom: .3em;
	}
#latest .img {
	float: left;
	margin-right: 0.5em;
	}

#kei {
	padding-bottom: 1em;
	text-align: center;
	}

#result p {
	margin-bottom: 1em;
	}
		
.toc {
	padding: 0 1em 1em 1em;
	}
.toc .img {
	float: left;
	margin-right: .5em;
	}
.toc h1 {
	font-size: 1.2em;
	margin-bottom: .3em;
	}
.toc h1, .toc ul {
	margin-left: 40px;
	}
.toc .pubdate {
	font-weight: normal;
	padding-left: .5em;
	}

#search {
	}
	
/* footer
---------------------------------------------------------------------------- */


/* log
---------------------------------------------------------------------------- */
#LOG {
/*	display: none; */
	background: rgba(0,0,0,.5);
	color: cyan;
	font-size: 1.3em;
	padding: .5em .5em 0 .5em;
	position: fixed; bottom: 0; left: 0;
	}

/* misc
---------------------------------------------------------------------------- */


hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/* self-clear floats
---------------------------------------------------------------------------- */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}



