/* ======================================================
Filetype:	CSS
Website:	www.dominicneagle.co.uk
Function:	Colour stylesheet for the green colour
			scheme
Author:		Dominic Neagle
====================================================== */

/* =================================================== */
/* ----------------- html tag styles ----------------- */
/* =================================================== */

body {
	border-top: 5px solid #b5ffbe;
}

/* =================================================== */
/* -------------------- paragraphs ------------------- */



/* =================================================== */
/* ---------------------- tables --------------------- */



/* =================================================== */
/* ---------------------- images --------------------- */

.class_content img[title]:after {
	color: #b5ffbe;
}

/* =================================================== */
/* --------------------- headings -------------------- */

h1 {
	padding-left: 20px;
	margin-left: 15px;
	background-image: url(../images/icon_heading_green.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

h2 {
	padding-left: 20px;
	margin-left: 15px;
	background-image: url(../images/icon_heading_green.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* =================================================== */
/* ---------------------- lists ---------------------- */



/* =================================================== */
/* ---------------------- anchors -------------------- */

.class_content p a:hover, .class_content p a:focus, .class_header p a:hover, .class_header p a:focus, .class_content table a:hover, .class_content table a:focus {
	color: #b5ffbe;
}

.class_menu ul li a:hover, .class_submenu ul li a:hover {
	background-color: #b5ffbe;
}

/* =================================================== */
/* -------------------- form items ------------------- */



/* =================================================== */
/* ------------------ custom classes ----------------- */
/* =================================================== */

.class_header {
	background-image: url(../images/logo_green.jpg);
	background-repeat: no-repeat;
}
