/***************************************************************************/
/* AUCKLAND CASTLE CSS - Copyright 2007 - www.auckland-castle.co.uk - v1.0 */
/***************************************************************************/

/**********************
 OVERALL LAYOUT
***********************/

body {
	font-family:  verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 16px;
	background-color: #fff;
	color: #000;
}

	* html body {
		font-size: medium;
	}

#skiptomain {
	display: none;
}

#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #fff;
	margin-top: 0px;
}

#pagecontainer {
	width: 798px;
	background-color: #fff;
	border: 1px solid #606060;
	color: #000;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
}

#home-page {
	width: 798px;
	height: 408px;
	border-bottom: 2px solid #784B85;
	margin: 0;
	padding: 0;
	position: relative;
}

	#hp-topnav {
		position: absolute;
		top: 0;
		right: 0;
	}

	#hp-logo {
		width: 295px;
		height: 113px;
		margin: 0 0 0 503px;
	}

	ul#hp-nav {
		width: 681px;
		height: 26px;
		background-color: #784B85;
		border: none;
		list-style: none;
		margin: 0 0 0 117px;
		padding: 0;
	}

		ul#hp-nav li {
			display: inline;
			float: left;
			background-color: #784B85;
			color: #fff;
			border-right: 1px solid #4B284A;
			height: 26px;
			font-size: 0.7em;
			line-height: 26px;
		}

		ul#hp-nav li.hhna { width: 80px;  }
	 	ul#hp-nav li.hhnb { width: 67px; }
	 	ul#hp-nav li.hhnc { width: 72px; display: none; }
	 	ul#hp-nav li.hhnd { width: 73px; display: none; }
	 	ul#hp-nav li.hhne { width: 86px; display: none; }
	 	ul#hp-nav li.hhnf { width: 76px; }
	 	ul#hp-nav li.hhng { width: 100px; display: none; }
	 	ul#hp-nav li.hhnh { width: 80px; }
		ul#hp-nav li.hhni { width: 58px; border-right: none; }
		ul#hp-nav li.hhnj { width: 160px; }
		ul#hp-nav li.hhnk { width: 130px; }

			ul#hp-nav li a:link, ul#hp-nav li a:visited {
				color: #fff;
				display: block;
				text-align: center;
				text-decoration: none;
				width: 100%;
			}

			ul#hp-nav li a:hover {
				color: #fff;
				text-decoration: underline;
			}

#footer-home {
	width: 798px;
	height: 107px;
	border: none;
	margin: 0;
	padding: 0;
	background-color: #784B85;
}

	#fh-lft {
		width: 360px;
		height: 107px;
		border: none;
		float: left;
		margin: 0;
		padding: 0;
	}

	#fh-rgt {
		width: 438px;
		height: 107px;
		border: none;
		float: right;
		margin: 0;
		padding: 0;
	}

		#fhr-txt {
			width: 250px;
			height: 25px;
			border: none;
			color: #fff;
			font-size: 0.7em;
			line-height: 25px;
			margin: 10px 10px 0 178px;
			padding: 0;
		}

		#fhr-img {
			width: 250px;
			border: none;
			margin: 0 10px 0 178px;
			padding: 0;
		}

			#fhr-img img {
				border: 1px solid #fff;
				margin: 0 6px 0 0;
				padding: 1px;
			}

#main-page {
	width: 798px;
	border: none;
	margin: 0;
	padding: 0;
}

	#logo {
		width: 295px;
		height: 113px;
		margin: 0 503px 0 0;
	}

	#topnav ul {
		width: 798px;
		height: 26px;
		background-color: #784B85;
		border: none;
		border-top: 1px solid #606060;
		/* border-bottom: 1px solid #784B85; */ /* breaks continuity of drop down menus */
		border-bottom: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}

		#topnav ul li {
			display: inline;
			float: left;
			background-color: #784B85;
			color: #fff;
			border-right: 1px solid #4B284A;
			height: 26px;
			font-size: 0.7em;
			line-height: 26px;
			position: relative;
		}

		#topnav ul li.hhna { width: 93px; }
	 	#topnav ul li.hhnb { width: 81px; }
	 	#topnav ul li.hhnc { width: 85px; display: none; }
	 	#topnav ul li.hhnd { width: 87px; display: none; }
	 	#topnav ul li.hhne { width: 100px; display: none; }
	 	#topnav ul li.hhnf { width: 89px; }
	 	#topnav ul li.hhng { width: 113px; display: none; }
	 	#topnav ul li.hhnh { width: 90px; }
		#topnav ul li.hhni { width: 68px; border-right: none; }
		#topnav ul li.hhnj { width: 170px; }
		#topnav ul li.hhnk { width: 140px; }

			#topnav ul li a:link, #topnav ul li a:visited {
				color: #fff;
				display: block;
				text-align: center;
				text-decoration: none;
				width: 100%;
				height: 100%;
			}

			#topnav ul li a:hover {
				color: #fff;
				text-decoration: underline;
			}

			/* sub nav (with far too many ULs ?) */
			#topnav ul ul {
				position: absolute;
				z-index: 999;
				}

			div#topnav ul ul, div#topnav ul li:hover ul ul, div#topnav ul ul li:hover ul ul {
				display: none;
			}

			div#topnav ul li:hover ul, div#topnav ul ul li:hover ul, div#topnav ul ul ul li:hover ul {
				display: block;
			}

			#topnav ul.subtopnav {
				width: 168px;
				height: auto;
				position: absolute;
				top: 26px;
				border-top: 2px solid #B595C5;
				border-right: 2px solid #B595C5;
				border-bottom: none;
				border-left: 2px solid #B595C5;
				margin: 0;
			}

			#topnav ul.subtopnavleft {
				left: 0px;
			}

			#topnav ul.subtopnavright {
				right: -69px;
			}

			#topnav ul.subtopnav li {
				display: block;
				width: 168px;
				height: 28px;
				background-color: #fff;
				border: none;
				border-bottom: 2px solid #B595C5;
				line-height: 28px;
			}

				#topnav ul.subtopnav a:link, #topnav ul.subtopnav a:visited {
					display: block;
					width: 150px;
					background: #ffffff url(/images/bg-subnav-li.gif) no-repeat left top;
					color: #5E2F6C;
					font-size: 1.1em;
					margin: 0;
					padding: 0 0 0 18px;
					text-align: left;
					text-decoration: none;
				}


				#topnav ul.subtopnav a:hover {
					color: #B595C5;
					text-decoration: underline;
				}

#maincontent {
	width: 798px;
	border: none;
	font-size: 0.7em;
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
}

	#mainfullwidth {
		padding: 10px;
	}

	#maincontent p {
		border: none;
		margin: 10px 0 0 0;
		padding: 0;
	}

	#main-lft {
		width: 375px;
		border: none;
		float: right;
		margin: 0px 0px 0 0px;
		padding: 18px 20px 0px 0;
		line-height: 2.0em;
	}

		* html #main-lft {
			width: 355px;
			margin: 0 0 0 10px;
		}

		/* OVERFLOW SCROLLER */
		.scroller {
			overflow: hidden;
			height: 295px;
		}

		#pagebar {
			margin-top: 4px;
			height: 20px;
			text-align: right;
			font-weight: bold;
		}

			#pagenext {
				margin-left: 40px;
			}


	#main-rgt {
		width: 385px;
		border: none;
		float: left;
		margin: 0;
		padding: 0;
	}
		#movie-screen {
			width: 320px;
			border: 1px solid #000;
			margin: 0 33px 10px 32px;
			padding: 0;
		}

		#main-rgt img#big-img {
			width: 385px;
			height: 300px;
		}

		#image-selector {
			margin: 0;
			width: 385px;
			height: 98px;
			background-color: #784B85;
		}

		#image-selector-tall {
			width: 385px;
			height: 159px;
			background-color: #784B85;
		}

			#is-txt {
				width: 355px;
				height: 30px;
				border: none;
				background-color: #784B85;
				color: #fff;
				font-size: 0.8em;
				line-height: 30px;
				margin: 0 0 0 30px;
				padding: 0;
			}

				#is-txt a:link, #is-txt a:visited, #is-txt a:hover {
					color: #fff;
				}

			#is-img {
				width: 355px;
				height: 61px;
				border: none;
				margin: 0 0 0 30px;
				padding: 0;
			}

			#is-img-tall {
				width: 355px;
				height: 122px;
				height: 61px;
				border: none;
				margin: 0 0 0 30px;
				padding: 0;
			}

				#is-img img {
					border: 1px solid #fff;
					margin: 0 6px 0 0;
					padding: 1px;
				}

				#is-img-tall img {
					border: 1px solid #fff;
					margin: 0 6px 6px 0;
					padding: 1px;
				}

		#web-address-footer {
			width: 375px;
			border: none;
			margin: 3px 10px 3px 0;
			padding: 0;
			text-align: right;
		}

			#web-address-footer a:link, #web-address-footer a:visited {
				color: #4B284A;
				text-decoration: none;
			}

			#web-address-footer a:hover {
				color: #784B85;
				text-decoration: underline;
			}


#footer {
	width: 798px;
	background-color: #fff;
	border: none;
	color: #000;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 0.6em;
	line-height: 1.6em;
	margin: 0;
	padding: 3px 0px;
	text-align: left;
}

	#footer a:link, #footer a:visited {
		color: #000;
		text-decoration: underline;
	}

	#footer a:hover {
		color: #784B85;
		text-decoration: underline;
	}

/**********************
 GENERIC CLASSES
***********************/

A:link{ color: #000;}
A:hover{ text-decoration: none;}
A:hover {  color: #000; }
form.inline { 	display:inline; }
img { border: 0; }

p.fivespace { margin: 5px 0px 0px 0px; }
p.tenspace { margin: 10px 0px 0px 0px; }
p.fifteenspace { margin: 15px 0px 0px 0px; }
p.twentyspace { margin: 20px 0px 0px 0px; }
div.breaker { clear: left; font-size: 0.1em; height: 1px; }
br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }

h1 {
	font-size:1.3em;
	margin: 10px 0px 30px 0px;
}

.map{
	float:left;
	padding-left: 20px;
}

.maptext{
	float: left;
	width: 370px;
	padding-left: 20px;
	padding-top: 10px;
}
.linkdesc{
	margin-top: -6px;

}
/**********************
 MENUS
***********************/
#wrappermenu {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #fff;
	margin-top: 0px;
	font-size: 0.9em;

}

#pagecontainermenu {
	float: left;
	width: 498px;
	background-color: #fff;
	border: 1px solid #606060;
	color: #000;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;margin-bottom: 10px;
}
.menulogo{
	float: left;
	width: 498px;
	text-align: right;
}
#menuinner{
	float: left;
	width: 458px;
	font-size: 0.9em;
}
#menutype{
	float: left;
	font-weight: bold;
	width: 478px;
	padding-left: 20px;
}
#menutext{
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	width: 445px;
}
#printpage{
	margin-left: 20px;
	padding-bottom: 15px;
	padding-left: 310px;
}

/**/

#events-nav {
	width: 180px;
	border: none;
	float: left;
	margin: 0 0 0 0;
	padding: 5px;
}

	#events-nav ul {
		width: 172px;
		border: none;
		margin: 7px 4px 15px 4px;
		padding: 0;
		list-style: none;
	}

	#events-nav ul li {
		margin: 0 5px 0 0;
		padding: 0 0 0 18px;
		background: #ffffff url(/images/bg-subnav-li.gif) no-repeat left -3px;
		line-height: 20px;
	}

		#events-nav ul li a:link, #events-nav ul li a:visited {
			color: #000;
			text-decoration: none;
		}

		#events-nav ul li a:hover {
			color: #784B85;
			text-decoration: underline;
		}

#events-items {
	width: 590px;
	border: none;
	margin: 0 0 0 0;
	padding: 5px;
	float: right;
}

	.events-row {
		width: 590px;
		border: none;
		margin: 0 0 7px 0;
		padding: 0 0 7px 0;
		/* background: #ffffff url(/images/bg-events-row.gif) no-repeat left bottom; */
		border-bottom: 1px solid #ccc;
	}

	.events-row-top {
		border-top: 1px solid #ccc;
	}

		.event-row-lft {
			width: 100px;

			border: none;
			float: left;
			margin: 0 0 2px 0px;
			padding: 0;
			background-color: #fff;
			line-height: 1.5em;
		}

		.event-row-rgt {
			width: 475px;

			border: none;
			float: right;
			margin: 0 0 2px 5px;
			padding: 2px 5px;
			background-color: #fff;
			color: #000;
		}

			.err-head {
				width: 475px;
			}

				.errh-lft {
					width: 235px;
					float: left;
					padding: 5px 0 5px 0;
				}

				.errh-rgt {
					width: 235px;
					float: right;
					text-align: right;
					padding: 5px 0 5px 0;
				}

h2 {
	color: #B595C5;
	font-size: 1.3em;
}

h2.events {
	margin: 5px 0;
	color: #784B85;
}

h2.dates {
	margin: 5px 0;
}