/* 	
---------------------------------------------
	Site wide styles for text and layout
---------------------------------------------
*/ 

* {
	margin:0;
	padding:0;
}
body {
	font-family:'Lucida Sans', Verdana, Arial;
	font-size:0.8em;
	background-image:url(../ui/bkg_body.gif);
	background-repeat:repeat;
}
h1,h2,h3,h4,h5{
	font-weight:normal;
	margin-bottom:0.5em;
}

p{
	margin-bottom:1em;
}

#pageContent ul {
	list-style-type:circle;
	clear:both;
}

#pageContent li {
	margin-bottom:0.5em;
	margin-left:2em;
}
/* Link Styles */
a{
	color:#015030;
	text-decoration:none;
}
a:hover{color:#1EB474;text-decoration:underline;}
a:visited{color:#015030;}

#pageContent p a,
#pageContent li a,
#pageContent h2 a,
#pageContent h3 a,
#pageContent h4 a {
	color:#1B9E66;
	border-bottom:1px solid #D9ECD6;
	font-weight:bold;
}

#pageContent p a:hover,
#pageContent li a:hover,
#pageContent h2 a:hover,
#pageContent h3 a:hover,
#pageContent h4 a:hover  {
	border-bottom:0;
}

/* 	
---------------------------------------------
	 Layout block elements 
---------------------------------------------
*/

#pageContainer {
	background-image:url(../ui/bkg_pageContainer.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center; /*Hack to center the layout in IE 5 */
}

#page {
	width:760px;
	margin: 0 auto;
	text-align:left; /* Hack for IE 5 */
}

#pageContent{
	clear:both;
	padding:1% 16px;
	width:98%;
	float:left;
}

#header {
	background-image:url(../ui/bkg_header.gif);
	background-repeat:no-repeat;
	height:210px;
	padding:0 0 0 6px;
	position:relative;
	padding-top:2.6em;
}

#banner {
	clear:both;
	background-image:url(../banners/banksia.jpg);
	background-image:url(../banners/hands.jpg);
	background-repeat:no-repeat;
	height:128px;
}
	
#header h1{
	background-image:url(../ui/header_logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:108px;
	padding-top:105px;
	float:left;
	height:105px;
	height/**/:0; /* Hide this code from IE 5 (and IE6 in quirks mode) */
	overflow:hidden;
	margin:22px 0 0 32px;
	display:inline; /* Hack to stop IE margin doubling */
}

/* 	
---------------------------------------------
	Navigation layout 
---------------------------------------------
*/

#mainNavigation {
	position:absolute;
	top:-8px;
	right:0;
}
#subNavigation,
#childNavigation {
	font-size:0.9em;
	list-style-type:none;
	list-style-position:inside;
	margin:0 0 0 0;
}

#childNavigation {
	font-size:0.9em;
	display:block;
	background-image:url(../ui/bkg_white.gif);
	background-color:#FFFFFF!important;
	padding-left:11.25em;
	text-align:right;
	clear:both;
	border-top:1px solid #CCDECF;
}

#mainNavigation li {
	list-style-type:none;
	float:left;
	padding:20px 0.5em;
}
#subNavigation li,
#childNavigation li {
	border-top:6px solid #FFFFFF;
	display:inline;
	float:left;
}
#subNavigation a,
#childNavigation a {
	padding:0.2em 0.5em;
	_padding:0.15em 0.5em;
	float:left;
}

#subNavigation li.selected,
#childNavigation li.selected{
	border-top:6px solid #44864D;
	background-color:#ECF2EE;
}

#subNavigation li.selected a,
#childNavigation li.selected a{
	color:#000000!important;
}

#mainNavigation a {
	padding:0 0.5em;
	text-align:center;
	text-decoration:none;
	color:#2D2D2D;
	float:left;
}
#mainNavigation li.selected{
	background-image:url(../ui/nav_selected.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
#mainNavigation a:hover{
	color:#027948;
}
/* Hide the 'skip' links: */
li.skip {
	display:none !important;
}

/* This is the title for the subNav*/
#header h2{
	float:left;
	color:#222222;
	font-size:1.2em;
	margin:0.5em 1em;
}

/* 	
---------------------------------------------
	Content Layout
---------------------------------------------
*/

#pageContent #contentHeader{
	float:left;
	width:360px;
}

#pageContent #contentBody{
	float:left;
	width:360px;
	margin:8px 0;
}

#pageContent #contentMeta{
	clear:both;
}

#pageContent #contentHeader h1{
	font-size:2.6em;
	letter-spacing:-0.05em;
	margin:0 0 0 8px;
}
/* Accents on the first word:*/
#pageContent #contentHeader h1 span{
	display:block;
	font-size:0.8em;
	color:#027948;
	line-height:0.7em;
}

/* Text colours:*/
#pageContent h2,
#pageContent h3{
	color:#027948;
}

#pageContent h2{
	color:#027948;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	float:left;
	width:350px;
	margin:8px 0;
}

#pageContent h3{
	font-size:1.6em;
}

#pageContent #contentMeta,
#pageContent .contentMeta{
	padding:1em;
	text-align:right;
	color:#666666;
	font-size:0.8em;
}


/* 	
---------------------------------------------
	Modified content boxes for specialised content:
---------------------------------------------
*/

/* Column dividers */

#pageContent .column {
	float:left;
	width:350px;
}

#pageContent .column h2 {
	font-style:normal;
	font-size:1.3em;
}

/* 	
---------------------------------------------
	Modified content boxes for specialised content:
---------------------------------------------
*/

#pageContent .articleBlock,
#pageContent .resourceBlock{
	width:100%;
	float:left;
	margin-bottom:1em;
	border-bottom:1px solid #3DB684;
}

#pageContent .articleBlock h1{
	margin-bottom:0;
	font-size:1.6em;
}

#pageContent .articleBlock h2 {
	width:auto;
	font-size:1.3em;
	margin-bottom:1em;
}

#pageContent .articleBlock h1,
#pageContent .articleBlock h2,
#pageContent .articleBlock p,
#pageContent .articleBlock ul {
	clear:both;
}

#pageContent .articleBlock ul {
	list-style-position:inside;
	list-style-type:circle;
	margin-bottom:0.5em;
}
#pageContent .articleBlock li {
	margin-bottom:0.5em;
	padding-left: 1em;
}

#pageContent .summary .imageBox {
	float:left;
	clear:none;
	width:auto;
	margin-right:24px;
}
#pageContent .summary #contentBody {
	float:right;
	padding:1em 0;
	width:580px;

}
#pageContent a.continue {
	background-image:url(../ui/icon_readMore.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding:0.5em 32px 0.75em 0;
	float:right;
	clear:right;
}

/* 	
---------------------------------------------
	Little accenty images!
---------------------------------------------
*/


#pageContent .gumnuts{
	padding-bottom:84px;
	border-bottom:0;
	background-image:url(../ui/divider_gumNuts.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#pageContent .pods{
	padding-bottom:84px;
	border-bottom:0;
	background-image:url(../ui/divider_acaciaPod.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
}
/* 	
---------------------------------------------
	Home page:
---------------------------------------------
*/

#home #pageContent #contentBody {
	width:100%;
	clear:both;
}

#home #pageContent .featureBox {
	width:318px;
	_width/**/:334px;
	float:left;
	margin:8px;
	margin-left:0;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

#home #pageContent .bigFeature {
	width:700px;
	float:left;
	margin:8px 0;
}

#home #pageContent .bigFeature h3 {
	font-size:2.2em;
}

#home #pageContent .column .summaryBox{
	border:0;
}


/* 	
---------------------------------------------
	Search Results and summaries:
---------------------------------------------
*/
#search #pageContent #contentHeader,
#search #pageContent #contentBody {
	width:100%;
}

#search #pageContent h1,
#search #pageContent h2,
#search #pageContent h3 {
	width:auto;
}

/* A paginated results list */
#search #pageContent ol.results{
	list-style:none;
	float:right;
	height:2em;
}

#search #pageContent ol.results li{
	display:inline;
}

#search #pageContent ol.results li a{
	display:block;
	float:left;
	padding:0.5em;
	margin-left:0.5em;
	background-color:#FFFFFF;
	border:1px solid #98C49E;
}

#search #pageContent ol.results li a:hover{
	background-color:#98C49E;
	color:#FFFFFF;
}

/* The heading for the page list */

#search #pageContent #contentHeader h3{
	text-align:right;
	font-size:0.9em;
}

/* Boxes for article summaries - like search results*/

.summaryBox {
	border-bottom: 1px solid #98C49E;
	padding-top:1em;
}

.summaryBox img{
	float:left;
}
/* 	
---------------------------------------------
	SubSection Boxen!
---------------------------------------------
*/

.subSection {
	height:20em;
	background-color:#ECF8ED;
	border:1px solid #8BA898;
	float:left;
	width:220px;
	margin:10px;
	overflow:hidden !important;
	position:relative;
}

.subSection h3 {
	top:0;
	left:0;
	position:absolute;
	z-index:10;
	padding:10px;
	color:#FFFFFF !important;
	background-image:url(../ui/bkg_h3_cord.gif);
	background-repeat:repeat-x;
	width:220px; /* hacked width for IE 5 (you suck microsoft!) */
	width/**/:200px;
}
.subSection img {
	z-index:5;

	
	
	}

/* 	
---------------------------------------------
	Shop Stylee!
---------------------------------------------
*/

#shopBrowse .category h2{
	width:100%;
	font-size:2.6em;
	letter-spacing:-0.05em;
	font-family:'Lucida Sans', Verdana, Arial;
	font-style:normal;
}

/* 	
---------------------------------------------
	Product Preview Boxen!
---------------------------------------------
*/

.productThumb {
	height:16em;
	background-color:#ECF8ED;
	border:1px solid #8BA898;
	float:left;
	width:130px;
	margin:5px;
	overflow:hidden !important;
	position:relative;
}

.productThumb h3 {
	top:0;
	left:0;
	position:absolute;
	font-size:1.0em!important;
	z-index:10;
	padding:10px;
	color:#FFFFFF !important;
	/*background-image:url(../ui/bkg_h3_cord.gif);*/
	background-repeat:repeat-x;
	width:130px; /* hacked width for IE 5 (you suck microsoft!) */
	width/**/:120px;
}
.gold .productThumb h3 {
	background-color:#A1A446;
}
.brown .productThumb h3 {
	background-color:#8E5F49;
}

.productThumb img {
	z-index:5;

	
	
	}
	
/* 	
---------------------------------------------
	Image Boxen!
---------------------------------------------
*/
#pageContent .imageBox{
	float:left;
	width:350px;
	margin:8px 0;
}
a img {
	border:0;
}
img.thumbnail,
a img.thumbnail,
img.snap,
a img.snap{
	border:4px solid #98C49E;
	margin:0 8px 8px 8px;
}
a:hover img.thumbnail {
	border-color:#C2FF8B;
}

.mediaBlock {
	padding:8px;
	background-color:#FFFFFF;
	border:1px solid #98C49E;
	margin:1em 0;
}

/* 	
---------------------------------------------
	DIARY STYLES
	Customisation for articles in diary format:
	
---------------------------------------------
*/
	#pageContent .diary{
		padding:64px 36px 0 36px;
		margin:0;
		width:auto;
		background-color:#FFFFFF;
		background-image:url(../ui/bkg_diary_top.jpg);
		background-repeat:no-repeat;
		background-position:center top;
		border:0;
	}

	#pageContent .diary img.snap {
		float:right;
		padding:4px;
		background-color:#D6E8D8;
		border:1px solid #98C49E;
		margin:16px 16px 8px 24px;
	}
	
	#pageContent .diary p{
		clear:none;
		width:auto;
	}
	
	#pageContent .diary .captionWrapper {
		float:right;
		width:260px;
		padding:0 16px;
		margin:0 16px 8px 24px;
		text-align:center;
	}
	
	#pageContent .diary .captionWrapper p{
		font-size:0.8em;
		color:#717171;
		clear:both;
	}
	
	#pageContent .diary .captionWrapper img{
		padding:4px;
		margin:0 0 0.8em 0;
		background-color:#D6E8D8;
		border:1px solid #98C49E;
	}
	
	#pageContent .diary h1{
		margin-bottom:0.5em;
	}
	
	#pageContent .diary h2 {
		width:100%;
		clear:both;
	}
	
	#pageContent .firstPage {
		background-image:url(../ui/bkg_diary_first.jpg);
		padding:48px 36px 0 36px;
	}
	
	#pageContent .firstPage h1{
		font-size:3em;
		color:#619166;
		float:left;
		letter-spacing:-0.04em;
		width:360px;
	}
	
	#pageContent .firstPage p{
		clear:left;
	}

/* 	
---------------------------------------------
	Volunteer Profiles
---------------------------------------------
*/

#profile {
	float:left;
	clear:both;
	margin-bottom:20px;
	padding-bottom:20px;
}
#profile img{
	margin:0;
}
#profile h2{
	width:99% !important;
	margin-bottom:1.5em !important;
	margin-top:0px !important;
}
#profile p {
    margin-top:1em;
}
#volunteerImages img.thumbnail {
    margin:0 4px;
}
	
/* 	
---------------------------------------------
	Footer!
---------------------------------------------
*/
#footer {
	border-top:1px solid #eeeeee;
	background-color:#ffffff;
	clear:both;
	padding:2em 1em 1.5em 1em;
}
#footer h1 {
	float:left;
	/* Image Replacement */
	width:72px;
	height:58px;
	height/**/:0;
	padding-top:58px;
	overflow:hidden;
	/* Background Image */
	background-image:url(../ui/footer_logo.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#footer div {
	float:right;
}
#footer span {
	display:block;
	clear:both;
}
#footer p {
	text-align:right;
	margin:0 0 0 3em;
	float:left;
}

/* 	
---------------------------------------------
	FORM STYLES:
	This can go into a dedicated file eventually
	I'm leaving it here for ease of testing for now
---------------------------------------------
*/

form {
	width:100%;
	float:left;
}

fieldset {
	border:0;
	margin:1em;
	padding:2em;
}

legend {
	font-size:1.8em;
	letter-spacing:-0.03em;
	color:#027948;
}

form table {
	width:100%;
}

form table th {
	text-align:left;
	padding:0.75em 0.25em 0.25em 0.25em;
}

form table td {
	border:0;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:0.25em;
}

form table label {
	width:auto;float:left;
	margin:0;
	clear:none;
}

form table .option {
	background-image:url(../ui/bkg_formInput_td.gif);
	background-repeat:no-repeat;
	background-position:top left;
	border:0;
	height: 55px;
	padding:0 -24px 0 16px;
	margin:8px;

}

form table .option input {
	width:24px;
	text-align:left;
	display:inline;
}

form table .option label {
	background-image:url(../ui/bkg_formInput_label.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding: 0 1em 0 0;
	margin:-3px -25px 0 8px;
	height:100%;
	width:110px;
	text-align:center;
}
form table .select{
	background-image:url(../ui/bkg_formInput_td_select.gif);
}
form table .select label{
	background-image:url(../ui/bkg_formInput_option_select.gif);
}

#caramel {
	float:right;
	padding:16px;
	font-size:0.8em;
	position:relative;
}
#caramel p{
	clear:both;
	text-align:right;
	position:relative;
	z-index:10;
	top:-8px;
	right:3px;
}

#pageContent dl {
	float:left;
	width:100% !important;
	margin:1em 0;
	padding:0;
	border-top:1px solid #99999;
}

#pageContent dt {
	clear:left;
	float:left;
	width:24%;
	margin-bottom:0.25em;
	font-weight:bold;
	text-align:right;
	margin-right:1em;
}

#pageContent dd {
	clear:right;
	margin-bottom:0.25em;
	font-weight:normal;	
}

.he-required {border-color:#1EB474!important;}
.attention {border-color:red!important;}

#userMessage{
	clear:both;
	padding:1em 1em 1em 64px;
	margin:0 1em 1em 1em;
	border:1px solid #CCCCCC;
	background-color:#E6E6E6;
	background-position:16px 16px;
	background-repeat:no-repeat;
}

#userMessage h3 {
	margin-bottom:0.5em;
}

#userMessage.formError{background-image:url(../ui/icon_userMessage_warning.gif);}

/*	----------------------------------------------------------------------
	Ordering:
*/
#pageContent .buttonBar {
	border:1px solid #CCCCCC;
	background-color:#ECF2EE;
	clear:both;
	float:left;
	width:100%;
	text-align:right;
	margin:1em 0!important;
	margin-top:1em!important;
}

#pageContent #confirm .buttonBar p {
    text-align:left;
    float:left;
    width:78%;
    padding:0.5em;
    padding-top:1.2em;
    font-size:0.9em;
}
#pageContent .buttonBar button {
	margin-right:1em;
	float:right;
}

#pageContent #confirm h3 {
    float:left;
    width:100%;
}

#pageContent #confirm h4 {
    float:left;
    width:100%;
    font-weight:bold;
    font-size:1.1em;
    color:#666666;
}

#confirm .block {
	border:1px solid #cccccc;
	background-color:#ECF2EE;
	float:left;
	padding:0.8em 2%;
	width:96%;
	margin-bottom:2em;
}

#confirm .subBlock {
	float:left;
	width:100%;
	border-bottom:2px solid #999999;
	margin-bottom:1em;
}

/* THE TABLE */
#confirm table {
	width:100%;
	clear:both;
}
#confirm th,
#confirm td {
	padding:0.4em 0.6em;
	border-bottom:1px solid #cccccc;
	border-right:0;
}
#confirm thead th {
	font-weight:bold;
	background-color:#88CC88;
}
#confirm table .total {
	text-align:right;
}
#confirm tfoot th {
	text-align:right;
}
#confirm tfoot tr.total {	
	font-size:1.5em;
	padding:0.3em 0 !important;
}

p.thankyouLink {
    text-align:center;
}

/* User feedback */

p.message {
	font-size:1.1em;
	padding: 1em;
	border:1px solid #DDDDDD;
	background-color:#E9E9E9;
	clear:both;
}

p.ok,
p.warning,
p.info,
p.error {
	padding-left:42px;
	background-repeat:no-repeat;
	background-position:6px 6px;
}

p.ok{background-image:url(../ui/icon_userMessage_ok.gif);}
p.info{background-image:url(../ui/icon_userMessage_info.gif);}
p.error{background-image:url(../ui/icon_userMessage_error.gif);}
p.warning{background-image:url(../ui/icon_userMessage_warning.gif);}