/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

end of global reset

************************************************************************************************************************************************************ */

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

body {
	background: #f2f2f2 url(../img/page_background_tile.jpg) repeat center top;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 76%;
	color: #333;
}

a {
	color: #414141;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

div#shadow {
	background: transparent url(../img/wrapper_shadow.png) no-repeat center 0;
	padding-top: 20px;
}

div#wrapper {
	width: 970px;
	margin: 0 auto;
	padding-right: 1px;
}

div#header {
	height: 149px;
	position: relative;
	background: white url(../img/header_background.jpg) no-repeat 0 0;
}

div#logo {
	position: absolute;
	left: 30px;
	top: 20px;
}

div#strapline {
	position: absolute;
	right: 30px;
	top: 70px;
	background-color: black;
	padding: 2px 3px;
	color: white;
	font-size: 110%;
	text-align: right;
}

div#get-a-park {
	background-color: #981e10;
	position: absolute;
	right: 30px;
	top: 20px;
}

div#get-a-park a {
	color: white;
	font-weight: bold;
	font-size: 120%;
	padding: 1px 3px;
	display: block;
}

div#get-a-park a:hover {
	background-color: black;
	text-decoration: none;
}

div#mailing-list-form {
	position: absolute;
	right: 30px;
	top: 55px;
	text-align: right;
	border-top: 1px solid #d2d04f;
	padding-top: 10px;
	display: block;
	height: 10em;
	width: 21em;
}


div#mailing-list-form label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

div#mailing-list-form input.textbox {
	background-color: white !important;
	padding: 3px 5px;
	border: 1px solid #ccc;
}

div#mailing-list-form input.signup-submit {
	background-color: #981e10;
	border: none;
	color: white;
	font-weight: bold;
	width: 5em;
	height: 2em;
	cursor: pointer;
}

div#mailing-list-form input.signup-submit:hover {
	background-color: black;
}

div#mailing-list-form input.loading {
	background: #981e10 url(../img/ajax_loader.gif) no-repeat center center !important;
	text-indent: -5000px;
}

div#mailing-list-form div#success-message {
	display: none;
	position: absolute;
	top: 10px;
	right: 0;
}

div#nav {
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 909px;
	height: 30px;
	background: #414141 url(../img/footer_grad.png) repeat-y -30px 0;
}

div#nav ul {
	position: absolute;
	left: 10px;
	top: 5px;
}

div#nav ul li {
	display: inline;
	float: left;
	border-right: 1px solid #4d4d4d;
	margin-right: 10px;
	padding-right: 10px;
}

div#nav ul li.last {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;	
}


div#nav ul li a {
	color: #ff0;
	font-size: 140%;
}

div#nav ul li a:hover {
	text-decoration: none;
	color: #981e10;
}

div#nav ul li a.on {
	color: white;
}

div#facebook-link {
	position: absolute;
	right: 6px;
	top: 8px;
}

div#main-image {
	position: relative;
	height: 330px;
	background: white url(../img/main_image_background.jpg) no-repeat 0 0;
}

body#layout-home div#main-image {
	background-image: url(../img/main_image_background_home.jpg);	
}

div#main-image div.image1 {
	position: absolute;
	left: 35px;
	top: 15px;
	height: 300px;
}

div#main-image div.image2 {
	position: absolute;
	left: 494px;
	top: 15px;
	height: 300px;
}

div#main-image a span {
	position: absolute;
	left: 20px;
	bottom: 23px;
	background-color: #ff0;
	color: black;
	font-size: 140%;
	font-weight: bold;
	padding: 1px 3px;
}

div#main-image a:hover span {
	background-color: #fff;
}

div#main-area {
	background: white url(../img/main_area_background_tile.jpg) repeat 0 0;
}

div#content-area {
	padding: 10px 0 10px 25px;
}

div#content-area {
	/* make the default layout use a left column */
	background: transparent url(../img/content_area_background_left_col.jpg) no-repeat 0 0;
}

body#layout-home div#content-area,
body#layout-get_a_park div#content-area,
body#layout-info div#content-area {
	background: transparent url(../img/content_area_background_3col.jpg) no-repeat 0 0;
}

body#layout-news div#content-area,
body#layout-projects div#content-area {
	background: transparent url(../img/content_area_background_right_col.jpg) no-repeat 0 0;
}

body#layout-skateparks div#content-area {
	min-height:500px;
	height:auto !important;
	height:500px;
}

div#content-area div.col-wide,
div#content-area div.col-narrow {
	float: left;
	margin: 0 15px;
}

div#content-area div.col-narrow {
	width: 276px;
}

div#content-area div.col-wide {
	width: 587px;
}


div#content-area h2 {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 0.5em;
}

div#content-area h2 span {
	background-color: #414141;
	color: white;
	padding: 0 5px;
}

div#content-area h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 0.75em 0;
}

div#content-area p {
	margin: 1em 0;
	font-size: 110%;
}


div#content-area p.light-grey {
	color: #999;
}


div#content-area hr {
	border: 0;
	color: #ff0;
	background-color: #ff0;
	height: 5px;
	margin: 1em 0;
}

div#content-area p.date {
	color: #adaaaa;
}

div#content-area a {
}

div#content-area a:hover {
	background-color: #ff0;
	text-decoration: none;
}

div#content-area a.email {
	background-color: #ff0;
}

div#content-area a.email:hover {
	background-color: #fff;
}


div#content-area a.more {
	background-color: #cccccc;
	color: white;
	padding: 3px 5px;
	font-weight: normal;
	font-size: 120%;
}

div#content-area div.image {
	border: 1px solid #c6c5c2;
	background-color: #e5e0d7;
	padding: 4px;
}

div#content-area div.image div.image-crop {
	background-position: center center;
	background-repeat: no-repeat;
}

div#content-area div.image div.image-crop a {
	display: block;
	text-indent: -5000px;
	outline: none;
	height: 166px;
}

div#content-area div.image div.image-crop a:hover {
	background-color: transparent !important;
}

div#content-area div.thumb {
	margin: 5px 5px 5px 0;
	display: inline;
	float: left;
	border: 1px solid #c6c5c2;
	background-color: #e5e0d7;
	padding: 4px;
}

div#content-area div.thumb:hover {
	background-color: white;
}

div#content-area div.thumb a {
	display: block;
	width: 80px;
	height: 80px;
	text-indent: -5000px;
	float: left;
	outline: none;
	background-position: center center;
}

div#content-area span.paging span.current {
	font-weight: bold;
}

div#interactive-map {
	border-top: 1px solid #c6c6c6;
	padding: 20px;
	border-bottom: 1px solid #c6c6c6;
	margin: 20px 0;
	height: 166px;
	position: relative;
}

div#interactive-map div.map {
	position: relative;
}

div#interactive-map div.instructions {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 110px;
	text-align: right;
	color: #666;
}

div#interactive-map a {
	position: absolute;
	background-image: url(../img/uk_map.png);
	display: block;
	text-indent: -5000px;
	outline: none;
	cursor: pointer;
}

div#interactive-map a:hover {
	background-color: transparent;
}

/* scotland */
div#interactive-map a#region-link-1 {
	top: 0;
	left: 50px;
	width: 55px;
	height: 64px;
	background-position: -50px 0px;
}
div#interactive-map a#region-link-1.on {
	background-position: -334px 0px;
}
div#interactive-map a#region-link-1:hover {
	background-position: -192px 0px;
}

/* northern ireland */
div#interactive-map a#region-link-2 {
	top: 64px;
	left: 0px;
	width: 57px;
	height: 36px;
	background-position: 0px -64px;
}
div#interactive-map a#region-link-2.on {
	background-position: -284px -64px;
}
div#interactive-map a#region-link-2:hover {
	background-position: -142px -64px;
}

/* north east england */
div#interactive-map a#region-link-3 {
	top: 64px;
	left: 95px;
	width: 47px;
	height: 40px;
	background-position: -95px -64px;
}
div#interactive-map a#region-link-3.on {
	background-position: -379px -64px;
}
div#interactive-map a#region-link-3:hover {
	background-position: -237px -64px;
}

/* north west england */
div#interactive-map a#region-link-4 {
	top: 64px;
	left: 57px;
	width: 38px;
	height: 40px;
	background-position: -57px -64px;
}
div#interactive-map a#region-link-4.on {
	background-position: -341px -64px;
}
div#interactive-map a#region-link-4:hover {
	background-position: -199px -64px;
}

/* ireland */
div#interactive-map a#region-link-5 {
	top: 100px;
	left: 0px;
	width: 57px;
	height: 40px;
	background-position: 0px -100px;
}
div#interactive-map a#region-link-5.on {
	background-position: -284px -100px;
}
div#interactive-map a#region-link-5:hover {
	background-position: -142px -100px;
}

/* wales */
div#interactive-map a#region-link-6 {
	top: 100px;
	left: 57px;
	width: 31px;
	height: 37px;
	background-position: -57px -100px;
}
div#interactive-map a#region-link-6.on {
	background-position: -341px -100px;
}
div#interactive-map a#region-link-6:hover {
	background-position: -199px -100px;
}

/* central */
div#interactive-map a#region-link-7 {
	top: 100px;
	left: 88px;
	width: 54px;
	height: 37px;
	background-position: -88px -100px;
}
div#interactive-map a#region-link-7.on {
	background-position: -372px -100px;
}
div#interactive-map a#region-link-7:hover {
	background-position: -230px -100px;
}

/* south west */
div#interactive-map a#region-link-8 {
	top: 136px;
	left: 50px;
	width: 55px;
	height: 29px;
	background-position: -50px -136px;
}
div#interactive-map a#region-link-8.on {
	background-position: -334px -136px;
}
div#interactive-map a#region-link-8:hover {
	background-position: -192px -136px;
}

/* south east */
div#interactive-map a#region-link-9 {
	top: 136px;
	left: 105px;
	width: 37px;
	height: 29px;
	background-position: -105px -136px;
}
div#interactive-map a#region-link-9.on {
	background-position: -389px -136px;
}
div#interactive-map a#region-link-9:hover {
	background-position: -247px -136px;
}

div.region-list a {
	color: #666;
	font-weight: bold;
}

div.region-list a.on {
	color: #333;
}

div#youtube-player {
	background-color: #fff;
	clear: both;
	padding: 10px;
	text-align: center;
	position: relative;
}

div#youtube-player a {
	position: absolute;
	left: 10px;
	top: 10px;
}


div#footer-shadow {
	background: transparent url(../img/footer_shadow.png) no-repeat center bottom;
	padding-bottom: 20px;
	padding-right: 1px;
	clear: both;
}

div#footer {
	clear: both;
	height: 65px;
	width: 970px;
	margin: 0 auto;
	background: black url(../img/footer_grad.png) repeat-y 0 0;
	color: #999;
	font-size: 110%;
	padding-top: 35px;
}

div#footer a {
	color: white;
}

div#footer span {
	color: #ff0;
	font-weight: bold;
}

div#footer div#contact-details {
	float: left;
	padding-left: 30px;
}

div#footer div#credits {
	float: right;
	padding-right: 30px;
	text-align: right;
}

