img.icon 
{
	padding-right: 10px;
	padding-top: 20px;
	}

.resizeImage {
	height: auto;
	width: 80%;
	text-align: center;
	float: none;
	clear: both;
	padding-right: 0%;
	padding-left: 0%;
	margin-right: 10%;
	margin-left: 10%;
}

.coverImage {
	height: auto;
	width: 100%;
max-width:600px;
	box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	margin-top: 100px;
}

a.button:link  

{
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 125px;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	border: 0px none red;
} 

 

 

a.button:visited  

{ 

  font-family: 'Quattrocento Sans', sans-serif;
	font-size: 18px;
  font-weight:bold; 

  text-decoration:none; 

  background-color: #FFFFFF;
	width: 125px;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	border: 0px none red;

} 

 

a.button:active  

{ 

  font-family: 'Quattrocento Sans', sans-serif;
	font-size: 18px;

  font-weight:bold; 

  text-decoration:none; 

  background-color: #FFFFFF;
	width: 125px;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	border: 0px none red;

} 

 

a.button:hover  

{ 

  font-family: 'Quattrocento Sans', sans-serif;
	font-size: 18px;


  font-weight:bold; 

 background-color: #FFFFFF;
	width: 125px;
	padding-right: 20px;
	padding-left: 20px;
	border: 0px none red;
  color:#6766c8; 

} 
.currentPage  

{ 

  font-family: 'Quattrocento Sans', sans-serif;
	font-size: 18px;


  font-weight:bold; 

 background-color: #FFFFFF;
	width: 125px;
	padding-right: 20px;
	padding-left: 20px;
	border: 0px none red;
  color:#6766c8; 

} 

.boldPurple  

{
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6766c8;
	text-align: center;
} 

.boldPurpleLeft  

{
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6766c8;
	text-align: left;
	margin-top: 0px;
	margin-right: 80px;
	margin-bottom: 0px;
	margin-left: 80px;
} 

.boldPurpleLarge  

{
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #6766c8;
	text-align: center;
} 



@charset "UTF-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.footer {
	font-size: 14px;
	font-family: 'Quattrocento Sans', sans-serif;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: none;
	float: left;
	margin-left: 0;
	width: 33%;
	display: block;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #D6D6D6;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#LayoutDiv2 {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 4.1666%;
	width: 100%;
	display: block;
	text-align: center;
	height: 140px;
	vertical-align: bottom;
}
.yarnBox {
	padding-right: 2%;
	padding-left: 2%;
}

.textPanel {
	box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	clear: both;
	width: 94%;
	margin-left: 2%;
	margin-top: 100px;
	padding: 2%;
	max-width:600px;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LayoutDiv2 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 100%;
	display: block;
	height: 80px;
}

.yarnBox {
	padding-right: 5%;
	padding-left: 5%;
}
.textPanel {
	box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	clear: both;
	width: 80%;
	margin-left: 8%;
	margin-top: 100px;
	padding: 2%;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 28.5714%;
	display: block;
}
#nav {
	clear: both;
	float: left;
	margin-left: 10.204%;
	width: 79.5918%;
	display: block;
}
#LayoutDiv2 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 38.7755%;
	display: block;
}
#LayoutDiv3 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
}

.indentLocations {
	font-style: italic;
	left: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.yarnBox {
	padding-right: 10%;
	padding-left: 10%;
}
.textPanel {
	box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	-moz-box-shadow: 0px 0px 8px #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	clear: both;
	width: 60%;
	margin-left: auto;
	margin-top: 100px;
	margin-right: auto;
	padding: 2%;
}
