@server url(constants.css);

/* --------------------------------  Forms -------------------------------- */

p {
	clear: left;
	}

input, textarea {
	font: 11px /1.3 Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	}

label, span.legend {
	float: left;
	width: 80px;
	font-weight: bold;
	}

p.checkbox, p.radio {
	float: left;	/*	needs to float to take up the right amount of space (all the contents floats) 	*/
	width: 100%;	/*	ie needs this	*/
	}

p.checkbox input, p.radio input {
	float: left;
	background: 0 none;
	}

p.checkbox label, p.radio label {
	width: auto;
	padding: 2px;
	font-weight: normal;
	}

label.tip {
	cursor: help;
	background: transparent url(/images/bg-tip.png) no-repeat top right;
	}

input.text {
	width: 127px;
	}

textarea {
	width: 270px;
	height: 80px;
	}

input.button {
	}

#errorbox {
	border-top: 1px dotted #c00;
	border-bottom: 1px dotted #c00;
	margin: 20px 0;
	}



/* -----------------------------  Image Gallery ----------------------------- */

#gallery {
	margin: -10px 0 0 -10px;
	}

.thumb {
	margin: 10px 0 0 10px;
	float: left;
	width: 100px;
	height: 110px;
	padding: 10px;
	font: 10px /1.5 verdana;
	border: 1px solid #ccc;
	text-align: center;
	}

.thumb img {
	/*display: block;*/
	}

.caption {
	text-align: center;
	font-style: italic;
	margin: 0;
	}

.tools {
	clear: right;
	float: right;
	margin: 0;
	}

.gallerypages {
	text-align: right;
	}

/*/////////////////////////////////  News List //////////////////////////////////////////// */

.newslist {
	margin-top: 10px;
	}

.newslist ul {
	clear: both;
	padding: 0;
	margin: 0;
}

.newslist li {
	list-style: none;
	clear: right;
	margin: 0 0 20px 0;
}

.newslist li.short {
	margin-bottom: 10px;
}

.newslist li.divider {
	margin-bottom: 10px;
	border-top: 1px solid textColour;
	}

li.archivelink {
	font-weight: bold;
	margin-top: 30px;
	}

.newslist li h4 {
	border-bottom: 1px solid textColour;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.newslist li p.teaser {
	margin: 5px 0 0 0;
	padding: 0;
	}

.newslist li p.more {
	text-align: right;
	margin: 0;
	}

.newslist .date {
	float: right;
	width: 100px;
	text-align: right;
	margin: 0;
	font-weight: normal;
	}

.newslist li h2 {
	border-bottom: 1px solid textColour;
	padding: 0;
}

li.group, li.group ul {
	padding: 0;
}

/*/////////////////////////////////  Event List //////////////////////////////////////////// */


ul.eventlist  {
	padding: 0;
	margin: 0;
}

.eventlist li {
	list-style: none;
	clear: right;
	margin: 0 0 20px 0;
}

.eventlist li.short {
	margin-bottom: 10px;
}

.eventlist li.divider {
	margin-bottom: 10px;
	border-top: 1px solid textColour;
	}

.eventlist li p.teaser {
	margin: 5px 0 0 0;
	padding: 0;
	}

.eventlist li p.more {
	text-align: right;
	margin: 0;
	}

.eventlist .date {
	float: right;
	margin: 0;
	font-weight: bold;
	}

.eventlist li h4 {
	border-bottom: 1px solid textColour;
	padding: 0;
	margin: 0;
}

.eventlist li h4 a {
	text-decoration: none;
}



/* ----------------------------------- Accessible More Links ---------------------------------------*/

/* Hide the span off screen	*/
.more span {
	position: absolute;
	left: -2000px;
	width: 900px;
	}

/* On 'hover' set the anchor to 'position:relative' to get a measuring point.
   Somehow IE doesn't like it when this is in the '.more a' declaration...*/
.more a:hover, .more a:focus, .more a:active {
	position: relative;
	}

/* Take the previously hidden span and display it near the anchor   */
.more a:hover span, .more a:focus span, .more a:active span {
	left: -120px;
	top: 0px;
	width: 100px;
	padding: 5px;
	line-height: 1;
	font-size: 10px;
	background: #fff;
	border: 1px solid #999;
	color: #000;
	text-decoration: none;
	text-align: left;
	}

/* IE doesn't show this - but others do.  */
.more a:hover span:before, .more a:focus span:before, .more a:active span:before {
	content: "Read more about";
	}
