/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group layout */

/* @group page-links */

.page_links a.page,
.page_links span.current.page {
	border: 1px solid #e77e3c;
	padding: 5px;
	line-height: 2.5;
	text-decoration: none;
	color: #e77e3c;
}
.page_links a.next,
.page_links a.previous {
	padding: 5px;
	text-decoration: none;
	color: #e77e3c;
}
.page_links a.page:hover,
.page_links a.previous:hover,
.page_links a.next:hover {
	background: #e77e3c;
	color: white;
}
.page_links span.current.page {
	background: #ab4200;
	border-color: #ab4200;
	color: white;
}
.page_links {
	text-align: center;
}

/* @end */

/* @group overall */

html {
	background: #a2592a url(/stylesheets/design_images/4/html_background.jpg) left top repeat-x;
}
body {
	background-image:url(/stylesheets/design_images/4/body_background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 912px;
	margin: 0 auto;
	position: relative;
}
#header {
	background-image:url(/stylesheets/design_images/4/header_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 139px;
	width: 912px;
	position: relative;
}

#content {
	width: 640px;
	padding: 10px 20px 0 20px;
	float: left;
	margin: 0 15px 0 18px;
	display: inline;
}
#content table {
	margin: 0 auto;
}
#content img {
	display: block;
	margin: 10px auto;
}
* html #content {
	width: 680px;
	w\idth: 640px;
}
#sidebar {
	width: 170px;
	float: left;
	padding-top: 10px;
}

#sidebar .zone {
	margin-bottom: 1.5em;
}

#footer {
	clear: both;
	text-align: center;
	background-color: #a2592a;
	background-image: url(/stylesheets/design_images/4/footer_background.jpg);
	background-position: top-left;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 30px;
}

/* @end */

/* @group system */
table input[type='text'],
table input[type='password'] {
	padding: 3px;
	font: 120% "Lucida Grande", Lucida, Verdana, sans-serif;
}
table td,
table th {
	padding: 4px;
}
table td.label {
	text-align: right;
	font-size: 80%;
	color: #682200;
}
#errors {
	background: #e95200;
	color: white;
	padding: 5px 10px;
	text-align: center;
	margin: 1em;
}


/* @end */

/* @group calendar */

div.calendar.nav {
	float: right;
}
table.calendar {
	width: 600px;
	margin-left: 20px;
	border-collapse: collapse;
	line-height: 1.1;
}
table.calendar td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 14%;
	padding: 0 2px;
}
table.calendar td.outside {
	color: #aaa;
}
table.calendar tr.label td.outside {
	font-size: 70%;
}
table.calendar tr.label td {
	border-top: 1px solid black;
	font-size: ;
	padding-bottom: 4px;
}
table.calendar td.last {
	border-bottom: 1px solid black;
	height: 10px;
}
table.calendar div.event a {
	display: inline-block;
}
table.calendar div.event a {
	display: block;
	padding: 5px 3px;
	margin: 1px;
	color: white;
}
table.calendar .event a:hover {
	background: black;
}
table.calendar .c1 a {
	background-color: #8b3911;
}
table.calendar .c2 a {
	background-color: #eb832e;
}
table.calendar .c3 a {
	background-color: #a2592a;
}
table.calendar .c4 a {
	background-color: #feb25e;
}
table.calendar .c5 a {
	background-color: #ae4317;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}


/* @end */

/* @group contact form */

div.contactform {
	margin: 20px;
	border-top: 1px solid #682200;
	clear: both;
}
.contactform form {
	padding: 10px 0;
}
.contactform div {
	padding: 10px 0 0 0;
}
.contactform input[type="text"] {
	width: 100%;
}
.contactform textarea {
	width: 100%;
	height: 10em;
}
.contactform.submission {
	border: none;
	background: #e95200;
	padding: 10px;
	color: white;
	text-align: center;
}
.contactform label {
	display:block;
	color: #682200	;
	font-size: 90%;
	font-weight: bold;
}


/* @end */

/* @group blog */

.blog.post h2 a,
.blog.post h2 a:visited {
	color: #2f182c;
}
.blog.post h2 a:hover {
	color: white;
	background-color: #682200;
}
.blog.post .next {
	float: right;
}
.blog.post {
	margin-bottom: 3em;
}
#blog_nav {
	position: relative;
	margin-bottom: 20px;
	width: 640px;
}
#blog_nav div {
}
#blog_nav #newer_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	right: 0;
	text-align: right;
}
#blog_nav #older_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	left: 0;
}
#blog_nav #blog_archive {
	text-align: center;
}

.blog.post .published {
	color: #682200;
	margin: 4px 0 0 30px;
	font-size: 80%
}


/* @end */

/* @group image */

#album_nav {
	float: right;
}
#album_nav div {
	display: inline;
}
#album_nav .next {
	margin-left: 10px;
}


/* @end */

/* @group menus */

#content .menu li {
	list-style-type: none;
}

/* @group content */

#content .container {
	clear: both;
}

#content .menu {
	float: left;
	margin: 0;
	margin-bottom: 20px;
	width: 640px;
	background: #e77e3c;
	padding: 0;
}
#content .menu li {
	float: left;
	border-right: 2px solid #efe9e9;
	color: #efe9e9;
}
#content .menu li * span {
	display: block;
	float: left;
	padding: 2px 15px;
	color: white;
}
#content .menu li a {
	color: #fff;
	text-decoration: none;
}
#content .menu li.current  {
	text-decoration: underline;
}
#content .menu li.current * span,
#content .menu li a:hover span {
	background: #b15317;
	color: white;
}
#content .zone_heading {
	font-weight: bold;
}

#content #content_top_text p {
	clear: both;
	font-size: 90%;
	margin: 20px 40px;
	line-height: 1.2;
	font-style: italic;
}

/* @end */

/* @group user menu */
#user_menu {
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 25px;
}
#user_menu li {
	display: inline;
	padding-right: 10px;
}

/* @end */

/* @group top menu */

#top_menu {
	background: #2f182c;
	margin: 0 16px;
	padding: 2px 10px 5px 10px;
	float: left;
	width: 860px;
	display: inline;
}
* html #top_menu {
	width: 880px;
	w\idth: 860px;
}
#top_menu .menu li {
	float: left;
	padding: 0 20px;
	border-right: 1px solid #fbb05f;
}
#top_menu .menu #home {
	padding-left: 10px;
}
#top_menu .menu li *,
#top_menu .menu li.current * {
	padding: 0;
	margin: 0;
	background: none;
	color: #fbb05f;
	display: inline;
}
#top_menu .menu li.current {
	font-weight: normal;
}
#top_menu .menu li.current span {
	color: white;
}
#top_menu .menu a:hover {
	text-decoration: underline;
}

/* @end */

/* @group sidebar */

.sidebar .menu li a, .menu li span {
	display:inline-block;
}
.sidebar .menu li a, .menu li span {
	color: #fbb05f;
	background: #682200;
	text-decoration: none;
	position: relative;
	z-index: 3;
	padding: 5px 10px;
	display: block;
}
#sidebar .menu li a:hover{
	color: #fff;
	background-color: #2f182c;
	background-position: top left;
}
.sidebar .menu li.current span,
.sidebar .menu li.current a {
	color: #fff;
	background: #2f182c;
	margin-left: -15px;
	padding-left: 25px;
}
.sidebar .menu li.current span span,
.sidebar .menu li.current a span {
	margin: 0;
	padding: 0;
}
.sidebar .menu li {
	padding: 0 0 2px 0;
}
.sidebar .menu li span span, .menu li a span {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	cursor: pointer;
}

/* @end */

/* @end */

/* @group system */

#system {
	float: left;
	padding: 5px 5px 0 20px;
}
#system .menu li {
	float: left;
	margin-right: 2px;
}
#system .menu li span,
#system .menu li.current span {
	padding: 0;
}
#system .menu li * span{
	display: block;
	padding: 3px 8px;
	background: #2f182c;
	color: #ffebbe;
}
#system .menu li a {
	text-decoration: none;
}
#system .menu li a:hover span {
	background: black;
}
#system .menu li.current span span {
	display: block;
	padding: 3px 8px;
	background: black;
}
#system .menu #menu1_tags,
#system .menu #menu1_store {
	margin-right: 10px;
}

table input[type='text'],

table input[type='password'] {
	padding: 3px;
	font: 120% "Lucida Grande", Lucida, Verdana, sans-serif;
}

table td,

table th {
	padding: 4px;
}

table td.label {
	text-align: right;
	font-size: 80%;
	color: #682200;
}

#errors {
	background: #e95200;
	color: white;
	padding: 5px 10px;
	text-align: center;
	margin: 1em;
}


/* @end */

/* @group forums */

.forum.list .post {
	background: white;
	padding: 5px 10px;
	margin: 0 0 5px 20px;
	clear: both;
}

.forum.list .post .text .post {
	margin: 0 20px 5px 0;
	padding: 5px 10px;
	background: #ddd;
}

.forum.list .post .list {
	margin-top: 10px;
}

.forum .author {
	font-size: 75%;
	color: #682200;
}

.forum div.author {
	margin-left: 20px;
	line-height: 1;
	margin-bottom: 10px;
}

.forum .title a,

.forum a.title {
	font-weight: bold;
	font-size: 120%;
	color: black;
}

.forum .title a:hover,

.forum a.title:hover {
	color: white;
}

.forum.text {
	margin: 10px 20px;
}

.forum.toggler {
	float: right;
}

/* @group files */

.forum .files {
	padding: 10px 0;
	margin: 10px 0 10px 20px;
	width: 77%;
	line-height: 1.3;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.forum .files li {
	list-style-type: disc;
	list-style-position: inside;
}

.forum .post .files {
	margin: 5px 0;
}

/* @end */

/* @group editor */

.forum.editor {
	padding: 10px 0;
	margin: 10px 20px;
}

.forum.editor div {
	margin-bottom: 2px;
}

#noscript_warning {
	line-height: 1;
	padding: 5px;
	font-size: 80%;
	color: #666;
}

#system_message {
	margin: 20px;
	padding: 10px;
	text-align: center;
	background: #2f182c;
	color: white;
}

.forum.editor input[type="text"],

.forum.editor textarea {
	width: 80%;
	padding: 5px;
	border: 2px solid #ccc;
	font-size: 110%;
}

.forum.file_upload {
	padding: 5px;
	background: white;
	border: 2px solid #ccc;
	width: 80%;
}

.forum.file_upload_remover {
	float: right;
	display: block;
}

/* @end */

/* @group breadcrumb */

.forum.breadcrumb * {
	color: #682200;
	font-size: 80%;
}

.forum.breadcrumb a:hover {
	color: white;
}

.forum.breadcrumb span.divider {
	color: #ccc;
}

.forum.breadcrumb span.current {
	font-weight: bold;
}

/* @end */

/* @end */

/* @group ecommerce */

#content .product .preview_image img {
	float: left;
	margin: 0 20px 20px 20px;
	display: inline;
}

#content .product {
	clear: left;
	float: left;
	width: 640px;
}

#content .product.list .description {
	margin-left: 220px;
}

#content .product .add-to-cart {
	margin-bottom: 20px;
}

#content .product form input {
	padding: 5px;
	font-size: 120%;
}

#content .cart img {
	display: inline;
	margin: 0;
}

#shopping_cart {
	float: right;
	z-index: 2;
	padding: 5px 25px;
	position: relative;
	color: white;
}

#shopping_cart a,
#shopping_cart a:visited,
#shopping_cart a:hover {
	color: white;
	background: inherit;
	text-decoration: underline;
}
div.fieldWithErrors {
	display: inline;
}
div.fieldWithErrors input {
	border: 3px solid red;
}
div.errorExplanation {
	background: red;
	color: white;
	padding: 10px 20px;
	margin: 20px 20px 0 20px;
}
#content div.errorExplanation h2 {
	margin-top: 0;
	padding-top: 0;
	color: white;
}
#content div.errorExplanation ul {
	list-style-type: disc;
	padding-left: 0;
	margin: 0 0 0 20px;
	list-style-position: inside;
	line-height: 1.2;
}
#content div.errorExplanation p {
	margin: 0 0 0 20px;
	font-style: italic;
}
table.cart,
div.cart,
table.customer_info {
	margin: 0 20px;
	width: 600px;
}
div.payment.options img {
	position: relative;
	top: 6px;
}
table tr.break td {
	border-top: 1px solid #2f182c;
}
table.cart td {
	padding: 2px 15px;
	text-align: right;
}
table.cart th {
	text-align: right;
	border-bottom: 1px solid #2f182c;
	padding: 2px 15px;
	line-height: 1;
	background: #2f182c;
	color: white;
}
.cart .total {
	text-align: right;
}
#content .submit {
	text-align: right;
	padding: 5px;
	background: #2f182c;
	margin: 20px;
}

/* @end */

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: black;
}

#header h1 {
	color: white;
	position: absolute;
	top: 73px;
	left: 43px;
	text-indent: -10000px;
}

#header #tagline {
	color: #fbb05f;
	line-height: 1.1;
	position: absolute;
	top: 132px;
	left: 710px;
	text-indent: -10000px;
}

#footer {
	font-size: 80%;
	color: #fbb05f;
}

/* @group content */

#content h1 {
	margin: 1em 0 .25em 0;
	color: #2f182c;
	font: bold 180%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h2 {
	margin: 1em 0 .25em 0;
	color: #2f182c;
	font: normal 160%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h3 {
	margin: 1em 0 .25em 0;
	color: #2f182c;
	font: bold 135%/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h4 {
	font-weight: bold;
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #2f182c;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h5 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #2f182c;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content h6 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #2f182c;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p {
	margin: 0 20px 1em 20px;
}

#content p img {
	display: block;
	margin: 20px auto;
}

div.image img {
	display: block;
	margin: 20px auto;
}

#content li {
	list-style-type: disc;
}
#content li li {
	list-style-type: circle;
}
#content ul {
	padding-left: 1em;
	margin: 0 0 1em 20px;
}

/* @end */

/* @group sidebar */

.sidebar {
	font-size: 90%;
	line-height: 1.2;
	color: ;
}
.sidebar p {
	margin: 0 0 .5em 0 ;
}
.sidebar .zone h2 {
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #682200;
	margin-bottom: .25em;
	color: #2f182c;
}
.sidebar ul.blog_posts li,
.sidebar ul.calendar_events li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: .25em;
	color: #682200;
}

/* @end */

/* @group links */

a {
	color: #682200;
}

a:hover {
	color: white;
	background-color: #682200;
	text-decoration:none;
}

a:visited {
	color: #2f182c;
}

a:visited:hover {
	color: white;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

em {
	font-style: italic;
	font-weight: inherit;
}
div.blog_archive {
margin-left:20px;
}
#content h3.blog_archive {
font-weight:normal;
}

/* @end */


