/*    ---    Color Palette    ---   */

/*
	Setup your custom color name mappings here...  Of course no need to remap any of those mappings that are defined in your parent theme...
	set:lightgray="#ccc"
	set:nearwhite="#eee"
	set:nearblack="#111"
	set:night="#222"
	set:darkgray="#333"
	set:darkishgray="#444"
	set:yellow="#FFD21C"
	set:lightSteelBlue="#A8B5C1"
	set:darkSteelBlue="#104251"
	set:brown="#BC4E00"
	set:darkred="#936360"
	set:tan="#C4A660"
*/

/*
	Here, you can override any assignments from your parent theme...
*/

/*    Generics   */

/*

set:fgColor="#eee"					Your sites primary text color, in general against the site background
set:fgColor2="#A8B5C1"					Secondary forground color.  Used for variety (headings, etc.)
set:fgColor3="#C4A660"					Third forground.  All three of these should be very legible against your primary background
set:bgColor="#111"
set:bgColor2="#f1f4f6"		Secondary background - for inset boxes, etc.
set:accent="#FFD21C"					Splashy accent color - often used for links, inset box borders, etc.
set:accentlighter="#A8B5C1"					Splashy accent color - often used for links, inset box borders, etc.

	 -- headings --
	set:h1="#C4A660"
	set:h2="#A8B5C1"
	set:h3="#C4A660"
	set:h4="#A8B5C1"
	set:h5="#C4A660"
	set:h6="#A8B5C1"

	  -- links colors --
	set:linkColor="#FFD21C"
	set:hrColor="#C4A660"
	set:linkHoverColor="#FFD21C"
	set:focusOutlineColor="#A8B5C1"

	set:formFieldText="#ccc"				Color of text in form fields
	set:formFieldFocusBG="#111"			Color of field border when it has focus (someone clicks on it)
	set:formBG="#222"					Background color of form container (for bg images set on .formContainer)
	set:formFieldFocusBorder="#C4A660"		Color of field border when it has focus (someone clicks on it)

*/

a.button { color: #C4A660; background: transparent; outline: 1px solid #C4A660; }
