﻿/* Reset */

a img {
	border: none;
}
body {
	padding: 0;
	margin: 0;
	text-align: center;
}
/* Basic page layout is a centered 12px grid */

#page {
	width: 802px;
	padding: 16px;
	text-align: left;
	margin: 0 auto;
}
#header ul,
#header ol {
	padding:0;
	margin:0;
}
#header #top {
	text-align: right;
}
#header #bottom {
	text-align: left;
}
#header #logo {
	float: left;
}
#header #sitelinks {
	float: right;
}
#sideleft {
	/*width: 140px;*/
    float: left;
	margin-right: 20px;
}
#sideright {
	/* width: 220px;*/
    float: right;
}
#main {
	float: left;/*width: 620px;*/
}
/* Clear the main three rows, and add the class */

.clear:after,
#header:after,
#top:after,
#bottom:after,
#content:after,
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear,
#header,
#top,
#bottom,
#content,
#footer {
	_height: 1%;
	zoom: 1;
}
/* Header */
#header .quick-links ul li {
	margin-left: 5px;
}
#content {
	padding: 10px 0;
}
/* Footer */

#footer {
	font-size:0.8em;
	text-align:center;
	padding:10px 0 20px 0;
}
#footerinner {
	font-size:0.8em;
	text-align:left;
	padding:10px 0 10px 0;
}
/*
 *  PAGING AND SORTING
 */
 
/* Paging */

.paging {
	margin-bottom: 55px;
}
/* VERY TEMP*/
.paging .clear-hide {
	display: none;
}
.pagelinks {
	float:left;
}
.pagelinks a,
.pagelinks span {
	border: 1px solid #ccc;
	width: 1.5em;
	text-align: center;
	float: left;
	margin: 0 3px;
	text-decoration: none;
	padding: 0 5px 0 4px;
}
.pagelinks a {
	color: #333;
}
.pagelinks a:hover {
	background: #e8eeee;
}
.pagelinks .next,
.pagelinks .prev {
	width: auto;
	padding: 0 6px;
}
.pagelinks span.next,
.pagelinks span.prev {
	border-color: transparent;
	color: #666;
}
.pagelinks .current {
	font-weight: bold;
	border-color: transparent;
	color:#666;
}
/*
 *  LISTS
 */
 
/* Horizontal list */

ul.hlinks {
	padding-left: 0;
	margin-left: 0;
}
ul.hlinks li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	display: inline;
}
/* ITEMLIST: for search results, news, events. */

ul.itemlist,
ul.itemlist li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.itemlist li {
	border-top: 1px solid #ccc;
	margin: 0 0 15px 0;
	padding: 15px 0 0 0;
	clear: left;
	zoom: 1;
}
ul.itemlist li h4 {
	padding: 0;
	margin: 0;
	font-size: 1.166em;
}
ul.itemlist li .date {
	font-style: italic;
}
/*
 *  GENERAL CONTROLS
 */
 
/* Drop down search box */

div.searchitems-link {
	margin-bottom: 10px;
}
div.searchitems-link a {
	padding-left: 15px;
	background: url(/images/arrow-right-grey.gif) no-repeat 0 50%;
}
div.searchitems-link a.open {
	background-image: url(/images/arrow-down-grey.gif);
}
.searchitems {
	padding: 10px;
	background-color:#eee;
	margin-bottom: 10px;
}
.searchitems label {
	text-align:right;
	margin:8px 30px 0 0;
}
.searchitems input {
	margin:0;
}
.searchitems select {
	margin:0 0 0 8px;
}
.searchitems select.ukregion {
	margin:0 0 0 -12px;
}
/*
 *  UI Dialog
 */
 
div.ui-dialog {
	border: 4px solid #666;
	background: red;
}
div.ui-dialog iframe {
	width: 100%;
	border: 0;
	background: #fff;
}
.ui-dialog-titlebar {
	padding: 4px;
	background: #eee;
	font-weight: bold;
}
.ui-dialog-titlebar:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-dialog-titlebar {
	_height: 1%;
	zoom: 1;
}
.ui-dialog-title {
	float: left;
}
a.ui-dialog-titlebar-close {
	font-weight: bold;
	background: #cc0000;
	color: #fff;
	font-family: "MS Sans Serif", sans-serif;
	padding: 1px 6px;
	text-decoration: none;
	float: right;
}
/*
 *  ERRORS AND MESSAGES
 */
 
/* Errors */

.errorbox {
	color:#000000;
	background: #ffeeee;
	border: 1px solid #ff9999;
	padding:7px;
	margin:0 0 20px 0;
}
.errorbox-highlight {
	border: 1px solid #ff0000;
}
div.noscript {
	padding: 10px;
}
/*Generic Styles */

.removeheight {
	height:auto !important;
}
.clear-hide {
	height:1px;
	overflow:hidden;
	clear:both;
}
/*
 * CALENDAR
 */
 
.calendar {
	border: 0;
}
.calendar td,
.calendar th {
	background: #fff;
}
.calendar td.nav {
	border: none;
}
.calendar td.day {
	border: 1px solid #eee;
}
.calendar td.otherday {
	border: 0;
}
.calendar td.otherday a {
	color: #999 !important;
}
.calendar td a {
	text-decoration: none;
}
/* Maps */

div.map {
	background: #eee;
	width: 100%;
	margin-bottom: 1em;
}
/* Forms */

div.searchpanel {
	background: #eee;
	padding: 10px;
}
/* Events */

div.searchpanel dl {
	margin-bottom: 0.5em;
}
div.searchpanel .buttons {
	margin-bottom: 1em;
}
.spread-panel {
	border:1px solid #333;
	margin:0 10px 10px 0;
	float:left;
	width:30%;
}
.header {
	overflow:hidden;
	zoom:1;
}
.header_logo a {
	display:block;
}
.main_banner_wrap {
	overflow:hidden;
	zoom:1;
}
