/*--------------------
Site:         SCFWA.org
Description:  Primary, site-wide COLORS style sheet. 
Code:         CSS
Media:        Screen
Author:       Tim Snoots
--------------------*/

body { background: #FFF url(BG-Stripe.png) repeat-x top left; }

/* HEADER, NAV, FOOTER
-------------------- */

#access ul li a {
	color: #CCC;
	border-right: 1px solid #CCC;
}

#site-header img#banner { border-style: none; }
#site-header ul#site-menu li a { color: #FFF; }
#site-header ul#site-menu li a.welcome { background: #036 url(Icon-Home.png) no-repeat center left; }
#site-header ul#site-menu li a.contact { background: #036 url(Icon-Contact.png) no-repeat center left; }
#site-header ul#site-menu li a.membership { background: #036 url(Icon-Membership.png) no-repeat center left; }
#site-header ul#site-menu li a.bylaws { background: #036 url(Icon-Bylaws.png) no-repeat center left; }
#site-header ul#site-menu li a.constitution { background: #036 url(Icon-Constitution.png) no-repeat center left; }
#site-header ul#site-menu li a.links { background: #036 url(Icon-Links.png) no-repeat center left; }

ul.hor-nav li a { border-right: 1px solid #CCC; }

#site-footer { border-top: 1px solid #CCC; }

#site-footer p,
#site-footer p a,
#site-footer ul li a
{
	color: #369;
}
#site-footer p a.devcredit {color: #DDD;}
#site-footer p a.devcredit:after {content: "";}

#site-header, #content { background-color: transparent; }

/* CONTENT
-------------------- */

#content h1 {
	background: url(H1-Gradient-Line-Black.png) no-repeat bottom left;
	color: #369;
}

#content h2 {
	color: #333;
}

#content h3 {
	color: #036;
}

#content p,
#content p a,
#content li,
#content li a,
#content dl dd,
#content dl dd a
{
	color: #555;
}

#content dl dt {
	color: #036;
}

#php-status
{
	background-color: #EEE;
	border: solid 1px #DDD;
	color: #69C;
}

