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

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

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

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

#site-header { background: transparent url(logo2.png) no-repeat top right; }
#site-header img#banner { border-style: none; }
/* #site-header ul#site-menu li a { color: #C33; } */
#site-header ul#site-menu li a { color: #FFF; }
#site-header ul#site-menu li a.about { background: url(Icon-About.png) no-repeat center left; }
#site-header ul#site-menu li a.welcome { background: url(Icon-Welcome.png) no-repeat center left; }
#site-header ul#site-menu li a.contact { background: url(Icon-Contact.png) no-repeat center left; }
#site-header ul#site-menu li a.mission { background: url(Icon-Mission.png) no-repeat center left; }
#site-header ul#site-menu li a.resources { background: url(Icon-Resources.png) no-repeat center left; }


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

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

#site-footer p,
#site-footer p a,
#site-footer ul li a
{
	color: #C33;
}


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

#content h1 {
	background: #FFF url(H1-Background.png) no-repeat center left;
	color: #FFF;
}

#content h2 {
	color: #444;
}


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

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


