/* Our own rules, loaded after the vendored basic.css. Keep them here so
   basic.css stays a clean copy of the template and easy to diff. */

/* basic.css sets height:100% here, which only works in quirks mode: the
   template ships without a doctype. We serve one, so that height resolves
   to auto and the element shrinks to the content column, clipping the
   800px tall artwork part way down. Pin it to the artwork height. */
#ArtworkHelper {
	min-height: 800px;
}

/* The header holds only our wordmark. basic.css sizes this box for the
   template's logo plate and statues, which are gone, so widen it to the
   menu column and drop the 4px indent. */
#LeftArtwork {
	left: 0px;
	width: 180px;
}

/* The wordmark sits directly above the login box, as wide as the menu. The
   image is drawn at 2x and scaled down here so it stays sharp on a
   high-density screen. */
#LeftArtwork #SiteLogo {
	position: absolute;
	left: 0px;
	bottom: 6px;
	width: 180px;
	z-index: 5;
	display: block;
}

#LeftArtwork #SiteLogo img {
	display: block;
	width: 180px;
	height: auto;
}
