h1, .h1 {
	font-size:		28px;
	margin-bottom:	0.6em;
	line-height:	1.2em;
}
.h1:after {
	clear:		both;
	content:	".";
	display:	block;
	height:		0px;
	overflow:	hidden;
	visibility:	hidden;
}

#content,
#content-full {
	margin-top:		20px;
	margin-bottom:	0;
}

.main-nav .menu * {
	color:		inherit;
	background:	inherit;
}
.main-nav li {
	transition:	background 0.2s;
}
.main-nav .sub-menu {
	margin-top:	-2px;
	border:		1px solid #ee7f00;
	box-shadow:	0 0 0 3px #111;
	border-radius:	3px;
	background:	#111;
	background:	-webkit-radial-gradient(50% 0%,ellipse farthest-corner, #555 0%,#111 100%);
	background:	-moz-radial-gradient(50% 0%,ellipse farthest-corner, #555 0%,#111 100%);
	background:	radial-gradient(50% 0%,ellipse farthest-corner, #555 0%,#111 100%);
}
.main-nav .menu a:hover {
	background:	#333;
}

.main-nav  .menu-item a,
.main-nav .menu-item a:hover,
.main-nav .menu-item a:active
{
	color:			inherit;
	font-weight:	inherit;
}

.sub-menu > .menu-item {
	color:			#fff;
	background:		#111;
	background:		transparent;
	border:			none;
}

.main-nav .menu-item a[title="Shop"] {
	font-weight:	bold;
	text-transform:	uppercase;
	color:			#EE7F00;
}

.post,
.page {
	position:		relative;
}

.footer {
	text-align:		center;
	font-size:		11px;
}
.footer > a {
	color:			#EE7F00 !important;
}

/* CUSTOM FIELD no-border */
body.no-border #wrapper {
	padding:	0;
}
body.no-border div[id ^= "content"] {
	margin:		0 !important;
}

.scroll-y {	overflow-y:		scroll;	}
.scroll-x {	overflow-x:		scroll;	}

.arrow {
	color:				#EE7F00;
	font-weight:		bold;
	padding-left:		20px;
}
.wrap {
	white-space:	normal !important;
}

.merch {
	overflow:		visible;
	line-height:	18px;
}
.merch > div {
	border:			1px solid #E5E5E5;
	padding:		10px 10px 0px;
	margin-bottom:	35px;
	height:			41em;
	font-size:		10px;
	position:		relative;
}
.merch h3 {
	text-align:		center;
	font-size:		1.875em;
	margin-bottom:	0.5em;
}
.merch h3 + p {
	text-align:		center;
}
.merch h5 {
	line-height:	18px;
}
.merch h6 {
	text-align:		left;
}
.merch > div p {
	text-align:		left;
	line-height:	18px;
}
.merch > div > div {
	text-align:		center;
	margin-bottom:	1em;
}
.merch .content li {
	line-height:	1.5em;
}

.merch .right,
.merch *[style *= "text-align: right"] {
	position:	absolute;
	right:		10px;
	bottom:		10px;
	line-height:	1.2em;
	margin:		0;
}
/*
.merch .right a:after,
.merch *[style *= "text-align: right"] a:after {
    content: " \25B6";
    color: #EE7F00;
    text-decoration: none;
}*/

.merch .title-image {
    text-align: center;
    margin-bottom: 1em;
}
.merch .content {
    display:	table-cell;
	text-align: left;
    margin:		0;
}
.merch img {
	width:	auto;
}

.merch-title {
	color:			inherit;
	text-align:		center;
}


.merch.list {
	width:		600px;
	max-width:	100%;
	margin:		0 auto;
	border-spacing:	0;
	border-collapse:	collapse;
}
.merch.list .entry {
	margin:		0;
}
.merch.list .title-image {
	float:		left;
	margin:		0 16px 0 0;
}
.merch.list > div {
	clear:		both;
	overflow:	hidden;
	height:		auto;
	margin:		2em 0;
	padding:	2em 20px;
	border:		0 none;
	border-bottom:	1px solid #aaa;
}
.merch.list h3 {
	margin-top:		0;
	text-align:		left;
	line-height:	1.3em;
}
.merch.list [style*="text-align: right"] {
	bottom:		2em;
}





.home-widget {
	position: relative;
}

#home-widget-5 {
	padding:		10px;
	color:			#000;
	font-size:		10px;
	margin-bottom:	2em;
}
#home-widget-5 a {
	white-space:	nowrap;
}
#home-widget-5 a.em:before {
	color:			#EE7F00;
	font-weight:	bold;
}
#home-widget-5 ol {
	list-style-type:	none;
	padding:			0;
	margin:				0 0 15px 0;
}
#home-widget-5 ol li {
	line-height:	1.8em;
	padding-left:	20px;
	text-indent:	-20px;
}


@media screen and (max-width: 480px) {
	.merch.list .title-image {
		float:			none;
		margin-bottom:	1em;
	}
	.merch.list .right,
	.merch.list [style*="text-align: right"] {
		bottom:			1em;
	}
}