@charset "UTF-8";
/* CSS Document */


/*	global styles
---------------------------------------------- */
body {
	margin: 16px;
	padding: 0px;
	font: 62.5% "Lucida Grande";
	color: #520;
	background: none;
}
#centerdiv {
	width: 924px;
	margin : 0 auto;
	padding: 0;
}
#footer {
	height: 50px;
	width: 924px;
	margin: 0px;
	padding: 0px;
	background: #99CC00;
}
#footer p {
	font-size: 10pt;
	color: #520;
	margin: 0;
	padding: 24px 0 0 8px;
}

/*	header
---------------------------------------------- */
#header {
	background: #99CC00;
	height: 150px;
	width: 924px;
}
#header #nav-main {
	position: relative;
	top: 64px;
	left: 0px;
	display: none;
}
#header #nav-main ul#nav-knit {
	margin: 0;
	padding: 0;
}

#header #nav-main ul#nav-knit li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #eed;
}
#header #nav-main ul#nav-knit li a {
	font-size: 1.4em;
	font-weight: bold;
	color: #eed;
	text-decoration: none;
	background: #60801F;
	display: block;
	float: left;
	padding: 4px 8px;
}
#header #nav-main ul#nav-knit li a:hover {
	color: #60801F;
	background: #eed;
}
#header #nav-main ul#nav-knit li#firstselected {
	font-size: 1.4em;
	font-weight: bold;
	color: #60801F;
	text-decoration: none;
	background: #C8E789;
	display: block;
	float: left;
	padding: 4px 8px;
	border-left: none;

}
#header #nav-main ul#nav-knit li#first {
	border-left: none;

}
#header #nav-main ul#nav-knit li#selected {
	font-size: 1.4em;
	font-weight: bold;
	color: #60801F;
	text-decoration: none;
	background: #C8E789;
	display: block;
	float: left;
	padding: 4px 8px;
	border-left: 1px solid #eed;
}

/*	headerprint
---------------------------------------------- */
#headerprint {
	font-size: 9pt;
	text-align: right;
	color: #def;
	background: #60801F;
	width: auto;
	margin: 0;
	padding: 16px;
	display:block;
}


/*	main holds subnav and content
---------------------------------------------- */
#main {
	width: 924px;
	background: none;
}
#main #clearbottom {
	/* clearbootm used to establish the height of the main div */
	clear: left;
}

/*	content holds items list, pattern detials, tutorials, and other info
---------------------------------------------- */
#main #content {
	float: left;
	width: 100%;
	background-color: #fff;
	border-left: none;
}
#main #content h1 {
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	background: none;
	clear: left;
	padding: 8px 0px 8px 8px;
}
#main #content p {
	font-size: 10pt;
	margin: 0em 8px 0.7em;
	line-height: 12pt;
}
#main #content h2 {
	color: #CC3300;
	background: none;
	margin: 0.7em 0px 0.7em 8px;
	font-size: 12pt;
}
#main #content h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 0.7em 8px;
}
#main #content ul {
	margin: 0px;
}
#main #content li {
	font-size: 10pt;
	line-height: 12pt;
	margin: 0px;
}

/*	content item for landing index pages
---------------------------------------------- */
#main #content #item {
	float: left;
	height: auto;
	width: 172px;
	padding: 4px 0px 0px 4px;
}
#main #content #item #holder-garment{
	height: 215px;
	width: 172px;
	background: #B0C387;
}
#main #content #item #holder-accessory {
	height: 172px;
	width: 172px;
	background: #B0C387;
}
#main #content #item h1 {
	font-size: 1.2em;
	height: 32px;
	background: #eed;
}

/*	images-shop and images-free used to specify height, width, and margins for images
---------------------------------------------- */
#main #content #images-shop img {
	margin: 4px 0px 0px 4px;
}
#main #content #images-free {
	float: right;
	width: 264px;
}
#main #content #images-free img {
	margin: 4px 4px 0px 0px;
}

#main #content #cart {
	width: 172px;
	float: right;
	margin: 4px 4px 0px 0px;
}
#main #content #info {
	width: 436px;
	float: left;
}
#main #content #info .intro {
	font-size: 12pt;
	line-height: 14pt;
}

