
/* General properties for Lavender Lemonade 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(225,223,238); /* A meeker lavender-color */

	color: rgb(142,141,194); /* Lavender-color */
}

/* =============================== 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(142,141,194); /* Lavender-color */
}