/*	dargaville.net main.css

*/
* {margin:0px;}
html,body {
	height:100%;
	background-color:#fff7f7;
	color:#663;
	font-family:Verdana, Arial;
}
a			{color:#666; font-weight:bold; text-decoration:none;}
a:hover		{color:#333;}

#wrapper	{min-height:100%; height:auto !important;
			height:100%; margin: 0px auto -1em; /* the bottom margin is the negative value of the footer's height */}
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer {margin-top:-1em;}

#content	{float:left; padding:10px 20px 20px 20px;}
#content h1	{color:#7f8aa3; font-size:1.6em; font-weight:normal; margin:4px auto 2px auto;}
#content h2	{color:#7f8aa3; font-size:1.2em; font-weight:normal; margin:4px auto 2px auto;}
#content ul	{margin-left:20px; margin-right:20px; list-style:square;}

#footerpush	{height:1em;}
#footer		{clear:both; height:1em; text-align:center; font-size:0.8em;}

#showcase {float:right; width:280px; text-align:right;}
#showcase img {position:absolute; right:20px; z-index:2;}
#showcase select {margin-top:180px; color:#808080;}

#nav	{position:relative; 
		padding:0px; height:20px;
		font:11px Verdana, sans-serif;
		border-bottom:1px solid #bbb;
		list-style-type:none;
		background: #fff;
		z-index:1;}
#navlist li {float:left; padding:0px; width:auto; display:block;}
#navlist li a, #navlist li a:link {
		height:18px;
		background:#fff;
		color:#555;
		text-decoration:none;
		padding:2px 8px 0px 8px;
		display:block;}
#navlist li a:hover {
		color:#039; border-bottom:3px solid #bbb; cursor:pointer; background:#eee;}
#navlist li a#current, #navlist li a#current:link {
		color:#000; cursor:default; font-weight:bold; border-bottom:3px solid #999;}
#navlist li a#current:hover {
		border-bottom:3px solid #f90; background:#eee;}

/* mootools */
/* accordion */
.toggler {
	color: #222;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 1.2em;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
	cursor:pointer;
}

