/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Nick Howes
	Author Site	: http://www.fortawesome.co.uk/
	Style Name	: FortA
	Style URI	:
	Version	: Nine
	Comments	: Absolutely YES
*/

body {
  /* subtle brownness */
  background-color: #ede5d5;
}

/** blog avatars **/



/** start date-based hilarity **/

.m11.d15 #header,
.m11.d16 #header {
    background-image: url(../../images/headers/sam.jpg);  
}

#header {
    background: url(../../images/headers/hats.jpg) center top no-repeat;  
}
/* merry xmas, bastards */
.m12.d21 #header,
.m12.d22 #header,
.m12.d23 #header,
.m12.d24 #header,
.m12.d25 #header,
.m12.d26 #header,
.m12.d27 #header {
    background-image : url(../../images/headers/header-fuckmas.jpg);  
}
#header h1 a, #header .description {
    color: #ffffff;
}
