


/* =BASIC TYPOGRAPHY
-------------------------------------------------------------- */

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* Dont resize here, resize text elements below */
    line-height: 1.125em;
}

p, ul, ol, dl, table, form {
	font-size: 0.75em; /* 12px - changing this will mean you have to re-calculate all nested font-sizing - just leave it alone! */
}

p {
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.5em;
	color:#03aced;
	clear:both;
}

h1 {
	font-size: 2em; /* 32px */
	font-size: 1.375em; /* 22px */
	color:#666;
	font-weight:normal;
}

h2 {
	font-size: 1.75em; /* 28px */
	font-size: 1.125em; /* 18px */
	font-weight:normal;
}

h3 {
	font-size: 1.5em; /* 24px */
}

h4 {
	font-size: 1.25em; /* 20px */
	font-weight: bold;
}

h5 {
	font-size: 1em; /* 16px */
	font-weight: bold;
}

h6 {
	font-size: 0.75em; /* 12px */
	font-weight: bold;
}

/* =NESTED HEADINGS */
ul h1, ol h1, table h1 {
	font-size: 2.67em;
}

ul h2, ol h2, table h2 {
	font-size: 2.34em;
}

ul h3, ol h3, table h3 {
	font-size: 2em;
}

ul h4, ol h4, table h4 {
	font-size: 1.67em;
}

ul h5, ol h5, table h5 {
	font-size: 1.33em;
}

ul h6, ol h6, table h6 {
	font-size: 1em;
}




	
/* =LISTS
-------------------------------------------------------------- */

ul {
	margin: 0 0 1em 2em;
}

ol { 
	margin-left: 2.4em; /* larger left margin to line up numeral with bullets on unordered lists */
}

ol.alpha {
	list-style-type: lower-alpha;
}

dl {
	margin: 0 0 1em 2em;
}

dt {
	font-weight: bold;
}

dt, dd {
	margin: 0 0 0.5em 0 ;
}

/* =NESTED ELEMENTS - resetting the font-sizes */
ul ul, ol ol, ul ol, ol ul, dd ul, dd ol,
table ul, table ol, ul table, ol table,
ul p, ol p, dl p, table p, p code, p pre,
form ul, form ol, form dl, form table, form code, form pre, form p
{
	font-size: 100%;
}

ul ul, ol ol, ul ol, ol ul, dd ul, dd ol
{
	margin-bottom: 0;
}

ul li a {
	color:#000;
}

ul li a:hover {
	color:#03aced;
}



/* =OTHER TEXT ELEMENTS
-------------------------------------------------------------- */

blockquote { 

}

pre, code {
	font-size: 0.85em;
	margin: 0 0 1em 0;
}


/* =IMAGES
-------------------------------------------------------------- */
img {
	/* padding:8px;
	border:solid 1px #ddd; */
}

.img-right {
	float:right;
	margin:10px;
}

.img-left {
	float:left;
	margin:10px;
}


.img-center {
	text-align:center;
	margin:10px;
}

hr {
	border: none 0;
	border-top: 1px solid #ccc;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	color: #ddd;
	background-color: #fff;
}

/* =TABLES
-------------------------------------------------------------- */

/* NOTE: tables still need 'cellspacing="0"' in the markup for browser reset consistency */

table {
	width: auto;
	margin: 0 0 1em 0;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}

th,td {
	padding: 0.3em 0.4em 0.2em 0.4em;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

th {
	font-weight:bold;
}

table .alt { /* use this class on every other <tr> for a zebra effect - change colour as suits */
	background: #edf3fe;
}





/* =ERROR MESSAGES
----------------------------------------------- */

div#error {
	padding: 18px 0 0 52px;
	margin: 1em 0 1em 0;
	border: 1px solid red;
	background: #FFCCCC url(../img/icons/icon-alert-warning.gif) no-repeat 10px 10px;
}

/* =ABOUT-US
----------------------------------------------- */

body.about-us div#branding,
body.timeline div#branding,
body.centenary div#branding,
body.pubs div#branding,
body.media div#branding,
body.news div#branding,
body.site-map div#branding {
	background:url(../img/layout/about-us.jpg) 0 0 no-repeat;
}

body.about-us #nav-primary a#about-us-nav,
body.timeline #nav-primary a#about-us-nav,
body.centenary #nav-primary a#about-us-nav,
body.pubs #nav-primary a#about-us-nav,
body.media #nav-primary a#about-us-nav,
body.news #nav-primary a#about-us-nav {
	color:#fff;
	background:url(../img/layout/primary-nav-arrow.gif) 50% 100% no-repeat;
}

body.about-us #nav-secondary a#about-us-sec,
body.timeline #nav-secondary a#timeline-sec,
body.centenary #nav-secondary a#centenary-sec,
body.pubs #nav-secondary a#pubs-sec,
body.media #nav-secondary a#media-sec,
body.news #nav-secondary a#news-sec {
	background:url(../img/layout/sec-nav-arrow.gif) 0 50%  no-repeat;
	color:#000;
}

/* ----- TIMELINE ----- */
#slider {
    width: 619px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 250px;
    width: 619px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(../img/timeline/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 210px;
    width: 580px;
}

#shade {
    background: #EDEDEC url(../img/timeline/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
	list-style: none;
    margin: 0;
    padding: 0;
	padding-top:7px;
    padding-bottom: 8px;
	background:url(../img/layout/primary-nav-bg.jpg);
}

ul.navigation li {
    display: inline;
	text-align:center;
	margin-left:-5px;
	border-right:solid #666 1px;
}
ul.navigation li.first {
	margin-left:10px;
}
ul.navigation li.last {
	border-right:none;
}

div#slider ul.navigation a {
    padding: 10px 8px;
	height:200px;
    color: #ccc;
    text-decoration: none;
}

div#slider ul.navigation a:hover {
	background:url(../img/layout/primary-nav-arrow.gif) 50% 100% no-repeat;
}

div#slider ul.navigation a.selected {
	color:#fff;
	background:url(../img/layout/primary-nav-arrow.gif) 50% 100% no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}


/* ----- PANELS -----*/
.panel {
	color:#444;
	background:#000;
}

.panel h2 {
	display:block;
	width:600px;
	color:#eee;
	color:#03aced;
	padding-left:20px;
	margin-top:-10px;
	margin-left:-20px;
	margin-bottom:3px;
	/* background: url(../img/timeline/overlay.png); 
	border-top:solid 1px #333;
	border-bottom:solid 1px #333; */
}

.panel p {
	float:left;
	padding:5px;
	padding-left:2px;
	margin:0;
	line-height:normal;
	width:230px;
/* background:#333;
	 padding:5px; */
}

div.txt-bg {
	width:230px;
	height:165px;
}

#y1909 {
    background: #fff url(../img/timeline/panel-bg-sprite.jpg) no-repeat right top;
}
#y1920 {
    background: #fff url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -250px;
}
#y1930 {
    background: #fff url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -500px;
}
#y1940 {
    background: #fff url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -750px;
}
#y1950 {
    background: #fff url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -1000px;
}
#y1960 {
    background: #fff url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -1250px;
}
#y1970 {
    background: #fff url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -1500px;
}
#y1980 {
    background: #fff url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -1750px;
}
#early-90s {
    background: #fff url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -2001px;
}
#late-90s {
    background: #fff url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -2250px;
}

#early-00s {
    background: #fff url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -2500px;
}
#late-00s {
    background: #fff url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -2750px;
}

#y2009 {
    background: #fff url(../img/timeline/panel-bg-sprite.jpg) no-repeat right -3000px;
}


/* ----- POPUPS ----- */
.popups {
	margin: 0 0 0 -20px;
	padding: 0 0 0 20px;
	list-style: none;
	float:left;
	display:block;
	width:600px;
	background: url(../img/timeline/overlay.png);
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
}
.popups li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
}
.popups li.notable {
	color:#ccc;
	padding-top:5px;
}
div#slider .popups a {
	padding: 5px 10px;
	display: block;
	color: #eee;
	width: 144px;
	width:auto;
	text-decoration: none;
	font-weight: normal;
	background: #333 url(images/button.gif) no-repeat center center;
	background:url(../img/layout/primary-nav-bg.jpg);

}
div#slider .popups a:hover {
	color:#03aced;
}
.popups li div {
	color:#333;
	background:#ccc;
	width: 400px;
	height: 175px;
	border:solid 1px #fff;
	position: absolute;
	top: -220px;
	left: -15px;
	padding: 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}

img.pointer {
	position:absolute;
	top:195px;
	left:35px;
}

/* adjust popup and pointer losition as they move to the right of the containing div */
.popups li.popup-5 div {
	left: -135px;
}
.popups li.popup-5 div img.pointer {
	left:150px;
}

.popups li.popup-6 div {
	left: -135px;
}
.popups li.popup-6 div img.pointer {
	left:150px;
}

.popups li.popup-7 div {
	left: -220px;
}
.popups li.popup-7 div img.pointer {
	left:250px;
}


.popups li div h3 {
	font-size:1em;
	line-height:normal;
	margin:0;
	padding:0;
}
.popups li div p {
	padding:0;
	margin:0;
	width:150px;
	background:transparent;
	text-align:left;
	color:#000;
	font-size:.9em;
	line-height:normal;
	float:left;
}

#popup-1912, #popup-1914-18 {
	background:#ccc url(../img/timeline/popups/1912-popup-bg.jpg) no-repeat top right;
}
#popup-airship {
	background:#ccc url(../img/timeline/popups/airship-popup-bg.jpg) no-repeat top right;
}

#popup-1929 {
	background:#ccc url(../img/timeline/popups/1929-popup-bg.jpg) no-repeat top right;
}

#popup-airport {
	background:#ccc url(../img/timeline/popups/1937-popup-bg.jpg) no-repeat top right;
}
#popup-1938 {
	background:#ccc url(../img/timeline/popups/1938-popup-bg.jpg) no-repeat top right;
}
#popup-1930s {
	background:#ccc url(../img/timeline/popups/1930s-popup-bg.jpg) no-repeat top right;
}

#popup-1940s {
	background:#ccc url(../img/timeline/popups/1940s-popup-bg.jpg) no-repeat top right;
}
#popup-1945-1 {
	background:#ccc url(../img/timeline/popups/1945-1-popup-bg.jpg) no-repeat top right;
}
#popup-1946-peterborough {
	background:#ccc url(../img/timeline/popups/1946-peterborough-popup-bg.jpg) no-repeat top right;
}
#popup-1946-msv {
	background:#ccc url(../img/timeline/popups/1946-msv-popup-bg.jpg) no-repeat top right;
}

#popup-1951 {
	background:#ccc url(../img/timeline/popups/1951-popup-bg.jpg) no-repeat top right;
}
#popup-1953 {
	background:#ccc url(../img/timeline/popups/1953-popup-bg.jpg) no-repeat top right;
}
#popup-1953-vickers {
	background:#ccc url(../img/timeline/popups/1953-vickers-popup-bg.jpg) no-repeat top right;
}
#popup-1957 {
	background:#ccc url(../img/timeline/popups/1957-popup-bg.jpg) no-repeat top right;
}

#popup-1963 {
	background:#ccc url(../img/timeline/popups/1963-popup-bg.jpg) no-repeat top right;
}
#popup-1966 {
	background:#ccc url(../img/timeline/popups/1966-popup-bg.jpg) no-repeat top right;
}

#popup-1972 {
	background:#ccc url(../img/timeline/popups/1972-popup-bg.jpg) no-repeat top right;
}
#popup-1974 {
	background:#ccc url(../img/timeline/popups/1974-popup-bg.jpg) no-repeat top right;
}
#popup-1978 {
	background:#ccc url(../img/timeline/popups/1978-popup-bg.jpg) no-repeat top right;
}

#popup-1980s {
	background:#ccc url(../img/timeline/popups/1980s-popup-bg.jpg) no-repeat top right;
}
#popup-1983 {
	background:#ccc url(../img/timeline/popups/1983-popup-bg.jpg) no-repeat top right;
}
#popup-1983-2 {
	background:#ccc url(../img/timeline/popups/1983-2-popup-bg.jpg) no-repeat top right;
}
#popup-1988 {
	background:#ccc url(../img/timeline/popups/1988-popup-bg.jpg) no-repeat top right;
}

#popup-1990s {
	background:#ccc url(../img/timeline/popups/1990s-popup-bg.jpg) no-repeat top right;
}
#popup-1992 {
	background:#ccc url(../img/timeline/popups/1992-popup-bg.jpg) no-repeat top right;
}
#popup-1998 {
	background:#ccc url(../img/timeline/popups/1998-popup-bg.jpg) no-repeat top right;
}
#popup-1998-2 {
	background:#ccc url(../img/timeline/popups/1998-2-popup-bg.jpg) no-repeat top right;
}
#popup-1990s-1 {
	background:#ccc url(../img/timeline/popups/1990s-1-popup-bg.jpg) no-repeat top right;
}
#popup-1990s-2 {
	background:#ccc url(../img/timeline/popups/1990s-2-popup-bg.jpg) no-repeat top right;
}
#popup-1990s-3 {
	background:#ccc url(../img/timeline/popups/1990s-3-popup-bg.jpg) no-repeat top right;
}
#popup-1990s-4 {
	background:#ccc url(../img/timeline/popups/1990s-4-popup-bg.jpg) no-repeat top right;
}
#popup-1990s-5 {
	background:#ccc url(../img/timeline/popups/1990s-5-popup-bg.jpg) no-repeat top right;
}

#popup-late-1990s {
	background:#ccc url(../img/timeline/popups/late-1990s-popup-bg.jpg) no-repeat top right;
}
#popup-late-1990s-2 {
	background:#ccc url(../img/timeline/popups/late-1990s-2-popup-bg.jpg) no-repeat top right;
}
#popup-late-1990s-3 {
	background:#ccc url(../img/timeline/popups/late-1990s-3-popup-bg.jpg) no-repeat top right;
}
#popup-late-1990s-4 {
	background:#ccc url(../img/timeline/popups/late-1990s-4-popup-bg.jpg) no-repeat top right;
}
#popup-late-1990s-5 {
	background:#ccc url(../img/timeline/popups/late-1990s-5-popup-bg.jpg) no-repeat top right;
}
#popup-late-1990s-6 {
	background:#ccc url(../img/timeline/popups/late-1990s-6-popup-bg.jpg) no-repeat top right;
}
#popup-late-1990s-7 {
	background:#ccc url(../img/timeline/popups/late-1990s-7-popup-bg.jpg) no-repeat top right;
}

#popup-early-2000s {
	background:#ccc url(../img/timeline/popups/early-2000s-popup-bg.jpg) no-repeat top right;
}
#popup-early-2000s-1 {
	background:#ccc url(../img/timeline/popups/early-2000s-1-popup-bg.jpg) no-repeat top right;
}
#popup-early-2000s-2 {
	background:#ccc url(../img/timeline/popups/early-2000s-2-popup-bg.jpg) no-repeat top right;
}

#popup-late-2000s {
	background:#ccc url(../img/timeline/popups/late-2000s-popup-bg.jpg) no-repeat top right;
}
#popup-late-2000s-1 {
	background:#ccc url(../img/timeline/popups/late-2000s-1-popup-bg.jpg) no-repeat top right;
}
#popup-late-2000s-2 {
	background:#ccc url(../img/timeline/popups/late-2000s-2-popup-bg.jpg) no-repeat top right;
}
#popup-late-2000s-3 {
	background:#ccc url(../img/timeline/popups/late-2000s-3-popup-bg.jpg) no-repeat top right;
}