/* ------------- UNIVERSAL ------------- */

body {
	background:#832923;
	height:100%; 
	font-family:"Trebuchet MS", "Lucida Grande", verdana, arial, sans-serif;
	line-height:22px;
	font-size:14px;
	color:#4a473a;
}

a { color:#943129;}
a:hover { color:#d84a34; }

h1, h3, h4 {
	padding:11px 0px 0px 0px;
}

p {
	padding:0px 0px 11px 0px;
}

h1 {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#942e28;
}
h2 {
	letter-spacing:0.8px;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	color:#942e28;
}
h3 {
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#942e28;
	letter-spacing:0.6px;
	padding-bottom:4px;
}
h4 {
	color:#942e28;
	font-size:15px;
	font-weight:bold;
	text-transform:none;
	padding-bottom:5px;
}
h5 {
	font-size:15px;
	text-transform:none;
	padding-bottom:5px;
}

em {
	font-style:italic;
	font-weight:normal;
}
strong {
	font-weight:bold;
}

input.field {
	color:#877f6a;
	font-size:14px;
	background:#fbf9f5;
	border-style:none;
	padding-left:5px;
}

span.clear-both { clear:both; overflow:hidden; height:1px; display:block; }
span.hide { display:none; }
span.uppercase { text-transform:uppercase; }

span.download-pdf {
	background: url('../images/icon-pdf.gif') no-repeat 3px 7px;
	padding:5px 0px 11px 35px;
	display:block;
 }

/* ------------- STRUCTURE ------------- */

#container {
	display:block;
	background: url('../images/bg.jpg') repeat-y top center;
}

#hd, #bd, #ft {
	background:#f1eadb;
	width:940px;
	margin:0px auto;
	clear:both;
}

/* ------------- HEADER ------------- */

#hd {
	background: url('../images/bg-head-image.jpg') no-repeat top right;
	height:200px;
}
	#hd h1 {
		width:210px;
		background:#fdfefd;
		display:block;
		padding:0px;
	}
	#hd h1 a {
		width:210px;
		height:200px;
		display:block;
		background: url('../images/hd-logo.gif') no-repeat center center;
	}

/* ------------- BODY ------------- */

#bd {
	background: url('../images/bg-body.gif') repeat-y;
}
	table {
		width:100%;
		border:solid 1px #c6d2dc;
		margin-bottom:22px;
	}
		table tr { background:#dbe0e2; }
		table tr.alt { background:#ede7dc; }
		table td.head { background:#cfdbe5; }
		table tr.alt td.head { background:#dbe0e1; }
		td { padding:3px 10px 3px 10px; }
		td a { color:#49473a; }

	img.frame {
		padding:6px;
		border:solid 1px #d0c9ba;
		background:#ffffff;
	}
	
	table.detail th {
	    padding: 1px 0px 2px 20px;
    }
    table.detail {
        margin-top:5px;
    }
    table.detail tr.even {
        background:#d3dae0;
    }

	.calender-item {
		border-top:solid 1px #bdb7ab;
		padding:11px 0px 0px 0px;
		margin:11px 0px 0px 0px;
	}

	#sidebar {
		width:170px;
		float:left;
		padding:0px 20px 40px 20px;
		font-size:12px;
		margin:0px;
		overflow:hidden;
		line-height:18px;
	}
	#sidebar h4 {
		font-size:12px;
		text-transform:uppercase;
		letter-spacing:0.4px;
	}
	#sidebar p {
		clear:left;
	}
	
	#sidebar li {
		/*border-bottom:solid 1px #bdb7ab;*/
		background:transparent url(../images/bg-sidebarline.gif) no-repeat center bottom;
		padding:0px 0px 11px 0px;
		clear:both;
		margin:0px;
	}
    #bd #content-holder .sidebar li.last {
		background-image:none;
	}
	.right-sidebar {
        margin-left:-4px;
        position:relative;
    }
	
    #bd #sidebar .main-nav li {
        background-image:none !important;
        border-style:none;
    }
    #bd #sidebar .main-nav li a {
        background-image:none !important;
    }
	#sidebar .main-nav {
		line-height:22px;
		margin:0px -20px 0px -20px;
		padding:11px 0px 0px 0px;
	}
		#sidebar .main-nav li {
			font-size:15px;
			margin:0px;
			padding:0px;
			display: inline;
			border-style:none !important;
			border:0 !important;
			background-image:none;
		}
		#sidebar .main-nav li ul {
	        display:none;
	    }
	    #sidebar .main-nav li ul li {
	        border-style:none !important;
			border:0 !important;
	    }
		#sidebar .main-nav li a {
			text-decoration:none;
			color:#3e658e;
			display:block;
			padding:2px 0px 2px 25px;
			border-style:none !important;
			border:0 !important;
			background-image:none;
		}
		#sidebar .main-nav li a:hover {
			background:#f1eadb;
			text-decoration:underline;
		}
		#sidebar .main-nav li.selected {
			color:#fff;
		}
		#sidebar .main-nav li img {
	        display:none;
	    }
		#sidebar .main-nav li.selected a, #sidebar .main-nav li.selected a:hover {
			background:#3d7cb9;
			color:#fff;
		}
		    #sidebar .main-nav li.selected ul {
		        padding-bottom:15px;
		        padding-top:5px;
		    }
		    #sidebar .main-nav li.selected ul li {
	            font-size:13px;
	        }
	        #sidebar .main-nav li.selected ul li.selected a {
                font-weight:bold;
            }
	        #sidebar .main-nav li.selected ul li a {
	            background:transparent;
	            color:#3E658E;
	            padding-left:40px;
	        }
	        #sidebar .main-nav li.selected ul li a:hover {
                background:#f1eadb;
                color:#3E658E;
            }

            .logged-in1 {
            	display:inline;
            }
            #sidebar .logged-in1 {
            	display:block;
            }
            .logged-in0 {
            	display:none;
            }
            
            
            .logged-out0 {
            	display:inline;
            }
            #sidebar .logged-out0 {
            	display:block;
            }
            .logged-out1 {
            	display:none;
            }
        
        

		.input-field {
			display:block;
			overflow:auto;
			margin:0px 0px 6px 0px;
			padding:0px;
		}
		.input-field .full-field {
			display:block;
			background: url('../images/bg-field-01.gif') no-repeat 0px 0px;
			border-style:none;
			height:26px;
			padding:3px 6px 0px 6px;
			margin:0px 0px 0px 0px;
			width:155px;
		}
			.input-field .full-field input {
				border-style:none;
				width:145px;
			}
		.input-field .password {
			display:block;
			background: url('../images/bg-field-02.gif') no-repeat 0px 0px;
			border-style:none;
			height:26px;
			padding:3px 6px 0px 6px;
			width:85px;
			float:left;
		}
			.input-field .password input {
				width:80px;
				float:left;
			}
		.input-field .button {
			float:left;
			display:inline;
			margin-left:3px;
		}
	
		#sidebar .search {
			background: url('../images/bg-search.gif') no-repeat;
			height:26px;
			width:174px;
			padding:2px 0px 0px 6px;
			margin:11px 0px 0px 0px !important;
			display:block;
		}
			#sidebar .search .field {
				width:125px;
				margin:0px;
				padding:0px;
			}
			#sidebar .search .button {
				border-style:none;
				background:none;
				width:28px;
				text-align:center;
				height:20px;
				margin:0px;
				color:#fff;
				padding:0px 0px 0px 0px;
				margin:0px 0px 0px 8px;
			}
			#sidebar .search .button:hover {
				cursor:pointer;
			}
			
	#content-holder {
	      display:block;
	      width:730px;
	      float:left;
	}
	
	#content {
		width:480px;
		padding:0px 0px 40px 25px;
		margin:0px;
	}
	#content ul {
		padding:0px 0px 11px 16px;
		margin:0px;
	}
	#content li {
		list-style:disc;
	}
	#content-holder .sidebar {
		line-height:18px;
		margin:0px 0px 0px 0px;
		padding:0px;
		float:right;
	/*	height:400px; */
		width:203px;
		font-size:12px; 
		display:block;
		overflow:hidden;
	}
		#content-holder .sidebar p {
			margin:0px;
		}
		#content-holder .sidebar img {
			padding-bottom:10px;
		}
		#content-holder .sidebar h4 {
			font-size:12px;
			text-transform:uppercase;
			letter-spacing:0.4px;
		}
		#content-holder .sidebar li {
			list-style:none;
			padding:15px 0px 11px 20px;
			margin:0px;
			clear:left;
			width:171px;
			background: url('../images/bg-sidebarline.gif') no-repeat center bottom;
		}
		#content-holder .sidebar li .calender {
		      margin:0px 0px 0px -20px;
			padding:0px;
		}
		#content-holder .sidebar li h4 {
			padding: 0px 0px 3px 0px;
			margin:0px;
		}
			#content-holder .sidebar li ul {
				padding:0px 0px 11px 0px;
				margin:0;
			}
			#content-holder .sidebar li ul li {
				padding:0px 0px 0px 15px;
				border-style:none;
				background: url('../images/bullet-arrow-01.gif') no-repeat 3px 6px;
			}
		

		#content-holder .sidebar div.caption {
			background: url('../images/bg-caption.gif') no-repeat left bottom;
			color:#88502f;
			padding:0px 11px 11px 11px;
			margin-top:20px;
			margin-bottom:11px;
			font-size:12px;
			line-height:18px;
			width:137px;
		}
			#content-holder .sidebar div.caption img {
				padding:0px;
				margin:-10px -11px 0px -11px;
			}

#content-holder .home-links {
	background:#f1eadb;
	margin:0px 0px 0px 15px;
	padding:0px 0px 22px 10px;
	border-bottom:solid 1px #cbc5b8;
}
	#content-holder .home-links ul li {
		background: url('../images/bg-caption.gif') no-repeat bottom left;
		width:157px;
		list-style:none;
		padding:0px 0px 10px 0px;
		margin:0px 15px 0px 0px;
		float:left;
		display:inline;
		height:138px;
	}
	#content-holder .home-links ul li p {
		color:#88502f;
		padding:0px 11px 0px 11px;
		font-size:12px;
		line-height:18px;
	}
	#content-holder .home-links ul li h4 {
		padding:0px 0px 3px 11px;
	}
	#content-holder .home-links ul li h4 a {
		text-decoration:none;
		color:#942e28;
	}
	#content-holder .home-links ul li h4 a:hover {
		text-decoration:underline;
	}

p.intro {
	font-size:16px;
	color:#1e5f7e;
	background:#d7e4f4;
	padding:11px 0px 11px 25px;
	margin:0px 0px 0px 0px;
	border-bottom:solid 20px #f1eadb;
	display:block;
}
p.caption {
	font-size:12px;
	line-height:18px;
}

#content div.locator {
	background:#ffffff;
	border:solid 1px #bfb9ad;
	display:block;
	padding:0px 10px 0px 10px;
	width:452px;
	height:665px;
	overflow:hidden;
}
      #content div.locator .list {
          padding-top:10px;
          overflow:auto;
        height:655px;
        font-size:12px;
      }
	#content div.locator h3 {
		text-transform:none;
	}
	#content div.locator ul {
		padding:0px 0px 11px 0px;
		margin:0px;
	}
	#content div.locator li {
		list-style:none;
		padding:0px;
		margin:0px;
	}
	#content div.locator #map {
		margin:0px -10px -11px 0px;
		width:335px;
		padding-left:5px;
		overflow:hidden;
		float:right;
		border-left:solid 1px #bfb9ad;
	}

	.forum-container .editor {
	    padding:0px 10px 0px 10px;
	    margin:0px 0px 10px 0px;
	    background:#fff;
	}

/* Map Rollovers */
#content div.locator #map {
    background: #ebf7fd url('../images/nz-map.gif') no-repeat 10px 0px;
}

#content div.locator #map-overlay {
    background: url('../images/nz-map-overlay.gif') no-repeat 10px 0px;
}
#content div.locator #map-overlay.location_map_kaitaia { background: url('../images/nz-map-kaitaia.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_northland { background: url('../images/nz-map-northland.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_north-auckland { background: url('../images/nz-map-north-auckland.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_tauranga { background: url('../images/nz-map-tauranga.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_te-aroha { background: url('../images/nz-map-te-aroha.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_north-taranaki { background: url('../images/nz-map-north-taranaki.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_south-taranaki { background: url('../images/nz-map-south-taranaki.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_wanganui { background: url('../images/nz-map-wanganui.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_gisbourne { background: url('../images/nz-map-gisbourne.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_napier { background: url('../images/nz-map-napier.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_heretaunga { background: url('../images/nz-map-hastings.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_ruahine { background: url('../images/nz-map-ruahine.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_wellington { background: url('../images/nz-map-wellington.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_nelson { background: url('../images/nz-map-nelson.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_marlborough { background: url('../images/nz-map-marlborough.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_westport { background: url('../images/nz-map-westport.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_canterbury-westland { background: url('../images/nz-map-canterbury-westland.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_ashburton { background: url('../images/nz-map-ashburton.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_geraldine { background: url('../images/nz-map-geraldine.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_south-canterbury { background: url('../images/nz-map-south-canterbury.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_waimate { background: url('../images/nz-map-waimate.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_oamaru { background: url('../images/nz-map-oamaru.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_otago { background: url('../images/nz-map-central-otago.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_dunedin { background: url('../images/nz-map-dunedin.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_southland { background: url('../images/nz-map-southland.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_balclutha { background: url('../images/nz-map-balclutha.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_hutt { background: url('../images/nz-map-hutt.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_rimutaka { background: url('../images/nz-map-rimutaka.gif') no-repeat 5px 0px; }
#content div.locator #map-overlay.location_map_dannevirke { background: url('../images/nz-map-dannevirke.gif') no-repeat 5px 0px; }

/* Forums */
table.forum {
    border:1px solid #C6D2DC;
    margin:0;
    width:100%;
}
table.forum td {
    padding:9px;
    vertical-align:top;
    font-size:12px;
}
table.forum .forum {
    margin:0 0 0 10px;
}
table.forum h3 {
    font-size:14px;
    text-transform:none;
}
table.forum .icon {
    float:left;

}
table.forum td.name {
    width:150px;
    background:#CFDBE5;
}
table.forum td.topics {
    border-left:1px solid #C6D2DC;
    border-right:1px solid #C6D2DC;
    width:80px;
    background:#EDE7DC;
}
table.forum td.posts {
    border-right:1px solid #C6D2DC;
    width:90px;
    background:#EDE7DC;
}
table.forum td.lastpost {}

/* Topic */

table.topic-list {
    border-style:none;
    background:#C6D2DC;
}
table.topic-list td { padding:0px; }
table.topic-list tr.header { background:#C6D2DC; }
table.topic-list tr.header th { padding:9px; }
table.topic-list tr.header th.name { width:150px; padding-left:25px; }
table.topic-list tr.header th.views, table.topic-list tr.header th.replies { width:40px; }

table.topic {
    border:1px solid #C6D2DC;
    margin:0;
    width:100%;
}
table.topic td {
    padding:9px;
    vertical-align:top;
    font-size:12px;
}
table.topic td.posts {
    border-right:1px solid #C6D2DC;
    width:90px;
    background:#EDE7DC;
}
table.topic td.name {
    padding-left:25px;
    font-size:14px;
    text-transform:none;
    font-weight:bold;
    width:150px;
}
table.topic td.views, table.topic td.replies  {
    border-left:1px solid #C6D2DC;
    border-right:1px solid #C6D2DC;
    width:40px;
    background:#EDE7DC;
}
table.topic td.replies  {
    border-right-style:none;
}

.editor {
    margin:0;
    padding:0;
}

ul.cap-top, ul.cap-bottom {
    height:30px;
    margin:15px 0 0 0px;
    padding:0px 0px 10px 0px !important;
}
ul.cap-top li.user, ul.cap-bottom li.nav-page {
    float:left;
}
ul.cap-top li, ul.cap-bottom li {
    display:block;
    line-height:30px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
ul.cap-top li.actions, ul.cap-bottom li.actions {
    float:right;
    font-size:12px;
    text-align:right;
    width:250px;
}

.post table td.post {
    background:#EDE7DC;
}
.post table td.author {
    width:80px;
}
.post h2 {
    text-transform:none;
    padding:7px 0px 7px 12px;
    font-size:14px;
    background:#C6D2DC;
}
.post table tr.sub td {
    background:#C6D2DC;
}

/* Resources */

#member-resources {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:solid 1px #ccc5b6;
}

#member-resources table.detail th a {
    color:#49473A;
    font-weight:bold;
    padding:5px 0px 5px 0px;
}

#member-resources table.detail th a:hover {
    color:#D84A34;
}

/* ------------- FOOTER ------------- */

#ft {
	width:100%;
	background:#832923;
	background: url('../images/bg-footer.jpg') no-repeat bottom center;
	padding-bottom:60px;
	color:#555348;
}
	#ft h4 {
		font-size:12px;
		color:#3e658d;
	}
	#ft a { color:#70161b; }
	#ft a:hover { color:#d84a34; }
	#ft .inner {
		width:915px;
		margin:0px auto;
		padding:12px 25px 30px 0px;
		background: #f7f6f5 url('../images/bg-footer-hd.gif') no-repeat;
	}
	#ft .inner .col {
		float:left;
		background: url('../images/bg-col.gif') no-repeat top left;
		padding:20px 20px 0px 25px;
		font-size:12px;
		height:160px;
	}
	#ft .inner .col a {
		text-decoration:none;
		font-weight:bold;
	}
	#ft .inner .col p.border {
		padding:0px 0px 20px 0px;
		background: url('../images/bg-col-hoz.gif') repeat-x bottom left;
	}
	#ft .inner .col.copyright { width:190px; background:none; font-size:14px;}
	
	#ft .credits {
		width:950px;
		margin:0px auto;
	}
	#ft .credits a {
		background: url('../images/hd-boost.gif') no-repeat;
		width:215px;
		height:19px;
		display:block;
		float:right;
		margin:15px 20px 10px 0px;
	}

    .message-error {
        background: url('../images/error-icon.gif') no-repeat;
        padding:0px 0px 0px 80px;
    }
    .associated-kindergartens {
        padding-top:5px;
    }
    .associated-kindergartens table {
        margin:0px;
    }
    .associated-kindergartens .map-wrapper {
        margin-top:25px;
    }