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

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

/* Page
===========================================================================*/

html {
	color:            white;
	background-color: rgb(206,202,183);
}

body div#page {
	color:            black;
	background-color: rgb(206,202,183);
	border-color:     rgb(115,104,85);
}

div#page div#content {
	color: rgb(206,202,183);
	background-color: rgb(79,71,58);
}

/* Defaults
===========================================================================*/

/* Misc. Block */

/* Misc. Inline */

/* Links */

a:link,
a:visited {
	color: rgb(206,202,183);
}

a:focus,
a:hover,
a:active {
	color: rgb(206,202,183);
}

/* Headings */

/* Lists */

/* Data Tables */

/* Forms */

legend {
	color: black; /* for IE, does not inherit color */
}

div#form form#contact-form input.error,
div#form form#contact-form textarea.error {
	border-color: red;
}

form button {
	background: transparent;
}

/* Common Classes
===========================================================================*/

/* Primary Navigation
===========================================================================*/

ul#primary-navigation li a {
	color: black;
}

/* Logo
===========================================================================*/
