
html body {
	background-color: #808080;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

code, pre {
	background: #000000;
	color: #FFFFFF;
	}

/* =COLOR SCHEMES
======================================================== */
.color-home {
	background-color: #BBBBBB;
}

.color-set_a {
	background: #993333;
}
#wp-headbox {
	background: #993333;
	}
/* #wp-header {
	background: #993333;
	}*/
#wp-bar-horiz h1 {
	font-family: \'Trebuchet MS\', Geneva, Arial, Helvetica, sans-serif;
	}
#wp-content-sec h2,
#wp-bar-horiz h1 a {
	color: #CC9900;
	}
#wp-bar-horiz h1 a:hover {
	color: #F5D4C2;
	}
#wp-header dfn {
	color: #CCCCCC;
	}
	/*added linking to header color*/

#wp-bar-horiz p {
	font-family: \'Trebuchet MS\', Geneva, Arial, Helvetica, sans-serif;
	}
#wp-bar-horiz p a {
	color: #CC9900;
	}
#wp-bar-horiz p a:hover {
	color: #F5D4C2;
	}

#wp-bar-horiz {
	background: #993333; 
	}

#wp-menu-main {
	background: #993333;
	}

#wp-content-sec ol li.categories li a,
#wp-menu-main ul li a {
	    /* background: #993333 ; adding this in makes buttons flat*/
	color: #CCCCCC;
	}
#wp-content-sec ol li.categories li a:hover,
#wp-menu-main ul li.current-cat ul li a:hover,
#wp-menu-main ul li a:hover {
	 background-color: #993333;  /*adding this makes the child hover background */
	color: #FFFFFF;
	}
#wp-menu-main ul li.current-cat ul li a{
background: #993333/* messing around here to get text and background */
}
#wp-menu-main ul li.current_page_item a {
	background: #F5D4C2;
	color: #CC9900;
	}
#wp-content-sec ol li.categories ul li.current-cat a,

#wp-menu-main ul li.current-cat a {
	background: #F5D4C2;
	color: #CC9900;
	}
#wp-menu-main ul li.current_page_item a:hover {
	background: #F5D4C2 !important;
	color: #CC9900;
	}
/* #wp-menu-main ul li ul li a {
	background: #993333 !important;
	color: #CCCCCC;
	} adding this in makes child buttons flat */
/* #wp-menu-main ul li ul li a:hover {
	
 background: #99CCCC !important; 
	color: #FFFFFF;
	}  adding this in puts grey background in children */
#wp-menu-main ul li.current_page_item ul li a {
	background: #993333 !important;
	color: #000000;
	}
#wp-menu-main ul li.current_page_item ul li a:hover {
	background: #F5D4C2 !important;
	color: #000000;
	} 

#wp-container {
	background: #F5D4C2;
	width: 90%;
	}
#wp-content {
	background: #F5D4C2;
	}

#wp-home_container {
	background: #808080;
	width: 90%;
	}


#wp-content_hcenter h1,
#wp-content_hcenter h1 a {
	font-family: \'Trebuchet MS\', Geneva, Arial, Helvetica, sans-serif;
	color: #CC9900;
	}

.cat_header a {
	color: #CC9900;
	}

.adventures,
#wp_home_category1_header {
background: #993333;
	}
#wp_home_category1_header a {
	background: #f5d4c2;	
	}
#wp_home_category1_box {
background:#f5d4c2;
}

.critiques,
#wp_home_category2_header {
background: #009999;
}
#wp_home_category2_header a {
	background: #CCFFFF;
	}
#wp_home_category2_box {
background:#CCFFFF;
}

.techniques,
#wp_home_category3_header {
background: #00994c;
}
#wp_home_category3_header a {
	background: #d4ffa8;
	}
#wp_home_category3_box {
background:#d4ffa8;
}

.prosperity,
#wp_home_category4_header {
background: #cc9900;
}
#wp_home_category4_header a {
	background: #FFFFCC;
	}
#wp_home_category4_box {
background:#FFFFCC;
}

#wp_home_summary_box {
background:#DDDDDD;
}

#wp-content-pri {
	background: #F5D4C2;
	}
#wp-content-sec {
	background: #993333; // tied column bg color to header color
	}

#wp-content-pri h2 {
	font-family: \'Trebuchet MS\', Geneva, Arial, Helvetica, sans-serif;
	}
#wp-content-pri h2 a {
	color: #CC9900;
	}
#wp-content-pri h2 a:hover {
	color: #0088FF;
	}

#wp-content-pri h3 {
	font-family: \'Trebuchet MS\', Geneva, Arial, Helvetica, sans-serif;
	}

#wp-content-pri a {
	border-color: #CC9900;
	color: #000099; // was web2_cl_color, now linked to footer a
	}
#wp-content-pri a:hover {
	color: #CC9900;
	}

#post-meta-data {
	background-color: #FFFFCC;
	border-color: #CC9900;
	}

#post-navigation-top {
	border-color: #CC9900;
	}

.post {
	border-color: #CC9900;
	}

.post-meta {
	border-color: #CC9900;
	}

.comment-entry,
.comment-entry-alt,
.comment-entry-owner {
	border-color: #CC9900;
	}
.comment-entry-meta {
	border-color: #CC9900;
	}

.comment-entry-alt {
	background: #99CCCC;
	}
.comment-entry-owner {
	background: #F5D4C2;
	}

#comments-form {
	border-color: #CC9900;
	}
#about-me, 
#commentform input,
#commentform textarea {
	background: #C75656;
	font-family: Verdana, Arial, Helvetica, sans-serif; // linked to comment field color
	}
#commentform input:focus,
#commentform textarea:focus {
	background: #FFFFCC;
	}

#wp-calendar caption {
	font-family: \'Trebuchet MS\', Geneva, Arial, Helvetica, sans-serif;
	}

#wp-content-sec a {
	color: #CCCCCC;
	}
#wp-content-sec a:hover {
	color: #CC9900;
	}

#wp-content-sec h3,
h2.widgettitle {
	font-family: \'Trebuchet MS\', Geneva, Arial, Helvetica, sans-serif;
	}

#wp-footer {
	/* background: #993333; replaced with .color class */
	color: #FFFFFF;
	}

#wp-footer a {
	color: #000099;
	}
#wp-footer a:hover {
	color: #CC9900;
	}
