/* @override http://tidbinbilla.com.au/style/everything.css */

body {
	margin: 0px;
	background-position: top center;
	background-repeat: repeat-y;
}
.printonly, .hidden {
	display: none;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
#outergraphic {
	background-position: top center;
	background-repeat: no-repeat;
}
/* backgrounds per page */
body.blue {
	background-color: #83aebd;
	background-image: url(../graphics/background-blue-repeat.jpg);
}
body.blue #outergraphic {
	background-image: url(../graphics/background-blue-image.jpg);
}
body.green {
	background-color: #a5a972;
	background-image: url(../graphics/background-green-repeat.jpg);
}
body.green #outergraphic {
	background-image: url(../graphics/background-green-image.jpg);
}
body.orange {
	background-color: #c15410;
	background-image: url(../graphics/background-orange-repeat.jpg);
}
body.orange #outergraphic {
	background-image: url(../graphics/background-orange-image.jpg);
}
/* containers */
#innercontainer {
	background: url(../graphics/inner-bg.gif) repeat-x bottom left;
	width: 973px;
	margin: auto;
}
/* page sects */
#infobar {
	padding: 13px 9px 5px 9px;
	height: 24px;
	font-size: 8pt;
}
#infobar p, #infobar a {
	color: #aaaaaa;
	text-decoration: none;
}
#infobar p {
	line-height: 24px;
	height: 24px;
	margin: 0px;
}
#infobar p.info {
	float: left;
}
#infobar p.util {
	float: right;
}
/* header */
#header {
	margin: 0px 9px;
	background-repeat: no-repeat;
	background-color: white;
	height: 210px;
	position: relative;
	z-index: 100;
	font-family: Tahoma, Arial, sans-serif;
}
#header, #header a, #header .submit {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 10pt;
}
#header h1 a span {
	display: none;
}
#header h1 a {
	width: 188px;
	height: 198px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#left {
	height: 210px;
	width: 762px;
	background: repeat-x url(../graphics/header-border-black.gif) bottom left;
}
body.orangeselected #left {
	background-image: url(../graphics/header-border-orange.gif);
}
body.blueselected #left {
	background-image: url(../graphics/header-border-blue.gif);
}
body.greenselected #left {
	background-image: url(../graphics/header-border-green.gif);
}
#right {
	position: absolute;
	left: 766px;
	top: 0px;
	width: 189px;
	height: 210px;
	background: repeat-x url(../graphics/header-border-black.gif) bottom left;
}
#nav {
	height: 48px;
	position: absolute;
	z-index: 200;
	top: 152px;
	left: 193px;
}
#nav .toplink {
	padding-top: 22px;
	padding-left: 7px;
	margin-right: 4px;
	text-transform: uppercase;
	width: 180px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	background-repeat: repeat-x;
}
#nav .item {
	float: left;
	display: block;
	width: 187px;
	height: 48px;
	padding-right: 4px;
}
#nav .item .submenu {
	display: none;
}
#nav .item:hover .menu,
#nav .hover .menu {
	display: block;
	position: absolute;
	color: #444444;
}
#nav .orange {
	background-image: url(../graphics/nav-orange.gif);
}
#nav .blue {
	background-image: url(../graphics/nav-blue.gif);
}
#nav .green {
	background-image: url(../graphics/nav-green.gif);
}
#nav .menu {
	width: 187px;
}
#nav .menu a:link,
#nav .menu a:visited,
#nav .menu a:hover,
#nav .menu a:active {
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	font-family: Georgia, 'Times New Roman', serif;
}
#nav .menu a:hover {
	text-decoration: underline;
}
#nav .menu .top {
	padding-top: 5px;
}
#nav .menu .heading a:link,
#nav .menu .heading a:visited,
#nav .menu .heading a:hover,
#nav .menu .heading a:active {
	font-weight: bold;
	font-family: Tahoma;
}
#nav div.orange {
	background-image: url(../graphics/nav-orange-bg.gif);
}
#nav div.blue {
	background-image: url(../graphics/nav-blue-bg.gif);
}
#nav div.green {
	background-image: url(../graphics/nav-green-bg.gif);
}
body.orangeselected #nav .orange {
	padding-bottom: 5px;
}
body.blueselected #nav .blue {
	padding-bottom: 5px;
}
body.greenselected #nav .green {
	padding-bottom: 5px;
}

/* search */
#searchBox {
	background: url(../graphics/nav-yellow.gif) no-repeat;
	width: 189px;
	height: 48px;
	position: absolute;
	z-index: 200;
	top: 152px;
}
#searchBox .field {
	background-color: white;
	margin: 6px;
	width: 169px;
	border: 0px;
	height: 12px;
	line-height: 12px;
	font-size: 7pt;
	color: #555555;
	padding: 2px 3px;
}
#searchBox p {
	margin: 0px;
	position: absolute;
	display: block;
	left: 0px;
	bottom: 0px;
	padding: 4px 6px;
}
#searchBox .submit {
	margin: 0px;
	position: absolute;
	display: block;
	right: 0px;
	bottom: 0px;
	border: none;
	background-color: yellow;
	background-color: transparent;
	padding: 5px 6px;
	cursor: pointer;
}
/* page sections */
#page {
	margin: 0px 9px;
	padding: 1px 0px 0px 0px;
	background-color: white;
	position: relative;
	z-index: 50;
	background: white url(../graphics/quicklinks-bg.gif) repeat-y top right;
}
#page .pageinner {
	background: url(../graphics/pagebg-bottom.gif) no-repeat bottom left;
	padding-bottom: 50px;
	min-height: 200px;
	position: relative;
	z-index: 100;
}
#leftbar.text {
	float: left;
	color: #797979;
	font-size: 11pt;
	font-style: italic;
	width: 149px;
	line-height: 1.6em;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
}
#leftbar.text small {
	font-size: 11px;
	padding-top: 30px;
	display: block;
	line-height: 18px;
}
.menu {
	float: left;
	width: 192px;
	clear: left;
	padding-bottom: 10px;
	background: url(../graphics/fadeborder-mid.gif) right repeat-y;
}
.menu .inner {
	background: url(../graphics/fadeborder-top.gif) top right no-repeat;
}
.menu ul {
	margin: 0px;
	font-size: 8pt;
	padding: 0px;
	list-style: none;
}
.menu ul.top {
	background: url(../graphics/fadeborder-bottom.gif) bottom right no-repeat;
	padding: 20px 14px 0px 10px ;
}
.menu ul.top li {
	margin: 0;
	padding: 0;
	background: url(../graphics/dotted.gif) repeat-x bottom left;
	line-height: 1.5em;
}
.menu ul.top li.heading a {
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	color: #555555;
	font-style: normal;
}
.menu ul.top li a {
	display: block;
	padding: 8px 0px;
	text-decoration: none;
	color: #888888;
	font-style: italic;
}
#content.homepage {
	min-height: 100px;
}
#content.homepage .menu {
 	width: 190px;
 	float: left;
}
#content.homepage .menu ul.top {
	padding-top: 10px;
}
#content {
	float: left;
	padding-left: 10px;
	padding-top: 20px;
	width: 550px;
}
#quicklinks {
	width: 169px;
	color: white;
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	padding-top: 30px;
	padding-right: 10px;
}
#quicklinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#quicklinks ul li {
	margin: 0;
	padding: 0;
	height: 33px;
}
#quicklinks ul li a {
	color: white;
	display: block;
	background: url(../graphics/dotted-grey.gif) repeat-x bottom left;
	text-decoration: none;
	font-style: italic;
	color: #eeeeee;
}
#quicklinks ul li a:hover {
	color: #bdbdbd;
}
#quicklinks ul li a span {
	padding: 7px 0px;
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
}
/* whats hapenning */
#quicklinks a.news span,
#quicklinks li.sidebarlink-14 span {
	background-image: url(../graphics/quicklink-news.gif);
}
/* getting there */
#quicklinks a.gettingthere span,
#quicklinks li.sidebarlink-15 span {
	background-image: url(../graphics/quicklink-gettingthere.gif);
}
/* birrigai outdoor school */
#quicklinks a.school span,
#quicklinks li.sidebarlink-16 span {
	background-image: url(../graphics/quicklink-school.gif);
}
/* volunteer */
#quicklinks a.volunteer span,
#quicklinks li.sidebarlink-17 span {
	background-image: url(../graphics/quicklink-volunteer.gif);
}
/* feedback */
#quicklinks li.sidebarlink-22 span {
	background: url(../graphics/quicklinks.sprite.gif) 148px 0px no-repeat;
}
/* entry fees */
#quicklinks li.sidebarlink-18 span {
	background: url(../graphics/quicklinks.sprite.gif) 148px -99px no-repeat;
}
/* opening hours */
#quicklinks li.sidebarlink-19 span {
	background: url(../graphics/quicklinks.sprite.gif) 148px -33px no-repeat;
}
/* map and guide */
#quicklinks li.sidebarlink-20 span {
	background: url(../graphics/quicklinks.sprite.gif) 148px -66px no-repeat;
}
/* quicklinks form */
#quicklinks form {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	background: url(../graphics/dotted-grey.gif) repeat-x bottom left;
}
#quicklinks form select {
	margin-top: 10px;
	width: 170px;
}
#quicklinks form span {
	display: block;
	padding-left: 1px;
}
/* footer */
#footer .images {
	line-height: 100px;
	vertical-align: middle;
	text-align: center;
}
#footer .images img {
	vertical-align: middle;
	margin: 0px 10px;
}
#footer .text {
	text-align: center;
	font-size: 7pt;
	font-family: Tahoma, Arial, sans-serif;
}
#footer .text, #footer .text a {
	color: #aaaaaa;
	text-decoration: none;
}
.searchresults .searchField {
	font-size: 10pt;
}
.mceLayout iframe {
	border: 1px solid #bbbbbb !important;
}
.publications .item {
	border-bottom: 1px solid #e1e1e1;
}
.publications .item h3, .publications .item .date, .publications .item .description {
	margin: 5px 0px;
}
.publications .item {
	padding: 10px 0px;
}
.publications .date {
	color: #aaaaaa;
}
.publications h3 a {
	text-decoration: none;
	color: inherit;
}
.publications a.view, .publications a.download {
	
}
.publications .link {
	text-align: right;
}
.searchField {
	font-size: 12pt;
	color: #444444;
	background: white url(/graphics/search-icon.gif) no-repeat left center;
	border: 1px solid #aaaaaa;
	padding: 2px 2px 2px 18px;
}
.pageresult {
	margin: 15px 0px;
}
.pageresult h5 {
	font-size: 10pt;
	margin: 0px; 
	margin-bottom: 5px;
}
.pageresult .snippit,
.pageresult .link {
	margin: 0px;
}
