/*
---------------------------------------------------------------------------------
London Lives - 25/09/09
---------------------------------------------------------------------------------
http://markhadley.com
---------------------------------------------------------------------------------*/

/*
GENERIC
---------------------------------------------------------------------------------*/

body {
	background: #edf0e1;
	}
	
/*links*/

a {
	text-decoration: underline;
	color: #6f7c44;
	}

a:hover {
	color: #000;
	}
	
/*
MAIN LAYOUT
---------------------------------------------------------------------------------*/

.wrap {
	max-width: 1026px;
	min-width: 770px;
	margin: 0 auto;
	background: url(../graphics/page2.gif) top left repeat-y;
	}
	
.wrap2 {
	background: url(../graphics/page2.gif) top right repeat-y;
	margin-left: 8px;
	padding-right: 8px;
	}
	
#content {
	background: url(../graphics/subnav.gif) top left repeat-y;
	border-top: 1px solid #fff;
	}
	
.home #content {
	background: none;
	}
	
#content2 {
	width: 100%;
	margin-left: -240px;
	float: right;
	background: url(../graphics/logos.gif) top center no-repeat;
	}
	
#content3 {
	margin-left: 240px;
	}
	
.home #content2 {
	margin-left: -250px;
	}
	
.home #content3 {
	margin-left: 250px;
	}
	
/*
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: 74px;
	width: 766px;
	background: #000 url(../graphics/logo.jpg) bottom left no-repeat;
	margin: 0 auto 0 auto;
	}
	
#header h2 {
	display: none;
	}
	
/*
MAIN NAVIGATION / LOGIN NAVIGATION
---------------------------------------------------------------------------------*/

#mainnav, #loginnav {
	background: #6f7c44 url(../graphics/mainnav.gif) top center no-repeat;
	position: relative;
	overflow: hidden;
	}
	
#loginnav {
	background: #333;
	border-bottom: 1px solid #444;
	}

#mainnav div, #loginnav div {
	clear: both;
	float: left;
	position: relative;
	left: 50%;
	}

#mainnav ul, #loginnav ul {
	position: relative;
	left: -50%;
	}	
	
#mainnav li, #loginnav li {
	float:left;
	padding: 11px 0 10px 0;
	}

#mainnav li.active {
	background: url(../graphics/mainnav_pointer.gif) top center no-repeat;
	}
	
#mainnav a, #loginnav a, #loginnav span {
	float:left;
	text-decoration: none;
	font: bold 120% "Georgia", serif;
	color: #c5c98f;
	border-right: 1px solid #848e58;
	padding: 0 5px;
	}
	
#loginnav a, #loginnav span {
	border-right: 1px solid #666;
	}
	
#loginnav span {
	font-weight: normal;
	}
	
#loginnav span a {
	float: none;
	font-size: 100%;
	border: none;
	padding: 0 0 0 2px;
	}
	
#mainnav li.last a, #loginnav li.last a {
	border: none;
	}
	
#mainnav li.active a, #mainnav li.active a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#mainnav a:hover, #loginnav a:hover {
	text-decoration: underline;
	color: #fffdc1;
	}
	
#loginnav a, #loginnav span, #loginnav a:hover {
	color: #ccc;
	}
	
/*
IMAGESTRIP
---------------------------------------------------------------------------------*/

#imagestrip {
	height: 140px;
	padding-top: 1px;
	background: #fff url(../graphics/imagestrip.gif) top center no-repeat;
	}
	
#imagestrip a {
	display: block;
	width: 100%;
	height: 140px;
	text-indent: -9999px;
	overflow: hidden;
	}
		
.transportation {
	background: url(../graphics/image_transportation.jpg) top center no-repeat;
	}
	
.transportation2 {
	background: url(../graphics/image_transportation2.jpg) top center no-repeat;
	}
	
/*
MAIN
---------------------------------------------------------------------------------*/

/*2 column*/
#main {
	width: 100%;
	margin-right: -260px;
	float: left;
	line-height: 1.5em;
	}

#main2 {
	margin-right: 260px;
	padding: 20px 0px 5px 20px;
	clear: left;
	}
	
/*single column*/
#main.full, #main.full #main2 {
	margin-right: 0px;
	}
	
#main.full #main2 {
	padding-right: 20px;
	}
	
/*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 #6f7c44;
	}
	
/*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: #6f7c44;
	margin-bottom: .25em;
	}
	
#main h1 a {
	font: bold 100%/1.5em "Georgia", serif;
	}
	
#main h1.nosub {
	margin-bottom: .75em;
	}
	
#main h2, #recently 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%;
	}
	
#main .highlightbox {
	background-color: #f8f9f4;
	margin: 0 5px 20px 0;
	border: 1px solid #EEDDEE;
	padding: 10px;
	text-align: center;
	font: bold 120%/1.5em "Georgia", serif;
	}
	
/*
DOCUMENT
---------------------------------------------------------------------------------*/

.source br, form .source br {
	display: inline;
	}
	
#main .source {
	margin-bottom: 20px;
	}
	
#main .source p {
	clear: left;
	padding: 0;
	margin-bottom: 1em;
	}

#main .mainimage {
	float: right;
	border: 1px solid #fff;
	border-width: 0 0 20px 20px;
	}
	
#main .hidden {
	position: absolute;
	background-color: #ddd;
	border: 1px solid #333;
	width: 410px;
	padding: 5px;
	z-index: 1;
	}

#main del {
	color: #666;
	}
	
#main p.deleted {
	border: 1px solid #6f7c44;
	border-width: 1px 0;
	padding: 20px 10px 10px 10px;
	color: #666;
	background: #fff url(../graphics/badge-deleted2.gif) top left no-repeat;
	float: left;
	}
	
#main p.margin {
	border: 1px solid #6f7c44;
	border-width: 1px 0px;
	padding: 20px 10px 10px 10px;
	background: #fff url(../graphics/badge-margin2.gif) 0 0 no-repeat;
	float: left;
	}
	
#main div.brace {
	border: 1px solid #6f7c44;
	border-width: 1px 0;
	padding: 20px 10px 10px 10px;
	background: #fff url(../graphics/badge-bracket.gif) top left no-repeat;
	float: left;
	margin-bottom: 1em;
	}
	
#main div.brace p {
	float: left;
	padding-right: 10px;
	}

#main div.braceResult {
	border: 1px solid #6f7c44;
	border-width: 1px 0;
	padding: 20px 10px 10px 10px;
	background: #fff url(../graphics/badge-result2.gif) top left no-repeat;
	float: right;
	width: 45%;
	}
	
#main span.illegible {
	background: #000;
	color: #000;
	}
	
#main .source .mark {
	color: #fff;
	background: url(../graphics/badge-mark.gif) center center no-repeat;
	padding: 0 10px;
	z-index: 1;
	}
	
.mark span {
	display: none;
	}
	
.meta {
	background: #eee;
	padding: 10px;
	margin-bottom: 20px;
	}
	
#main .meta p, #main .meta ul {
	margin: 0;
	padding: 0;
	}

#main a.badge {
	text-decoration: none;
	color: #fff;
	background: #6f7c44;
	text-transform: uppercase;
	font-size: 90%;
	font-style: bold;
	padding: 0 3px;
	}
	
#main a.badge:hover {
	background: #869552;
	}
	
.code {
	color: #666;
	font: italic 100% "Georgia", serif;
	}
	
.printed {
	font-family: "Georgia", serif;
	font-size: 110%;
	}
	
/*
BROWSE
---------------------------------------------------------------------------------*/

table {
	border-color: #eee;
	margin-bottom: 20px;
	}
	
td, th {
	padding: 2px;
	}
	
tr.alt {
	background: #f5f5f5;
	}
	
.cent {
	border-left: 1px solid #999;
	}
	
.viewCell {
	background: #fafaed;
	}
	
/*
RECENTLY
---------------------------------------------------------------------------------*/

#recently {
	padding-top: 20px;
	border-top: 1px solid #eee;
	clear: both;
	margin: 0px 20px 0 20px;
	}
	
#recently li {
	margin: 0;
	}
	
#recently h2 {
	text-align: center;
	padding-bottom: 10px;
	}
	
#recently li div {
	display: none;
	text-align: center;
	padding-top: 10px;
	line-height: 1.5em;
	}
	
#recently a img {
	border: 1px solid #eee;
	padding: 1px;
	}

#recently a:hover img {
	border: 1px solid #600;
	}
	
#recently li:hover div {
	display: block;
	}
	
	
	
/*
EXTRAS
---------------------------------------------------------------------------------*/

#extras {
	float: right;
	width: 239px;
	padding: 15px 11px 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: #6f7c44;
	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: 42px;
	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: 201px;
	padding: 1px;
	}
	
#searchbox input.txt:focus {
	border: 1px solid #000;
	background: #fff;
	}
	
#searchbox select {	
	width: 205px;
	padding: 1px;
	font-size: 100%;
	border: 1px solid #666;
	background: #fff;
	}
	
#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;
	clear: both;
	}
	
#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; 
	}
	
#searchbox .search_2col p {
	width: 102px;
	float: left;
	margin-bottom: 15px;
	}
	
#searchbox .search_2col select {
	width: 100px;
	}
	
#searchbox .search_2col input {
	width: 95px;
	}
	
#searchbox .search_2col p.last {
	padding-left: 5px ;
	}
	
/*
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 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: #6f7c44;
	}

/*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;
	}
	
/*
FEATURED LIFE
---------------------------------------------------------------------------------*/

#featuredlife {
	float: left;
	width: 235px;
	clear: left;
	margin: 15px 0 15px 15px;
	background: #dee5ca url(../graphics/featuredlife_bottom.gif) bottom left no-repeat;
	}
	
#featuredlife h2 {
	display: block;
	height: 43px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../graphics/featuredlife_top.gif) top left no-repeat;
	}
	
#featuredlife div {
	padding: 15px 5px;
	text-align: center;
	}
	
#featuredlife img {
	border: 1px solid #76834d;
	margin: 10px 0 0 0;
	}
	
#featuredlife p {
	font-size: 100%;
	line-height: 1.5em;
	text-align: left;
	padding: 10px;
	text-indent: 0px;
	}
	
#featuredlife h3 a {
	font-weight: bold;
	color: #900;
	font: bold 110%/1.5em "Georgia", serif;
	}

/*
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;
	text-align: center;
	}
	
/*
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;
	clear: both;
	}
	
#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: 154px;
	height: 62px;
	} 
	
#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 .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: 71px;
	height: 42px;
	}
	
#logos .esrc a {
	background: url(../graphics/logo_esrc.gif) top left no-repeat;
	width: 75px;
	height: 62px;
	}
	
/*
FOOTER
---------------------------------------------------------------------------------*/

#footer {
	clear: both;
	background: #000 url(../graphics/footer_sarah-malcolm.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 {
	max-width: 300px;
	}
	
#searchform input.txt:focus, #searchform textarea:focus {
	border: 1px solid #000;
	background: #fff;
	}
	
#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; 
	}
	
#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;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}
	
.results li a:hover {
	text-decoration: underline;
	}	
	
.count {
	float: left;
	}
	
.jump {
	float: right;
	}
	
.clear {
	clear: both;
	}
