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

/*
	Color Glossary
	
	rgb(0, 0, 0); example
	rgb(164,28,28); header-red
	rgb(54,55,102); body-blue
	rgb(248,208,74); link-yellow
*/

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

div#primary-content h5,
div#primary-content h3 {
	color: rgb(164,28,28); /* header-red */
}

div.adopt-a-pilot,
div.adopt-a-pilot p {
	color: rgb(53,55,102);
}

div#content a:link,
div#content a:hover,
div#content a:focus,
div#content a:active,
div#content a:visited {
	background-color: rgb(248,208,74);
	color: rgb(53,55,102);
}

div#content div#primary-content ul#tertiary-nav li a {
	background-color: transparent;
}

div#content div#primary-content ul.curriculum-list li h5 {
	color: rgb(53,55,102);
}

div#content div#primary-content a.file-download {
	background-color: transparent;
	color: rgb(164,28,28); /* header-red */
}

div#content div#primary-content dl dt.first-child-dt,
div#content div#primary-content dl dd.first-child-dd {
	color: rgb(164,28,28); /* header-red */
}

div#content div#primary-content em.acrobat-warning {
	color: rgb(164,28,28); /* header-red */
}

/* Logo
===========================================================================*/
div#content a#home {
	background-color: transparent;
}