@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Uncial+Antiqua');

html, body, div, span, h1, h2, h3, h4, p, a, img, ul, ol, li, table, th, tr, td, label {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	text-decoration: none;
	color: #777;
	white-space: normal;
	outline: none;
}

input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	text-decoration: none;
	color: #777;
	outline: none;
}

html, body, p, input, textarea {
	font: 16px "Open Sans", san-serif;
	line-height: 22px;
}

body {
	background: #fff;
}

p {
	margin-top: 12px;
}

a {
	color: #a00b0b;
}

a:hover, a:focus {
	text-decoration: underline;
}

h1 {
	font: 34px "Uncial Antiqua";
	line-height: 40px;
	color: #ddd;
	text-shadow: 0px 0px 3px #000, 0px 0px 12px #000, 0px 0px 12px #000, 0px 0px 20px #000;
}

h2 {
	display: block;
	position: relative;
	margin: 40px 0 7px -80px;
	padding: 10px 0 10px 80px;
	font: 28px "Uncial Antiqua";
	line-height: 30px;
	color: #a00b0b;
	/*background: #eee;*/
	background: linear-gradient(90deg, rgba(255,255,255,0) 0px, rgba(0,0,0,0.13) 150px, rgba(255,255,255,0) 300px);
	border-top: 1px solid #a00b0b;
	border-bottom: 1px solid #a00b0b;
	-webkit-border-image: linear-gradient(90deg, rgba(255,255,255,0) 0px, rgba(160,11,11,1) 150px, rgba(255,255,255,0) 300px) 1 stretch;
	border-image: linear-gradient(90deg, rgba(255,255,255,0) 0px, rgba(160,11,11,1) 150px, rgba(255,255,255,0) 300px) 1 stretch;
	/*text-shadow: 2px 2px 2px rgba(0,0,0,0.3);*/
}

h3 {
	margin: 30px 0 7px 0;
	font-size: 22px;
	line-height: 24px;
	color: #a00b0b;
	font-weight: bold;
}

.node-story h3 {
	margin: 30px 0 7px -50px;
	padding: 5px 0 5px 50px;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0px, rgba(0,0,0,0.08) 150px, rgba(255,255,255,0) 300px);
}

#comments h3 {
	margin: 0 0 7px -50px;
	padding: 5px 0 5px 50px;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0px, rgba(0,0,0,0.08) 150px, rgba(255,255,255,0) 300px);
}

h4 {
	margin: 20px 0 7px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

h5 {
	margin: 12px 0 5px 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

ul {
	list-style-position: inside;
}

table, th, tr, td {
	line-height: normal;
}

hr {
	margin-top: 12px;
	border: 0;
	height: 1px;
	background: #bbb;
}

/*
h2 {
	margin: 30px 0 7px 0;
	font: 25px "Uncial Antiqua";
	line-height: 28px;
	color: #777;
}
*/

#header_outer {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	position: fixed;
	top: 0;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 0 10px -1px rgba(0,0,0,.6);
}

#header_inner {
	max-width: 1000px;
	margin: 0 auto;
}

#site_logo_link {
	display: block;
	float: left;
	margin: 8px 15px 8px 12px;
}

/* Circular logo
#site_logo_link {
	display: block;
	float: left;
	margin: 10px 15px 10px 12px;
}
*/

#site_logo {
	display: block;
}

#nav_menu_button {
	display: none;
	float: right;
	font-size: 20px;
	line-height: 20px;
	padding: 20px 12px 20px 12px;	
	cursor: pointer;
	text-decoration: none;
	color: #777;
}

#nav_menu_button:hover, #nav_menu_button:focus, {
	color: #aaa;
	text-decoration: none;
}

.nav_menu {
	display: block;
	float: left;
}

.nav_menu_link {
	display: block;
	float: left;
	font-size: 20px;
	line-height: 20px;
	padding: 20px 12px 20px 12px;
	text-decoration: none;
	color: #777;
}

.nav_menu_link:hover, .nav_menu_link:focus {
	color: #aaa;
	text-decoration: none;
}

/*.search_field {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	margin: 20px 12px 0 12px;
	font-size: 12px;
	border: 1px solid #777;
	border-radius: 3px 0 0 3px;
	color: #777;
}

.search_button {
	display: block;
	float: left;
	margin: 18px 12px 0 12px;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #777;
	border-radius: 3px 0 0 3px;
	color: #777;
}*/

#page_info #link_info {
}

#page_contact #link_contact {
}

#top {
	height: 40px;
}

#main {
	padding-top: 60px;
}

#titlebox_outer_front {
	position: relative;
	width: 100%;
	height: 250px;
	/*background: url(../images/bg_1.jpg) no-repeat 60% 100%;*/
	background: url(../images/bg_1.jpg) no-repeat 17% 100%;
	background-size: cover;
}

#titlebox_outer_products {
	position: relative;
	width: 100%;
	height: 250px;
	/*background: url(../images/bg_2.jpg) no-repeat 52% 100%;*/
	background: url(../images/bg_2.jpg) no-repeat 4% 100%;
	background-size: cover;
}

#titlebox_outer_freestuff {
	position: relative;
	width: 100%;
	height: 250px;
	background: url(../images/bg_3.jpg) no-repeat 95% 100%;
	background-size: cover;
}

#titlebox_inner {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 30px;
	max-width: 970px;
	padding: 0 15px 0 15px;
}

#content_bg {
	padding-top: 1px;
	margin-top: -1px;
	height: 151px;
	background: url(../images/fadeout_bg.jpg) no-repeat 29% 100%;
	background-size: cover;
}

#content {
	max-width: 970px;
	margin: -152px auto 0 auto;
	padding: 0 15px 0 15px;
}

#content_with_header_area {
	max-width: 970px;
	margin: 0 auto 0 auto;
	padding: 0 15px 0 15px;
}

#content_with_header_area h2 {
	margin: 20px 0 7px -80px;
}

#footer {
	max-width: 970px;
	margin: 0 auto 30px auto;
	padding: 0 15px 0 15px;	
}

.resize {
	max-width: 100%;
	height: auto;
}

.float {
	margin: 10px;
	float: right;
}

.spacer {
	height: 10px;
}

.subtitle {
	margin-top: 7px;
	color: #ddd;
	text-shadow: 0px 0px 2px #000, 0px 0px 7px #000, 0px 0px 7px #000, 0px 0px 14px #000;
}

.submitted {
	margin-top: 12px;
	font-size: 12px;
	line-height: 14px;
}

.divider {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 1px;
	background-color: #bbb;
}

.node-forum .divider {
	margin-top: 0;
	margin-bottom: 0;
	height: 0;
	background-color: none;
}

.page_divider {
	margin-top: 50px;
	margin-bottom: 30px;
	height: 1px;
	background-color: #bbb;
}

.gap {
	height: 40px;
}

.small {
	font-size: 13px;
	line-height: 16px;
}

.form-text {
	box-sizing: border-box;
	width: 100%;
	max-width: 350px;
	padding: 5px 8px;
	border: 1px solid #bbb;
}

.form-text:focus {
	border-color: #a00b0b;
}

textarea {
	padding: 5px 8px;
	border: 1px solid #bbb;
}

textarea:focus {
	border-color: #a00b0b;
}

.form-submit {
	margin: 5px 5px 5px 0;
	padding: 6px 10px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}

.form-submit:nth-child(n+2) {
	margin-left: 5px;
}

.search-form .form-submit {
	margin: 5px 5px 5px 0;
}

.form-submit:hover, .form-submit:focus {
	background: #777;
}

.categories {
	text-align: center;
	margin-top: 12px;
}

.category {
	display: inline-block;
	width: 200px;
	margin: 10px;
}

.category_link {
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	color: #777;
}

.category_link:hover, .category_link:focus {
	text-decoration: none;
	opacity: 0.7;
}

.first {
	margin-top: 0;
}

.center {
	text-align: center;
}

.form-item {
	max-width: 100%;
}

select {
	/*-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;*/
	width: auto;
	padding: 4px 8px;
	border: 1px solid #bbb;
	background: #fff;
	color: #777;
	font: 16px "Open Sans", san-serif;
	line-height: 22px;
	outline: none;
}

.password-suggestions {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

ul.primary {
	white-space: normal;
	padding: 0;
	margin: 30px 0 0 0;
	border: 0;
}

ul.primary li.active a {
	border: 0;
	background: #777;
}

ul.primary li {
	/*display: inline-block;*/
}

ul.primary li a {
	display: inline-block;
	border: 0;
	margin: 5px 5px 5px 0;
	padding: 6px 10px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
}

ul.primary li a:nth-child(n+2) {
	margin-left: 5px;
}

ul.primary li a:hover, ul.primary li a:focus {
	background: #777;
}

.profile h3 {
	border: 0;
}

.faq-question {
	padding: 0;
}

.faq-question a {
	display: block;
	border: 0;
	margin: 5px 5px 5px 0;
	padding: 6px 10px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
	text-decoration: none;
}

.faq-question a:hover, .faq-question a:focus {
	background: #777;
}

.faq-answer {
	padding: 0 10px;
}

#forum table {
	width: 100%;
}

td {
}

th {
	font-size: 12px;
	line-height: 14px;
}

.topics {
	font-size: 12px;
	line-height: 14px;
}

.posts {
	font-size: 12px;
	line-height: 14px;
}

td span.submitted {
	font-size: 12px;
	line-height: 14px;
}

/*#forum td.forum .icon {
	display: none;
}*/

#forum .description {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

tbody {
	border: 0;
	background: none;
}

tr.even, tr.odd {
	border: 0;
	padding: 0;
	background: none;
}

#forum div.indent {
	margin-left: 0;
}

#forum td.last-reply {
	white-space: normal;
	font-size: 12px;
	line-height: 14px;
}

#forum tr.even td {
	white-space: normal;
	border: 1px solid #bbb;
	padding: 5px;
}

#forum tr.odd td {
	background: #eee;
	white-space: normal;
	border: 1px solid #bbb;
	padding: 5px;
}

#forum tr.even td.container, #forum tr.odd td.container {
	background: #ddd;
	font-size: 13px;
	line-height: 15px;
}

#forum thead th {
	white-space: normal;
	border: 1px solid #bbb;
	padding: 5px;
}

#forum .name {
	margin-bottom: 5px;
}

#forum .container .name {
	margin-bottom: 0;
}

ul.action-links {
	list-style-type: none;
	margin: 30px 0 30px 0;
}

ul.action-links li a {
	display: inline-block;
	border: 0;
	margin: 5px 5px 5px 0;
	padding: 6px 10px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
	text-decoration: none;
}

ul.action-links li a:hover, ul.action-links li a:focus {
	background: #777;
}

.breadcrumb {
	padding-bottom: 0;
	margin-top: 40px;
}

.breadcrumb a {
	display: inline-block;
	border: 0;
	margin: 5px 0 0 0;
	padding: 6px 10px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
	text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb a:focus {
	background: #777;
}

.pager a {
	display: inline-block;
	border: 0;
	margin: 5px 5px 5px 0;
	padding: 6px 10px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
	text-decoration: none;
}

.pager a:hover, .pager a:focus {
	background: #777;
}

.item-list .pager li.pager-current {
	display: inline-block;
	border: 0;
	margin: 5px 5px 5px 0;
	padding: 6px 10px;
	color: #fff;
	background: #777;
	font-weight: normal;
}

.item-list .pager li {
	padding: 0;
}

.item-list ul li {
	margin: 0;
}

.pager-next a {
	display: inline-block;
	border: 0;
	margin: 5px 5px 5px 0;
	padding: 6px 10px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
	text-decoration: none;
}

.pager-next a:hover, .pager-next a:focus {
	background: #777;
}

.pager-last a {
	display: inline-block;
	border: 0;
	margin: 5px 5px 5px 0;
	padding: 6px 10px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
	text-decoration: none;
}

.pager-last a:hover, .pager-last a:focus {
	background: #777;
}

.item-list ul li.pager-ellipsis {
	margin: 5px 5px 5px 0;
}

.item-list ul.pager {
	margin: 30px 0 0 0;
}

.user-picture {
	float: right;
}

ul.links.inline {
	display: inline-block;
	margin-top: 20px;
}

ul.inline li {
	padding: 0;
}

.inline a {
	display: inline-block;
	border: 0;
	margin: 5px 5px 5px 0;
	padding: 6px 10px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
	text-decoration: none;
}

.inline a:hover, .inline a:focus {
	background: #777;
}

.inline li a.active {
	color: #fff;
	background: #777;
}

#comments .comment {
	padding: 30px 0 0 0;
	margin: 30px 0 0 0;
	border-top: 1px solid #bbb;
	-webkit-border-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 5%, rgba(187,187,187,1) 50%, rgba(187,187,187,1) 95%, rgba(255,255,255,1) 100%) 1 stretch;
	border-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 5%, rgba(187,187,187,1) 50%, rgba(187,187,187,1) 95%, rgba(255,255,255,1) 100%) 1 stretch;
}

#comments .comment h3 {
	margin-top: 0;
}

.floater {
	max-width: 30vw;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
}

.squeezer{
	max-width: 100%;
	height: auto;
}

#block-system-main .node-story {
	padding-bottom: 30px;
	border-top: 1px solid #bbb;
	-webkit-border-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 5%, rgba(187,187,187,1) 50%, rgba(187,187,187,1) 95%, rgba(255,255,255,1) 100%) 1 stretch;
	border-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 5%, rgba(187,187,187,1) 50%, rgba(187,187,187,1) 95%, rgba(255,255,255,1) 100%) 1 stretch;
}

#block-system-main .node-story:first-child {
	border-top: none;
	border-image: none;
}

.holder {
	float: left;
	margin-top: 30px;
	width: 50%;
}

.outerbox .holder:nth-child(odd) {
	clear: left;
}

.product {
	border: 1px solid #bbb;
	padding: 10px;
	background: #eee;
}

.holder:nth-child(odd) .product {
	margin-right: 15px;
}

.holder:nth-child(even) .product {
	margin-left: 15px;
}

h3.product_title {
	margin: 0 0 7px 0;
}

.button_style {
	display: inline-block;
	margin: 10px 10px 5px 0;
	padding: 6px 10px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
}

.button_style:hover, .button_style:focus {
	background: #777;
}

.views-field-buyitnowbutton {
	display: inline-block;
}

.product .views-field-view-node {
	display: inline-block;
}

.clear {
	clear: both;
}

.outerbox form {
	display: inline-block;
}

.outerbox .form-item, .form-actions {
	margin: 0;
}

h3.freestuff {
	margin: 30px 0 7px -50px;
	padding: 5px 0 5px 50px;
	background: linear-gradient(90deg, rgba(255,255,255,0) 0px, rgba(0,0,0,0.08) 150px, rgba(255,255,255,0) 300px);
	/*padding-top: 30px;
	border-top: 1px solid #bbb;
	-webkit-border-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 5%, rgba(187,187,187,1) 50%, rgba(187,187,187,1) 95%, rgba(255,255,255,1) 100%) 1 stretch;
	border-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 5%, rgba(187,187,187,1) 50%, rgba(187,187,187,1) 95%, rgba(255,255,255,1) 100%) 1 stretch;
	clear: both;*/
}

.button_style a {
	color: #fff;
	text-decoration: none;
}

.file a {
	word-break: break-all;
}

/* Forum styles */

#forum td.forum .icon {
	background: url(../images/forum_inactive.png);
	margin: 3px 3px 0 -3px;
	width: 16px;
	height: 16px;
}

/*#forum td.forum .icon:before {
	content: "⏺";
}*/

#forum td.forum .forum-status-new {
	background: url(../images/forum_active.png);
}

#forum div.indent {
  margin-left: 0;
}

#forum .icon div {
	background: url(../images/forum_inactive.png);
	margin: 0;
	width: 16px;
	height: 16px;
}

/*#forum .icon div:before {
	content: "⏺";
}*/

#forum .icon .topic-status-new {
	background: url(../images/forum_active.png);
}

#forum .icon .topic-status-hot {
}

#forum .icon .topic-status-hot-new {
}

#forum .icon .topic-status-sticky {
	background: url(../images/forum_sticky.png);
}

#forum .icon .topic-status-closed {
	background: url(../images/forum_closed.png);
}

.smallgap {
	height: 30px;
}

.faq-question-answer {
	margin-top: 10px;
}

.faq .faq-question-answer:first-child {
	margin-top: 0;
}

.faq-question a {
	margin: 0;
}

/*.expanded {
	padding-bottom: 20px;
}*/

.collapsible .field-label-hidden {
	padding-bottom: 20px;
}

.add-to-cart {
	margin-top: 20px;
}

.form-type-uc-quantity input.form-text {
	width: auto;
	max-width: 3em;
}

h2.element-invisible {
	margin: 0;
}

#uc-cart-view-form th {
	padding: 0 0 0 5px;
}

#uc-cart-view-form td {
	padding: 5px 0 5px 5px;
}

#uc-cart-view-form th:first-child {
	padding-left: 0;
}

#uc-cart-view-form td:first-child {
	padding-left: 0;
}

#uc-cart-view-form table .form-submit {
	margin: 0;
}

#uc-cart-view-form .form-submit {
	margin-top: 10px;
}

#uc-cart-view-form #edit-continue-shopping {
	margin: 10px 5px 0 0;
}

#uc-cart-view-form #edit-update.form-submit {
	margin-right: 0;
}

#uc-cart-view-form #edit-checkout--2.form-submit {
	margin-right: 0;
	margin-left: 10px;
}

#uc-cart-view-form td {
	vertical-align: middle;
}

#uc-cart-view-form tr.odd {
	background: #eee;
}

#uc-cart-view-form tr:last-child {
	background: none;
}

#uc-cart-view-form td.image a {
	display: block;
}

#uc-cart-view-form img {
	padding: 0;
	display: block;
}

#uc-cart-view-form th:first-child {
	visibility: hidden;
	font-size: 0;
}

#uc-cart-view-form th:nth-child(2) {
	visibility: hidden;
	font-size: 0;
}

.cart_link {
	display: inline-block;
	margin-bottom: 22px;
	padding: 6px 10px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
}

.cart_link:hover, .cart_link:focus {
	text-decoration: none;
	background: #777;
}

#forum .name {
	margin-bottom: 1px;
}

table.sticky-enabled {
	width: 100%;
}

table.sticky-enabled tr.odd {
	background: #eee;
}

table.sticky-enabled td {
	font-size: 12px;
	line-height: 14px;
}

td.active {
	background-color: transparent;
}

td.date-row {
	width: 6.5em;
}

td.filename-row {
	word-break: break-all;
}

td.filename-row a {
	display: inline-block;
	margin: 5px 0;
	padding: 5px 7px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
	text-decoration: none;
}

td.filename-row a:hover, td.filename-row a:hover {
	background: #777;
}

td.description-row {
	word-break: break-word;
}

table.sticky-enabled th:nth-child(4) {
	display: none;
}

table.sticky-enabled th:nth-child(5) {
	display: none;
}

#cart-form-pane table.sticky-enabled th:nth-child(4) {
	display: table-cell;
}

#cart-form-pane table.sticky-enabled th:nth-child(5) {
	display: table-cell;
}

table.sticky-enabled td.download-row {
	display: none;
}

table.sticky-enabled td.addresses-row {
	display: none;
}

.uc-store-address-field .form-item label {
	width: 9em;
}

/*.form-text {
	width: 100%;
	max-width: 80vw;
}*/

.order-review-table {
	margin-top: 12px;
}

.slider {
	display: none;
}

.remove input.form-submit {
	margin: 0;
	padding: 6px 6px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
	font-size: 12px;
	line-height: 12px;
}

.remove input.form-submit:hover, .remove input.form-submit:focus {
	background: #777;
}

.view-uc-orders-user table {
	font-size: 12px;
	line-height: 14px;
}

.view-uc-orders-user table .views-field-created {
	padding-right: 10px;
}

.view-uc-orders-user table .views-field-order-id {
	padding-right: 10px;
}

.view-uc-orders-user table .views-field-order-status {
	padding-right: 10px;
}

.view-uc-orders-user tr.odd {
	background: #eee;
}

.views-field-product-count {
	display: none;
}

.views-field-order-id a:first-child:after {
	content: "\A";
	white-space: pre;
}

.view-Expansions .views-row, .view-previews .views-row, .view-errata .views-row, .view-aids-tools .views-row, .view-lore .views-row, .view-premium-content .views-row, .view-hmk-previews .views-row {
	padding-bottom: 30px;
	border-top: 1px solid #bbb;
	-webkit-border-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 5%, rgba(187,187,187,1) 50%, rgba(187,187,187,1) 95%, rgba(255,255,255,1) 100%) 1 stretch;
	border-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(187,187,187,1) 5%, rgba(187,187,187,1) 50%, rgba(187,187,187,1) 95%, rgba(255,255,255,1) 100%) 1 stretch;
	clear: both;
}

.view-Expansions .views-row:first-child, .view-previews .views-row:first-child, .view-errata .views-row:first-child, .view-aids-tools .views-row:first-child, .view-lore .views-row:first-child, .view-premium-content .views-row:first-child, .view-hmk-previews .views-row:first-child {
	border-top: none;
	border-image: none;
}

.view-Expansions .views-field-body img, .view-previews .views-field-body img, .view-errata .views-field-body img, .view-aids-tools .views-field-body img, .view-premium-content .views-field-body img {
	max-width: 30vw;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
}

.view-lore .views-row img {
	max-width: 30vw;
	max-height: 100px;
	width: auto;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
}

.view-hmk-previews .views-row img {
	max-width: 30vw;
	max-height: 100px;
	width: auto;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
}

ul.secondary {
	margin: -15px 0 30px 0;
	padding: 0 0 0 15px;
	border: 0;
}

ul.secondary li {
	border: 0;
	padding: 0;
}

ul.secondary a.active {
    border: 0;
	background: #777;
}

ul.secondary li a {
	display: inline-block;
	border: 0;
	margin: 5px 5px 5px 0;
	padding: 6px 10px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;	
}

ul.secondary li a:nth-child(n+2) {
	margin-left: 5px;
}

ul.secondary li a:hover, ul.secondary li a:focus {
	background: #777;
}

.node-product a img {
	max-width: 30vw;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
}

.node-story img {
	max-width: 30vw;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
}

.views-field-upload {
	font-size: 0;
}

.views-field-upload .button_style {
	font-size: 16px;
}

.view-harnmaster-products .item-list, .view-harnworld-products .item-list, .view-maps .item-list {
	clear: both;
	padding-top: 30px;
}

.admin_button_holder {
	margin-top: 30px;
}

.admin_button {
	display: inline-block;
	border: 0;
	margin: -10px 0 0 0;
	padding: 6px 10px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
	text-decoration: none;
}

.admin_button:hover, .admin_button:focus {
	background: #777;
	text-decoration: none;
}

.more_link {
	display: inline-block;
	margin: 10px 10px 5px 0;
	padding: 6px 10px;
	color: #fff;
	background: #a00b0b;
	cursor: pointer;
}

.more_link:hover, .more_link:focus {
	background: #777;
	text-decoration: none;
}

.node-lore img {
	max-width: 30vw;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
}

.node-hmk-previews img {
	max-width: 30vw;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
}

img.centerpic {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	float: none;
	text-align: center;
}

.forum .name a {
	font-weight: bold;
}

.view-front-page-header-block table {
	width: 100%;
}

.view-front-page-header-block td {
	width: 100%;
}

.front_page_blocks_outer {
	width: 100%;
	display: table;
	font: 13px "Uncial Antiqua";
	line-height: 15px;
	background: url(https://kelestia.com/images/knotwork_bg.png) top 20px center no-repeat;
/*	background: linear-gradient(90deg, rgba(255,255,255,0) 0px, rgba(0,0,0,0.13) 150px, rgba(255,255,255,0) 300px);
	border-top: 1px solid #a00b0b;
	border-bottom: 1px solid #a00b0b;
	-webkit-border-image: linear-gradient(90deg, rgba(255,255,255,0) 0px, rgba(160,11,11,1) 150px, rgba(255,255,255,0) 300px) 1 stretch;
	border-image: linear-gradient(90deg, rgba(255,255,255,0) 0px, rgba(160,11,11,1) 150px, rgba(255,255,255,0) 300px) 1 stretch;*/
}

.front_page_blocks_left {
	display: table-cell;
	width: 33%;
	height: 60px;
	text-align: center;
	padding-top: 30px;
	padding-right: 6px;
	background: url(https://kelestia.com/images/front_page_header_releases.png) top center no-repeat;
}

.front_page_blocks_middle {
	display: table-cell;
	width: 34%;
	height: 60px;
	text-align: center;
	padding-top: 30px;
	padding-left: 3px;
	padding-right: 3px;
	background: url(https://kelestia.com/images/front_page_header_intro.png) top center no-repeat;
}

.front_page_blocks_right {
	display: table-cell;
	width: 33%;
	height: 60px;
	text-align: center;
	padding-top: 30px;
	padding-left: 6px;
	background: url(https://kelestia.com/images/front_page_header_hmk.png) top center no-repeat;
}

#header_area {
	max-width: 970px;
	margin: -112px auto 0 auto;
	padding: 0 15px 0 15px;
}

.view-current-releases a img {
	float: left;
	margin: 5px 5px 0 0;
	padding: 0px 0 0 0;
}

.p_margin {
	margin-top: 12px;
}

.frontlinks_container {
	text-align: center;
	line-height: 0px;
}

.frontlinks_each {
	display: inline-block;
	margin: 0px 10px 20px 10px;
}

.frontlinks_each img:hover, .frontlinks_each img:focus {
	text-decoration: none;
	opacity: 0.7;
}

div.list-price span.uc-price-label {
	font-size: 11px;
}

div.list-price span.uc-price {
	font-size: 11px;
}

p.nomargin {
	margin-top: 0;
	margin-bottom: 0;
}

p.listprice {
	font-size: 11px;
}

ul.featurelist, ol.featurelist {
	margin-top: 7px;
}

ul.featurelist li, ol.featurelist li {
	margin-top: 7px;
	margin-left: 18px;
	list-style-position: outside;
}

p.notebox {
	border: 1px solid #ccc;
	padding: 6px;
	background: #eee;
	overflow: hidden;
	box-decoration-break: clone;
}

.notebox {
	border: 1px solid #ccc;
	padding: 6px;
	background: #eee;
	overflow: hidden;
	box-decoration-break: clone;
}

/* Sale discount override START */
/*
.nomargin .uc-price {
	color: #439a29;
}

.sell-price .uc-price-label {
	color: #439a29;
}

.sell-price .uc-price {
	color: #439a29;
}
*/
/* Sale discount override END */

.float-break {
	max-width: 100%;
	float: right;
	margin: 0 0 10px 10px;
}