/* @override http://storecircular/styles/color.css */

body,
input.form-text {
	color: #7e7e7e;
}

a, 
a:link, 
a:visited, 
a:active {
	color: #0066a6;
}

h1#logo,
#email-signup label,
#header-right span.location,
#header-right table.location th,
#content-area h2,
#toolbar li.active a,
#share-form-ajax h2.titlebar,
#header-right label,
#footer ul.main li a {
	color: white;
}

#content-area strong,
#content-bottom strong,
#content-bottom h3.title-bar,
#toolbar li.label,
#toolbar li span a:hover,
a:hover,
table.shopping-list th,
table.shopping-list td.title,
table.shopping-list td label,
#share label {
	color: #232323;
}

#content-area .price,
#content-bottom .price {
	color: #cb6e00;
}

h1#logo {
	text-shadow: #363636 2px 2px 2px;
}

h2.titlebar,
#content table.shopping-list th h2 {
	text-shadow: #434343 1px 1px 2px;
}

#header a,
#footer ul li a {
	color: #bbeeff;
}

#header div.disclaimer,
#header-right address.store-location {
	color: #ffffff;
}

#footer {
	color: #b9b9b9;
}

#toolbar li span a {
	color: #6e6e6e;
}

/*#header a:hover {
  color: #9ec8d7;
}*/

/* @group background colors and borders */

/* these are the colors for the headers footer */

div#store-header {
  /*background-color: #036daf;*/
}

div#header-wrapper {
  background-color: #4a4a4a;
}

div#content h2.titlebar,
#sidebar-right h2.titlebar {
  background-color: #686868;
  /*border-color: #616161;*/
}

div#footer-wrapper {
  background-color: #616161;
}

/* @end */

