@CHARSET "ISO-8859-1";

/* General */
html {
	background: #202020 url('../img/site/dark/bg.gif') repeat top center;
	color: #ffffff;
}

/* Headings */
h2, h3, h4, h5 {
	color: #c4ff02;
}

h2 span {
	color: #ffffff;
}

/* Links */
a {
	color: #c4ff02;
}

/* Top and bottom caps */
#top-cap {
	background: #222222 url('../img/site/dark/top-cap.gif') no-repeat top left;
}

#bottom-cap {
	background: #222222 url('../img/site/dark/bottom-cap.gif') no-repeat top left;
}

/* Container */
#container {
	background: #222222 url('../img/site/dark/container-bg.gif') repeat-y top left;
}

/* Footer */
#footer {
	color: #525252;
}

#footer a {
	color: #525252;
}

#logo a {
	background: url('../img/site/dark/logo.jpg') no-repeat top left;
}

/* Navigation */
#nav {
	background: url('../img/site/dark/nav-separator.jpg') no-repeat top center;
}

#nav ul {
	background: url('../img/site/dark/nav-separator.jpg') no-repeat bottom center;
}

#nav a {
	color: #ffffff;
}

#nav a:hover, #nav a.current {
	color: #c4ff02;
}

#nav-design {
	background: url('../img/site/dark/text/nav-design.gif') no-repeat top center;
}

#nav-helen {
	background: url('../img/site/dark/text/nav-helen.gif') no-repeat top center;
}

#nav-photography {
	background: url('../img/site/dark/text/nav-photography.gif') no-repeat top center;
}

/* Image boxes */
div.image-box p {
	color: #ffffff;
}

div.image-box h4 {
	color: #ffffff;
	font-size: 0.8em;
}

div.image-box a {
	color: #c4ff02;
}

/* Contact page */
#contact-form ul.errors {
	color: #c4ff02;
}

div.error {
	border: 1px solid #494949;
	background-color: #c4ff02;
	color: #333333;
}
