/*
Each month, the stylesheet must be replicated, date amended, and modified to match the month's colorset:
/style.[2 digit month].css

Styles used in layout, that do NOT require modification monthly, are found in /layout.css

Scan for iterations of "change background color" comments within this file.
a) background-color is the main body background color
b) NAVI background-color is the color of the top navi strip
c) funfinder search background-color is for the right column search box
d) highlight background-color is the lighter 'pallette' background color

In general, "background-color" denotes the color of the background of the text block, or block level element, and "color" refers to the color of the text within the specified block.

*/

/* change background-color below - the general background color of the page */
body {background-color:#390;font-family:Verdana, sans-serif;margin:0;padding:0;}

	a {color:white;text-decoration:none;}
	a:hover {text-decoration:underline;}
	a:visited {color:#ff9;}
	/* change background-color below - the background color of the layout tables used throughout the page */
	.structure {background-color:#390;font-family:Verdana, sans-serif;color:rgb(255,255,204);width:100%;padding:0;margin:0;border:solid 0 white;}
	/* change NAVI background-color below - this is the top horizontal site navigation */
	#navi {background-color:#f60;border-top:1px solid gray;border-bottom:1px solid gray;padding-right:0;padding-left:0;margin:0;}
	/* change color below - this is the default paragraph text color */
	p {font-size:12px;margin:1px 3px 15px 3px;color:rgb(255,255,204);}
	/* change color below - small table is used in the "most popular" section */
	table.small {font-size:12px;color:rgb(255,255,204);}
	/* change highlight background-colors below .lt is used in the center column on the second level pages, .dk is used on the homepage [and should be the same as the general background color */
	.lt {background-color:#f93;}
	.dk {background-color:#390;}
	/* background-color below - not currently in use */
	#rightCol div {width:160px;margin:0px 0px 1px 0px;background-color:rgb(102, 102, 104);}
	/* change fun finder search background-color below - right column */
	#search {border:solid 1px white;background-color:#cfc;font-family:Arial;font-size:0.7em;color:rgb(100,100,100);width:160px;margin:10px 0;}
	/* all of the following ids are used in the submission forms for arts and crafts, recipies, etc. */
	#submissionTitle {color:rgb(255,255,204);padding-bottom:6px;padding-left:8px;}
	#items {color:rgb(255,255,204);padding-bottom:6px;padding-left:8px;}
	#steps, #creative {color:rgb(255,255,204);padding-bottom:6px;padding-left:18px;}
	#submitterInfo {color:rgb(255,255,204);padding-bottom:6px;padding-left:8px;}
