/* ----------------------------------------------- 
		SEASONAL STYLESHEET
		comment out the set that does not apply
----------------------------------------------- */


/* ----------------------------------------------- 
		standard brown
		these styles have not been changed at all from the standard default.css
----------------------------------------------- */

body {
	background: #352C27;
	color: #fff;
}

a:link,
a:visited 		{color:#fff;}
a:hover,
a:active 		{color:#ccc;}

h1 					{color: #AEABA9;}

hr 					{border-style: none; border-bottom: 1px dashed #AEABA9; color: #352C27; background-color: #352C27;}
					/*color and background color should be the same as the background color of the div it is contained within*/

a.button:link,
a.button:visited 		{
	color:#352c27; 
	background: #CCCDCE; 
}
a.button:hover,
a.button:active 		{color: #352c27; background:#FFFFFF;}


#view-my-order a:active,
#view-my-order a:hover {
	color: #DFDDDD;
	background: #ADABA9;
}


body.two-col #content-main {
	color: #ADABA9;
}

#brands-column {
	color: #ADABA9;
}

body#page-contact-us #content-main {
	color: #fff;
}

body#page-larger-sizes h2 a:link,
body#page-larger-sizes h2 a:visited,
body#page-larger-sizes h2 a:active,
body#page-larger-sizes h2 a:hover {
	color: #CCCDCE;
}

body#page-larger-sizes h2 a:active,
body#page-larger-sizes h2 a:hover {
	color: #FFFFFF;
	background: #9C9D9F;

}

.product-small img {
	background: #CCCDCE;	
}

.product-large img {
	background: #CCCDCE;	
}

.product-large img:hover,
.product-small img:hover {background: #FFFFFF;}

.sale-price {
	color: #FFFF00;
}

form hr {
  border-top: 1px solid #ccc;
}

label, input, textarea, .radiolabel {
	color: #352c27;
}

.radiolabel {
	color: #fff;
}

select {
	color: #352c27;
}

legend {
  color: #518CF2;
}

label {
	color: #fff;
}

form input.button,
input.button,
form#checkout-form input.button {
    color: #352C27;
	background: #CCCDCE;
}

input.button:hover,
input.add-to-order:hover {
 	color: #352c27; 
 	background:#FFFFFF;
}

.fieldWithErrors input{
	background-color: #FCC;
}

td.bold {
	color: #F57E3D;
}

table#cart-items th {
	border-top: 1px solid #AEABA9;
}

#nav ul li {color: #352C27;}
#nav ul li a {color: #352C27;}

#nav ul li a:hover, #nav li a:focus {color: #352C27;}
#nav li a:active, #nav ul li a.active {color: #352C27;}
#nav ul li:hover a {color: #352C27;}

#nav li.menu-current a		{color: #352C27;}

#nav .menu li ul a {color: #352C27;}

#nav .menu li ul a:hover {
	color:#352C27;
}


/* ----------------------------------------------- 
		purple
----------------------------------------------- */

/*purple	#71637d*/

body {
	background: #71637d;
	color: #fff;
}

h1 					{color: #fff;}


hr 					{color: #71637d; background-color: #71637d;}
					/*color and background color should be the same as the background color of the div it is contained within*/

hr.product-divider {color: #71637d;}

a.button:link,
a.button:visited, 		
a.button:hover,
a.button:active {color: #333132;}

body.two-col #content-main,
#brands-column,
body#page-contact-us #content-main {
	color: #fff;
}

label, input, textarea, .radiolabel, select {
	color: #000;
}

label, .radiolabel {
	color: #fff;
}

form input.button,
input.button,
form#checkout-form input.button,
input.button:hover,
input.add-to-order:hover {
 	color: #333132; 
}

#nav ul li {color: #333132;}
#nav ul li a {color: #333132;}

#nav ul li a:hover, #nav li a:focus {color: #333132;}
#nav li a:active, #nav ul li a.active {color: #333132;}
#nav ul li:hover a {color: #333132;}

#nav li.menu-current a		{color: #333132;}

#nav .menu li ul a {color: #333132;}

#nav .menu li ul a:hover {
	color:#333132;
}


