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

body{
	width:100%;
	background-image:url(images/bg.jpg);
	margin:0;
	padding:0;
	color:#4F4736;
	line-height:24px;
	font-size:18px;
}

#body-wrapper
{
	position:relative;
	padding:0px;
	margin:0px;
	width:100%;
	overflow:hidden;
}

#wrapper{
	width:897px;
	margin:30px auto;
}

#header{
	background-image:url(images/header.png);
	height:195px;
	/*margin-top:100px;*/
}

#handcuffs {
	background-image:url(images/handcuffs.png);
	background-repeat:no-repeat;
	height:259px;
	margin-left:800px;
	position:absolute;
	top:0;
	width:298px;
}

#left-curl{
	background-image:url(images/left-curl.png);
	height:436px;
	width:109px;
	position:absolute;
	margin-left:-6px;
}

#right-curl{
	background-image:url(images/right-curl.png);
	width:155px;
	height:452px;
	float:right;
	margin:-314px 0 0 0;
}


.logo{
	margin:60px 0 0 70px;
	border:0;
	float:left;
}

#inner-wrapper{
	width:702px;
	margin:0 auto;
}

#content-top{
	background-image:url(/web/20190625234313im_/http://www.liverpoolmuseums.org.uk/ism/slavery/images/content-top.jpg);
	height:23px;
}

.content{
	background-image:url(images/content-bg.png);
	background-repeat:repeat-y;
	padding:10px 80px;
	clear:both;
}

.content.home{
	padding:20px 150px 10px 150px;
	text-align:center;
	color:#4A1C0C;
}

.content #guides p{
	border:5px solid #DFC38A;
	float:left;
	height:228px;
	margin-right:20px;
	padding:10px;
	width:316px;
	text-align:left;
}

.content.guides-overview{
	text-align:center;
	color:#4A1C0C;
}


.content #guides img{
	border:0;
}


#content-bottom{
	background-image:url(/web/20190625234313im_/http://www.liverpoolmuseums.org.uk/ism/slavery/images/content-footer.jpg);
	background-repeat:no-repeat;
	height:21px;
}

a{
	color:#4B1E0B;
	font-weight:bold;
}


a:hover{
	color:#FA5D00;
	text-decoration:none;
}

/*---NAV---*/

.nav{
	list-style-type:none;
	float:right;
	margin:80px 90px 0 0;
	padding:0;
}

.nav li{
	float:left;
	margin-left:15px;
}

.nav li a{
	display:block;
}

a.okechukwu{
	background-image:url(images/nav/okechukwu.jpg);
	width:108px;
	height:80px;
}

a.okechukwu:hover{
	background-position:0 80px;
}

a.okechukwu.active{
	background-position:0 80px;
}

a.kwame{
	background-image:url(images/nav/kwame.jpg);
	width:76px;
	height:80px;
}

a.kwame:hover{
	background-position:0 80px;
}

a.kwame.active{
	background-position:0 80px;
}

a.oyeladun{
	background-image:url(images/nav/oyeladun.jpg);
	width:103px;
	height:80px;
}

a.oyeladun:hover{
	background-position:0 80px;
}

a.oyeladun.active{
	background-position:0 80px;
}

a.kofi{
	background-image:url(images/nav/kofi.jpg);
	width:52px;
	height:80px;
}

a.kofi:hover{
	background-position:0 80px;
}

a.kofi.active{
	background-position:0 80px;
}

#compass{
	background:url(images/compass.png);
	width:133px;
	height:137px;
	margin-top:-50px;
}

/*---NAV---*/

/*---STORY---*/
#content-header{
	float:left;
	background-image:url(images/content-bg.png);
	height:33px;
	width:887px;
}

#story{
	float:left;
	width:500px;
	margin:0;
}

#story-content{
	background-image:url(/web/20190625234313im_/http://www.liverpoolmuseums.org.uk/ism/slavery/images/story-bg.jpg);
	width:409px;
	margin-left:35px;
	padding:0 30px 20px 30px;
}

#story-content p{
	padding-top:5px;
	margin:0 0 5px 0;
	color:#84121c;
}

#story-bottom{
	background-image:url(/web/20190625234313im_/http://www.liverpoolmuseums.org.uk/ism/slavery/images/story-footer.jpg);
	height:13px;
	margin-left:35px;
	margin-bottom:20px;
}

#story-container{
	background-image:url(/web/20190625234313im_/http://www.liverpoolmuseums.org.uk/ism/slavery/images/man.jpg);
	background-repeat:no-repeat;
	background-position:0 30px;
}

#image-container{
	text-align:center;
	margin-bottom:15px;
}

#story-content img{
	border:3px solid #E2BC67;
	margin-bottom:10px;
}

.image-left{
	float:left;
	margin-right:50px;
	width:150px;
}

.image-right{
	float:right;
	width:200px;
	border:5px solid #DFC38A;
	margin-top:35px;
}

.guide-image{
	clear:both;
	float:left;
	margin-right:20px;
	width:150px;
}

.thumb{
	float:left;
	margin-right:10px;
}

#thumbs{
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
}

#thumbs li{
	clear:both;
}

.thumb-link{
	padding-top:45px;
	vertical-align:middle;
}

h1{
	margin-top:0;
	font-size:22px;
	line-height:28px;
	border-bottom:1px solid #4F4736;
	padding-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

.description{
	padding:5px;
	background-color:#F5D894;
	font-size:14px;
	text-align:center;
	border:2px solid #E2BC67;
}

/*---STORY---*/


/*---FOOTER---*/


#content-footer{
	clear:both;
	background-image:url(images/footer.png);
	height:149px;
	width:897px;
}

#footer{
	clear:both;
	height:100px;
	background-color:#000000;
	margin-top:80px;
}


#footer a{
	color:#CFC49B;
	text-decoration:none;
}

#footer a:hover{
	color:#CFC49B;
	text-decoration:underline;
}

.prev-next {
	list-style:none outside none;
	margin:0px 0px 0px 75px;
	padding:0 0 100px 0;
}


.prev-next li{
	float:left;
	display:inline;
	margin:0 0px 0px 0x;
}

.prev-next li a {
	display:block;
	float:left;
	margin-right:20px;
}

a.prev{
	background-image:url(images/previous.png);
	width:120px;
	height:26px;
}

a.prev:hover{
	background-position:0 25px;
}

a.next{
	background-image:url(images/next.png);
	width:188px;
	height:26px;
}

a.next:hover{
	background-position:0 24px;
}

.copyright {
	clear:both;
	color:#60340C;
	font-size:15px;
}

#footer-text {
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	text-align:center;
	width:690px;
}

.lottery-funded{
	float:right;
	margin-top:11px;
}

a.meet-guides{
	font-size:28px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px dashed #4F4736;
	padding:0 0 3px 0;
}

/*---FOOTER---*/

/*--OVERLAY STYLES--*/
.modal {
	background:#FAEFCE;
	display:none;
	padding:15px;
	text-align:center;
	border:2px solid #B69F5E;
	margin:0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 30px #333;
	-webkit-box-shadow: 0 0 30px #333;
	width:410px;
}

.modal h2 {
	margin:0;
	padding:10px 10px 10px 0;
	border-bottom:1px solid #B69F5E;
	font-size:20px;
}

.modal img {
	border:3px solid #E2BC67;
	margin-top:20px;
	max-width:400px;
	max-height:400px;
}

.modal .close {
	background-image:url(images/close.png);
	cursor:pointer;
	height:50px;
	position:absolute;
	right:-20px;
	top:-20px;
	width:50px;
}

.modal p{
	text-align:left;
}

.modal ul{
	text-align:left;
}
/*--OVERLAY STYLES--*/

.this{
	text-decoration:underline;font-weight:bold;
}

.modalInput {
}

.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/*
     FILE ARCHIVED ON 23:43:13 Jun 25, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:46:58 Oct 16, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.361
  esindex: 0.015
  LoadShardBlock: 908.552 (3)
  exclusion.robots.policy: 0.346
  PetaboxLoader3.resolve: 844.45 (3)
  CDXLines.iter: 24.277 (3)
  RedisCDXSource: 4.463
  captures_list: 941.938
  PetaboxLoader3.datanode: 312.697 (5)
  load_resource: 442.981 (2)
*/