/*
COLORS

Default Grey = #747474
Default Green = #4ba44d

Rentals: Brown = #ae8e6d;
Alumnae: Orange = #d5a35b
Staff: Red = #e67a79
Parents: Purple 2 = #ad80dc
Activities: Orange = #ed7336
Traditions: Purple = #868dcc
The Roost: Pink = #E47AD2

*/

/*
////////////////////////////////////////////////////
BODY Classes (determine link color)
////////////////////////////////////////////////////
*/


/******* home page *******/
body.home a, body.home #noFlash ul li a:hover {
	color: #4ba44d;}

body.home a:hover {
	background: url(/img/strokeGreen.gif) bottom left repeat-x;}

body.home #supernav a:hover {
	color: #4ba44d;}

body.home #footer a:hover {
	color: #4ba44d;}
	
body.home #rssLink {
	padding: 0 0 4px 16px;
	background: url(/img/rssHome.png) 0 -18px no-repeat;}

body.home #rssLink:hover {
	background-position: 0 2px;}
	

/****** traditions page ********/
body.traditions a, dl.traditions a, body.traditions #noFlash ul li a:hover {
	color: #868dcc;}

body.traditions a:hover, dl.traditions a:hover {
	background: url(/img/strokePurple.gif) bottom left repeat-x;}

body.traditions #supernav a:hover {
	color: #868dcc;}

body.traditions #footer a:hover {
	color: #868dcc;}

body.traditions #rssLink {
	padding: 0 0 4px 16px;
	background: url(/img/rssTraditions.png) 0 -18px no-repeat;}

body.traditions #rssLink:hover {
	background-position: 0 2px;}


/******* activities page *******/
body.activities a, dl.activities a, body.activities #noFlash ul li a:hover {
	color: #ed7336;}

body.activities a:hover, dl.activities a:hover {
	background: url(/img/strokeOrange.gif) bottom left repeat-x;}

body.activities #supernav a:hover {
	color: #ed7336;}

body.activities #footer a:hover {
	color: #ed7336;}

body.activities #rssLink {
	padding: 0 0 4px 16px;
	background: url(/img/rssActivities.png) 0 -18px no-repeat;}

body.activities #rssLink:hover {
	background-position: 0 2px;}


/******* parents page *******/
body.parents a, dl.parents a, body.parents #noFlash ul li a:hover {
	color: #ad80dc;}

body.parents a:hover, dl.parents a:hover {
	background: url(/img/strokePurple2.gif) bottom left repeat-x;}

body.parents #supernav a:hover {
	color: #ad80dc;}

body.parents #footer a:hover {
	color: #ad80dc;}

body.parents #rssLink {
	padding: 0 0 4px 16px;
	background: url(/img/rssParents.png) 0 -18px no-repeat;}

body.parents #rssLink:hover {
	background-position: 0 2px;}


/******* staff page *******/
body.staff a, dl.staff a, body.staff #noFlash ul li a:hover {
	color: #e67a79;}

body.staff a:hover, dl.staff a:hover {
	background: url(/img/strokeRed.gif) bottom left repeat-x;}

body.staff #supernav a:hover {
	color: #e67a79;}

body.staff #footer a:hover {
	color: #e67a79;}

body.staff #rssLink {
	padding: 0 0 4px 16px;
	background: url(/img/rssStaff.png) 0 -18px no-repeat;}

body.staff #rssLink:hover {
	background-position: 0 2px;}


/******* alumnae page *******/
body.alumnae a, dl.alumnae a, body.alumnae #noFlash ul li a:hover {
	color: #d5a35b;}

body.alumnae a:hover, dl.alumnae a:hover {
	background: url(/img/strokeOrange.gif) bottom left repeat-x;}

body.alumnae #supernav a:hover {
	color: #d5a35b;}

body.alumnae #footer a:hover {
	color: #d5a35b;}

body.alumnae #rssLink {
	padding: 0 0 4px 16px;
	background: url(/img/rssAlumnae.png) 0 -18px no-repeat;}

body.alumnae #rssLink:hover {
	background-position: 0 2px;}


/******* rentals page *******/
body.rentals a, dl.rentals a, body.rentals #noFlash ul li a:hover {
	color: #ae8e6d;}

body.rentals a:hover, dl.rentals a:hover {
	background: url(/img/strokeBrown.gif) bottom left repeat-x;}

body.rentals #supernav a:hover {
	color: #ae8e6d;}

body.rentals #footer a:hover {
	color: #ae8e6d;}

body.rentals #rssLink {
	padding: 0 0 4px 16px;
	background: url(/img/rssRentals.png) 0 -18px no-repeat;}

body.rentals #rssLink:hover {
	background-position: 0 2px;}

dt.news a,
li.roost a {
	color:#E47AD2;
	padding-bottom:4px;
	text-decoration:none;
	}

dt.news a:hover {
	background:transparent url(/img/strokePink.gif) repeat-x scroll left bottom;
	}
