/* --- Grid Styles --- */
.container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	}
.alpha {
	margin-left: 0 !important;
	}
.omega {
	margin-right: 0 !important;
	}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid-13,
.grid-14,
.grid-15,
.grid-16,
.grid-full {
	display: block;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	}
.grid-1 {
	width:40px;
	}
.grid-2 {
	width:100px;
	}
.grid-3 {
	width:160px;
	}
.grid-4 {
	width:220px;
	}
.grid-5 {
	width:280px;
	}
.grid-6 {
	width:340px;
	}
.grid-7 {
	width:400px;
	}
.grid-8 {
	width:460px;
	}
.grid-9 {
	width:520px;
	}
.grid-10 {
	width:580px;
	}
.grid-11 {
	width:640px;
	}
.grid-12 {
	width:700px;
	}
.grid-13 {
	width:760px;
	}
.grid-14 {
	width:820px;
	}
.grid-15 {
	width:880px;
	}
.grid-16 {
	width:940px;
	}
.grid-full {
	width:960px;
	}
/* --- Common --- */
html { overflow-y: scroll; }
body {
	margin: 0;
	padding: 0;
	background: #292929 url('/site_media/common/bg.jpg') repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	-webkit-font-smoothing: antialiased;
	}
body.events,
body.artists,
body.promotions {
	background: #000 url('/site_media/common/bg-artists.jpg') no-repeat 50% 0;
	}
a {
	color: #19519a;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
img {
	display: block;
	border: 0;
	}
::selection      { background: #629ae2; }
::-moz-selection { background: #629ae2; }
#skip-link {display:block; width: 0; height: 0; text-indent: -9999em;}
.main {
	min-height: 800px;
	/*overflow: hidden;*/
	-webkit-box-shadow: 0 -6px 5px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 -6px 5px rgba(0,0,0,.4);
			box-shadow: 0 -6px 5px rgba(0,0,0,.4);
	background: #808080 url('/site_media/common/bg.png') repeat-y 50% 0;
	}
h2 {
	margin: 0;
	font: normal 22px/26px 'Trade Gothic W02 Bold 2', Helvetica, Arial, sans-serif;
	color: #4c4c4c;
	text-shadow: 1px 1px 0 rgba(255,255,255,.75);
	}
hgroup {
	display: block;
	margin: 22px 0;
	}
hgroup,
hgroup > h2 {
	font: normal 20px/30px 'Trade Gothic W02 Roman', Helvetica, Arial, sans-serif;
	color: #191919;
	text-shadow: 1px 1px 0 rgba(255,255,255,.75);
	}
hgroup > h1 {
	display: inline;
	margin: 0;
	font: normal 30px/36px 'Trade Gothic W02 Bold 2', Helvetica, Arial, sans-serif;
	}
hgroup > h2 {
	display: inline;
	margin: 0;
	}
h5 {
	display: inline-block;
	margin: 12px 20px 12px 0;
	font: normal 20px/22px 'Trade Gothic W02 Bold 2', Helvetica, Arial, sans-serif;
	color: #666;
	}
h6 {
	margin: 0;
	font: normal 16px/18px 'Trade Gothic W02 Bold 2', Helvetica, Arial, sans-serif;
	color: #666;
	}
hgroup > h6 {
	float: right;
	margin: 8px 0 0;
	font: bold 16px/18px Helvetica, Arial, sans-serif;
	color: #464646;
	}
hgroup > h6 > b {
	color: #000;
	}
hgroup > h6 > b > a {
	text-decoration: underline;
	}
.clear {
	clear: both;
	}
.back-to-top a {
	float: right;
	display: block;
	padding: 2px 10px 2px 22px;
	background: url('/site_media/common/icon-back-to-top.png') no-repeat left center;
	font-size: 11px;
	font-weight: bold;
	color: #7f7f7f;
	}
.back-link {
	margin: 8px 0;
	font-weight: bold;
	}
.left-align {
	float: left;
	}
.twitter-share-button {
	width: 104px !important;
	}
#___plusone_0 {
	width: 72px !important;
	}
/* --- Content --- */
.content {
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 4px 5px rgba(0,0,0,.4);
			box-shadow: 0 4px 5px rgba(0,0,0,.4);
	}
.content-body {
	padding: 0 0 30px 0;
	background: #d7d7d7 url('/site_media/common/content-body-bg.png') repeat-x;
	}
.error404 .content-body {
	padding: 0;
	}
.white-box {
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.4);
	   -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.4);
			box-shadow: 2px 2px 3px rgba(0,0,0,.4);
	padding: 20px;
	background: #fff;
	}
/* --- Header --- */
#header {
	position: relative;
	height: 26px;
	}
.samson-head {
	float: left;
	}
.nav-home {
	float: left;
	display: block;
	margin: 6px 20px 0;
	font-size: 11px;
	font-weight: bold;
	color: #666 !important;
	}
/* --- Utility Nav --- */
#utility-nav {
	float: right;
	}
#utility-nav > ul {
	float: left;
	list-style: none;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	background: url('/site_media/common/utility-nav-vr.png') no-repeat right 0;
	}
#utility-nav ul#social-nav {width: 63px;}
#utility-nav li {
	float: left;
	margin: 4px 5px 0;
	height: 22px;
	}
#utility-nav li a {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	}
#utility-nav li.active a {
	color: #19519a;
	}
#social-nav li {
	margin: 4px 2px 0 3px;
	}
#social-nav a {
	display: block;
	width: 16px;
	height: 16px;
	background: url('/site_media/common/icon-social-sprite.png');
	}
#social-nav .facebook {
	background-position: 0 -20px;
	}
#social-nav .facebook:hover {
	background-position: 0 0;
	}
#social-nav .twitter {
	background-position: -21px -20px;
	}
#social-nav .twitter:hover {
	background-position: -21px 0;
	}
#social-nav .youtube {
	background-position: -42px -20px;
	}
#social-nav .youtube:hover {
	background-position: -42px 0;
	}
#fb-root {
	display: none;
	}
/* --- Google Translate Overrides --- */
#header #google_translate_element {
	float: left;
	padding: 2px 10px 0 0;
	min-width:110px;
	}
#header #google_translate_element img {
	display: inline;
	}
#header #google_translate_element .goog-te-gadget-icon {
	display: none;
	}
#header .goog-te-gadget-simple {
    display: inline-block;
    border: 1px solid #9b9b9b;
    padding: 4px 0;
    background: #d7d7d7;
	font: bold 10px/10px Helvetica, Arial, sans-serif;
    cursor: pointer;
	}
#header .goog-te-gadget-simple .goog-te-menu-value {
    color: #666;
    text-decoration: none;
	}

/* --- Main Nav --- */
#navigation {
	position: relative;
	z-index: 100;
	width: 980px;
	height: 85px;
	background: #fefefe url('/site_media/common/nav-bg.png') repeat-x;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 4px 5px rgba(0,0,0,.4);
			box-shadow: 0 4px 5px rgba(0,0,0,.4);
	}
#main-nav ul,
#main-nav-open {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.nav-item {
	float: left;
	height: 59px;
	background: url('/site_media/common/nav-sprite.png');
	}
.nav-link {
	display: block;
	opacity: 0;
	overflow: hidden;
	padding-top: 59px;
	height: 0px;
	background: url('/site_media/common/nav-sprite.png');
	/*-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
		 -o-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;*/
	}
.nav-item:hover .nav-link,
.nav-item.active .nav-link {
	opacity: 1;
	}
#nav-samson .nav-link {
	width: 183px;
	background-position: 0 -177px;
	}
#nav-samson.active .nav-link {
	background-position: 0 -118px;
	}
#nav-samson.inactive {
	background-position: 0 -59px;
	}
#nav-hartke {
	background-position: -183px 0;
	}
#nav-hartke .nav-link {
	width: 171px;
	background-position: -183px -177px;
	}
#nav-hartke.active .nav-link {
	background-position: -183px -118px;
	}
#nav-hartke.inactive {
	background-position: -183px -59px;
	}

#nav-artists {
	background-position: -354px 0;
	}
#nav-artists .nav-link {
	width: 121px;
	background-position: -354px -177px;
	}
#nav-artists.active .nav-link {
	background-position: -354px -118px;
	}
#nav-support {
	background-position: -475px 0;
	}
#nav-support .nav-link {
	width: 123px;
	background-position: -475px -177px;
	}
#nav-support.active .nav-link {
	background-position: -475px -118px;
	}
	
#nav-news {
	background-position: -598px 0;
	}
#nav-news .nav-link {
	width: 100px;
	background-position: -598px -177px;
	}
#nav-news.active .nav-link {
	background-position: -598px -118px;
	}
	
#nav-locator {
	background-position: -581px 0;
	}
#nav-locator .nav-link {
	width: 158px;
	background-position: -581px -177px;
	}
#nav-locator.active .nav-link {
	background-position: -581px -118px;
	}
#main-nav-open .nav-item {
	float: none;
	height: auto;
	background: none;
	}
#main-nav-open .nav-link {
	display: none;
	}
/* --- Mega Nav Drop Downs --- */
.mega-hover {
	position: absolute;
	left: 0;
	z-index: 10;
	display: none;
	opacity: 0;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 4px 5px rgba(0,0,0,.4);
			box-shadow: 0 4px 5px rgba(0,0,0,.4);
	/*-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
	-webkit-transform-style: preserve-3d;*/
	}
.mega-open {
	display: block;
	opacity: 1;
	}
.mega-section {
	border-bottom: 1px #fff solid;
	width: 980px;
	background: #fefefe url('/site_media/common/nav-bg.png') repeat-x 0 -85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#main-nav .mega-section ul,
#main-nav-open .mega-section ul {
	list-style: none;
	margin: 0;
	padding: 22px 20px 0;
	clear: left;
	}
.mega-section > ul + ul {
	background: url('/site_media/common/nav-shade.png') no-repeat 50% 0;
	}
.mega-item {
	float: left;
	padding: 8px 0 30px 20px;
	width: 136px;
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	}
.where-to-buy {
	background: #fefefe url('/site_media/common/nav-where-to-buy-bg.png') repeat-x;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(216,216,216)),
		color-stop(1, rgb(255,255,255))
	);
	background: -moz-linear-gradient(
		center top,
		rgb(216,216,216) 0%,
		rgb(255,255,255) 100%
	);
	background: linear-gradient(
		center top,
		rgb(216,216,216) 0%,
		rgb(255,255,255) 100%
	);
	-webkit-box-shadow: 0 1px 24px #fefefe;
	   -moz-box-shadow: 0 1px 24px #fefefe;
			box-shadow: 0 1px 24px #fefefe;
	}
	
.mega-head {
	font-size: 13px;
	font-weight: bold;
	}
#nav-samson .mega-head {
	color: #19519a !important;
	}
#nav-hartke .mega-head {
	color: #1a1a1a !important;
	}
#nav-zoom .mega-head {
	color: #2f0000 !important;
	}
#main-nav .mega-section .mega-sub,
#main-nav-open .mega-section .mega-sub {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 14px;
	}
#main-nav .mega-section .mega-sub li,
#main-nav-open .mega-section .mega-sub li {
	margin: 9px 0;
	padding: 0;
	}
#main-nav .mega-section .mega-sub li a,
#main-nav-open .mega-section .mega-sub li a {
	color: #222;
	}
#main-search-form {
	position: relative;
	margin: 23px 25px 0 0;
	width: 199px;
	height: 25px;
	background: url('/site_media/common/search-bg.png');
	float: right;
	}
#main-search {
	outline: 0;
	border: 0;
	padding: 5px 8px;
	width: 154px;
	height: 15px;
	background: transparent;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	color: #666;
	}
#main-search-btn {
	position: absolute;
	right: 0;
	overflow: hidden;
	border: 0;
	padding-top: 25px;
	width: 28px;
	height: 0;
	background: transparent;
	cursor: pointer;
	}
/* --- Breadcrumb --- */
#breadcrumb {
	padding: 6px 0 2px 20px;
	height: 19px;
	background: url('/site_media/common/breadcrumb-bg.png');
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.4);
	   -moz-box-shadow: 0 4px 5px rgba(0,0,0,.4);
			box-shadow: 0 4px 5px rgba(0,0,0,.4);
	font-size: 11px;
	color: #ccc;
	}
#breadcrumb > a {
	color: #ccc;
	}
.nav-open,
.nav-close {
	float: right;
	display: block;
	margin: 0 20px 0 0;
	padding: 0 14px 0 0;
	background: url('/site_media/common/nav-open.png') no-repeat right 2px;
	}
.nav-close {
	background: url('/site_media/common/nav-close.png') no-repeat right 2px;
	}
/* --- Footer --- */
#footer-nav {
	padding: 20px 20px 18px 20px;
	background: url('/site_media/common/footer-hr.png') no-repeat center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}
#footer-nav img {
	display: inline;
	}
#footer-nav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#footer-nav li {
	float: left;
	margin: 0 0 0 10px;
	}
#footer-nav a {
	font-weight: bold;
	color: #fff;
	}
#footer-sitemap {
	padding: 20px 10px;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	}
.footer-sitemap-column ul {
	list-style: disc;
	margin: 0;
	padding: 0 10px 16px 14px;
	font-size: 11px;
	}
.footer-sitemap-column li {
	padding: 4px 0 0 0;
	}
.footer-sitemap-column strong > a {
	color: #333;
	}
.footer-sitemap-column li > a {
	color: #fff;
	}
.footer-connections {
	width: 240px;
	background: #737373;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.80, rgba(115,115,115,1)),
		color-stop(1, rgba(115,115,115,0.0))
	);
	background: -moz-linear-gradient(
		center top,
		rgba(115,115,115,1) 80%,
		rgba(115,115,115,0.0) 100%
	);
	background: linear-gradient(
		center top,
		rgba(115,115,115,1) 80%,
		rgba(115,115,115,0.0) 100%
	);
	}
.footer-connection-block {
	border-bottom: 1px #7f7f7f solid;
	padding: 20px;
	}
.footer-connection-header {
	color: #333;
	}
.social-block > a {
	float: left;
	display: block;
	margin: 7px 7px 0 0;
	}
#email-signup-form {
	position: relative;
	margin: 6px 0 0 20px;
	width: 200px;
	height: 25px;
	background: url('/site_media/common/signup-bg.png');
	float: right;
	}
#email-signup {
	outline: 0;
	border: 0;
	padding: 5px 8px;
	width: 163px;
	height: 15px;
	background: transparent;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	color: #666;
	}
#email-signup-btn {
	position: absolute;
	right: 0;
	overflow: hidden;
	border: 0;
	padding-top: 22px;
	width: 20px;
	height: 0;
	background: transparent;
	cursor: pointer;
	}
#copyright {
	clear: left;
	margin: 0 20px;
	padding: 2px 0 20px;
	font-size: 10px;
	color: #333;
	}
#copyright > a {
	margin: 0 0 0 20px;
	color: #fff;
	}
.messages {
	list-style: none;
	}
span.notranslate {
	font-size: inherit !important;
	font-weight: inherit !important;
}
