/* navigation
---------------------------------------------------------- */


/* quicks on home page
---------------------------------------------------------- */

div.swap {
	position: relative;
	margin-top: 1em;
	height: 125px;
}
div.swap a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	border: 0;
}

/* colours (overrides)
---------------------------------------------------------- */

#nav,
#banner {
	background-color: #506269 !important;
}
ul#utility a:hover,
ul#subnav li a:hover,
#nav li.active a,
#content h1,
#content h2, 
#side h2,
#content h3,
#content a,
#content a:visited {
	color: #506269;
}
#content a {
	border-bottom-color: #819FAA;
}
#content a:hover {
	color: #000;
}


/* gallery
---------------------------------------------------------- */

div.gallery a {
	padding: 0;
}
div.gallery a:hover {
	background: none;
}
div.gallery a img {
	display: block;
	float: left;
}

/* self-clearing floats
----------------------------------------------------- */

div.gallery:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* trigger hasLayout and target ie5+6/win only */
* html div.gallery {
	height: 1%;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html div.gallery {
	min-height: 1px;
}
