/**
 * NZGO Styleshhet
 * Layout File
 */

/* ----------------------------
 * Core Styles
 * ---------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	background: #e6e6e6;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 12px;
}
.clear {
	clear: both;
}
img,
a img,
a:hover img {
	border: none;
	text-decoration: none;
}
a {
	color: #094c66;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}
a.rssIcon,
a.rssIcon:hover {
	background: url(../images/rssIcon.gif) no-repeat right center;
	padding-right: 18px;
}
/* ---------------------------
 * Layout 
 * -------------------------*/

#Container {
	width: 1020px;
	background: url(../images/pageBg.gif) repeat-y top right;
	margin: 0 auto;
}
#Border {
	margin: 0;
	margin-left: 20px;
	width: 980px;
}

/* --------------------------
 * Header 
 * ------------------------ */
#Header {
	height: 90px;
	background: #6d7057 url(../images/pageHeader.jpg) no-repeat top right;
}
	#Logo {
		width: 239px;
		float: left;
	}
		#Logo h1 a {
			display: block;
			width: 219px;
			height: 70px;
			font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
			font-size: 20px;
			line-height: 23px;
			background: #b4d1ca url(../images/logoPage.gif) no-repeat;
			color: #000000;
			text-decoration: none;
			text-transform: uppercase;
			letter-spacing: 1px;
			font-weight: 300;
			padding: 12px 5px 8px 15px;
		}
#HomePage #Header {
	height: 235px;
	background: #b4d1ca url(../images/headerBoxBg.jpg) no-repeat top right;
}
	#HomePage #Logo {
		width: 315px;
		height: 235px;
		margin-right: 25px;
		_margin-right: 12px;
		float: right;
	}
		#HomePage #Logo h1 {
			display: block;
			width: 325px;
			/*text-indent: -90000px; */
			line-height: 1.1em;
			letter-spacing: 1px;
			margin-bottom: 15px;
			font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
			font-size: 26px;
			/* background: url(../images/logoHome.gif) no-repeat; */
			font-weight: 300;
			text-transform: uppercase;
		}
		#HomePage #Logo p {
			font-size: 12px;
			line-height: 18px;
			color: #436860;
		}
			#HomePage #Logo p a {
				color: #436860;
			}
	#Banner {
		height: 235px;
		width: 620px;
		display: block;
		overflow: hidden;
	}
		#Banner img {
			display: none;
		}
			#Banner img.showing {
				display: block;
			}

/* --------------------------
 * Search
 * ------------------------ */
#SearchHolder {
	float: right;
	width: 259px;
	margin-top: 7px;
}
	#HomePage #SearchHolder {
		overflow: hidden;
		display: block;
		float: none;
		width: auto;
		margin: 8px 0 22px 0;
	}
	#SearchHolder label {
		display: none;
	}	
		#HomePage #SearchHolder label {
			color: #52746f;
			float: left;
			margin-right: 4px;
			font-size: 11px;
			padding: 0;
			display: block;
			margin-left: 0;
			width: auto;
			line-height: 26px;
		}
	#SearchHolder .middleColumn {
		background: #fff url(../images/searchInput.gif) no-repeat top right;
		height: 26px;
		display: block;
		float: left;
		line-height: 26px;
		font-size: 12px;
		width: 169px;
	}
		#HomePage #SearchHolder .middleColumn {
			background: #fff url(../images/searchInputHome.gif) no-repeat top right;
			margin: 0;
		}
	#SearchHolder input {
		float: left;
		padding: 0;
	}
	#SearchHolder legend {
		display: none;
	}
		#SearchHolder input.text {
			border: 0px solid #fff;
			font-size: 12px;
			width: 156px;
			background: transparent;
			margin: 6px 0 0 6px;
		}

	#SearchHolder input.action {
		display: block;
		width: 70px;
		height: 26px;
		padding-top: 26px;
		border: none;
		overflow: hidden;
		background: url(../images/searchSubmit.gif) no-repeat top right;
	}
		#HomePage #SearchHolder input.action {
			background: url(../images/searchSubmitHome.gif) no-repeat top right;
		}
/* --------------------------
 * Access Links
 * ------------------------ */
#Access {
	display: none;
}

/* --------------------------
 * Breadcrumbs
 * ------------------------ */
#Breadcrumbs {}

	#Breadcrumbs p {
		font-size: 11px;
		color: #888888;
		font-family: Arial, Verdana, Sans-serif;
		margin: 0 0 10px 0;
	}
		#Breadcrumbs a {
			color: #666666;
			text-decoration: none;
		}
			#Breadcrumbs a:hover {
				text-decoration: underline;
			}
/* --------------------------
 * Content
 * ------------------------ */

#Layout {}

#Content {
	width: 740px;
	float: right;
	background: #fff url(../images/contentGradient.gif) repeat-x top left;
}
	#Content .typography {
		width: 690px;
		margin: 16px 25px 20px 25px;
	}
	
/* --------------------------
 * Homepage
 * ------------------------ */

#featuredBox {
	margin-bottom: 15px;
}
	#featuredBox.padded {
		padding: 10px;
	}

#QuickLinks {
	width: 722px;
	height: 38px;
	overflow: hidden;
	background: #fcf7e7 url(../images/quickLinksBg.gif) no-repeat;
}
	#QuickLinks p {
		font-size: 11px;
		margin-left: 105px;
		line-height: 38px;
		color: #9e9e9e;
	}
	#QuickLinks a {
		color: #777;
		text-decoration: underline;
	}
		#QuickLinks a:hover {
			color: #333;
			text-decoration: none;
		}
#LatestNews {
	width: 690px; /* width: 345px; */
	/* padding-right: 15px; 
	border-right: 1px solid #ccc;
	float: left; */
}

#Latest {
	margin-top: 30px;
}
	#Latest p {
		/* float: right; */
		margin: 4px 0 0 0; 
		color: #747474;
	}
		#Latest p.blogMenu {
			float: right;
			margin: 4px 0 0 0; 
			color: #747474;
		}
		#Latest p a {
			color: #747474;
			text-decoration: underline;
		}
			#Latest p a:hover {
				color: #333;
				text-decoration: none;
			}
	#Latest ul {
		clear: both;
		padding: 10px 0 0 0;
		margin: 0;
	}
		#Latest li {
			list-style: none;
			font-size: 12px;
			margin-bottom: 10px;
			color: #747474;
		}
			#Latest li a {
				font-size: 14px;
				color: #000;
				display: block;
				text-decoration: underline;
			}
				#Latest li a:hover {
					text-decoration: none;
				}
				#Latest li p.readMore {
					font-size: inherit;
					display:block;
					margin: 0 0 20px 0; 
				}
					#Latest li p.readMore a {
						font-size: inherit;
					}
		
#LatestEvents {
	width: 345px;
	float: right;
}

#HomePage h3 {
	font-size: 16px;
	color: #005f9c;
}	

#HomePage .blogMenu {
	float:right;
}	

/* -------------------------- 
 * Case Studies Box
 * ------------------------ */
#Featured {
	width: 719px;
	margin: 12px 0;
	background: #e2ecea url(../images/caseStudiesBg.gif) repeat-y top left;
}
	#Featured .top {
		height: 36px;
		width: 719px;
		line-height: 36px;
		background: #0d4d67 url(../images/caseStudiesTop.jpg) no-repeat top left;
	}
		#Featured .top h2 {
			color: #fff;
			text-transform: uppercase;
			font-size: 16px;
			float: left;
			margin-left: 14px;
			_margin-left: 7px;
		}
	#Featured .middle {
		margin: 12px 13px 0 13px;
	}
		#Featured .middle img {
			float: right;
			margin: 0 0 10px 10px;
		}
		#Featured .middle p {
			line-height: 18px;
		}
			#Featured .middle p.featuredMore {
				margin-bottom: 0px;
			}
	#Featured .bottom {
		background: #e2ecea url(../images/caseStudiesBottom.gif) no-repeat;
		height: 17px;
	}
	#Featured p {
		color: #393e3d;
		font-size: 12px;
	}
		#Featured a {
			color: #094c66;
		} 

/* --------------------------
 * Sidebar
 * ------------------------ */

#Sidebar {
	float: left;
	width: 240px;
	overflow: hidden;
}
#SubscribeNewsletter {
	margin: 20px 0 20px 20px;
}
	#SubscribeNewsletter legend {
		display: none;
	}
	#SubscribeNewsletter input.text {
		width: 160px;
		margin: 10px 0 0 0px;
		border: 1px solid #c0c0c0;
		color: #999;
		
	}
	#SubscribeButton {
		display: block;
		width: 48px;
		float: left;
		margin: 6px 6px 0 0;
		height: 26px;
		background: #9ec7bf url(../images/signUpButton.gif) no-repeat top left;
		padding-top: 26px;
		border: none;
		overflow: hidden;
	}
	#SubscribeNewsletter p {
		position: relative;
		top: -18px;
		left: 60px;
	}
		#SubscribeNewsletter p a {
			color: #7a7a7a;
			font-size: 11px;
		}
#Navigation {
	margin: 20px 16px 0 16px;
}	
	#Sidebar ul {
		margin: 12px 0;
	}
	 	
		#Sidebar li {
			list-style: none;
			background: url(../images/sidebarBorder.gif) repeat-x bottom left;
			padding-bottom: 8px;
			margin-top: 8px;
			/* width: 190px; */
		}
			
			#Sidebar li a {
				font-size: 13px;
				color: #5e5e5e;
				display: block;
				background: none;
				/* width: 190px; */
				text-decoration: none;
				padding-left: 10px;
			}
			#Sidebar li a.children {
				background: url(../images/arrow.gif) no-repeat top left;
			}
				#Sidebar li a:hover {
					color: #000;
					text-decoration: underline;
				}
				#Sidebar li a.current,
				#Sidebar li a.section {
					color: #000;
					font-weight: bold;
				}
		#Sidebar li ul {
			margin: 4px 0 6px;
		}
		#Sidebar li li {
			padding: 0;
			margin: 0 0 4px 0;
			background: transparent;
			margin-left: 10px;
		}
			#Sidebar li li a {
				border: 0;
				display: block;
				font-size: 11px;
				text-indent: 0;
			}
				#Sidebar li a.section,
				#Sidebar li li a.section {
					color: #5e5e5e;
				}

		#Sidebar .share-list {
			margin:0 16px;
		}
			#Sidebar .share-list li {
				background:none;
			}
				#Sidebar .share-list li a {
					display:inline;
					padding: 0 2px 0 0;
				}


/* --------------------------
 * Search Results
 * ------------------------ */
ul#SearchResults {
	margin: 0;
}

	ul#SearchResults li.result {
		list-style: none;
		border-bottom: 1px solid #ddd;
		margin-bottom: 12px;
	}
		ul#SearchResults li.result h3 {
			margin-bottom: 4px;
		}

/* --------------------------
 * Case Studies
 * ------------------------ */
.caseStudy {
	padding-bottom: 0px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 30px;
}	
	.caseStudy .meta {}
		.caseStudy .meta p {
			font-size: 12px;
		}
		.caseStudy .meta a {
			color: #999;
		}
#Content p.org {
	margin: -10px 0 8px 0;
	font-size: 12px;
	font-weight: bold;
}
/* --------------------------
 * Next and Prev Links
 * ------------------------ */
.buttonLinks {
	width: 120px;
	margin: 0 auto 5px auto;
}
.prevLink,
.nextLink {
	display: block;
	height: 26px;
	width: 58px;
	float: left;
	outline: none;
	background: url(../images/prevButton.gif) no-repeat top left;
	text-indent: -9000px;
}
span.prevLink {
	background-position: bottom left;
}
.nextLink {
	width: 58px;
	background: url(../images/nextButton.gif) no-repeat top left;
}
span.nextLink {
	background-position: bottom left;
}
#PageNumbers p {
	clear: both;
	padding-top: 5px;
	text-align: center;
}

/* --------------------------
 * Sitemap 
 * ------------------------ */
#Sitemap {
	
}
	#Sitemap #Content ul {
		margin: 0;
	}
	
		#Sitemap #Content li {
			list-style: none;
			color: #999;
			margin-top: 10px;
		}
		
			#Sitemap #Content li a {
				font-size: 13px;
				font-weight: bold;
				text-decoration: none;
			}
				#Sitemap #Content li a:hover {
					text-decoration: underline;
				}
		#Sitemap #Content ul ul {
			margin: 5px 0 0 10px;
		}
			#Sitemap #Content ul ul li {
				margin: 0;
			}
				#Sitemap #Content ul ul li a {
					font-size: 11px;
					font-weight: normal;
				}
		#Sitemap #Content ul ul ul {
			margin: 0 0 0 15px;
		}
/* --------------------------
 * Blog
 * ------------------------ */

.blogAdmin,
.actionLinks {
	border: 1px solid #ccc;
	background: #f9f5e8;
	padding: 8px;
	margin: 10px 0 20px 0;
}
	.actionLinks li {
		display: inline;
	}
		.actionLinks li a {
			color:#77A89B;
			border-right: 2px solid #777;
			padding-right: 5px;
		}
		.actionLinks li.last a {
			border-right: none;
		}

.WidgetHolder {
	margin: 20px 16px 10px 16px;
	padding-bottom:5px;
	background:transparent url(../images/sidebarBorder.gif) repeat-x scroll left bottom;
}
	#Sidebar h3 {
		font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
		font-weight: bold;
		font-style: italic;
		font-size: 14px;
		color: #005f9c;
	}
.tagcloud {
	margin: 12px 0;
}
	.tagcloud a {
		font-size:0.8em;
		color:#5E5E5E;
		text-decoration:none;
	}
		.tagcloud a:hover {
			color: #000;
			text-decoration: underline;
		}

.typography div.meta {
	margin-bottom: 1.2em;
}
	.typography p.tags, 
	.typography p.categories {
		margin-bottom: 0	;
	}
	
/* --------------------------
 * Global Tag
 * -------------------------- */
.tagSelectionFormWrapper label.left { 
	width: 30px;
	padding-top: 2px;
}

#allTagList {
	padding: 0;
	margin: 0;
}
	
	#allTagList li {
		float: left;
		list-style: none;
		margin-right: 15px;
	}

#seeAllTags {
	margin-bottom: 10px;
}
	
/* --------------------------
 * Page Comment Form
 * ------------------------ */
#PageComments_holder {
	margin:16px 25px 20px;
	width:690px;
}

	#PageComments_holder fieldset {
		border: none;
	}
	#PageComments_holder label {
		width: 100px;
		display: block;
		padding-top: 6px;
		float: left;
	}
		#PageComments_holder label.captcha {
			margin-left: 100px;
			width: auto;
		}
	#PageComments_holder #Name {
		padding: 10px 0;
	}
	#PageComments_holder input.text,
	#PageComments_holder textarea {
		width: 300px;
		padding: 5px;
		font-size: 11px;
		font-family: Verdana, Arial, sans-serif;
	}
	#PageComments_holder .Actions {
		margin: 5px 0 10px 100px;
	}
		#PageComments li {
			list-style: none;
		}
	
/* --------------------------
 * Footer
 * ------------------------ */
#Footer {
	margin: 20px 0 0 0;
	background: #242424 url(../images/footerBg.gif) repeat-x top left;
	height: 60px;
}
	#Footer #NZGovtLogo {
		float: left;
		height: 19px;
		overflow: hidden;
		color: #222;
		margin: 23px 56px 0 19px;
	}
	#Footer ul {
		float: left;
		width: 770px;
		margin-top: 15px;
	}
		#Footer li {
			display: block;
			padding: 8px 15px;
			float: left;
			border-left: 1px solid #383838;
		}
			#Footer li a {
				font-size: 11px;
				color: #fff;
				background: inherit;
				text-decoration: none;
			}
				#Footer li a:hover {
					text-decoration: underline;
				}
				
		#Footer ul li.right {
			display: block;
			float: right;
			padding: 0 5px 0 0;
			margin-top: -10px;
			overflow: hidden;
			color: #222;
			border-left: 0;
		}
		
#subscription { padding-bottom: 16px;} 
	#subscription form { overflow: hidden;}
	#subscription fieldset { border: none;}
	#subscription h3 { margin: 0 0 12px 0;}
	#subscription h4 { font-size: 12px;  margin: 12px 0 8px 0;}
	#subscription p { color: #5E5E5E; }
		#subscription h4 a { background: url(../images/rssIcon.gif) no-repeat right center; padding-right: 20px;
			text-decoration: none; color: #000; }
			
	#subscription input { height: 14px; padding: 4px 3px 3px; color: #555;
		border-top: 1px solid #979797;
		border-left: 1px solid #cdcdcd;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #e7e7e7;
		float: left;
		font-size: 11px;
		*margin-left: -14px;
	}
	#subscription input.action { width: 20px; height: 0; padding: 23px 0 0 0; border: none;
		background: #afcfc9 url(../images/subscribe_action.png) no-repeat top left; float: left;
		_height: 23px; *height: 23px; margin: 0;
		}
		#subscription input.action:hover,
		#subscription input.action:focus { background-position: bottom left; cursor: pointer;}
	#subscription p { font-size: 11px; margin: 0; }
		#subscription p.feed-credit { font-size: 10px; margin: 10px 0 0 0; color: #999;}
