/* CSS Properties for Keepsakes Online Stitchery Store 
 * URL: http://www.yourkeepsakes.com/stor1.css
 */

/* Standard XHTML Elements ------------------- */

body {
	font-family: verdana, helvetica, arial, sans-serif;
	color: #000000;
	background: #ffffff;
	text-align: center;
	min-width: 750px;
}

div, p, th, td, li {
	/* redundant selectors to help NS4 not forget */
	font-family: verdana, helvetica, arial, sans-serif;
}

p {
	margin-top: 0; padding-top: 0;
	line-height: 1.25em;
	margin-bottom: 1em;
}

h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1em; }
h6 { font-size: 0.8em; }

h1, h2, h3, h4, h5, h6	{
	margin: 1.25em 0 0 0;
	font-family: arial, helvetica, sans-serif;
}

img {
	/* turns off gaps around images */
	border: 0
}

a { text-decoration: none; font-weight: bold; }
a:link { color: #23238e; background-color: transparent; }
a:visited { color: #cc3300; background-color: transparent; }
a:active { color: #238e23; background-color: transparent; }
a:hover {
	color: #ff6600;
	background-color: transparent;
	text-decoration: underline;
}

ul {
	list-style-type: none;
	line-height: 2em;
}

hr { clear: both; }

i { font-size: .8em; }

table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear: both;
}




/* ID Selectors ---------------------*/

#main {
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	/* border: 1px solid #000000; */
}




/* Class Selectors ------------------ */

.top-pages {
	text-align: left;
	line-height: 1.5em;
	margin: 1em 4em 4em 4em;
}

.content {
	text-align: left;
	margin: 2em;
}

.detail { line-height: 1.5em; }

.indent {
	text-align: left;
	line-height: 1.5;
	margin: 1em 2em 2em 3em;
}

.cntr { 
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.small {
	margin: 1em 2em 1em 2em;
	text-align: left;
	font-size: .7em;
	font-family: verdana, helvetica, arial, sans-serif;
}

.medium {
	margin: 1em 2em 1em 2em;
	text-align: left;
	font-size: .8em;
	line-height: 1.2em;
	font-family: verdana, helvetica, arial, sans-serif;
}

.tab450 {
	clear: both;
	table-layout: fixed;  width: 450px;
	margin-top: 0px;     margin-bottom: 0px;
	line-height: 1.5em;
}

.tab650 {
	clear: both;
	table-layout: fixed;  width: 650px;
	margin-top: 30px;     margin-bottom: 30px;
	line-height: 1.5em;
}

.thumbs {
	clear: both;
	margin-top: 30px;   margin-bottom: 30px;
	margin-left: 50px;  margin-right: auto;
	width: 650px;
	font-size: .8em;
}

img.float-left { 
	float: left; 
	margin: 8px; 
}

img.float-right { 
	float: right;
	margin: 4px; 
}

.navbar {
	text-align: center;
	border: 0;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

.subin {
  border: 2px solid #006;
  background: #ffc;
}
.subin:hover {
  border: 2px solid #f00;
  background: #ff6;
}

.textbar {
	clear: both;
	margin-top: 5em;
	margin-bottom: 2em;
	font-size: .9em;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: center; 
}

.copyright {
	margin-top: 2em;
	margin-bottom: 0em;
	padding: 2em;
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: .7em;
}
