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


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/website-background.jpg);
	background-repeat:repeat;
	font-size:12px;
	color: #455560;
	text-align:left;
	min-width: 320px;
}

#linksMain a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration: none;
	padding-right:25px;
	width:100%;
	color: #455560;
}

#linksMain a:focus, a:hover, a:active{
	color:#71773b;
}

#linksMain a:visited {
	color: #71773b;
	text-decoration: underline;
}

#left_container {
	width:30%;
	float:left;
	height:680px;
}
 
#right_container {
	width:70%;
	float:right;
	height:680px;
	color:#71773b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:1px;
}

#bio_container {
	width:70%;
	float:right;
	height:500px;
	color:#71773b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:1px;
}

#bioleft_container {
	width:30%;
	float:left;
	height:500px;
}

/*.fp_bgPattern{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:transparent url(../images/background.jpg) repeat bottom left;
	opacity:0.3;
	-moz-opacity: 0.3;  
    -khtml-opacity: 0.3; 
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
img.fp_bgImage{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	opacity:0.2;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}*/

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	font-weight:normal;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

.titleKits {
	font-weight:bold;
	font-size:14px;
}

h2 {
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	margin-left:15px;
	letter-spacing:1px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~this fixed width main surrounds the other divs~~ */
.main {
	width: 1024px;
	background: #;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position:relative;
}

.stitch {
	margin:0;
	orphans:0;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #;
	text-align:left;
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.contentMain {
	width: 1024px;
	float: inherit;
	background-color: #ffffff;
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom:5px;

}

.contentKits {
	width: 1024px;
	float: inherit;
	background-color: #ffffff;
	font-family:Verdana, Geneva, sans-serif;
	padding-bottom:5px;
	height: 1450px;

}

.button {
	float: right;
	margin: 0px 10px 0px 0px;
	line-height:35px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #71773b;
	font-size:10px;
	height: 35px;
	line-height: 35px;
	letter-spacing:1px;
	background-image:url(../images/stitches.png);
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .main to understand where the columns end and contain them */
}

.footer-social-icons {
	width: 0px;
	display:none;
	margin: 0px;
}

ul.social-icons {	
	margin-top: 0px;
	display: none;
}

.social-icon {
	color: ;
}

.social-icons li {
	vertical-align: none;
	display: none;
}

.social-icons a {
	color: ; 
	text-decoration: none;
	display: none;
}

.newsLetterPhones {
	display: none;
}

.newsLetter {
	display: block;
	padding: 5px;
	
}

#social-icons{
	display:none;
}

#social-icons ul{
	display: none;
}

#social-icons ul li{
	display: none;
}

#social-icons ul li a{
	display: none;
}


#footerText{
	display: block;
}


#footerTextResponsive{
	display: none;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#apDiv1 {
	position:absolute;
	left:427px;
	top:10px;
	width:582px;
	height:39px;
	z-index:1;
	text-align: right;
}

#apDiv2 {
	position:absolute;
	left:733px;
	top:92px;
	width:281px;
	height:33px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #71773b;
	text-align: right;
}

#apDiv3 {
	position:absolute;
	left:4px;
	top:1564px;
	width:147px;
	height:39px;
	z-index:1;
}

#apDiv4 {
	position:absolute;
	left:418px;
	top: 250px;
	width:592px;
	height:70px;
	z-index:1;
}
#apDiv5 {
	position: absolute;
	left: 458px;
	top: 194px;
	width: 571px;
	height: 38px;
	z-index: 1;
	text-align: left;
}
#apDiv6 {
	position:absolute;
	left:741px;
	top:194px;
	width:285px;
	height:38px;
	z-index:1;
	text-align:left;
}
#apDiv7 {
	position:absolute;
	left:728px;
	right:600px;
	top:194px;
	width:285px;
	height:38px;
	z-index:1;
	text-align:right;
}

.intro {
    width:1024px;
    margin:0px auto;
    padding: 0px 0px 0px 0px;
}

div.accordion {
    margin:0px 0px
}
div.accordion h4 {
    border:1px solid #e4dfd5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding:7px;
    background: url("../images/accor-hbg.jpg") repeat-x top center;
    margin:2px 0px 0px;
    cursor:pointer;
}

div.accordion h4 a{
    text-decoration: none;
    color:#b0a794;
    font-family: "Droid Sans", arial, serif;
    font-size:12px;
    background: url("../images/accor-arrow.png") no-repeat left center;
    padding-left:10px;

}

div.accordion div {
    border:1px solid #e4dfd5;
    border-top:none;
    padding:15px;
    background: url("../images/accor-divbg.jpg") repeat-x bottom center;
    font-family: "Droid Sans", arial serif;
    -webkit-border-radius: 0 0 4px 4px ;
    -moz-border-radius: 0 0 4px 4px ;
    border-radius:  0 0 4px 4px;
}
 slider
*/

#slider-wrap {
    background: #f3f1ef;
    border-top:1px solid #e4dfd5;
    border-bottom:1px solid #e4dfd5;
    margin-top:0px;
}
#slider-wrap #slider {
    height: 418px;
}
body.home #slider-wrap { margin-top: 0px;}
#slider-wrap .container {
    padding: 0px 0px;
}

.widget.search form#searchform #search {
    background: no-repeat top left;
	text-align:right;
}

.widget.search form#searchform #s {
    background: no-repeat top left;
	text-align:right;
}

.figure {
	position: relative;
	margin-top: 16px;
	height: 258px;
	width: 1024px;
	border: 0px;
}

.figure1 {

	margin-top:16px;
	height:450px;
	width:1024px;
	border:0px;
	
}
.figure2 {

	margin-top:16px;
	height:380px;
	width:1024px;
	border:0px;
	
}




.thumbFigure {
	top: 660px;
	margin-left:32px
	float:left;
	height:242px;
	display:block;
	z-index:1;
	padding-bottom:10px;
}

.figcaption {
	margin-left:32px;
	border: solid 1px #;
	font-size:90%;
	color: 455560;
	caption-side:bottom;
	display:block;
	float:left;
	text-align:left;
	z-index:2;
}

.figcaption1 {
	width:150px;
	margin-right:45px;
	margin-left:45px;
	margin-bottom:10px;
	border: solid 1px #;
	font-size:90%;
	color: 455560;
	caption-side:bottom;
	display:block;
	float:left;
	text-align:center;
	z-index:2;
}

.kitcaption1 {
	width:150px;
	margin-right:45px;
	margin-left:45px;
	margin-bottom:20px;
	border: solid 1px #;
	font-size:90%;
	color: 455560;
	caption-side:bottom;
	display:block;
	float:left;
	text-align:center;
	z-index:2;
}

.figcaption2 {
	width:150px;
	margin-right:25px;
	margin-left:25px;
	margin-bottom:25px;
	border: solid 1px #;
	font-size:80%;
	color: 455560;
	caption-side:bottom;
	display:block;
	float:left;
	text-align:center;
	z-index:2;
}

.figcaption3 {
	width:200px;
	margin-right:25px;
	margin-left:25px;
	margin-bottom:10px;
	border: solid 1px #;
	font-size:90%;
	color: 455560;
	caption-side:bottom;
	display:block;
	float:left;
	text-align:center;
	z-index:2;
}

.figcaption4 {
	width:275px;
	margin-right:29px;
	margin-left:29px;
	margin-bottom:29px;
	border: solid 1px #;
	font-size:90%;
	color: 455560;
	caption-side:bottom;
	display:block;
	float:left;
	text-align:center;
	z-index:2;
}
.figcaptionTut {
	width:275px;
	margin-right:29px;
	margin-left:29px;
	margin-bottom:50px;
	border: solid 1px #;
	font-size:90%;
	color: 455560;
	caption-side:bottom;
	display:block;
	float:left;
	text-align:center;
	z-index:2;
}
.figcaptionVideo {
	width:325px;
	margin-right:4.4px;
	margin-left:4.4px;
	margin-bottom:50px;
	border: solid 1px #;
	font-size:90%;
	color: 455560;
	caption-side:bottom;
	display:block;
	float:left;
	text-align:center;
	z-index:2;
}

.figcaptionRight {
	margin-left:32px;
	border: solid 1px #;
	font-size:90%;
	color: 455560;
	caption-side:bottom;
	display:block;
	float:left;
	text-align:left;
	z-index:2;
	margin-bottom:30px;
}

.figcaptionRightPhones {
	display: none;
}

.figcaptionPatterns {
	border: solid 1px #;
	font-size:90%;
	color: 455560;
	caption-side:bottom;
	display:block;
	text-align:center;
	z-index:2;
}

.title {
	text-align:left;
	margin-bottom:10px;
}

#text {
	padding:5px 0;
	border:0px;
	color:#455560;
	margin:16px 16px 40px 16px;
	height: auto;
}
#threadtext {
	padding:5px 0;
	border:0px;
	color:#455560;
	margin:16px 16px 15px 16px;
	height: auto;
}
#tuttext {
	padding:5px 0;
	border:0px;
	color:#455560;
	margin:16px 16px 20px 16px;
	height: auto;
}

#fabricCare {
	border:0px;
	color:#455560;
	position:relative;
	font-size:11px;
	color:#71773b;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:10px;
	letter-spacing:1px;
}


#example {
	color:#71773b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-top: 10px;
    padding-bottom: 30px;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
}

#example2 {
	color:#71773b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-top: 70px;
    padding-bottom: 30px;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
}

#examplePhones{
	display: none;
}

.post {
    width:295px;
    height:150px;
    overflow: hidden;
    float:left;
    margin: 27px 0px 27px 32px;
    position: relative;
}
.Collectionlogo {
	padding-left:15px;
}

#navFooter{
	position: absolute;
    left: 0px;
    top: 0x;
    width: 0px;
    height: 0px;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: hidden;
    text-align: right;
    border-bottom: 0px dashed #42432d;
    border-width: 1px 0;
    padding: 0px 0px 0px 0px;
    font-size: 0px;
}


#nav {
	position:absolute;
	left:525px;
	top:4px;
	width:460px;
	height:19px;
	z-index:1;
	margin:0;
	padding:0;
	display:inline;
	text-align:right;
	/*float:left;
	width:100%;*/
	border-bottom:1px dashed #42432d;
	border-width:1px 0;
	padding:7px 20px 7px 20px;
	font-size:10px;
	
}

#nav li {
	display:inline;
	padding:0;
	margin:0;
}

#nav a:link,
#nav a:visited {
	color:#000;
	padding:7px 20px 7px 20px;
	color: #455560;
	# float:left;
	width:auto;
	/*border-right:1px solid #42432d;*/
	text-decoration:none;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	/*text-shadow: 2px 2px 2px #555;*/
   }
   
#nav a:hover,
#nav a:focus {
   color:#fff;
   background:#727454;
}

#underMenu a:link,
#underMenu a:visited {
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	text-decoration:none;
}

#underMenu a:hover,
#underMenu a:focus {
   color:#455560;
}

.textGray {
	color:#999999;
}
.kitsOption {
	text-align:right;
	padding-right:40px;
	letter-spacing:1px;
}
#dashboard_feedback {
display: block;
left: 0px;
margin: 0px;
padding: 0px;
background-image:url(../social_media/socialMedia_fabric.png);
background-repeat: no-repeat;
background-position: 0px 10px;
position: fixed;
top: 120px;
z-index: 501;
}

#yola_isq_dialog_opener{
background-position: 6px 10px;
background-repeat: no-repeat;
border-left: 0px;
display: block;
height: 398px;
width: 70px;
margin:0px 0px 0px 0px;
margin-top:40px;
margin-left:-5px;
text-align:center;
list-style: none;	
}

#yola_isq_dialog_opener ul li{
	display: inline; list-style:none;
} 
#yola_isq_dialog_opener:active {
    outline: 0 none !important;
}

  #left_boxpattern {
	width:200px;;
	float:left;
	height:50px;
	background-color:#FFFFFF;
}

  #left_box {
	width:50%;
	float:left;
	height:670px;
	background-color:#FFFFFF;
}
 #profile_box {
	width:40%;
	float:left;
	height:620px;
	background-color:#FFFFFF;
}
 
#right_box {
	width:50%;
	float:right;
	height:670px;
	background-color:#FFFFFF;
	color:#71773b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:1px;
}

#about_box {
	width:60%;
	float:left;
	height:620px;
	background-color:#FFFFFF;
	color:#71773b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	letter-spacing:1px;
}


#left_side {
	width:23%;
	float:left;
	height:275px;
	padding-bottom:50px;
}
 
#right_side {
	width:77%;
	float:right;
	height:275px;
	padding-bottom:50px;
}


#socials ul li {
    float: left;
	list-style: none;
	padding:0 10px 0 5px;
}

.imageSpace {padding-bottom:5px;}

.tutSpace {padding-top:5px;
padding-bottom:5px;}

.redNew {
	color: #ec8292;
	font-weight:bold;
}
.headingsCol {
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	padding-left:37px;
}
.privacyHeadings {
	font-weight:bold;
	font-size:14px;
}
.tutBy {
	color: #F99;
	font-weight:bold;
}
.fqgBy {
	color:#399;
	font-weight:bold;
}
.colBy {
	color:#399;
	font-weight:bold;
}

.availableDate {
	color: #999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
}
.videoWatch {
	color: #F99;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
}
.tutorialText {
	color: #999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.newSwatch {
	color: #ec8292;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.faqHeaders {
	color: #455560;
}
.backtop {
	color:#999;
}

.subQuestions {
	color: #455560;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

.faqAnswers {
	color: #455560;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

#kitsCenter {
	text-align: center;
	}
	
#biotext {
	padding:5px 0;
	border:0px;
	color:#455560;
	margin:16px 16px 40px 16px;
	height: auto;
}



@media (max-width: 481px)  {

.main {
	width: 100%px;
	background: #;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	position:relative;
}
	
#yola_isq_dialog_opener {
    visibility: hidden;
    clear: both;
    float: left;
    display: none;
  }	
  


#main, #subnav{  /*stack the 2 text boxes*/
  
  float: left;  
  padding:0; 
  width: 94%;    /*3%+94%+3%=100%=full width*/
  margin: 3%;    /*3% margin spaces on all sides*/
  
}  

#subnav dt{  /*reset padding and margin-top to 0*/
  padding: 0; 
  margin-top:0; 
}  

#subnav{
  border-right: 1px dotted #aaa; 
  border-bottom: 1px dotted #aaa;  /*complete the table border*/
}  

#logo {
  font-size: 45px;
}


#menu{
  text-align: center;    /*navigation links to the center*/
  padding:0;
}


#menu li{                        /*make margin and padding spaces between and around the links*/
   display: inline-block;
   margin: 1.25% .5% 1.25% .5%;
   border-left: 0;
   padding: 1%;
   border: 1px solid white;  /*draw white border around the links*/
}


#menu li a {
  color: white;                /*none active link elements are white*/
  text-decoration: none;      
}
}