﻿/* TSPT Stylesheet for screen media
-------------------- */


/* Global
-------------------- */
body {
	font-size: 62.5%;
	font-family: verdana, sans-serif;
	margin: 0; padding: 0;
	color: #333;
}

#wrapper {
	width: 78em;
	margin: .5em auto 0;
	border-top: 6px solid #ff0000;
	border-bottom: 6px solid #ff0000;
	background-color: #ff0000;
}

#innerwrapper {
	width: 76em;
	margin: .5em auto 0;
	border: .6em solid #ff0000;
	background-color: #ff0000;
}

.floatRight {float: right;}
.floatLeft {float: left;}

a:link, a:active, a:visited {color: #ff0000; text-decoration: none;}

a:hover {text-decoration: underline;}

.arrowLink li, dd.link {
	background: url('../../../../images/arrow.gif') transparent top left no-repeat;
	margin: 1em 0; padding: 0;
}
*html .arrowLink li {margin: 0;}
	
.arrowLink a, dd.link a {
	display: block;	
	margin: 0; padding: 0 0 .2em 2em;
}

form {margin: 0; padding: 0;}

form .action {
	width: 5.63em;
	height: 2em;
}

dl, dt, dd {margin: 0; padding: 0;}

img {border: 0;}

.hide {
	position: absolute;
	left: -9999px;
}


/* Clearing
-------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {clear: both;}


/* Header
-------------------- */
#header {
	background-color: #ffffff; 
	border-top: 6px solid #ffffff;
	border-bottom : 1px solid#FF0000;
	margin: 0; padding: 0;
	position: relative;
	height: 13.3em;
	
	
}

p.skip {
	position:fixed;
	top:0;
	left:100px;
}
p.toContent {
	top:20px;
}

p.skip a {
	padding:3px;
	background-color:#D38429;
	color:#fff;
}
p.skip a:link, p.skip a:visited, p.skip a:hover  {
	visibility:hidden;
}
p.skip a:active, p.skip a:focus  {
	visibility:visible;
}

#logo {	
	width: 36.1em; 
	margin-top: 2.5em; 
	float: left;
}


#logo img {
	margin: 0; padding: 0; 	
}

#topPicture {	
	width: 10em; 
	margin-top: 0.15em; 
	padding: 0; 	
	float: left;
	border: 0; 
	vertical-align:bottom;
	}
	
#tools {

	width: 26.9em;
	float: right;
	margin-left:42px;
	
}

.toolsTop {
	float: left;
	background: url('../../../../images/toolsBack.gif') bottom left repeat-x;
}

.toolsTop ul {
	list-style: none;
	float: left;
	background: url('../../../../images/toolsL.gif') left bottom no-repeat;
	margin: 0; padding: 0;
	width: auto;
}

.toolsTop li {
	margin: 0; padding: 0;
	display: inline;
	float: left;
}

.toolsTop li.last {
	background: url('../../../../images/toolsR.gif') bottom right no-repeat; 
	overflow: hidden;
	width: auto;
	padding-right: 2.3em; padding-right: 2.7em;
}

.toolsTop li a:link, .toolsTop li a:active, .toolsTop li a:visited {
	color: #fff;
	display: block;
	float: left;
	margin: 0.5em 0 0em 1.5em; padding: 0.8em 0 1em 2.3em;
}

.toolsTop li#getInvolvedLink a {background: url('../../../../images/tools_getInvolved.gif') 0 0 no-repeat;}

.toolsTop li#contactUsLink a {background: url('../../../../images/tools_contactUs.gif') 0 0 no-repeat;}

.toolsBottom {
	float: right;
	background: url('../../../../images/searchBack.gif') bottom left repeat-x #ff0000;
	margin: 9.5em 0 0 0;
	
}

#toolsSearchForm {
	background: url('../../../../images/searchFormL.gif') top left no-repeat;
	margin: 0; padding: 0;
}

#toolsSearchForm fieldset {
	background: url('../../../../images/searchR.gif') top right no-repeat;
	border: 0;
	margin: 0; padding: .8em 1.2em; padding: .8em 2em;
}
	
#toolsSearchForm .action {
	width: 6.2em;
	height: 2.2em;
}

#toolsSearchForm div {
	width: 21.2em;
	height: 2.2em;
}

#toolsSearchForm input {
	font-size: 1.1em; 
	font-family: verdana, sans-serif;
}
	
#toolsSearchForm img {
	vertical-align: bottom;
}

#toolsSearchForm a {vertical-align: bottom;}

#searchBox input {
	height: 1.2em !important;
	margin-right: .45em !important;
	width: 12.45em !important;
	
}


/* Menu
-------------------- */
#menu {
	clear: both;
	background: url(../../../../images/bg_menu.gif) #990000 top left repeat-x;
	margin-bottom: .6em;
}

#menu ul {
	list-style: none;
	margin: 0 auto; padding: 0;	
	width: 68em;
}

#menu li {display: inline;}

#menu a {
	display: block;
	float: left;
	/*font-family: rockwell, serif;*/
	font-family: Tahoma, arial, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin: 0; padding: .57em;
}

#menu a:hover, #menu a.current {
	margin: 0; padding: 10px 9px;
	padding: .57em .51em;
	
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	background: url(../../../../images/bg_menu_hover2.gif) #ff0000 top left repeat-x;
}


/* pageBody
-------------------- */
#pageBody {
	clear: both;
	font-size: 1.1em;
}

*html h1 {font-size: 1.6em;}

p.contentHeading {
	font-weight:bold;
	margin: .68em 0 .68em 0;
}


.content {
	font-size: 62.5%;
	font-family: verdana, sans-serif;
	margin: 0 0 .68em 0; padding: 0;
	line-height: 1.36em;
}

address {
	font-style: normal;
	}

h2.eventTitle {
	font-size:1.36em;
	font-weight: normal;
 	margin-bottom: .68em;
}


#forumcontent 
{
	float: right;
	width: 68em;
	w\idth: 69em;	
	background: url(../../../../images/dot.gif) #fff 0 0 repeat-x;
}

#forumcontent {height: 100%;}

#forumcontent.floatLeft {float: left;}


#content, #pageTitle {
	float: right;
	width: 50em;
	w\idth: 51em;
	background: url(../../../../images/dot.gif) #fff 0 0 repeat-x;
}

#pageTitle {
	height: 100%;
}

#content {
	height: 100%;
}

.b {background: url(../../../../images/dot.gif) 0 100% repeat-x}
.l {background: url(../../../../images/dot.gif) 0 0 repeat-y}
.r {background: url(../../../../images/dot.gif) 100% 0 repeat-y}
.bl {background: url(../../../../images/bl_corner.gif) 0 100% no-repeat;}
.br {background: url(../../../../images/br_corner.gif) 100% 100% no-repeat; overflow: hidden;}
*html .br {height: 100%;}
.tl {background: url(../../../../images/tl_corner.gif) 0 0 no-repeat}
.tr {background: url(../../../../images/tr_corner.gif) 100% 0 no-repeat; padding: 1.81em;}

#pageTitle .tr {padding: 6px;}

#pageTitle {margin-bottom: .6em;}

#content.floatLeft {float: left;}

#content .intro, #content dt, #pageTitle h1, h2.eventTitle {color: #3799c6;}


#content dt {margin-bottom: .68em;}

/* TODO: What is the point of this img style?????? */
#content img {/*
    width: 18.54em; width: 18em;
	height: 11.72em; height: 11em;
	*/
	margin-top: 1.36em; margin-bottom: 1.36em;
}

#content img.autosize,
#content img#imagemap
{
    margin:0;
}

.addLeftMarg {margin: .5em 0 0 1em !important;}
.addRightMarg {margin: .5em 1em 0 0 !important;}

#pageTitle img {
	width: 22.72em;
	height: 7.63em;
	float: right;
	margin: 0; padding: 0; padding-bottom: 2px;
}

#pageTitle h1 {
	float: left; 
	font-size: 2.27em; 
	font-weight: bold;
	position: relative;	
	top:0;
	padding:1em 0 1.2em 0;
	left: .48em;
}

dd .date, p.date {color: #000; font-weight: bold;}
dd .town {color: #000; font-weight: bold;}
dd .venue, p .venue {color: #000; font-weight: normal}
dd .answer {margin: 0 0 .68em 0; padding: 0;}
dd .searchResult {margin: 0 0 .68em 0; padding: 0;}
dl#venueDetails dd {margin: 0 0 .68em 0; padding: 0;}


#contentColLeft, .contentColLeft { width: 45.5%; w\idth: 22.7em; padding-bottom: 1.1em; }

#contentColLeft, .contentColLeft {float: left;}

#getInvolved {
	float: left;
	width: 15.5em;
	background-color: #ffffff;
	color: #990000;
	margin-top: 1em; 
	padding: 1em;
	height: auto;
	text-align: center;
}

#getInvolved h3 {
	font-size: 1.5em;
	text-transform: uppercase;
	margin:0 0 0.3em 0;
}


#getInvolved a:link, #getInvolved a:active, #getInvolved a:visited {color: #990000;}

#sideLogo {
	float: left;
	width: 17.3em;
	background-color: #ffffff;
	color: #000000;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.1em;
	height: auto;
}

#sideLogo p {
	margin: 0.4em;
}

#sideLogo img {
	float: left;
	margin-left: 0.2em;
}
#sideLogo table {
	float: left;
}

img#regionMap {
	width: 18.54em; width: 18em;
	height: 24.72em; height: 24em;
	margin-top: 1.36em; margin-bottom: 1.36em;
}

	/* generic form
	-------------------- */
	
	.frmRow, .frmRowCheckbox, .frmRowSubmit {
		margin: 0 0 .68em 0;
		padding: 0;
		clear: both;
	}
	

	.frmRow label {
		display: block;
		margin: 0 0 .34em 0;
	}

	.frmRow textarea, .frmRow input, .frmRow select   {
		font-family: verdana, sans-serif;
		font-size: 1em;
		color: #000;
	}
	
	.frmRow input  {
		display: block;
		margin: 0 0 .34em 0;
		width: 20em;
	}
	
	/* RadioButton class fixes radio button position issues */
	.frmRow .RadioButton input
	{
		display: inline;
		width: 2em;
		vertical-align: middle;
	}
	.frmRow .RadioButton label
	{
		display: inline;
	}
	/* end fix */
	
	.frmRow input.fldSmall {
		width: 2.5em;
	}
	
	.frmRow textarea.large {
		height: 10em;
		width: 40em;
	}
	
	.frmRowSubmit input {
		display: block;
		margin: 0 0 .34em 0;
	}

/* leftBar
-------------------- */
#leftBar {
	width: 17.5em;
	height: auto;
}


#leftNav {
	list-style: none;	
	width: 17.5em;
	margin: 0 0 0; 
	padding: 0; 
	
}


#leftNav li {
	display: inline-block;
	background: url('../../../../images/bg_leftNav.gif') bottom left #fff repeat-x;
	margin: 0; 
	padding-bottom: 0.1em;
}

#leftNav li span {
	display: block;
	background: url('../../../../images/bg_leftNav.gif') bottom left #fff repeat-x;
	margin: 0; padding: 0;
}

#leftNav li ul li 
{
display: block;
	background: url('../../../../images/bg_leftNav.gif') top #fff repeat-x;
	margin: 0; padding: 0;
	
}

#leftNav li.bottom { background-color:#FF0000; }

#leftNav a {
	display: block;
	margin: 0; padding: .57em;
	font-size: 1.18em;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	background: url('../../../../images/arrow_leftNav.gif') .6em 1em transparent no-repeat;
	padding-left: 1.53em;
}

#leftNav a:hover, #leftNav a.current {
	color: #fff;
	background: url('/../../../../images/arrow_leftNav_hover.gif') .6em 1em #990000 no-repeat;
}

#leftNav ul {
	list-style: none;
	margin: 0; padding: 0 0 .1em 2.5em;
	margin-right: 1em;
}

#leftNav ul a {color: #990000;}


/* Breadcrumbs
-------------------- */
#breadcrumbs p {
	margin: 0; padding: 0;
	float: left;}

#breadcrumbs ol {
	list-style: none;
	margin: 0; padding: 0;
	float: left;
}

#breadcrumbs li {
	display: inline;
	padding: 0 .54em;
	border-right: 1px solid #a9d2e7;
}

#breadcrumbs li.last {border: none;}

/* Pagination
-------------------- */
.pagination p {
	margin: 0; padding: 0;
	float: left;}

.pagination ol {
	list-style: none;
	margin: 0; padding: 0;
	float: right;
}

.pagination li {
	float: left;
	display: inline;
	padding: 0 .54em;
	border-right: 1px solid #a9d2e7;
}

.pagination li.last {border: none;}

.pagination ol.bottom{
	margin: 1.34em 0;
}

/* Footer
-------------------- */
#footer {
	clear: both;
	font-size: 1.1em;
	width: 74em;
	margin: 0 auto;
	line-height: 1.6em;
	padding: 1.36em 0;
	padding-left:2em;
}

#footerLogos img{
padding-right: 1em;
padding-top: 0.9em;
	
}

#footer ul {
	list-style: none;
	margin: 0; padding: 0;	

}

#footer li {
	border-right: 1px solid #828e9e;
	padding: 0 .54em;
	display: inline;
}

#footer li.last {border: 0;}

#footer p {

}

#popup 
{		width: 90%;
		height: 100%;
		background-color: #ffffff;
		padding: 10px 10px 10px 10px;
}

#copyright {
	float: left;
	color: #ff0000;
	margin: 0 auto;
	
	line-height: 3.0em;
}

#recaptchahelp 
{
	position:relative;
	left: 5px;
	top:0px;	
}

/* styles for POLL */

.discussionForum {margin:0; padding:0; width: 100%!important;}
.discussionForum th {border-bottom: 1px solid #43577c}
.discussionForum th, .discussionForum td {padding: .5em; vertical-align: top}
.discussionForum .even {background: #eff0f5}
.discussionForum h2 {font-size: 1em; margin-bottom: 0; padding:0}
.discussionForum p {margin-bottom: 0; padding: 0 0 0 .5em}
.discussionForum .forumName {width: 65%}
.dTopics {text-align: center }
.discussionForum .dCreator {font-style: italic; margin-bottom: .5em}
.discussionPost {background: #eff0f5; padding: 1em; margin-top: 1em}
.discussionPost h2 {margin:0}

.fieldsetWithStyle { /* alternative look for fieldset */
	border:0.1em solid #eff0f5;
	padding-left: .2em;
	padding-right: .2em;
}









