body {
	background: url('../img/header-bg.gif') repeat-x #272320; /* old browsers */
	background: url('../img/header-bg.gif') repeat-x,
		url('../img/floral-bg.jpg') center 3px #272320;
	color: #443933;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

/****************** 
    GENERAL STYLES
******************/

/* HTML5 */
article, footer, header, nav, section {
	display: block;
}

a {
	color: #a21f24;
	text-decoration: none;
}
a:hover {
	color: #000;
}
h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 .5em 0;
}
h1:after {
	content: " \2605\2605\2605";
}
h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 .5em 0;
}
* + h1,
* + h2 {
	margin: .75em 0 .5em 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}
hr {
	border: none;
	border-top: 1px dashed #443933;
}
img {
	border: none;
}
input {
	height: 1.5em;
	margin: 0;
	padding: 0 .25em;
	vertical-align: middle;
}
li {
	margin: 0;
	padding: 0;
}
p {
	line-height: 1.33em;
	margin: .5em 0;
	text-align: justify;
}
ul {
	margin: 0;
	padding: 0;
}
.subtle {
	opacity: .5;
}
.note {
	font-size: .9em;
}
.back {
	float: left;
}
.forward {
	float: right;
}
.right {
	text-align: right;
}
.cntr {
	text-align: center;
}
.clearer {
	clear: both;
}
.col-2 {
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-moz-column-rule: 1px dashed #443933;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	-webkit-column-rule: 1px dashed #443933;
	column-count: 2;
	column-gap: 2em;
	column-rule: 1px dashed #443933;
}
.down {
	margin-top: 1em;
}
.down_slight {
	margin-top: .5em;
}
.hidden {
	display: none;
}
.shadowed {
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3); 
}
.content-category a,
.content-category {
	color: #443933;
	font-variant: small-caps;
}

/****************** 
    FORM STYLES
******************/

fieldset {
	border: 5px solid #dbd5b7;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	padding: 10px;
}
fieldset+fieldset {
	margin-top: 1em;
}
fieldset .odd,
fieldset li:nth-child(odd) {
	background: rgb(256, 256, 256);
	background: rgba(256, 256, 256, 0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff)";
}
fieldset .even,
fieldset li:nth-child(even) {
	background: rgb(256, 256, 256);
	background: rgba(256, 256, 256, 0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff, endColorstr=#fff)";
}
fieldset li .odd,
fieldset li .even {
	background: none;
}
fieldset legend {
	color: #4d443e;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: .15em;
	padding: 0 .25em;
}
fieldset ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset li {
	clear: left;
	list-style: none;
	padding: .125em 0 .125em 0;
	margin: 0;
}
fieldset li.odd,
fieldset li.even {
	padding: .125em .25em .125em .25em;
}
fieldset li label {
	float: left;
	width: 15%;
}
fieldset li.required label:first-child:after {
	color: red;
	content: ' *';
}
fieldset .error-message {
	color: red;
	font-size: .85em;
	margin-left: 15%;
}
.checkbox {
	display: inline-block;
	padding-left: .5em;	
}
.checkboxTable .checkbox {
	display: block;
	margin-left: 15%;
}
.checkbox input[type=checkbox]+label,
fieldset li input[type=checkbox]+label {
	float: none;
	margin-left: .5em;
	width: auto;
}
fieldset li input,
fieldset li textarea,
fieldset li select[size] {
	width: 80%;
}
fieldset li input.short,
fieldset li input.checkbox,
fieldset li input[type=checkbox],
fieldset li input[type=file],
fieldset li textarea.short,
fieldset li.submit input {
	width: auto;
}
fieldset li input.very-short {
	width: 75px;
}
fieldset li select option {
	max-width: 450px;
}
fieldset li.submit,
fieldset li.no-label {
	padding-left: 15%;
}
#body-right fieldset li.submit,
#body-right fieldset li.no-label {
	padding-left: 30%;
}
fieldset  li.no-space {
	padding: .125em .25em .125em .25em;
}
.no-label label {
	float: none;
	width: auto;
}
ul label+p {
	margin: 0 0 0 15%;
	opacity: .5;
}
ul label+p+input,
ul label+p+select,
ul label+p+textarea {
	margin: 0 0 0 15%;
}
ul label+p+input+.checkbox {
	margin: 0 0 0 15%;
	width: 40%;
}
.checkbox+.checkbox {
	width: 40%;
}
.checkboxTable .checkbox+.checkbox {
	width: auto;
}
.checkbox+.checkbox:nth-child(even) {
	margin: 0 0 0 15%;
}
div.submit {
	margin: 1em;
	padding-left: 15%;
}

/****************** 
    SITE STRUCTURE
******************/

#container {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	text-align: left;
}
header {
	background: url("../img/header-bottom.jpg") 307px 54px no-repeat;
	height: 111px;
	padding: 20px 20px 0 0px;
	position: relative;
}
#body {
	margin-top: 35px;
}
#social-networks {
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 14px;
	right: 50px;
}
#social-networks #newsletter {
	color: #fff;
	display: inline-block;
	height: 30px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	width: 300px;
}
#social-networks #newsletter #email-wrapper {
	height: 30px;
	line-height: 30px;
	position: absolute;
	opacity: 0;
	right: -100%;
}
#social-networks input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 26px;
	margin-top: -4px;
	width: 200px;
}
.sn-icon {
	background: url("../img/sn-icons-b.png");
	display: inline-block;
	height: 30px;
	overflow: hidden;
	width: 30px;
}
.sn-icon:hover img {
	visibility: hidden;
}
#sn-newsletter {
	background-position: 0 180px;
}
#sn-diaspora img {
	margin-top: 0px;
}
#sn-diaspora {
	background-position: 0 150px;
}
#sn-diaspora img {
	margin-top: -30px;
}
#sn-facebook {
	background-position: 0 120px;
}
#sn-facebook img {
	margin-top: -60px;
}
#sn-twitter {
	background-position: 0 90px;
}
#sn-twitter img {
	margin-top: -90px;
}
#sn-yelp {
	background-position: 0 60px;
}
#sn-yelp img {
	margin-top: -120px;
}
#sn-rss {
	background-position: 0 30px;
}
#sn-rss img {
	margin-top: -150px;
}

#store-hours {
	bottom: 0;
	color: #615549;
	position: absolute;
	right: 50px;
}
footer {
	color: #615549;
	margin: 2em 0;
	text-align: center;
}
footer a,
#store-hours a {
	color: #615549;
}
footer a:hover,
#store-hours a:hover {
	color: #f4eecc;
}
