/* This will remove all default margin, padding, borders, bolding */
/* (anything you want to define) from ALL elements. These */
/* can all be redefined later in the CSS file, as done here. */
/* Source: http://www.csskarma.com/articles/csswildcard.php */
*
{
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

/* Typography and colors ~~~~~~~~~~~~~~~~~~~~~~~ */
   
body, html
{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #404040;
	background-color: #7B7469; /* warm medium gray */
}

p
{
	color: #404040;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	padding: 0px 60px 10px 40px; /* top right bottom left */
}

/* For newsletters, etc. */
.intro {
	font-family: Georgia, Palatino, Times Roman, serif; 
	font-style: italic;
	color: #333333;
	font-size: 18px;
	line-height: 1.5em;
	padding: 0px 0px 10px 0px; /* top right bottom left */
}

.txt /* same as 'p' above, but for use with tags */
{
	color: #404040;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	padding: 0px 60px 10px 40px; /* top right bottom left */
}

/* This eliminates the need for the "border=0" code in referencing images */
a img {
	border: none;
}

b 
{ 
	font-weight: bold; 
	color: #7B7469;
}

/* Redefine italic tag to avoid actual italics; see 'em' below: */
i
{
	font-style: normal;
	font-weight: normal;
	color: teal;
}

.old-price
{
	text-decoration: line-through;
}

.ref /* reference: names of books, magazines, movies, etc. */ { color: teal; }

/* For adding a caption to graphics, etc: */
.caption
{
	font-style: normal;
	font-size: 10px;
	line-height: 16px;
	padding: 0px;
}

/* For displaying search results: */
.search
{
	font-style: normal;
	font-size: 11px;
	line-height: 16px;
	padding: 0px;
	color: #404040;
}

/* For font price, etc.  Same as h6 */
.accent
{
	color: DimGray;
	font-weight: bold;
	font-size: 11px;
}

/* regular text color */
.reg { color: #7B7469; }

b, i, img, span { display: inline; }

/* Redefine her tags; default padding has already been stripped out */
h1, h2, h3, h4
{
	line-height: 13px;
	font-weight: regular;  /* redefine some as bold below */
	margin: 0;
}

/* Redefine H1 */
h1 {
	font-family: Georgia, Palatino, Times Roman, serif; 
	font-style: italic;
	color: #555555;
	height: 13px;  /* was 13 */
	font-size: 18px; /* was 13 */
	/* color: #6B6459; /* dark warm gray */
	 a:hover{text-decoration:none;}
}

h1 a:link {font-family: Georgia, Palatino, Times Roman, serif; color: #555555; font-weight: regular; text-decoration:none;}
h1 a:visited {font-family: Georgia, Palatino, Times Roman, serif; color: #333333; font-weight: regular; text-decoration:none;}
h1 a:hover {font-family: Georgia, Palatino, Times Roman, serif; color: #333333; font-weight: regular; text-decoration:none;}
h1 a:active {font-family: Georgia, Palatino, Times Roman, serif; color: #333333; font-weight: regular; text-decoration:none;}

h2
{
	font-size: 12px;
	font-weight: bold;
	color: #505050;
}

h3 /* See note below for 'em' tag; cannot use header tags inside href links */
{
	font-size: 11px;
	font-weight: bold;
	color: #404040; /* darkest of her grays */
}

h4 /* See note below for 'em' tag; cannot use header tags inside href links */
{
	font-size: 12px;
	font-weight: regular;
	color: white;
}

/* Use the 'em' tag instead of 'H3' for inside links; note: defined same as h3 above */
em
{
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #404040; /* darkest of grays */
}

/* Use this to preload images */
.hiddenImg {display:none;}

/* Layout and Links ~~~~~~~~~~~~~~~~~~~~~~~ */

.container
/* This is the outermost table in which floats the 'content' table below */
{
	padding: 0;
	margin 0 auto;
	/* background-color: #7B7469;  NOTE: Set color in HTML as the container is used twice */
	border: 0px solid #000;
	border-spacing: 0px;
	width: 780px;   /* This extra width creates the margins */
}	

.content
/* This table "floats" inside the 'container' table above */
{
	padding: 0;
	margin 0 auto;
	/* background-color: #7B7469;  Thanks to IE, this must be defined in the HTML code */
	border: 0px solid #000;
	border-spacing: 0px;
	width: 720px;
}	

.textbox 
{
	color: #404040;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	width: 720px;
	padding: 0px 30px 0px 30px; /* top right bottom left */
	/* The above margins are insets from the floatbox */
}

/* Use this for text box */
.indent {
	margin: 8px 6px 4px 10px;
}

.listbox 
{
	padding: 10px 25px 10px 25px; /* top right bottom left */
	/* The above margins are insets from the floatbox */
	/* background-color: #666666; = medium gray */
	background-color: #444444;
}

/* For Browse-all */
.square-sm {
	width: 100px;
	height: 100px;
	vertical-align: top;
}

.boxframe {
	width: 200px;
	height: 200px;
	text-align: center;
}

.footer {
	text-align: center;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	background-color: #D4CEC7; /* same as navigation bar */
}

.fontlist {
	text-align: left;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	padding: 0px;
	color: gray;
	/* background-color: #333333; */
}

.copyright {
	text-align: center;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	color: red;
	background-color: white;
}

.menu {
	text-align: center;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: grey; /* This colors the dividers in menus (vertical bar, etc.) */
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
}

.popup {
/* Changes the color of body; can't do */
/* from within HTML, for some reason */
	background: #D4CEC7;
}

.popup2 {
/* Changes the color of body; can't do */
/* from within HTML, for some reason */
	background: #7B7469;
}

/* Do not use underline for hover in footer */
.footer a:link {color: black; background-color: white; padding: 3px;}
.footer a:visited {color: black; text-decoration: none; padding: 3px;}
.footer a:hover {color: red; background-color: white; text-decoration: none; padding: 3px;}
.footer a:active { color: black; padding: 3px;}

/* Do not use underline for hover in footer */
.fontlist a:link {color: #aaaaaa; background-color: #444444; padding: 0px;}
.fontlist a:visited {color: #aaaaaa; text-decoration: none; padding: 0px;}
.fontlist a:hover {color: red; background-color: #444444; text-decoration: none; padding: 0px;}
.fontlist a:active { color: #aaaaaa; padding: 0px;}

/* Do not use underline for hover in footer */
.menu a:link {color: #555555; padding: 0px;}
.menu a:visited {color: #555555; text-decoration: none; padding: 0px;}
.menu a:hover {color: red; text-decoration: none; padding: 0px;}
.menu a:active { color: #555555; padding: 0px;}

li { 
	padding-top: 2px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: none;
}

/* General links for everything except menus */
a:link {color: darkred; text-decoration: none; padding: 0px;}

/* DO use underline in hover for content */
a:visited {color: #343434; padding: 0px;}  /* was #454545 = medium gray */
a:hover {color: red; text-decoration: underline;}
a:active {color: black; padding: 0px;}

/* End of file */
