@charset "utf-8";
/****************************************************************************
colors.css

lyesoap.com Style Sheet

Created by Christian Web Programming

Copyright &copy; 2010 by Stewart's Crafts

July 31, 2010
/****************************************************************************/


/****************************************************************************
Main Content Area Background Color
/****************************************************************************/

/* Main Content Area Background Color as background color */
table.Layout, body.Article div.Page
	{
	background-color: #FFFFCC;
	}

/* Main Content Area Background Color as text color */
td.Menu .ThisPage a, td.Menu .ThisPage a:visited, table.Order button,
.ViewCart button, .Newsletter button
	{
	color: #FFFFCC;
	}

/* Main Content Area Background Color as border color */
div.FloatUnderline
	{
	border-color: #FFFFCC;
	border-style: solid;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	}
/****************************************************************************
end Main Content Area Background Color
/****************************************************************************/


/****************************************************************************
Main Content Area Text Color
/****************************************************************************/

/* Main Content Area Text Color as text color */
table.Layout, table.Layout a.Plain, table.Layout a.Plain:visited,
body.Article div.Page, .Page a.Plain, .Page a.Plain:visited, .Popup em
	{
	color: #000000;
	}

/* Main Content Area Text Color as background color */
.FillerClass
	{
	background-color: #000000;
	}

/* Main Content Area Table Borders */
table.Layout table.Lined, table.Layout tr.TopBorder table.Lined td,
table.Layout table.Lined th, .Award span
	{
	border-color: #000000;
	border-style: solid;
	}
/****************************************************************************
end Main Content Area Text Color
/****************************************************************************/


/****************************************************************************
Main Content Area Unvisited Hyperlink
/****************************************************************************/
table.Layout a, .Page a
	{
	color: #A82A00;
	}


/****************************************************************************
Main Content Area Visited Hyperlink
/****************************************************************************/
table.Layout a:visited, .Page a:visited
	{
	color: #330099;
	}


/****************************************************************************
Online Ordering Form Button Color & Highlight Color
/****************************************************************************/

/* Main Content Area Highlight Color as text color */
.CategoryName, table.Layout a.Popup, table.Layout a.Popup:visited
	{
	color: #A82A00;
	}

/* Main Content Area Highlight Color as background color */
table.Order button, .ViewCart button, .Newsletter button
	{
	background-color: #A82A00;
	}
/****************************************************************************
end Online Ordering Form Button Color & Highlight Color
/****************************************************************************/


/****************************************************************************
Menu Text Color
/****************************************************************************/

/* Menu Item Color as text color */
td.Menu a, td.Menu a:visited, td.Menu ul
	{
	color: #A82A00;
	}

/* Menu Item Color as background color */
.ThisPage
	{
	background-color: #A82A00;
	}
/****************************************************************************
end Menu Item Color
/****************************************************************************/


/****************************************************************************
Backdrop Color
/****************************************************************************/

/* Backdrop color as background color */
body
	{
	background-color: #800000;
	}

/* Backdrop color as text color */
.FillerClass
	{
	color: #800000;
	}
/****************************************************************************
end Backdrop Color
/****************************************************************************/


/****************************************************************************
Backdrop Text Color
/****************************************************************************/

/* Backdrop Text color as text color */
body
	{
	color: #FFFF77;
	}

/* Backdrop Text color as background color */
.FillerClass
	{
	background-color: #FFFF77;
	}
/****************************************************************************
end Backdrop Text Color
/****************************************************************************/


/****************************************************************************
Background Border Colors
/****************************************************************************/
img.Photo, span.Photo
	{
	border-style: solid;
	border-color: #A4A482 #EFEFBF #EFEFBF #A4A482;
	}


/****************************************************************************
Highlight Area Border Colors
/****************************************************************************/
table.Order button, .ViewCart button, .Newsletter button
	{
	border-style: solid;
	border-color: #D73500 #631800 #631800 #D73500;
	}


/****************************************************************************
Main Border Color
/****************************************************************************/
table.Layout, table.Layout .Spacing, table.Layout tr.TopBorder td,
.Popup span, body.Article div.Page, div.Header, .MagPageLogo, .Newsletter
	{
	border-color: #FFCC00;
	border-style: solid;
	}


/****************************************************************************
GO Color
/****************************************************************************/
.Green	/* for "GO" */
	{
	color: #006600;
	}


/****************************************************************************
STOP Color
/****************************************************************************/
.Red	/* for "STOP" */
	{
	color: #AA0000;
	}


/****************************************************************************
Backdrop Unvisited Hyperlink Color
/****************************************************************************/
a
	{
	color: #88FFFF;
	}


/****************************************************************************
Backdrop Visited Hyperlink Color
/****************************************************************************/
a:visited
	{
	color: #FFBBFF;
	}
/****************************************************************************
/****************************************************************************

STOP HERE

The colors below should not be modified under normal circumstances.

/****************************************************************************/
/****************************************************************************/


/****************************************************************************
Black & White
/****************************************************************************/

.FillerClass
	{
	background-color: #000000;
	color: #FFFFFF;
	}

.Popup span, span.Photo
	{
	background-color: #FFFFFF;
	color: #000000;
	}


/* Photo raised from white background */
span.Photo img
	{
	border-style: solid;
	border-color: #FFFFCC #666666 #666666 #FFFFCC;
	}


/* Backdrop color raised border */
.FillerClass
	{
	border-style: solid;
	border-color: #C60000 #780000 #780000 #C60000;
	}

/* Backdrop color inset border */
.FillerClass
	{
	border-style: solid;
	border-color: #780000 #C60000 #C60000 #780000;
	}


/****************************************************************************
Main Content Area Inset Border
/****************************************************************************/
.FillerClass
	{
	border-style: solid;
	border-color: #631800 #D73500 #D73500 #631800;
	}


/* Main Content Area Background Color raised border */
.FillerClass
	{
	border-style: solid;
	border-color: #EFEFBF #A4A482 #A4A482 #EFEFBF;
	}

