/*===========================================================================
	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(207,202,183);
}
div#page {
	color:black;
	background-color: white;
}

/* Defaults	===========================================================================*/
	
/* Misc. Block */

blockquote {
	color: white;
}

/* Misc. Inline */

/* Links */


/* Headings */

h1 {
	color: black;
}
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;
}

/* Primary Navigation
===========================================================================*/
ul#primary-navigation li a {
	color: black;
}
ul#primary-navigation li.currently-selected-item a,
	ul#primary-navigation li a:hover {
	color: rgb(191,44,46);
}

div#primary-content p {
	color: rgb(53,53,53);
}
div#primary-content div#left-column div#austin-callout h2 {
	color: rgb(193,163,1);
}
div#primary-content h4 {
	color: rgb(51,51,51);
}

div#primary-content div#right-column div#right-callout-content span.month,
	div#primary-content div#right-column div#right-callout-content span.day {
	color: rgb(191,44,46);
}

/* Footer Navigation
===========================================================================*/
div#footer ul li a,
	div#footer ul li {
	color: rgb(51,51,51);
}
