/*
---------------------------------------------------------------------------------
Old Bailey Online - 04/02/08
---------------------------------------------------------------------------------
http://markhadley.com
---------------------------------------------------------------------------------*/

/*
GENERIC
---------------------------------------------------------------------------------*/

body {
	background: #E2E2CE;
	}
	
/*links*/

a {
	text-decoration: underline;
	color: #c30;
	}

a:hover {
	color: #000;
	}
	
/*
MAIN LAYOUT
---------------------------------------------------------------------------------*/

.wrap {
	max-width: 1026px;
	min-width: 770px;
	margin: 0 auto;
	background: url(../graphics/page.gif) top left repeat-y;
	}
	
.wrap2 {
	background: url(../graphics/page.gif) top right repeat-y;
	margin-left: 8px;
	padding-right: 8px;
	}
	
#content {
	background: #fff url(../graphics/subnav.gif) top left repeat-y;
	border-top: 1px solid #fff;
	}
	
#content2 {
	width: 100%;
	margin-left: -240px;
	float: right;
	background: url(../graphics/logos.gif) top center no-repeat;
	}
	
#content3 {
	margin-left: 240px;
	}
	
/*
HEADER
---------------------------------------------------------------------------------*/

#header {
	background: #000 url(../graphics/header.gif) top left repeat-x;
	text-align: center;
	}
	
#header h1 a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 72px;
	width: 750px;
	background: #000 url(../graphics/logo.gif) 0 0 no-repeat;
	margin: 0 auto;
	}
	
#header h2 {
	display: none;
	}
	
/*
MAIN NAVIGATION
---------------------------------------------------------------------------------*/

#mainnav {
	background: #6D3E2E url(../graphics/mainnav.gif) top center no-repeat;
	position: relative;
	overflow: hidden;
	}
	
#mainnav div {
	clear: both;
	float: left;
	position: relative;
	left: 50%;
	}

#mainnav ul {
	position: relative;
	left: -50%;
	}	
	
#mainnav li {
	float:left;
	padding: 10px 0 12px 0;
	}

#mainnav li.active {
	background: url(../graphics/mainnav_pointer.gif) top center no-repeat;
	}
	
#mainnav a {
	float:left;
	text-decoration: none;
	font: bold 120% "Georgia", serif;
	color: #C5B2AB;
	border-right: 1px solid #926E62;
	padding: 0 5px;
	}
	
#mainnav li.last a {
	border: none;
	}
	
#mainnav li.active a, #mainnav li.active a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#mainnav a:hover {
	text-decoration: underline;
	color: #D2C4BE;
	}
	
/*
IMAGESTRIP
---------------------------------------------------------------------------------*/

#imagestrip {
	height: 140px;
	padding-top: 1px;
	background: #eee url(../graphics/imagestrip.gif) top center no-repeat;
	}
	
#imagestrip a {
	display: block;
	width: 100%;
	height: 140px;
	text-indent: -9999px;
	overflow: hidden;
	}

.anniversary {
	background: #eee url(../graphics/anniversary_banner.jpg) top center no-repeat;
}
	
.courtroom {
	background: url(../graphics/image_courtroom.jpg) top center no-repeat;
}
	
.smugglerius {
	background: url(../graphics/smugglerius4.jpg) top center no-repeat;
}
	
.turners {
	background: url(../graphics/Turners_London_c1810_histbackground.jpg) top center no-repeat;
}

.trial1807 {
	background: url(../graphics/trial1807.jpg) top center no-repeat;
}
	
/*
MAIN
---------------------------------------------------------------------------------*/

/*2 column*/
#main {
	width: 100%;
	margin-right: -230px;
	float: left;
	line-height: 1.5em;
	}

#main2 {
	margin-right: 230px;
	padding: 20px 20px 5px 20px;
	clear: left;
	}
	
/*single column*/
#main.full, #main.full #main2 {
	margin-right: 0;
	}
	
/*standalone - large image*/
#standalone {
	padding: 20px;
	background: #fff;
	}

#standalone #main {
	margin-right: 0;
	float: none;
	width: auto;
	}
	
#standalone #main img {
	border: 5px solid #f7f7f7;
	}
	
/*spacing*/
#main p, #main ul, #main ol {
	padding-bottom: 1em;
	}
	
#main li ul, #main li ol, #main li li ul, #main li li ol  {
	padding-bottom: 0;
	}
	
#main li ul li {
	list-style: circle;
	}
	
#main li li ul li {
	list-style: disc;
	}
	
#main li ol li {
	list-style: lower-roman;
	}
	
#main li li ol li {
	list-style: lower-alpha;
	}
	
.divider {
	margin-top: .25em;
	border-top: 1px solid #F2F2F2;
	padding-top: .75em;
	clear: both;
	}
	
#main h1.divider {
	border-top: 1px solid #c30;
	}
	
/*intro*/
#main p.intro {
	font: 135%/1.5em "Georgia", serif;
	padding-bottom: .5em;
	}
	
ul.intro a {
	font: 135%/1.5em "Georgia", serif;
	}
	
.intro a {
	font-weight: normal;
	}
	
/*headings*/
#main h1 {
	font: bold 160%/1.5em "Georgia", serif;
	color: #c30;
	margin-bottom: .25em;
	}
	
#main h1 a {
	font: bold 100%/1.5em "Georgia", serif;
	}
	
#main h1.nosub {
	margin-bottom: .75em;
	}
	
#main h2 {
	font: bold 120%/1.5em "Georgia", serif;
	margin-bottom: .4em;
	}
	
#main h2.subtitle {
	text-decoration: none;
	}
	
#main h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .5em;
	text-decoration: underline;
	}
	
#main h4 {
	font-weight: bold;
	}
	
#main h5, #main h6 {
	font-style: italic;
	text-decoration: underline;
	}
	
#main .title {
	font-weight: bold;
	font-style: italic;
	}
	
/*pagenav*/
#main ul.pagenav {
	padding-bottom: 1.5em;
	}

#main .pagenav li {
	border-right: 1px solid #666;
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;
	display: inline;
	}
	
#main .pagenav li.last {
	border: 0;
	margin-right: 0;
	padding-right: 0;
	}
	
#main .prevnext {
	text-align: center;
	padding: 1.5em 0;
	}

#main .prevnext a {
	text-decoration: none;
	}
	
/*breadcrumbs*/
.breadcrumbs {
	font-size: 92%;
	}
	
#main .breadcrumbs li {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
.breadcrumbs span {
	text-decoration: underline;
	}

/*images*/
#main p.image {
	padding: 0;
	font-size: 92%;
	color: #666;
	}
	
#main p.image img {
	float: left;
	clear: left;
	margin: .5em 2em 1em 0;
	background: #f7f7f7;
	padding: 5px;
	}
	
#main p.right img {
	float: right;
	clear: right;
	margin: .5em 0 1em 2em;
	}
	
#main p.scan {
	float: right;
	margin: .5em 0 1em 2em;
	}
	
#main p.scan a {
	text-decoration: none;
	}
	
#main p.scan a span {
	text-decoration: underline;
	}
	
#main p.scan img {
	background: #f7f7f7;
	padding: 5px;
	}
	
/*lists*/
#main ul li {
	margin-left: 20px;
	padding-left: 5px;
	list-style: square outside;
	}
	
#main ol li {
	margin-left: 25px;
	list-style: decimal outside;
	}
	
/*typography*/
.note {
	font-size: 92%;
	}
	
/*
EXTRAS
---------------------------------------------------------------------------------*/

#extras {
	float: right;
	width: 214px;
	padding: 16px 12px 10px 0;
	}

#extras p, #extras ul, #extras ol {
	padding-bottom: 1em;
	}
	
#extras p, #extras li {
	line-height: 1.5em;
	}
	
#extras h2 {
	font: bold 120%/1.5em "Georgia", serif;
	color: #c30;
	padding-bottom: .5em;
	}
	
#extras h2 span {
	border-bottom: 1px solid #FCF5F2;
	}
	
/*
SEARCH BOX
---------------------------------------------------------------------------------*/

#searchbox {
	background: #8A8A84 url(../graphics/searchbox.gif) top left repeat-y;
	}
	
#searchbox p, #searchbox h2 {
	padding: 0;
	margin: 0;
	}
	
#searchbox h2 {
	display: block;
	height: 63px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../graphics/searchbox_top.gif) top left no-repeat;
	}
	
#searchbox form {
	padding: 2px 15px 17px 15px;
	background: url(../graphics/searchbox_bottom.gif) bottom left no-repeat;
	}
	
#searchbox label {
	font-size: 95%;
	font-weight: bold;
	color: #DCDCDA;
	display: block;
	padding: 8px 0 3px 0;
	}
	
#searchbox label.keyword {
	color: #fff;
	}
	
#searchbox input.txt {
	border: 1px solid #D0D0CE;
	background: #ADADA9;
	width: 176px;
	padding: 1px;
	color: black;
	}
	
#searchbox input.txt:focus {
	border: 1px solid #000;
	background: #fff;
	}
	
#searchbox select {	
	width: 180px;
	padding: 1px;
	font-size: 100%;
	border: 1px solid #666;
	}
	
#searchbox p.options {
	text-align: center;
	}
	
#searchbox p.options a {
	color: #E5E5E4;
	font-weight: bold;
	font-size: 85%;
	text-decoration: none;
	}
	
#searchbox p.options a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#searchbox p.options span {
	border-bottom: 1px solid #A7A7A3;
	}
	
#searchbox p.searchbutton {
	text-align: center;
	padding: 13px 0 3px 0;
	}
	
#searchbox #searchbutton {
	text-indent: -9999px;
	}
	
#searchbox #submit {
	display: block;
	margin: 0 auto;
	width: 94px;
	background: #8A8A84 url(../graphics/quicksearch_button.gif) top left no-repeat;
	text-indent: -9999px;
	height: 0;
	border: 0;
	cursor: pointer;
	overflow: hidden;
	padding: 29px 0 0 0;
	}
	
#searchbox #submit:hover {
	background-position: 0 -31px; 
	}
	
/*
TITLE PAGE
---------------------------------------------------------------------------------*/

#title_page {
	text-align: center;
	padding: 20px 0;
	}
	
/*
SUBNAV
---------------------------------------------------------------------------------*/	
	
#subnav {
	float: left;
	width: 225px;
	padding: 45px 0px 20px 15px;
	background: url(../graphics/subnav_top.gif) top left no-repeat;
	}
	
#subnav.quicklinks {
	background: url(../graphics/subnav_top_quicklinks.gif) top left no-repeat;
	}
	
#subnav.noTab {
	padding: 20px 0px 20px 15px;
	background: none;
	}
	
#subnav li {
	background: url(../graphics/subnav_bottom.gif) bottom left no-repeat;
	}
	
#subnav a {
	display: block;
	color: #333;
	padding: 6px 20px 8px 5px;
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
	}
	
#subnav a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#subnav li.active a {
	background: url(../graphics/subnav_active.gif) center right no-repeat;
	text-decoration: underline;
	font-weight: bold;
	color: #c30;
	}

/*subsub*/

#subnav li.active li a, #subnav li li {
	background: none;
	}
	
#subnav li ul {
	padding-bottom: 6px;
	}
	
#subnav li li a {
	padding: 3px 20px 5px 15px;
	font-weight: normal;
	}
	
/*
ON THIS DAY
---------------------------------------------------------------------------------*/

#onthisday {
	float: left;
	width: 218px;
	clear: left;
	margin: 0 0 10px 12px;
	background: #E6E5D1 url(../graphics/onthisday.gif) top left repeat-y;
	}
	
#onthisday h2 {
	display: block;
	width: 200px;
	height: 29px;
	text-align: right;
	background: url(../graphics/onthisday_top.gif) top left no-repeat;
	padding: 10px 18px 0 0;
	font: bold 142%/1.5em "Georgia", serif;;
	color: #A12D00;
	}
	
#onthisday h2 span {
	display: none;
	}
	
#onthisday p {
	background: url(../graphics/onthisday_bottom.gif) bottom left no-repeat;
	padding: 8px 18px 18px 15px;
	font-size: 95%;
	line-height: 1.5em;
	}
	
#onthisday p a {
	font-weight: bold;
	color: #000;
	}

/*
ADVERTS
---------------------------------------------------------------------------------*/

#adverts {
	float: left;
	clear: left;
	width: 210px;
	margin: 0 0 0 15px;
	}
	
#adverts h2 {
	display: block;
	width: 100%;
	height: 28px;
	margin: 10px auto 0 auto;
	background: url(../graphics/adverts.gif) top center no-repeat;
	text-indent: -9999px;
	}
	
#adverts div {
	clear: both;
	background: url(../graphics/subnav_bottom.gif) top left no-repeat;
	padding: 20px 0 10px 0;
	}
	
#adverts div.first {
	background: none;
	}
	
#adverts h3 {
	margin-bottom: 10px;
	}
	
#adverts h3 a {
	font-size: 95%;
	font-weight: bold;
	color: #000; 
	}
	
#adverts p.image {
	float: left;
	margin: 0 5px 5px 0;
	}
	
#adverts p.description {
	font-size: 85%;
	line-height: 1.5em;
	}
	
#adverts p.link {
	font-size: 85%;
	line-height: 1.5em;
	margin-top: .75em;
	}
	
/*
LOGOS
---------------------------------------------------------------------------------*/

#logos {
	padding: 30px 0px 20px 0px;
	border-top: 1px solid #fff;
	background: #fff url(../graphics/logos.gif) top center no-repeat;
	position: relative;
	overflow: hidden;
	}
	
#logos div {
	clear: both;
	float: left;
	position: relative;
	left: 50%;
	}

#logos ul {
	position: relative;
	left: -50%;
	}
	
#logos li {
	float:left;
	margin: 0 9px;
	}
	
#logos a {
	display: block;
	float: left;
	background: #eee;
	text-indent: -9000px;
	overflow: hidden;
	}
	
#logos .uh a {
	background: url(../graphics/logo_uh.gif) top left no-repeat;
	width: 116px;
	height: 30px;
	}
	
#logos .sheffield a {
	background: url(../graphics/logo_sheffield.gif) top left no-repeat;
	width: 106px;
	height: 49px;
	}
	
#logos .sussex a {
	background: url(../graphics/logo_sussex.jpg) top left no-repeat;
	width: 120px;
	height: 59px;
	}
	
#logos .ou a {
	background: url(../graphics/logo_ou.gif) top left no-repeat;
	width: 65px;
	height: 59px;
	}
	
#logos .ahrc a {
	background: url(../graphics/logo_ahrc.gif) top left no-repeat;
	width: 117px;
	height: 31px;
	}

#logos .jisc a {
    background: url(../graphics/JISCcolour7.gif) top left no-repeat;
    width: 46px;
    height: 24px;
    }
	
#logos .enrichuk a {
	background: url(../graphics/logo_enrichuk.gif) top left no-repeat;
	width: 90px;
	height: 33px;
	}
	
#logos .heds a {
	background: url(../graphics/logo_heds.gif) top left no-repeat;
	width: 51px;
	height: 51px;
	}
	
#logos .hrionline a {
	background: url(../graphics/logo_hrionline.gif) top left no-repeat;
	width: 80px;
	height: 50px;
	}
	
/*
FOOTER
---------------------------------------------------------------------------------*/

#footer {
	clear: both;
	background: #151515 url(../graphics/footer.jpg) bottom right no-repeat;
	color: #fff;
	padding: 20px 220px 20px 20px;
	min-height: 89px;
	color: #A1A1A1;
	font-size: 85%;
	}
	
#footer span {
	border-bottom: 1px solid #4D4D4D
	}
	
#footer p {
	padding-bottom: 12px;
	}
	
#footer a {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#footer .nav li {
	border-right: 1px solid #A1A1A1;
	margin: 0 5px 0 0;
	float: left;
	}
	
#footer .nav li.last {
	border: 0;
	margin: 0;
	float: left;
	}
	
#footer .nav a {
	float: left;
	margin-right: 5px;
	line-height: 1em;
	}

/*
SEARCHFORM
---------------------------------------------------------------------------------*/

#searchform {
	padding-bottom: 2em;
	}

#searchform div {
	clear: left;
	clear: both;
	}
	
#searchform a {
	font-size: 95%;
	}
	
#searchform .divider {
	margin-top: 1.5em;
	padding-top: 1em;
	}
	
.divider-light {
	border-top: 1px dashed #F2F2F2;
	padding-top: 1em;
	margin-top: 1em;
	clear: both;
	}
	
/*form elements*/
#searchform input.txt, #searchform select, #searchform textarea {
	font-size: 100%;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	margin-right: 5px;
	margin-bottom: 1em;
	clear: left;
	float: left;
	}
	
#searchform input.txt, #searchform textarea {
	border: 1px solid #ccc;
	padding: 2px;
	}

#searchform input.txt {
	/*width: 90%;*/
	max-width: 300px;
	}
	
#searchform input.txt:focus, #searchform textarea:focus {
	border: 1px solid #000;
	background: #fff;
	color: black;
	}
	
#searchform textarea {
	width: 90%;
	overflow: auto;
	}
	
#searchform input.checkbox {
	float: left;
	margin-right: 5px;
	}
	
/*label*/
#searchform label, #searchform h2 {
	font: bold 120%/1.5em "Georgia", serif;
	margin-right: 5px;
	float: left;
	clear: left;
	padding-bottom: .25em;
	}
	
#searchform h2 label {
	font: bold 100%/1.5em "Georgia", serif;
	}
	
#searchform h3, #searchform .checklabel {
	font-size: 125%;
	font-family: "Georgia", serif;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #666;
	margin-bottom: 0em;
	}
	
#searchform h3 label {
	display: inline;
	float: none;
	font-weight: normal;
	font-style: italic;
	font-size: 100%;
	margin-right: 0;
	}
	
#searchform .checklabel {
	line-height: 1em;
	}
	
#searchform .inline {
	clear: none;
	}	
	
#searchform div.column {
	float: left;
	padding-right: 10px;
	}
	
/*help diamond*/
#searchform a.help {
	display: block;
	height: 24px;
	width: 24px;
	text-indent :-9999px;
	overflow: hidden;
	background: #f7f7f7 url(../graphics/help_diamond.gif) top left no-repeat;
	float: left;
	margin-right: 5px;
	}
	
#searchform a.help:hover {
	background-position: 0 -24px; 
	}

/*jhelp diamond*/
.jhelp {
	display: block;
	height: 24px;
	width: 24px;
	text-indent :-9999px;
	overflow: hidden;
	background: #f7f7f7 url(../graphics/help_diamond.gif) top left no-repeat;
	float: left;
	margin-right: 5px;
	}
	
.jhelp:hover {
	background-position: 0 -24px; 
	}
	
#searchform a.sidelink {
	float: left;
	}
	
/*submit*/
#searchform #submit {
	border: 0;
	height: 0;
	background: #f7f7f7 url(../graphics/search_button.gif) top left no-repeat;
	width: 94px;
	padding: 30px 0 0 0;
	display: block;
	float: left;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
	margin: 0 10px 0  0;
	}
	
#searchform #submit:hover {
	background-position: 0 -31px; 
	}
	
/*error*/
#searchform div.error {
	padding-bottom: 1em;
	margin-top: 1em;
	}

#searchform div.error span {
	font-weight: bold;
	background: #c30;
	color: #fff;
	font-size: 95%;
	padding: 2px;
	}
	
#searchform .required {
	color: #c30;
	}
	
/*
RESULTS
---------------------------------------------------------------------------------*/

.results li {
	border-top: 1px solid #f2f2f2;
	padding-top: 1em;
	}
	
.results li a {
	font-weight: bold;
	}	
	
.count {
	float: left;
	}
	
.jump {
	float: right;
	}
	
.clear {
	clear: both;
	}
