﻿/*
Author Name : 
Author Site : 
Style Name : 
Style URI : 
Version : 
Comments : 
*/

body {
	background-color: #e7eae7;
	margin: 0;
	}

#page {
	padding: 0;
	border: none;
	}
	
#header {
	/* Contains the H1 and menu */
	margin: 0px auto;
	background: #e7eae7;
	}
	
.primary {
	/* Contains the main column */
	}

.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

h1 a, h1 a:hover, h1 a:visited:hover {
	text-decoration: none;
	}

/*- Links */

a:hover, a:visited:hover {
	text-decoration: underline;
	}

h2 a, h2 a:hover, h2 span a:hover {
	color: #407040 !important;
	}

a {
	color: #bb4411;
	text-decoration: none;
	}

.itemtext a:visited {
	color: #407040;
	}