﻿html {
	margin: 0;
	padding: 0;
	background-image: url( '/_assets/images/background.gif' );
	background-repeat: repeat;
	font-family: Arial, Serif;
	font-size: 10pt;
}
body {
	margin: 0;
	padding: 0;
}
#container {
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 10px 10px;
	background: white;
	width: 982px;
}
/*	************************************************************
*	HEADER AREA
*/
#header {
	clear: right;
	width: 962px;
	margin-left: auto;
	margin-right: auto;
}
#header #signUp {
	float: right;
	margin: 10px 10px 0 0;
	color: #666;
}
#header input[type="submit"] {
	margin-left: 15px;
}
#header #logo {
	background: black url( '/_assets/images/logoBackground.gif' ) repeat-x;
	height: 160px;
	max-height: 160px;
	color: white;
	padding: 0;
	margin-bottom: 10px;
}
#header #logoImage {
	float: left;
}
#header #logo h1 {
	margin: 0;
	padding: 10px;
}
#header #logo h2 {
	clear: right; /*color: #f22b8e;*/
	color: white;
	float: right;
	margin: 10px 15px 0 0;
	text-align: right;
	font-size: 21px;
}
#countdown {
	display: none;
	clear: right;
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 12px;
	background: url( '/_assets/images/counter.png' ) no-repeat;
	height: 72px;
	font-size: 40px;
	letter-spacing: 11px;
	padding-top: 5px;
	padding-left: 2px;
}
#countdownValues {
	text-align: right;
	padding-left: 6px;
	padding-right: 85px;
}
#days, #hours {
	letter-spacing: 10px;
}
#mins {
	margin-right: 15px;
	padding-left: 4px;
}
#countdownValues div {
	display: inline;
	color: #ec2a8b;
}
/*	************************************************************
*	NAV AREA
*/
#header #nav {
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
	line-height: normal;
	background: black url( '/_assets/images/nav/navBackground.gif' ) repeat-x;
	height: 40px;
}
#nav ul {
	padding: 0;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: auto;
	position: relative;
}
#nav li {
	float: left;
	display: inline;
	margin-left: 55px;
	padding: 0;
}
#nav span {
	cursor: pointer;
}
#nav .navItemFirst {
	margin-left: 35px;
}
#nav .navText {
	display: none;
}
#nav #navHome {
	width: 68px;
	height: 21px;
	position: relative;
}
#navHome span {
	background: url( '/_assets/images/nav/navItems.png' ) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
#nav #navProgramme {
	width: 152px;
	height: 21px;
	position: relative;
}
#navProgramme span {
	background: url( '/_assets/images/nav/navItems.png' ) no-repeat;
	background-position: -71px 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
#nav #navBlog {
	width: 66px;
	height: 21px;
	position: relative;
}
#navBlog span {
	background: url( '/_assets/images/nav/navItems.png' ) no-repeat;
	background-position: -224px 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
#nav #navSchools {
	width: 118px;
	height: 21px;
	position: relative;
}
#navSchools span {
	background: url( '/_assets/images/nav/navItems.png' ) no-repeat;
	background-position: -290px 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
#nav #navAbout {
	width: 87px;
	height: 21px;
	position: relative;
}
#navAbout span {
	background: url( '/_assets/images/nav/navItems.png' ) no-repeat;
	background-position: -407px 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
#nav #navContact {
	width: 122px;
	height: 21px;
	position: relative;
}
#navContact span {
	background: url( '/_assets/images/nav/navItems.png' ) no-repeat;
	background-position: -495px 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
/*	************************************************************
*	SEARCH BAR
*/
#header #searchBar {
	clear: both;
	color: white;
	background: #27b5ee;
	height: 40px;
	margin-bottom: 10px;
	font-size: 0.8em;
}
#header #searchBar .searchTitle {
	font-size: 1.8em;
}
#itemContainer {
	padding-top: 7px;
}
#searchBar .searchItem {
	display: inline;
	margin-left: 15px;
}
#searchBar .searchTitle {
	display: inline;
	margin-left: 20px;
}
/*	************************************************************
*	CONTENT AREA
************************************************************ */
#content {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	width: 962px;
}
#contentLeft {
	width: 590px;
	float: left;
	margin-right: 10px;
	margin-left: auto;
	padding: 0;
	color: #000;
}
#contentRight {
	width: 360px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background: #e5e5e5;
	color: #000;
	overflow: hidden;
}
#contentRight h2 {
	color: #27B5EE !important;
}
/* line up the content panels as content from CMS is wrapped in <p> tags */
#contentLeft p {
	margin-top: 0;
}
/*  *************************************************
*	formatting within the content areas
*/
#contentLeft a, #contentRight a {
	color: #000;
	font-weight: bold;
}
#contentRight p {
	margin-top: 0;
}
#contentLeft h2, #contentRight h2 {
	color: #333;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contentLeft input {
	margin: 2px;
	padding: 2px;
}
#contentRight #scienceFact {
	margin: 0;
	padding: 0;
}
/*  *************************************************
*	signposts and their components
*/
#signposts {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.signpost {
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
}
#latestNews .title {
	color: #333;
	text-decoration: none !important;
}
.relatedEvent {
	margin-top: 20px;
	padding-left: 12px;
	padding-right: 12px;
}
.relatedEvent a {
	text-decoration: none;
	color: #333 !important;
	font-size: 13px;
}
.RelatedEventDetail {
	margin-top: 2px;
	margin-bottom: 2px;
}
/*  *************************************************
*	misc content
*/
#shareThis {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#eventsButton {
	padding-bottom: 10px;
}
#contentLeft img {
	margin-right: 5px;
	margin-bottom: 5px;
}
/*  *************************************************
*	search results, blog and news.
*/
#ResultsTitle {
	margin-bottom: 20px !important;
}
#EventTitle {
	margin-bottom: 10px !important;
}
#relatedEventsTitle {
	margin-bottom: 10px;
}
#relatedEventsTitle h2 {
	color: #27B5EE !important;
}
.ResultItem, .BlogItem {
	background: #e9f7fd;
}
.ResultItem, .ResultItemAlt {
	clear: both;
	padding: 10px;
	overflow: auto;
}
#eventAudiences {
	clear: both;
	padding: 10px 0;
}
/*  *************************************************
*	Event Details
*/
.EventDetailItem {
	clear: both;
	margin: 0;
	padding: 0;
}
.EventDetailItem h2 {
	color: #27b5ee !important;
	margin-bottom: 5px !important;
	text-decoration: none;
}
.pics {
	height: 200px;
	width: 200px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.EventDetailItem #EventGallery {
	float: right;
	margin-left: 10px;
}
.EventDetailItem #EventInfo {
	margin-bottom: 10px;
}
#EventGallery .imageNav {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.EventDetails {
	margin-right: 50px;
}
#eventGoogleMap {
	margin-top: 10px;
	margin-bottom: 10px;
}
.ResultItemAlt a, .ResultItem a, .BlogItem a, .BlogItemAlt a, #EventDetailItem h2 {
	color: #27b5ee !important;
	text-decoration: none;
}
.ResultDetails {
	float: left;
	margin-right: 50px;
}
.ResultItemSummary {
	margin-top: 10px;
	margin-bottom: 10px;
}

.EventDetail
{
    color:#000;
}

/*	************************************************************
*	FOOTER AREA
*/
#footer {
	clear: both;
	width: 962px;
	background: black url( '/_assets/images/footer/footerBackground.gif' ) repeat-x;
	height: 80px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 8px;
	font-size: 8pt;
}
#footer #funded {
	float: left;
	color: white;
	margin: 0 0 5px 40px;
	padding: 0;
}
#footer #association {
	float: left;
	color: white;
	margin: 0 0 5px 190px;
	padding: 0;
}
#footer ul#fundedLogos {
	clear: both;
	margin: 0 0 0 40px;
	padding: 0;
}
#footer ul#assocLogos {
	float: right;
	margin: 0 60px 0 0;
	padding: 0;
}
#footer li {
	float: left;
	position: relative;
	display: inline;
	margin-left: 30px;
}
#footer li.first {
	margin-left: 0;
}
#footer #footOneNE {
	width: 51px;
	height: 32px;
	position: relative;
}
#footOneNE span {
	background: url( '/_assets/images/footer/footItems.gif' ) no-repeat;
	background-position: 0px 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
#footer #footCouncil {
	width: 102px;
	height: 32px;
	position: relative;
}
#footCouncil span {
	background: url( '/_assets/images/footer/footItems.gif' ) no-repeat;
	background-position: -52px 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
#footer #footGateshead {
	width: 59px;
	height: 32px;
	position: relative;
}
#footGateshead span {
	background: url( '/_assets/images/footer/footItems.gif' ) no-repeat;
	background-position: -154px 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
#footer #footLife {
	width: 68px;
	height: 32px;
	position: relative;
}
#footLife span {
	background: url( '/_assets/images/footer/footItems.gif' ) no-repeat;
	background-position: -211px 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
#footer #footDiscovery {
	width: 69px;
	height: 32px;
	position: relative;
}
#footDiscovery span {
	background: url( '/_assets/images/footer/footItems.gif' ) no-repeat;
	background-position: -280px 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
#footer #footScienceCity {
	width: 117px;
	height: 32px;
	position: relative;
}
#footScienceCity span {
	background: url( '/_assets/images/footer/footItems.gif' ) no-repeat;
	background-position: -348px 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
#footer #footNEEngland {
	width: 71px;
	height: 32px;
	position: relative;
}
#footNEEngland span {
	background: url( '/_assets/images/footer/footItems.gif' ) no-repeat;
	background-position: -465px 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
#footer #footNewcastleUni {
	width: 71px;
	height: 32px;
	position: relative;
}
#footNewcastleUni span {
	background: url( '/_assets/images/footer/footItems.gif' ) no-repeat;
	background-position: -537px 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}
#footer #culture10 {
	clear: both;
	color: #333;
	margin: 0 0 0 282px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 8pt;
}
/*	************************************************************
*	REGISTER FORM
*/
#register label {
	padding: 0;
}
#register input {
	margin-bottom: 10px;
}
#registerLeft {
	float: left;
	height: 300px;
}
#registerLeft input {
	margin-right: 40px !important;
	margin-left: 0 !important;
}
#registerLeft span {
	margin: 0;
	padding: 0;
}
#registerResult {
	margin-bottom: 10px !important;
}
#registerRight input[type="checkbox"] {
	margin: 0;
	padding: 0;
}
.registerCheckboxRow { margin-top: 10px; }
#counter { width: 450px; }

/* important required to override word styles from CMS,
other styles then needed to to override this */
* {
	color: #000 !important;
}
#header *, #footer * {
	color: #fff !important;
}
#header input,
#itemContainer select,
#itemContainer option  {
	color: #000 !important;
}
#countdownValues * {
	color: #ec2a8b !important; 
}