@charset "UTF-8";
/*
 *     $Author: Wohlstadter $
 *       $Date: 2010-04-07 15:56:30 -0500 (Wed, 07 Apr 2010) $
 *   $Revision: 93 $
 *    $HeadURL: http://svn.xp-dev.com/svn/RiverWest_Volunteer/River_des_Peres/trunk/Site/WebContent/styles/color.css $
 *     Subject: Primary css color definitions for all pages.
 */

body {
/*	background-color: #fff; */
	background-color: #eae7e4;
/*	background-image: url("../graphics/body_bg.gif"); */
}

.button {
	color: black;
}

#event {
	background-color: #fff;
}

a {
/*	color: #808073; */
	color: navy;
}

a.more, a.more:hover, a.more:visited {
	color: blue;
}

a.more:hover {
	background-color: #eae7e4;
}


a:hover {
/*	color: #000; */
/*	background-color: silver; */
}

a:visited {
	color: navy;
}


blockquote p:before { /* IDWIMIE 6 and 7 */
	color: #cccc8f;
}

blockquote p:after {  /* IDWIMIE 6 and 7 */
	color: #366;
}

h1 {
/*	color: #FFF; */
	color: #74928a;
}

h2, h3, h4, h5 {
	color: #808073;
}

.story h4 {
	color: #000;
}

h6 {
	color: #000000;
}

p {
	color: #000;
}

table, form {
/*	color: #bfbfac; */
}

table {
	border-top: 1px solid #069;
}

table th {
	border-bottom: 2px solid #069;
}

table td {
	border-bottom: 1px solid #069;
}

#event table, #event table th, #event table td {
	border: 0;
}

ul, ol, dl, blockquote, cite {
/*	color: #808073; */
}

#container {
	background-color: #003;
}

#header {
/*	background-color: #808073; */
/*	background-color: #d9e2eb; */
}

#header_content #menu {
	border: 1px solid #003;
	background-color: #003;
}

#header_content #menu li {
	background-color: #003;
}

#header_content #menu li ul li {
	border-right: 1px solid #003;
	border-bottom: 1px solid #003;
	border-left: 1px solid #003;
}

#header_content #menu li ul li:first-child {
	border-left: 1px solid #003;
	border-top: 1px solid #003;
}

#header_content #menu a {
/*	color: #686; */
	color: #fff;
	background-color: #003;
}

#header_content #menu a:hover {
	color: #003;
	background-color: silver;
}

* html #header_content #menu li ul {
	border-top: 1px solid #003;
}

#body {
/*	background-color: #fff; */
	background-color: #d4dcff;
	border: .25em solid white;
}	

#document {
/*	background-color: #fff; */
}

#document_content {
/*	background-color: #d4dcff; */
}

#document_content h2 {
	color: #6677AA;
}

#document_content h3 {
	color: #000;
}

#sidebar {
/*	background-color: #bfbfac; */
	background-color: #fff;
}

#sidebar_content {
}

#sidebar_content h2 {
	color: #6677AA;
}

#sidebar_content h3 {
	color: Navy;
}

#quote {
	background-color: #d4dcff;
	background-image: url("../graphics/quote_bg.jpg");
	background-postion: center center;
	background-repeat: no-repeat;
	color: #333;
}

#quote_content {
	border-top: .25em solid #fff;
}

#quote_content .quote {
	color: #000;
}

#quote_content .tagline {
	color: #fff;
}

#footer {
	background-color: #eae7e4;
}

#footer_content p {
	color: Gray;
}
