
/* General properties for Mexican Martini pages */


/* ============= Links within #tertiary-nav =========== */

ul#tertiary-nav li h4 a:hover,
	ul#tertiary-nav li h4 a:active,
	ul#tertiary-nav li h4 a#current-tertiary-nav
{
	border: 1px solid rgb(254,227,180); /* A less-intense orange */

	color: rgb(255,143,0); /* An intense orange */
}

/* =============================== Header Definitions ======================== */

/* Headers:
	H1: This holds the page title within div#content, such as "mexican martini".
	H2: This is used for each of the primary-nav items
	H3: This is used for each of the secondary-nav items
	H4: This is used for each of the tertiary-nav items
	H5: These are lower-level headers within the #content area
	H6: This is the company tagline
*/


/* h1 is the primary page title while h5 is used for lower-level headers within the #content area */
div#content div#copy h1,
	div#content div#copy h2,
	div#content div#copy h3
{
	color: rgb(255,143,0); /* An intense orange */
}