@import url("reset.css");

body {
	font: 0.75em/1.3 Arial, Helvetica, sans-serif;
	color: #626262;
	margin: 7px 0 0 11px;
}

h3 {
	font-size: 1.25em;
	color: #181512;
	margin-bottom: 0.3em;
}

h4 {
	font-size: 1.2em;
	color: #6A7391;
}

h5 {
	font-size: 1em;
	color: #6A7391;
	font-weight: normal;
}

a { color: #6A7391; text-decoration: underline; }

#container {
	width: 871px;
	position: relative;
	height: 87em;
}

/* Header area */
#header { height: 139px; }

#header h1 { float: left; margin-right: 25px; }
#header h2 { font-size: 1.3em; color: #4B4B4B; margin-bottom: 1em; }
#header a { color: #353535; text-decoration: none; }
#header a:hover { text-decoration: underline; }

#header ul { padding-top: 10px; }
#header ul li {
	float: left;
	border-left: 1px solid #D1D6DE;
	color: #353535;
	padding-left: 9px;
}

#header #whatsOn { width: 200px; }
#header #joinIn { width: 191px; }
#header #about { width: 116px; }
#header #search {
	width: 168px;
	padding-left: 0;
	border-left: none;
}

#header ul ul { padding-top: 0; }
#header ul ul li {
	float: none;
	border-left: none;
	padding-left: 1px;
	margin-bottom: 0.3em;
}

#header #search .textfield {
	width: 145px; height: 13px;
	background: #F4F4F4;
	border: 1px solid #CBD0DA;
	font: 1em/1 Arial, Helvetica, sans-serif;
	color: #6A6A6A;
	vertical-align: middle;
}

#header #search .search button {
	width: 24px; height: 19px;
	background: none;
	padding: 0; margin: 0 0 0 -3px;
	vertical-align: middle;
}

#header #search .login, #header #search .loggedin {
	border: 1px solid #D2D7DF;
	padding: 7px 7px 0 7px; margin-top: 9px;
}

#header #search .login .textfield { margin-bottom: 3px; width: 149px; }
#header #search .login button { margin-left: -4px; }

#header #search .login a {
	color: #626262;
	text-decoration: underline;
	font-size: 0.9em;
	float: right;
	margin-top: 0.6em;
}

#header #search .loggedin { font-size: 0.9em; }
#header #search .loggedin a { color: #626262; }
#header #search .loggedin img {
	margin-left: -4px;
	margin-top: 4px;
}

/* Footer */
#footer {
	clear: both;
	background: #000;
	color: #FFF;
	padding: 1em 9px;
	border-top: 8px solid #FFF;
	border-bottom: 2em solid #FFF;
}

#footer p { font-size: 0.9em; }
#footer .right { float: right; text-align: right; }
#footer span { color: #ADADAD; }

/* Main feature */
#mainFeature {
	width: 580px; height: 29.5em;
	background: #000;
	color: #FFF;
	position: absolute;
	top: 152px; left: 0;
}

#mainFeature h2 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.1em;
}

#mainFeature .text {
	margin: 7px 200px 0 13px;
	border-right: 1px solid #646362;
}

#mainFeature .text h3 {
	font-size: 1em;
	color: #C7CAD6;
	font-weight: normal;
}

#mainFeature .showDetails {
	margin: 0.6em 0 0 -4px;
}

/* Calendar */
#mainFeature .calendar {
	position: absolute;
	left: 380px; top: 184px;
	font-size: 0.9em;
}

#mainFeature .calendar h3 {
	color: #FFF;
	font-weight: bold;
	margin-top: 0.4em;
}
#mainFeature .calendar h3 img { margin: 0 1em; }

#mainFeature .calendar table {
	margin: 0 auto;
}

#mainFeature .calendar td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#mainFeature .calendar td a {
	color: #8C8C8C;
	border: 1px solid #666;
	padding: 0.1em 0.2em;
	text-align: center;
	display: block;
	text-decoration: none;
}

#mainFeature .calendar td.n {
	background: #404040;
}

#mainFeature .calendar td.o a {
	color: #FFF;
	border-color: #FFF;
	background-color: #494949;
}
#mainFeature .calendar td.f a { color: #FFF; }

#mainFeature .calendar th {
	color: #E8E8E8;
	font-weight: normal;
}

/* Right sidebar feature */
#rightFeature {
	position: absolute;
	top: 152px; left: 588px;
	/*------ background: url(../images/homepage/bg-rightfeature.jpg) repeat-x left bottom;*/
	/*------ background: url(../images/homepage/bg-rightfeature_orange.jpg) repeat-x left bottom;*/
	background: url(../images/newcrucible/bg-splitbox.jpg) repeat-x left bottom;
	color: #FFF;
	width: 283px; height: 29.5em;
}

/* Intim8 hompage feature temporary styles - original styles preceeded with ------ */
#rightFeature img.intim8featuregfx {
	border: solid 1px white;
}

#rightFeature h4 { color: #FFF; line-height: 1.2; }
#rightFeature h4 span { color: #FFF; display:inline; margin-left:0; }
#rightFeature h5 { color: #FFF; font-size: 0.8em; line-height: 1; }
#rightFeature a { color: #FFF; position: absolute; right: 5px; bottom: 5px; }

#rightFeature hr {
	height: 1px;
	border: none;
	/*----- border-top: 1px solid #9098B1;
	border-bottom: 1px solid #CDD2DC;*/
	border-top: 1px solid #EC8447;
	border-bottom: 1px solid #F9B38A;
	background-color: transparent;
	margin: 0.2em 0 0.4em 0;
}

#rightFeature div { display: block; padding: 9px; padding-right: 4px; position: relative; height: 70px; }
#rightFeature span { display: block; margin-left: 120px; }

#rightFeature .showDetails { margin: 0.3em 0 0 0; }

/* Lower features */
#lowerFeatures {
	margin-top: 31.5em;
	background: url(../images/homepage/bg-keyline.png) repeat-y 589px 0;
}

/* Lower right column */
#rightFeatures {
	float: right;
	width: 271px; margin-left: 20px;
}

/* Other events */
#otherEvents {
	border-bottom: 5px solid #E4E6EB;
	padding-bottom: 14px;
}

#otherEvents .showDetails { margin: 0.4em 0 0 0; }
#otherEvents .showDetails img { margin-left: -4px; }
#otherEvents h3 { padding-bottom: 2px; }
#otherEvents span { display: block; margin-left: 122px; }

#otherEvents hr {
	height: 1px;
	border: none;
	border-top: 1px solid #D2D7DF;
	background: #FFF;
	margin: 0.8em 0;
}

/* On the web */
#onTheWeb {
	background-color: #F3F4F6;
	width: 254px;
	padding: 0.6em 9px;
	margin-top: 6px;
}

#onTheWeb ul { margin-top: 1em; }
#onTheWeb ul li {
	float: left;
	margin-right: 10px;
}
#onTheWeb ul li img { margin-bottom: 0.3em; }

/* Coming up */
#comingUp {
	width: 580px;
	float: left;
	border-bottom: 5px solid #E4E6EB;
	margin-bottom: 6px;
	background: url(../images/homepage/bg-comingup.png) repeat-y 0 20px;
}

#comingUp h3 { background: #FFF; margin: 0; border-bottom: 7px solid #FFF; }
#comingUp h4 { line-height: 1.2em; padding-top:0.3em; }
#comingUp h4 a, #otherEvents h4 a { text-decoration:none; }
#comingUp h4 a:hover, #otherEvents h4 a:hover { text-decoration:underline; }

#comingUp .nowBooking {
	float: right;
	font-size: 0.9em;
	color: #BC335C;
	padding-top: 0.35em;
}
#comingUp .nowBooking span { color: #404040; }

#comingUp ul li {
	float: left;
	width: 179px;
	padding-left: 8px;
	margin-right: 8px;
}

#comingUp h5 { margin-bottom: 1em; color:#8991A9; }

#comingUp .showDetails {
	margin: 0.8em 0 0 -3px;
}

#comingUp .clearer {
	background: #FFF;
	height: 19px;
	clear: left;
}

#lowerLowerFeatures {
	clear: left;
	float: left;
	background: url(../images/homepage/bg-lowerlowerfeatures.png) repeat-y left top;
}
/* Latest news */
#latestNews {
	width: 364px;
	padding: 0.6em 9px;
	border: 1px solid #E4E6EB;
	float: left;
}

#latestNews li { margin-bottom: 1em; }

/* Press */
#press {
	width: 170px;
	padding: 0.6em 9px;
	margin-left: 8px;
	float: left;
}

#press h4 { line-height: 1; margin-bottom: 0.4em; }