/*===========================================================================
	Colors (Global)
	
	This stylesheet defines the colors for the following:
	* Text and links
	* Backgrounds
	* Borders
===========================================================================*/

/*
	Color Glossary
	
	rgb(0, 0, 0); example
*/

/* Page
===========================================================================*/
body {
	background-color: rgb(73,66,60);
}
div#page {
	color: rgb(102,102,102);
	background-color: white;
}

/* Defaults	===========================================================================*/
	
/* Misc. Block */

blockquote {
	color: white;
}

/* Misc. Inline */

/* Links */

a:link {
	color: rgb(153,153,153);
}

a:visited {
	color: rgb(153,153,153);
}

a:focus,
a:hover,
a:active {
	color: rgb(153,153,153);
}

/* Headings */

h1 {
	color: rgb(70,59,57);
}

div#header h1 a {
	color: rgb(70,59,57);
}

h2 {
	color: rgb(125,109,89);
}

h4 {
	color: white;
}

/* Lists */

/* Data Tables */

/* Forms */
button {
	background-color: transparent;
}

legend {
	color: rgb(132,115,94);
}
input, textarea {
	border-color: rgb(204,204,204);
}

/* Accessibility Navigational Items
===========================================================================*/
ul#accessibility-navigation li a {
	color: black;
}

/* Header
===========================================================================*/
div#header-wrapper {
	background-color: rgb(192,187,182);
} 

/* Primary Navigation
===========================================================================*/
ul#primary-navigation li a {
	color: rgb(70,59,57);
}
/* Secondary Navigation
===========================================================================*/
ul#secondary-navigation li a {
	color: rgb(132,115,94);
}
/* Primary Content
===========================================================================*/
div#primary-content {
	border-right-color: rgb(204,204,204);
}
div#primary-content p a {
	color: rgb(102,102,102);
}
strong {
	color: rgb(125,109,89);
}
div#primary-content ul li {
	color: rgb(153,153,153);
}

/* Footer Content
===========================================================================*/
div#footer-content h3 {
	color: rgb(232,232,219);
}
div#footer-content h4 {
	color: rgb(232,232,219);
}
div#footer-content p,
	div#footer-content ul {
	color: white;
}
div#footer-content p a {
	color: rgb(250,250,242);
}

/* Footer Content
===========================================================================*/
ul#apollo-contact li,
	ul#apollo-contact li a {
	color: white;
}