@charset "utf-8";
/****************************************************************************
fonts.css

lyesoap.com font Style Sheet

Created by Christian Web Programming

Copyright &copy; 2010 by Stewart's Crafts

July 31, 2010
/****************************************************************************/

/****************************************************************************
Arial Font
/****************************************************************************/
.FillerClass,
table.Order button div, .ViewCart button, .Newsletter button	/* Order Form buttons */
	{
	font-family: 'arial', 'helvetica', 'arial mt', 'arial unicode ms', 'nimbus sans l', 'univers', sans-serif;
	}

/****************************************************************************
Arial Black Font
/****************************************************************************/
.FillerClass
	{
	font-family: 'arial black', 'gadget', sans-serif;
	}

/****************************************************************************
Arial Narrow Font
/****************************************************************************/
.FillerClass
	{
	font-family: 'arial narrow', 'helvetica condensed', 'univers condensed', sans-serif;
	}

/****************************************************************************
Comic Sans Font
/****************************************************************************/
.FillerClass
	{
	font-family: 'comic sans ms', sans-serif;
	}

/****************************************************************************
Courier New Font
/****************************************************************************/
.FillerClass
	{
	font-family: 'courier new', 'courier', monospace;
	}

/****************************************************************************
Georgia Font
/****************************************************************************/
.FillerClass,
h1,			/* Title text */
.Footer		/* Footer text (below the main content area) */
	{
	font-family: 'georgia', 'new century schoolbook', 'nimbus roman no9 l', serif;
	}

/****************************************************************************
Impact Font
/****************************************************************************/
.FillerClass
	{
	font-family: 'impact', 'charcoal', sans-serif;
	}

/****************************************************************************
Lucida Font
/****************************************************************************/
.FillerClass
	{
	font-family: 'lucida sans unicode', 'lucida grande', sans-serif;
	}

/****************************************************************************
Tahoma Font
/****************************************************************************/
.FillerClass
	{
	font-family: 'tahoma', 'geneva', sans-serif;
	}

/****************************************************************************
Times New Roman Font
/****************************************************************************/
.FillerClass,
body,		/* regular text */
Menu,		/* menu text */
address,	/* text for the Mailing Address */
.Newsletter	/* Newsletter Sign-up; same as regular text */
	{
	font-family: 'times new roman', 'times', serif;
	}

/****************************************************************************
Trebuchet MS Font
/****************************************************************************/
.FillerClass
	{
	font-family: 'trebuchet ms', 'helvetica', sans-serif;
	}

/****************************************************************************
Verdana Font
/****************************************************************************/
.FillerClass
	{
	font-family: 'verdana', 'geneva', sans-serif;
	}


/****************************************************************************
Font Sizes
/****************************************************************************/
h1, h2, h3, h4, h5, h6, .Newsletter
	{
	font-size: medium;
	font-weight: bold;
	margin: 0;
	}


h1
	{
	font-size: 116%;
	}

h1 em
	{
	font-size: 128%;
	font-style: normal;
	}

h2
	{
	font-size: 116%;
	text-transform: uppercase;
	}

h3, em.DropCap, .PreviousPage span, .NextPage span
	{
	font-size: 116%;
	}

em.DropCap
	{
	line-height: 100%;
	}

.PreviousPage span span, .NextPage span span
	{
	font-size: 128%;
	}

h5
	{
	display: inline;
	font-style: italic;
	}

h4 span, h5 span, .Underline
	{
	border-bottom-style: solid;
	border-bottom-width: .15em;
	}

sup.Ordinal
	{
	font-size: 64%;
	text-decoration: underline;
	vertical-align: top;
	}

sup.TM
	{
	font-size: 100%;
	font-weight: normal;
	position: relative;
	vertical-align: top;
	top: -.2em;
	}

.Award
	{
	font-size: 142%;
	}

.Menu, em.Note
	{
	font-size: 84%;
	}

body, .Menu
	{
	font-weight: bold;
	}

.Embolden
	{
	font-family: 'arial black', 'gadget', sans-serif;
	font-weight: normal;
	}

.Footer
	{
	font-weight: normal;
	}

.SmallCaps
	{
	font-variant: small-caps;
	}

div.Thumbnail a, div.ThumbnailR a, div.ThumbnailC a
	{
	font-weight: normal;
	font-style: italic;
	}

table.Order button div, .ViewCart button div, .Newsletter button div
	{
	font-size: 116%;
	font-style: italic;
	font-weight: bold;
	}