/* COLOURS AND VARIABLES
---------------------------------------------------------- 

	Pink: 		#8f3180
	Blue: 		#4f7199
	Dark Blue:	#4d6175
	Link Blue:	#003471
	Gray: 		#dfdfdf

---------------------------------------------------------- 
*/

/* Layout
---------------------------------------------------------- */
body {
	background: url('../images/main-bg.gif') repeat-y center top;
}
#BgContainer {
	text-align: center;
	background: url('../images/shadow-bg.gif') no-repeat center top;
}
#Container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	clear: both;
}


/* Generic
---------------------------------------------------------- */
.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
.clearLeft {
	clear: left;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
a:focus {
	outline: none !important;
}
a.file,
a.linkExt {
	padding-left: 18px;
	padding-top: 1px;
}
a.file {
	background: url('../images/icons/icon_generic.gif') no-repeat 0 0;
}
a.linkExt {
	background: url('../images/icons/icon_link.gif') no-repeat 0 0;
}
a.readMore {
	padding-left: 10px;
	font-size: 0.9em;
	display: block;
	margin-top: -0.5em;
}
a.fancyButton {
	height: 22px;
	background: transparent url('../images/button-bg.jpg') repeat-x;
	border: none;
	color: white;
	font-weight: bold;
	border-left: 1px solid #8c407f;
	border-right: 1px solid #8c407f;
	line-height:13px;
	padding:3px 5px;
	text-decoration:none;
	font-size: 12px;
}


/* Boxes
---------------------------------------------------------- */

ul.fileList {
	list-style: none;
	margin: 0 10px 0 12px;
}
ul.fileList li a {
	display: block;
	font-size: 1em;
	line-height: 1em;
	padding-bottom: 0.75em;
	text-decoration: none;
}
ul.fileList li .resourceDate {
	font-size: 0.75em;
	display: block;
	color: #dfdfdf;
	padding-left: 18px;
	line-height: 0.7em;
	padding-top: 0.5em;
}
ul.fileList li a:hover {
	text-decoration: underline;
}

.blueBox ul,
.goldBox ul {
	margin-bottom: 0;
}

.blueBox {
	background: #4f7199 url('../images/box-blue-bg.gif') no-repeat top right;
	color: white;
	padding: 6px 0 12px 0;
	margin-bottom: 10px;
}
.blueBox a {
	color: white;
}
.blueBox h4 {
	border-bottom: 1px solid #dfdfdf;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
}
.blueBox h4 a {
	text-decoration: none;
	margin-bottom: -4px;
	display: block;
}
.blueBox h5 {
	padding: 0 10px;
}
.blueBox p {
	padding-left: 10px;
	padding-right: 10px;
}


.goldBox {
	background: #f5f3ee;
	padding: 6px 0 12px 0;
	margin-bottom: 10px;
}
.goldBox a {
	
}
.goldBox h4 {
	border-bottom: 1px solid #dfdfdf;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
	color: #8f3180;
}
.goldBox h4 a,
.goldBox h4 span {
	text-decoration: none;
	margin-bottom: -4px;
	display: block;
	color: #8f3180;
}
.goldBox h3 {
	border-bottom: 1px solid #dfdfdf;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 3px;
}
.goldBox h3 a,
.goldBox h3 span {
	text-decoration: none;
	margin-bottom: -2px;
	display: block;
	color: #8f3180;
}
.goldBox h4 a,
.goldBox h3 a {
	color: #003471;
}
.goldBox h5 {
	padding: 0 10px;
}
.goldBox p {
	padding-left: 10px;
	padding-right: 10px;
}


/* Pretty Lists
---------------------------------------------------------- */
#PrettyList h4 {
	padding-left: 120px;
}
#PrettyList h4.noImage {
	padding-left: 10px;
}
#PrettyList h5.subTitle {
	color: #4f7199;
	padding-left: 0;
	margin: -0.6em 0 0 120px;
}
#PrettyList h5.subTitle.noImage {
	margin: -0.6em 0 0 10px;
}
#PrettyList .listMainImage {
	float: left;
	margin-top: -0.7em;
}
#PrettyList .listIntroText {
	float: right;
	width: 580px;
}
#PrettyList .listIntroText p {
	padding: 0;
}
#PrettyList .listIntroText a.readMore {
	padding-left: 0;
}
#PrettyList .listIntroText.noImage {
	float: none;
	width: auto;
	padding: 0 10px;
}

#PrettyList.tight h4 {
	padding-left: 80px;
}
#PrettyList.tight h5.subTitle {
	color: #4f7199;
	margin: -0.6em 0 0 80px;
}
#PrettyList.tight .listMainImage {
	float: left;
	margin-top: -6px;
}
#PrettyList.tight .listIntroText {
	float: right;
	width: 620px;
}

#Content.narrow #PrettyList .listIntroText {
	width: 420px;
}


/* RightSideBar
---------------------------------------------------------- */
.rightSideBar {
	float: right;
	width: 300px;
	margin-left: 20px;
	clear: right;
}



/* Header
---------------------------------------------------------- */
#Header {
	background: url('../images/header-bg.jpg') no-repeat top left;
	height: 106px;
	padding-left: 10px;
}
#Logo {
	float: left;
	width: 87px;
	height: 89px;
	margin-top: 17px;
	text-indent: -9999px;
	background: url('../images/logo.jpg') no-repeat top left;
}
#TagLine {
	float: left;
	color: #8f3180;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	text-transform: uppercase;
	margin-top: 68px;
}
	#TagLine .maori {
		font-weight: normal;
	}



/* Menu1
---------------------------------------------------------- */
#Menu1 {
	height: 55px;
	overflow: hidden;
	background: url('../images/menu1-bg.gif') no-repeat top left;
}
#Menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 28px;
}
#Menu1 ul li {
	float: left;
}
#Menu1 ul li a {
	display: block;
	float: left;
	padding-left: 15px;
	color: white;
	font-size: 1.6em;
	letter-spacing: -0.03em;
	font-weight: 200;
	text-decoration: none;
}
#Menu1 ul li a.section {
	background: #dfdfdf;
	color: #8f3180;
}
#Menu1 ul li a span {
	display: block;
	float: left;
	padding-right: 14px;
	cursor: pointer;
}

/* Left Side Bar
---------------------------------------------------------- */
#LeftSidebar {
	width: 220px;
	float: left;
}

/* Menu2
---------------------------------------------------------- */
#Menu2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Menu2 li.section {
	background: #dfdfdf;
}
#Menu2 li a {
	display: block;
	font-size: 1.25em;
	letter-spacing: -0.03em;
	font-weight: 200;
	font-style: normal;
	padding-left: 10px;
	height: 27px;
	text-decoration: none;
}
#Menu2 li a:hover {
	background: #003471;
	color: white;
}
#Menu2 li.section a {
	background: #dfdfdf;
	color: #8f3180;
	border-bottom: 1px solid #4d6175;
}
#Menu2 li a span {
	position: absolute;
	margin-top: 6px;
	cursor: pointer;
}
	#Menu2 li.section ul {
		margin: 0;
		padding-bottom: 0.75em;
		padding-top: 0.25em;
		background: #dfdfdf;
		list-style: none;
	}
	#Menu2 li.section ul li a {
		height: 20px;
		font-size: 1em;
		border: none;
		padding-left: 20px;
	}
	#Menu2 li.section ul li a:hover {
		background: none;
		color: #8f3180;
	}
	#Menu2 li.section ul li a span {
		position: relative;
		margin: 0;
	}	
	#Menu2 li.section ul li a:hover,
	#Menu2 li.section ul li a.section {
		text-decoration: underline;
	}

#Menu2 li a .linkTo28,
#Menu2 li a .linkTo30 {
	letter-spacing: -0.07em;
}

/* Content
---------------------------------------------------------- */
#Layout {
	padding: 24px 10px;
	background: url('../images/gradient-bg.jpg') repeat-x top left;
}
#Content {
	width: 700px;
	float: right;
}
#Content.narrow {
	width: 540px;
	float: left;
	padding-left: 20px;
}
#Content.wide {
	width: 940px;
	clear: both;
}

#Content #Column1,
#Content #Column2,
#Content #Column3 {
	float: left;
	width: 300px;
	margin-right: 20px;
}
#Content #Column3 {
	margin-right: 0;
}

#RightImages {
	float: right;
	width: 140px;
}


/* Content - Intro
---------------------------------------------------------- */
#MainImage {
	width: 380px;
	float: right;
	height: 120px;
	margin-top: -1.05em;
	clear: right;
	margin-left: 20px;
}
#MainImage.width220 {
	width: 220px;
	height: auto;
}



/* Home
---------------------------------------------------------- */
#HomeContent {
	background: #f6f6fa url('../images/home-box-bg.jpg') repeat-x;
	width: 600px;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	font-size: 1.1em;
	line-height: 1.2em;
}
	#HomeContent p {
		margin-bottom: 0.2em;
	}
	#HomeContent ul li {
		margin-bottom: 0.2em;
	}

#HomeRightBar {
	width: 300px;
	float: right;
	padding-left: 20px;
}
	#Donate.goldBox,
	#Products.goldBox {
		width: 140px;
		float: right;
	}
	#Donate.goldBox {
		float: left;
	}

#BottomArea #WhatsNew {
	width: 220px;
	float: left;
}
#BottomArea #Highlighted {
	width: 380px;
	float: right;
}

#WhatsNew ul p {
	line-height: 1.1em;
	font-size: 0.8em;
	padding-left: 2px;
	margin-top: -0.6em;
	padding-bottom: 0.3em;
}

#BecomeAMember,
#Donate,
#Products {
	height: 10px;
	overflow: hidden;
}


/* Issues Pages
---------------------------------------------------------- */
#PrettyList.issues h4 {
	padding-left: 240px;
}
#PrettyList.issues .listIntroText {
	width: 460px;
}

#Updates.narrow {
	width: 380px;
}


/* Resource Pages
---------------------------------------------------------- */
#ResourceQuickSearch form {
	margin-bottom: 1.25em;
	margin-top: -0.5em;
	font-size: 0.9em;
}

#MemberResourcesSection .goldBox {
	width: 220px !important;
	margin-right: 20px !important;
}
#MemberResourcesSection #Column4 {
	margin-right: 0 !important;
	float: left;
}


/* Advocacy
---------------------------------------------------------- */
#AdvocacyRightBar {
	float: right;
	width: 300px;
	padding-left: 20px;
	clear: right;
	background: white;
	margin-top: 1.5em;
}
#AdvocacyRightBar #RelatedInformation {
	margin: 0;
	float: none;
}
#AdvocacyMembers ul {
	list-style: none;
}
#AdvocacyMembers ul li {
	margin-bottom: 0.5em;
	font-weight: bold;
}



/* Contact Page
---------------------------------------------------------- */
#Form_ContactForm {
	float: left;
	width: 340px;
}



/* Action Holder
---------------------------------------------------------- */
#LeftColumn {
	width: 340px;
	float: left;
}
#RightColumn {
	width: 340px;
	float: right;
}
.highlightBoxImage {
	float: right;
	margin-top: -0.7em;
	margin-left: 1em;
}


/* Talk
---------------------------------------------------------- */
#Responses h4 span.male {
	color: #4f7199;
}
#PrettyList.talkHome,
#TalkHomeContent {
	clear: left;
	width: 620px;
	float: left;
}
#AdditionalInfo {
	float: right;
	width: 460px;
	margin-left: 20px;
}
.talkMessage {
	margin-bottom: 1.5em;
	padding: 18px 5px 1px 10px;
	background: url('../images/message.gif') no-repeat top left;
	color: white;
	cursor: pointer;
	width: 585px;
}
.advocacyMessage {
	margin-bottom: 1.5em;
	padding: 18px 5px 1px 10px;
	background: url('../images/message.gif') no-repeat top left;
	color: white;
	cursor: pointer;
	width: 440px;
}
h4#QuestionHeading {
	padding-left: 0;
	margin: 1em 0 0 0;
	border-bottom: none;
}
.question {
	border-top: 1px solid #dfdfdf;
	padding: 0.75em 0;
}
.question p {
	margin: 0.1em 0;
	font-size: 0.9em;
}

div.graph {

}
.graph .gLabel {
	width: 40px;
	float: left;
	clear: left;
	text-align: right;
}
.graph .amount {
	width: 400px;
	margin-left: 45px;
}
.graph .yes {
	background: green;
	color: white;
	padding-left: 5px;
	margin-bottom: 2px;
	width: 1px;
}
.graph .no {
	background: #4f7199;
	color: white;
	padding-left: 5px;
	margin-bottom: 1.5em;
	width: 1px;
}



/* Members / Our Work
---------------------------------------------------------- */
#ForgotPassword {
	display: none;
}

#MemberName {
	float: right;
	margin-top: 8px;
}
#MemberName a.logOut {
	font-size: 0.7em;
	text-decoration: underline;
}

#OurWorkContent {
	width: 380px;
	float: left;
}
#OurWorkRightBar {
	float: right;
	width: 320px;
}
#OurWorkActions {
	width: 300px;
	margin-left: 20px;
}

#Outcome {
	width: 380px;
}

/* Key Dates List */
#KeyDates {
	width: 380px;
}
#KeyDates.wider {
	width: auto;
}
#KeyDates ul li {
	padding-bottom: 10px;
	clear: left;
}
#KeyDates ul li a {
	display: inline;
}
#KeyDates .date {
	width: 60px;
	display: block;
	float: left;
	line-height: 1em;
}
#KeyDates .date .year {
	font-size: 0.9em;
}
#KeyDates .desc {
	width: 290px;
	float: left;
	line-height: 1em;
	display: block;
}
#KeyDates.wider .desc {
	width: 550px;
}
#KeyDates .hidekey-dates {
	display: none;
}

/* Footer
---------------------------------------------------------- */
#Footer {
	background: #dcdcdc;
	font-size: 0.9em;
	font-weight: 200;
}
	#Footer ul {
		list-style: none;
		margin: 0;
		clear: both;
	}
	#Footer ul li {
		display: inline;
		padding-left: 10px;
		padding-right: 10px;
	}
	#Footer ul div {
		display: inline;
	}
#FooterContactDetails {
	background: url('../images/footer-top-bg.gif') no-repeat top left;
	height: 40px;
	color: white;
	text-transform: uppercase;
	line-height: 1.2em;
	padding-top: 10px;
}
	#FooterContactDetails a {
		color: white;
		text-transform: lowercase;
	}
	#FooterContactDetails .label {
		font-size: 0.8em;
	}
#FooterInfo {
	background: url('../images/footer-bot-bg.jpg') no-repeat top left;
	padding-top: 10px;
	height: 80px;
	color: gray;
}
#FooterMenu {

}
#FooterCopy {
	margin-top: 30px;
	padding-left: 10px;
}
	#FooterCopy img {
		vertical-align: bottom;
	}




/* Search
---------------------------------------------------------- */
#SearchForm_SearchForm {
	float: right;
	width: 185px;
	padding-top: 70px;
}
#Search {
	float: left;
	width: 120px;
}
#SearchForm_SearchForm_Search {
	float: left;
	width: 120px;
	background: #dfdfdf;
	border: 1px solid gray;
	height: 14px;
}
#SearchForm_SearchForm_action_results {
	float: left;
	width: 60px;
}


/* Search Results
---------------------------------------------------------- */
#PageNumbers {
	height: 35px;
}
#PageNumbers a,
#PageNumbers span.currentPage {
	display: block;
	float: left;
	padding: 1px 5px;
	background: #F5F3EE;
	margin-right: 6px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
#PageNumbers span.currentPage {
	color: white;
	background: #8f3180;
}



/* Blank Pages
---------------------------------------------------------- */
body.blankPage {
	background: white;
}
#Header.blankPage {
	height: 50px;
}
#Header.blankPage #TagLine {
	margin-top: 12px;
}
#BlankContent {
	padding: 10px;
	background: url('../images/gradient-bg.jpg') repeat-x top left;
}
