/* ---------------------------------------------------------------------

    Title:      Pearson MyLab/Mastering CSS file for all media
    Filename:   red.css
    Method:     <link>
    Author:     R. Prokop | bobprokop@yahoo.com for Pearson Education
    Updated:    June 2011
    Notes:      Alternate stylesheet used to serve various color schemes.
				Cookie controls what palette is served.

---------------------------------------------------------------------- */

/*------------------------------------	

	RED
	Light (top strap)		#e45e68 -- orange fbac3e
	Medium (bottom strap)	#971249 (orange 364395)
	Dark (My + Lab)			#6a0330 -- orange ec6b06
	
	Note: body#red
	
-------------------------------------*/

.color-strap{
	background-color:#364395;
}
a:hover,
a:focus{
	color:#364395;
}
button,
input.button,
a.button:link,
a.button:visited{
	background-color:#364395;
	border:1px solid #364395;
	color:#fff;
}
.color-match,
.text-color-match{
	color:#364395;
}
.bg-color-match{
	background-color:#fbac3e;
}
.feature-head,
.anchor-subhead,
.anchor-subhead a.scroll-top{
	background-color:#364395;
	color:#fff;
}
a.light-text:link,
a.light-text:visited,
a.light-text:hover,
a.light-text:active{
	color:#fff;
}

/*---*/

body#red .product-strap{
	background-color:#fbac3e;
	border-bottom:1px solid #364395;
}
body#red .color-strap{
	background-color:#364395;
}
body#red a:hover,
body#red a:focus{
	color:#364395;
}
body#red button,
body#red input.button,
body#red a.button:link,
body#red a.button:visited{
	background-color:#364395;
	border:1px solid #364395;
	color:#fff;
}
body#red .color-match,
body#red .text-color-match{
	color:#364395;
}
body#red .bg-color-match{
	background-color:#fbac3e;
}
body#red .feature-head,
body#red .anchor-subhead,
body#red .anchor-subhead a.scroll-top{
	background-color:#364395;
	color:#fff;
}
body#red a.light-text:link,
body#red a.light-text:visited,
body#red a.light-text:hover,
body#red a.light-text:active{
	color:#fff;
}