/*
Site: Reading East
Author: Ctrl-X Digital 
Author URI: http://ctrlx.co.uk
Version: 1.0

Contents:
---------
00 Reset CSS
01 Structure
02 Global Styles
03 Catalogue
04 Record
05 Libraries

*/


/* --------------------------------------------------------------
00 Reset default browser CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}
:focus {/* remember to define focus styles! */
	outline: 0;
	}
body {
	background: #fff;
	line-height: 1;
	}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
a img {
	border: 0;
	}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	}


/* --------------------------
01 Structure
-----------------------------*/

body {
	background: #ffffff;
	}	

#header {
	display:block;
	height:251px;
	width:100%;
	margin-bottom: 10px;
	}
	
.logo {
	height:182px;
	position: relative;
	}
	
.logoPrint {
	display: none;
	}		
	
#navBar {
	display:block;
	position: absolute;
	width: 100%;
	top:175px;
	padding: 13px 0 10px 0;
	text-align: center;
	}
	
#navMenu {
	width:960px;
	margin: 0 auto;
	}	
	
ul#navMenu  {	
	text-align: left;
	}	
	
	
#header ul li {
	display:inline;
	padding-top: 10px;	
	}	


#page {
	display:block;
	margin:0 auto;
	clear:both;
	width:100%;
	text-align: center;	
	}
	
#content {
	width:1080px;	
	margin:0 auto;	
	}


#main {
	display:block;
	float: left;
	width: 840px;
	font-size:0.9em;
	margin-bottom: 20px;
	}

#sidebar1 {
	display:block;
	float: right;
	width: 200px;
	font-size: .9em;
	margin-top:3em;
	margin-bottom: 20px;	
	}


/* Footer  */

#footer {
	position: relative;
	clear: both;
	display:block;
	width:960px;	
	margin: 20px auto 5px auto;
	clear:both;
	padding: 20px 0 0 0;
	text-align:center;	
	}
	


 
 
/* --------------------------
02 Global Styles
-----------------------------*/

body {
	color: #333333;	
	font: 14px  'Georgia', 'Times', serif;
	font-weight: normal;
	line-height: 1.625;
	}
	
	

	
/* Navigation */

#navBar  {
	background:#000 url(../images/bg-nav-01.png) repeat-x 0 0;
	-moz-box-shadow:    0px 3px 5px #aaa;
	-webkit-box-shadow: 0px 3px 5px #aaa;
	box-shadow:         0px 3px 5px #aaa;
	color: #666;
	}
	

	
#navMenu a {
	color: #aaa;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: normal;
	padding: 5px;
	margin:5px 0; 
	font-size: .9em;
	}
	
#navMenu a:hover {
	color: #fff;
	}	


/* Nav On State */	

.home #navMenu .home a,
.about #navMenu .about a,
.catalogue #navMenu .catalogue a,
.libraries #navMenu .libraries a,
.essays #navMenu .essays a,
.resources #navMenu .resources a,
.contacts #navMenu .contacts a  {
	color: #fff;
	}


/* Breadcrumb */

#breadcrumb {
	font-size: .8em;
	}


/* Content */

#content {
		text-align: justify;
		}
		
#content a,
.exhibit-focusDialog a {
	color:#000066;
	text-decoration: none;}
	
#content a:hover,
.exhibit-focusDialog a:hover {
	color:#000;
	text-decoration: underline;
	}	

#content h2 {
	font-size: 1.8em;
	}
	
#content h3 {
	font-size: 1.4em;
	}	
	
#content strong {
	font-weight: bold;
	}	
	
#content em {
	font-style:italic;
	}		
	
#content p {
	margin-bottom: 1.6em;
	}	
	
#content ul {
	list-style: disc;
	margin:.4em 0  1.6em 0;}	
	
#content ul li {
	list-style: disc;
	margin: 0 0 .5em 1.6em;}
	
#content .topPage {
	float: right;
	font-size: .8em;
	}	

/* Images */

#content img {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}	
	
#content .alignLeft {
	float: left;
	margin: 5px 15px 10px 0;
	display: block;
	}	
	
#content .alignRight {
	float: right;
	margin: 5px 0px 10px 15px;
	display: block;
	}	
	
	
	



/* --------------------------
03 Catalogue
-----------------------------*/

span.exhibit-collectionSummaryWidget-count,
.exhibit-collectionSummaryWidget-results {
    font-size: 24px !important;
	}

/* Table */

.exhibit-tabularView-body th {
	border-top: 2px #ccc solid;
	border-bottom: 2px #ccc solid;	
	padding: 5px;
	text-transform: uppercase;
	}
	
.exhibit-tabularView-columnHeader-sorted img {
	padding:5px;
	}		
	
.exhibit-tabularView-body td {
	vertical-align:middle;
	border-bottom: 1px #ccc solid;
	padding: 5px 15px 5px 0;		
	}	
	
.exhibit-tabularView-body td.catImage {
	text-align: center !important;	
	}			
	
	
.exhibit-tabularView-body a img {
	padding:5px !important;	
	background: #eee !important;
     -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    border-radius: 5px !important;
	}			
	

	
/* Sidebar */	

#sidebar1 {
	padding:0px;	
	background: #eee;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    text-align: left
	}
	
#sidebar1 li {
	list-style: none;
	margin: 0 15px 15px 15px;
	}	
	
#sidebar1  .exhibit-text-facet input {
    width: 90% !important;
    padding: 5px;
    margin-top: 5px;
	}	

#sidebar1 .exhibit-facet-body {
    background: #fff;
	}

#sidebar1 .exhibit-facet-header-title {
	text-transform: uppercase;
	font-weight: normal !important;
	}
	
	
	

/* --------------------------
04 Record
-----------------------------*/

/* Layout */



/* Styles */

#record .exhibit-focusDialog h1 {
	font-size: 1.8em;
	/* border-bottom: 1px #ccc solid; */
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 100% !important;
	}
	
#record .exhibit-focusDialog h3 {
	clear:left;
	width:330px;
	text-align: center;
	margin-bottom: 10px;
	}	
	
#record .exhibit-focusDialog h4 {
	clear:left;
	width:330px;
	text-align: center;
	margin-bottom: 10px;
	}		
		
#record .exhibit-focusDialog img  {
	display: block;
	text-align: center;	
	margin:15px 0px 10px 15px;
	padding:15px;	
	background: #eee;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;	
	}
	


#record .exhibit-focusDialog td {
	vertical-align: top;
	}
	
#record .exhibit-focusDialog dl div {
	clear:both;
	display:block;
	padding-top:1em;	
	border-top: 1px #ddd solid;	
	}
	


#record .exhibit-focusDialog dt { /* docTerm */
	display:block;
	font-weight:bold;
	float: left;
	width:140px;
	padding-bottom: 1em;	
	margin-right: 10px;	
	text-align: left;	
	clear:both;
	}

#record .exhibit-focusDialog dd { /* docDeff */
	float:left;
	display:block;
	width:450px;
	padding-bottom: 1em;
	text-align: justify;		
	}
	
#record .exhibit-focusDialog .row  em {
	font-style: italic;
	}	
	
	
#record hr {
	clear:both;
	display: block;
	height: 1px;
	}	
	
#record .libraryFoot {
	display:block;
	margin:auto;
	clear:both;
	}	
	
#record .exhibit-focusDialog ul { /* footer */
	display:inline;
	list-style:none;  
	display:block; 
	border-top: 2px #ccc solid; 
	border-bottom: 2px #ccc solid; 
	text-align:center; 
	padding: 10px 0; 
	font-size:.9em;
	text-align:center;
	margin: 30px 0;
	font-weight: bold;	
	}	
	
#record #footer	{
	background: #fff;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    }	
		
	
	
/* Legacy */	

#record .exhibit-focusDialog {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0px;
    left: 0%;
    padding: 0em;
    position: relative;
    right: 0%;
    width:960px;
    z-index: 0;
    margin:auto;
    clear:both;
	}

#record .exhibit-ui-protection{
    margin-top:-100px;
	}

#record .exhibit-focusDialog .footer {
	display:block;
	height:5%;
	width:100%;
	background:#ffffff;
	color: #000000;
	text-align:center !important;
	clear:both;
	margin:0px;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}

#record .exhibit-focusDialog-controls button {
	display:none;
	}




/* --------------------------
05 Libraries
-----------------------------*/

	
#librarymain {
	display: block;
	clear: both;
	}	
	
.libraries #content h3 {
	clear: both;
	}	
	
	
	
/* --------------------------
06 Home
-----------------------------*/
	
	
.homeOnly	{
	display: none;
	}		
	
.home .homeOnly	{
	display: block !important;
	}
	
	
.home  .homeImg  {
	display: block;
	width:250px;
	float:right;
	text-align: center;	
	margin:5px 0px 10px 25px;
	padding:15px;	
	background: #eee;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;	
	}
	
.home  .homeImg  img {	
	width: 100%;
	height: auto;
	}
		
.creditHome	{
	text-align: center;
	font-size: .8em;
	margin:10px 0; 
	}
	
	

	
/* --------------------------
07 Essays
-----------------------------*/	

#essays #content h2 {
	font-size: 1.8em;
	border-bottom: 1px #ccc solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 100% !important;
	}
	
	
img.essay_image {
    display: block;
    float:right;
    margin: 10px auto;
	text-align: center;	
	margin:10px 0px 15px 20px;
	padding:20px 20px 10px 20px;	
	background: #eee;
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;	    
}	

blockquote {
	display:block;
	margin-left: 40px;
	margin-right: 40px;
	}
		
/* --------------------------
08 Footer
-----------------------------*/

#footer,
#record .exhibit-focusDialog .footer  {
	color: #666;
	text-align:center;
	border-top:2px solid #ccc;
	font-size: .7em !important;
	}
	
#footer img,
#record .exhibit-focusDialog .footer img  {
	padding:0 20px 10px 20px;
	}		
	
#footer a {
	color:#000066;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #000;
	}	
		
/* --------------------------
09 Map
-----------------------------*/
#map #content img {
	max-width: none;
}		
	