/* * * * * * * * * * * * * * * * * * * *
 * color.css
 * Last Modified: 29 April 2007
 * * * * * * * * * * * * * * * * * * * */

/* ---- Generalities and Pleasantries ---- */

body { background: #FFF; }

#wrapper, #contentContainer { background: transparent; }

img { border-color: #818181; }
a { color: #F26522; }
a:hover { text-decoration: underline; color: black; }
a:hover img { border-color: black; }

/* ---- headerContainer ---- */

#headerContainer {
	background: transparent url(../_imgs/header-v3-bkgrd.jpg) top center repeat-x;
	color: #818181;
}

#headerContainer h1 {
	background: transparent url(../_imgs/header-v3.jpg) top center no-repeat;
	color: inherit;
}

/* ---- mainNav (part of headerContainer) ---- */

ul.horizList a { color: #818181; }
ul.horizList a.current { color: #F26522; }
ul.horizList a:hover { color: black; }


/* ---- contentContainer ---- */

#contentContainer p.notice { background-color: #64A0D2; color: #FFFFFF; }


/* ---- Portfolio-Specific ----------------------------------- */

#portNav, .info { border-color: #CDCDCD; }
p#portWelcome { border-color: #818181; }


/* ---- footer ---- */

#footer { color: #818181; border-color: #CDCDCD; }



/* ---- END color.css ---- */