/************************************/
/* Good Family						*/
/* Color Stylesheet					*/
/************************************/

/************************************/
/* General Formatting				*/
body {
	background: #000;
}

/************************************/
/*	Header							*/

/************************************/
/*	Content							*/
#content {
	color: #999;
}
#content a {
	color: #FFF;
}
#content a:hover {
	color: #8EB9D2;
}
#content h1, #content h2, #content h3,
#content h4, #content h5, #content h6 {
	color: #E0D9CF;
}
#content strong {
	color: #E0D9CF;
}
	/* Flickr Feed */
	.flickr-photos img {
		border: solid 2px #8EB9D2;
	}

/************************************/
/*	Sidebar							*/

/************************************/
/*	Footer							*/
#footer_info {
	color: #999;
}
#footer_info a {
	color: #CCC;
}

