
/*
---------------------------------------------------
biomi.org/Gallery - sub style sheet linking
Author:   Mikko Heikkinen / biomi.org
---------------------------------------------------
*/

/* Importing the "real" style sheets this way hides them from 4th generation browsers. */

@import url("../gallery-basic.css");
@import url("../gallery-theme-graywolf.css");

/* Text width = width of the most common/widest photos + borders */

#d-text, .pic #d-footnote {
	width: 1034px;
}

body {
	background-color: #111;
}

#d-picture img {
	background-color: #000;
}
