body, html {
	height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family	: Arial, Helvetica, sans-serif;
}
body {
	background: #e0e0e0;
	color: #333;
	font-size: 76%;
    padding: 0;
    margin: 0;
} 

* {
	padding: 0;
	margin: 0;
}

hr.unique {
	margin: -7px 0 0;
}
hr {
	width: 100%;
	height: 1px; 
	margin: 15px 0 0 0;
	background: #e0e0e0;
	color: #e0e0e0;
	border: 0;
}

a {
	color: #1f1d89;
	text-decoration: underline;
}

ul#skip-to-content {
	list-style: none;
	border-bottom: 1px solid #ccc;
}
ul#skip-to-content li {
	padding: 2px 0;
	margin: 0 0 0 8px;	
}

#container {
	margin: 0px;
	max-width: 470px;
	text-align: left;
	font-size: .9em;
}

ul.top-nav {
	list-style: none;
	padding: 2px;
}

ul.top-nav li {
}
ul.top-nav li a {
	color: #333;
	padding: 0 2px;
}

ul.top-nav li a.active {
	color: #000;
	text-decoration: none;
}

ul#display-nav {
	display: none;
}
ul#util-nav {
	list-style: none;
	padding: 2px 0;
	margin: 0;
}

.no-mob {
	display: none;
}

div#header {
	padding: 0 0 3px;
	margin: 0 0 6px;
}
div#header div#header-image {
	background: #1f1d89;
}
div#header div#header-image blockquote {
	display: none;
}
div#header {
	background: #fff;
}
ul#top-nav {
	background: #fff;
	line-height: 1.4em;
	list-style: none;
	margin: 3px 0 6px 2px;
	border-bottom: 3px solid #1f1d89;
}
#nav-search {
	background: #ededed;
	padding: 1px;
	height: 30px;
	list-style: none;
	margin: 10px 0 10px 0;
}
#nav-search-input {
	margin: 5px;
	float: left;
}
div#faux-cols {
	background: #fff;
}

/* SIDE NAV STYLES */

div#side-nav {
	width:  auto;
	background: #fff;
	color: #000;
}
div#side-nav ul {
	list-style: none;
	margin: 10px 0 10px 0;
}
div#side-nav ul.level-1 li a {
	font-size: 1em;
	padding: 1px 0 1px 2px;
	text-decoration: underline;
	color: #333;
}
div#side-nav ul.level-1 li a.active {
	font-weight: bold;
	color: #1f1d89;
}
div#side-nav ul.level-2 {
	padding: 3px 0 3px 5px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	list-style: none;
}

/* /SIDE NAV STYLES */


/* FOOTER STYLES */

ul#footer {
	clear: both;
	padding: 5px 0 5px 0;
	list-style: none;
	border-top: 3px solid #1f1d89; /* SM BLUE */
}
ul#footer li {
	margin: 0;
	padding: 1px 0;
}
ul#footer li a {
	color: #333;
	padding: 0 4px;
}

/* /FOOTER STYLES */

.clearer {
	/*display: none;*/
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* CONTENT PANE STYLES */

div#content {
	color: #333;
	line-height: 1.4em;
}

div.header-block {
	color: #fff;
	background: #1f1d89; /* SM BLUE */
}
div.header-block h2 {
	padding: 5px 0 0; 
}

div#content div.header-block p {
	margin: 5px;
}
div.header-block ul {
	margin: 0 0 5px 10px;
}
div.header-block li {
	color: #fff;
}
div.header-block a {
	color: #fff;
	text-decoration: underline;
	padding: 0 0 0 2px;
}


div#content h1 {
	font-size: 2.2em;
	margin: 15px 13px 5px 12px;
}
div#content h2, h3, h4, h5 {
	font-size: 1.4em;
	margin: 0 13px 5px 13px;
}
div#content p {
	margin: 0 13px 1em 13px;
}
div#content p.intro {
	font-size: 1.3em;
	margin: 10px 13px 10px 13px;
	line-height: 1.3em;
}
div#content .blurb {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 13px 10px 13px;
}
div#content .blurb2 {
	font-size: 1.1em;
	margin: 10px 13px 10px 13px;
}
div#content p.highlight-medium {
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px 13px 5px 13px;
	clear: both;
}
div#content div.object-rating {
	margin: 20px 0 20px 13px;
	width: 200px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	display: none;
}
div#content div.object-rating div {
	padding: 5px 5px 5px 10px;
}
div#content div.object-rating div.top {
	border-bottom: 1px solid #e0e0e0;
	padding: 0 5px 0 10px;
}
div#content div.object-rating div.top span {
	display: block;
	padding: 5px 0 0;
	width: 80px;
}
div#content div.object-rating div.top img {
	margin: 5px 0 0 0;
}

/* LAYOUT A STYLES */
/* Two columns - one wide and then one narrow */

div.layout-a {
	background: #fff;
}
div.layout-a div.col-1 div.classification {
	margin: 8px 0 0 13px;
	font-weight: bold;
}
div.layout-a div.col-2 {
	width: auto;
}
div.layout-a div.col-2 div.module {
	padding: 10px 0 10px 1px;
}



ul.rightnav {
	list-style: none; 
}
div.layout-a div.col-2 div.module li {
	margin: 1px;
	color: #1f1d89; /*SM Blue */
}
div.layout-a div.col-2 div.module a {
	color: #1f1d89; /*SM Blue */
}

/* ADMISSION FEE */
.admission{
	width: 338px;
	height: auto;
	margin: 20px 10px 20px 14px;
	padding: 0;
}
.admission-left  {
	width: 160px;
	/*xfloat: left;*/
}
.admission-right {
	width: 160px;
	/*xfloat: right;*/
}
.admission-copy {
	width: 130px;
	float: left;
}
.admission-fee {
	width: 30px;
	float: right;
}
div.admission a {
	font-weight: bold;
}
div.admission-copy a {
	font-weight: bold;
	margin: 0;
	text-decoration: underline;
}
.admission ul li, caption {
	list-style: none;
	text-align: left;
}
table {
	margin-bottom: 10px;
}
/* /ADMISSION FEE*/


/* PAGINATION STYLES */

ul.pagination  {
	margin: 3px 0 0;
	list-style: none;
}
ul.pagination li a {
	padding: 1px 4px 1px 5px;
}
ul.pagination li a.active {
	padding: 1px 4px 1px 5px;
	font-weight: bold;
}
ul.pagination li a.last {
	color: #1f1d89;
	font-weight: bold;
	background-color: #fff;
	text-decoration: underline;
}
ul.pagination li a.last:hover {
	color: #fff;
	background-color: #1f1d89;
}
/* /PAGINATION STYLES */

div#game-module ul{
	list-style: none; 
}
div#game-module li {
	height: 1%;
}
#game-module {
	width: 160px;
	height: 85px;
	margin: 0 0 12px 12px;
	font-size: 1.1em;
	display: none;
}
div#game-module .game-module li {
	font-weight: bold;
	margin: 3px 3px 3px 8px;
	padding-left: 16px;
	color: green;
	background: url(/National_Library/20160517234414oe_/http://www.sciencemuseum.org.uk/images/sidenav_sub_green.gif) no-repeat 0 3px;
	line-height: 1.5em; 
	top: -30px;
	position: relative;
	z-index: 999;
}
div#game-module a {
	padding: 0 1px;
	background: #81bb00;
	color: #fff;
}
div#game-module a:hover {
	background: #fff;
	color: #81bb00;
}

/* SPEECH BUBBLE */
#speechbubble {
	/*xwidth: 190px;*/
	height: auto;
	background: url(/National_Library/20160517234414oe_/http://www.sciencemuseum.org.uk/images/speech_bubble_bg.gif) top right repeat-y;
	margin: 15px 0 0 0;
	border-bottom: 2px solid #e0e0e0;
	display: none;
}
.speechbubble-top {
	width: 190px;
	height: auto;
	background: url(/National_Library/20160517234414oe_/http://www.sciencemuseum.org.uk/images/speech_bubble_top.gif) top right no-repeat;
	margin: 0;
}
.speechbubble-base {
	/*xwidth: 190px;*/
	height: 118px;
	text-align: right;
	margin: 0;
	padding: 0;
}
.speech {
	padding: 10px 9px 9px 25px;
}
#speechcomments {
	width: auto;
	height: auto;
	border-bottom: 2px solid #e0e0e0;
	padding: 8px 0;
	display: none;
}
.speechlink a {
	padding: 1px;
	margin-left: 30px;
	font-weight: bold;
	line-height: 1.7em;
}
.speechlink a:hover {
	background: #1f1d89;
	color: #fff;
	text-decoration: none;
}
/* SPEECH BUBBLE */

/* /LAYOUT A STYLES */

/* /CONTENT PANE STYLES */