/*
peterhebert.com stylesheet
charcoal - colour theme
last updated: 2007-10-10
*/

/* applies to all elements */
body {
	background-color:#202020;
	color:#eee;
	margin:0 auto;
}
/* set border color of elements */
#page #masthead, #page #breadcrumb, #page #content, #page #footer, #page div {
	border-color:#3f3f3f;
}

.photo a:hover img, .thumbnails a:hover img {
	border-color:#fc6;
}
.thumbnails a img {
	border-color:#eee;
}
* html .thumbnails a:hover img {
	border-color:#fc6;
}

a:link, a:hover, a:active, a:visited {
	color: #fc6;
}

/* forms */
legend {
	background-color: #333;
}

.msg {
	color:#33CC00;
}