/* =============================================================================
HTML5 Boilerplate CSS: h5bp.com/css
========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, div, ol, section { display: block; position: relative; padding: 0; margin: 0;}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: helvetica, verdana, sans-serif; color: #949494; }
body { background: #151515; margin: 0; font-size: 13px; line-height: 18px; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.clear {
clear: both;
}


/* ===== Links and Buttons ========================================================
========================================================================== */

a.custom:link, a.custom:hover, a.custom:visited, li.seemore a:link, li.seemore a:hover, li.seemore a:visited  {
display: block;
position: relative;
font-size: 14px;
color: #d0cccc !important;
padding: 5px 15px !important;
background-image: -webkit-gradient(linear, 0 20, 0 0, color-stop(0.1, #480003), to(#770002)) !important;
background-image: -webkit-linear-gradient(90deg, #480003 10%, #770002) !important;
background-image: -moz-linear-gradient(90deg, #480003 10%, #770002) !important;
background-image: -o-linear-gradient(90deg, #480003 10%, #770002) !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.64);
-moz-box-shadow: 0px  5px 5px rgba(0, 0, 0, 0.64);
-webkit-box-shadow: 0px  5px 5px rgba(0, 0, 0, 0.64);
text-transform: capitalize;
}

a.custom:hover, li.seemore a:hover {
background-image: -webkit-gradient(linear, 0 0, 0 21, color-stop(0.095, #480001), to(#770101)) !important;
background-image: -webkit-linear-gradient(#480001 9.5%, #770101)  !important;
background-image: -moz-linear-gradient(#480001 9.5%, #770101)  !important;
}

li.seemore {
	margin-left: 3px !important;
}

a:link, a:hover, a:visited {
text-decoration: none;
}

nav ul {
display: block;
position: relative;
float: left;
width: 645px;
margin: 20px 0 0 15px;
}

nav li {
float: left;
margin: 0 10px 0 0;
}

nav li a:link, nav li a:hover, nav li a:visited {
font-size: 12px;
border: 1px solid #434548;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #adadad;
text-align: center;
font-weight: bold;
padding: 7px 15px;
background-image: -webkit-gradient(linear, 0 28, 0 0, color-stop(0.071, #3c3c3c), color-stop(0.25, #444), color-stop(0.25, #48494b), color-stop(0.607, #636468), color-stop(0.642, #626669), color-stop(0.964, #75787d), color-stop(0.964, #565a5d));
background-image: -webkit-linear-gradient(90deg, #3c3c3c 7.1%, #444 25%, #48494b 25%, #636468 60.7%, #626669 64.2%, #75787d 96.4%, #565a5d 96.4%);
background-image: -moz-linear-gradient(90deg, #3c3c3c 7.1%, #444 25%, #48494b 25%, #636468 60.7%, #626669 64.2%, #75787d 96.4%, #565a5d 96.4%);
background-image: -o-linear-gradient(90deg, #3c3c3c 7.1%, #444 25%, #48494b 25%, #636468 60.7%, #626669 64.2%, #75787d 96.4%, #565a5d 96.4%)
}

nav li a:hover {
color: #d2d2d2;
background-image: -webkit-gradient(linear, 0 28, 0 0, color-stop(0.071, #676767), color-stop(0.535, #717276), color-stop(0.642, #717578), color-stop(0.785, #76777b), color-stop(0.892, #757a7e), color-stop(0.964, #76797e), color-stop(0.964, #595a5e));
background-image: -webkit-linear-gradient(90deg, #676767 7.1%, #717276 53.5%, #717578 64.2%, #76777b 78.5%, #757a7e 89.2%, #76797e 96.4%, #595a5e 96.4%);
background-image: -moz-linear-gradient(90deg, #676767 7.1%, #717276 53.5%, #717578 64.2%, #76777b 78.5%, #757a7e 89.2%, #76797e 96.4%, #595a5e 96.4%);
background-image: -o-linear-gradient(90deg, #676767 7.1%, #717276 53.5%, #717578 64.2%, #76777b 78.5%, #757a7e 89.2%, #76797e 96.4%, #595a5e 96.4%)
}





/* ===== Primary Styles ========================================================
Author:
========================================================================== */


.bgwrap {
display: block;
position: relative;
width: 958px;
padding: 0;
background: #2c2c2c;
border: 1px solid #676767;
margin: 30px auto;
background-image: -webkit-gradient(linear, 0 0, 0 469, from(#636363), color-stop(0.004, #5a5a5a), color-stop(0.004, #424242), color-stop(0.008, #1c1c1c), color-stop(0.068, #252525), to(#2c2c2c));
background-image: -webkit-linear-gradient(#636363, #5a5a5a 0.1%, #424242 0.2%, #1c1c1c 0.1%, #252525 0.5%, #2c2c2c);
background-image: -moz-linear-gradient(#636363, #5a5a5a 0.1%, #424242 0.2%, #1c1c1c 0.1%, #252525 0.5%, #2c2c2c);
background-image: -o-linear-gradient(#636363, #5a5a5a 0.1%, #424242 0.2%, #1c1c1c 0.1%, #252525 0.5%, #2c2c2c);
}


.main {
border: 1px solid #484848;
display: block;
position: relative;
width: 928px;
background: #212121;
margin: 0 auto 15px auto;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.64);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.64);
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.64);
}

header {

}

ul#social {	
display: block;
position: relative;
float: right;
margin: 15px 10px 10px -20px;
}

#social li {
display: block;
position: relative;
float: left;
text-indent: -9999px;
}

#social li a:link, #social li a:hover, #social li a:visited {
opacity: 0.5;
margin: 0 5px;
display: block;
position: relative;
width: 26px;
height: 26px;
}

#social li.youtube a:link, #social li.youtube a:hover, #social li.youtube a:visited  {
background: url('../img/social/youtube.png') no-repeat scroll top left;
width: 26px;
height: 26px;
}

#social li.vimeo a:link, #social li.vimeo a:hover, #social li.vimeo a:visited  {
background: url('../img/social/vimeo.png') no-repeat scroll top left;
width: 28px;
height: 28px;
}

#social li.twitter a:link, #social li.twitter a:hover, #social li.twitter a:visited  {
background: url('../img/social/twitter.png') no-repeat scroll top left;
width: 28px;
height: 27px;
}

#social li.rss a:link, #social li.rss a:hover, #social li.rss a:visited  {
background: url('../img/social/rss.png') no-repeat scroll top left;
width: 27px;
height: 28px;
}

#social li.linkedin a:link, #social li.linkedin a:hover, #social li.linkedin a:visited  {
background: url('../img/social/linkedin.png') no-repeat scroll top left;
width: 26px;
height: 26px;
}

#social li.google a:link, #social li.google a:hover, #social li.google a:visited  {
background: url('../img/social/google.png') no-repeat scroll top left;
width: 30px;
height: 30px;
}

#social li.facebook a:link, #social li.facebook a:hover, #social li.facebook a:visited  {
background: url('../img/social/facebook.png') no-repeat scroll top left;
width: 30px;
height: 33px;
top: -5px;
}

#social li a:hover {
opacity: 1;
}

section#flash {
margin: 0 0 30px -1px;
width: 100%;
padding:0;
margin-bottom: 10px;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}

a.visitepk {
display: block;
position: relative;
float: right;
margin: -30px 20px 0 0 ;
}
#leftcol {
float: left;
display: block;
position: relative;
margin-left: 8px;
}

#centercol {
float: left;
display: block;
position: relative;
}

#rightcol {
float: left;
display: block;
position: relative;
margin: 0;
}

section {
display: block;
position: relative;
background: #272727;
border: 1px solid #353535;
padding: 10px;
width: 345px;
margin: 10px 7px 25px 7px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.64);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.64);
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.64);
}

section p {
padding: 10px 10px 10px 5px;
}

section h2 {
display: block;
position: relative;
width: 335px;
text-transform: uppercase;
color: #949494;
font-size: 12px;
font-weight: bold;
border: 1px solid #313435;
background: #171717;
padding: 3px 5px;
margin: 0 0 -10px 0;
}

#player {

}

.epkplayer {
	padding:0 !important;
	width: 366px !important;
}

#player ul {
	display: block;
	position: relative;
	width: 320px;
	text-transform: uppercase;
	color: #949494;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #313435;
	background: #171717;
	padding: 7px 10px;
	margin: 0 0 -10px 0;
}

#player li {
display: block;
position: relative;
float: left;
margin: 5px;
border: 1px solid #000;

}

#player li a:link, #player li a:hover, #player li a:visited {
font-size: 12px;
color: #adadad;
text-align: center;
font-weight: bold;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background-image: -webkit-gradient(linear, 0 17, 0 0, from(#2f3336), color-stop(0.235, #2f3034), color-stop(0.941, #19191b), color-stop(0.941, #313536));
background-image: -webkit-linear-gradient(90deg, #2f3336, #2f3034 23.5%, #19191b 94.1%, #313536 94.1%);
background-image: -moz-linear-gradient(90deg, #2f3336, #2f3034 23.5%, #19191b 94.1%, #313536 94.1%);
background-image: -o-linear-gradient(90deg, #2f3336, #2f3034 23.5%, #19191b 94.1%, #313536 94.1%);
}

#player li a:hover {
color: #d2d2d2;
background-image: -webkit-gradient(linear, 0 16, 0 0, from(#090909), color-stop(0.437, #26272b), color-stop(0.562, #2e3233), color-stop(0.687, #3a3b3f), color-stop(0.75, #3d4144), color-stop(0.937, #43474a), color-stop(0.937, #363739));
background-image: -webkit-linear-gradient(90deg, #090909, #26272b 43.7%, #2e3233, #3a3b3f 68.7%, #3d4144 75%, #43474a 93.7%, #363739 93.7%);
background-image: -moz-linear-gradient(90deg, #090909, #26272b 43.7%, #2e3233, #3a3b3f 68.7%, #3d4144 75%, #43474a 93.7%, #363739 93.7%);
background-image: -o-linear-gradient(90deg, #090909, #26272b 43.7%, #2e3233, #3a3b3f 68.7%, #3d4144 75%, #43474a 93.7%, #363739 93.7%)}
}

#player ol li.track {
	display: block;
	position: relative;
	width: 320px;
	text-transform: uppercase;
	color: #949494;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #313435;
	background: #171717 !important;
	padding: 3px 5px;
	margin: 0 0 10px 0;
}

#player ol#tracks {
	margin: 10px 0;
	list-style-type: decimal !important;
}



#player ol#tracks li {
	opacity: 0.5;
	padding: 2px;
	list-style-type: decimal !important;
	margin: 0px;
	border: none !important;
	border-bottom: 1px solid #fff !important;
	float: none !important;	
}

#player #tracks li a:link, #player #tracks li a:hover, #player #tracks li a:visited  {
	margin: 0px;
	padding: 5px;
	background: none !important;
	border: none !important;
}

 #player #tracks li.active {
	opacity: 1;
	
	background: #343434 !important;
}

section#video {
background-image: -webkit-gradient(linear, 0 0, 0 616, from(#3b2425), color-stop(0.003, #470a0e), color-stop(0.425, #32070b), color-stop(0.425, #30070b), color-stop(0.576, #280607), color-stop(0.576, #260606), color-stop(0.629, #250506), color-stop(0.629, #230506), to(#0b0101));
background-image: -webkit-linear-gradient(#3b2425, #470a0e 0.3%, #32070b 42.5%, #30070b 42.5%, #280607 57.6%, #260606 57.6%, #250506 62.9%, #230506 62.9%, #0b0101);
background-image: -moz-linear-gradient(#3b2425, #470a0e 0.3%, #32070b 42.5%, #30070b 42.5%, #280607 57.6%, #260606 57.6%, #250506 62.9%, #230506 62.9%, #0b0101);
background-image: -o-linear-gradient(#3b2425, #470a0e 0.3%, #32070b 42.5%, #30070b 42.5%, #280607 57.6%, #260606 57.6%, #250506 62.9%, #230506 62.9%, #0b0101)
}

#video h2 {
	margin-bottom: 10px;
}

#video img {
border: 1px solid #dadbda;
display: block;
position: relative;
margin: 5px;
float: left;
width: 103px;
height: 80px;
}

section a.custom {
float: right;
margin: 5px 10px 10px 0;
padding: 5px;
font-size: 10px;
clear: both;
}

#store {
padding: 0;
width: 890px;
margin: 10px auto;
height: 136px;
}

#store h3 {
text-indent: -9999px;	
display: block;
position: relative;
background: url('../img/store.png') no-repeat scroll top left;
width: 84px;
height: 136px;
padding: 0;
border: none;
float: left;
margin: 0;
}

ul#albums {

}

#albums li {
display: block;
position: relative;
float: left;
margin: 20px;
width: 90px;
height: 90px;
top: -12px;

}

#albums li a:link, #albums li a:hover, #albums li a:visited {
border: 1px solid #000;
width: 90px;
height: 90px;
display: block;
position: relative;
}

#albums li a:hover {
box-shadow: 0px 0px 54px rgba(255, 255, 255, 0.1);
-moz-box-shadow: 0px 0px 54px rgba(255, 255, 255, 0.1);
-webkit-box-shadow: 0px 0px 54px rgba(255, 255, 255, 0.1);
}

#performances {
	
}

#performances p {
	font-size: 12px;
	line-height: 25px;
}

#player {
	
}

#player ul {
margin: 0;
padding: 0;	
}

#player li {
}

#player li a:link, #player li a:hover, #player li a:visited {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 3px;
}

#player li.track {
	padding: 2px 10px;
	width: 150px;
}

#subnav {
width: 132px;
padding: 0;
margin 0;
border: none;
background: transparent;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}

#subnav ul {
width: 132px;
padding: 0;
margin: 0;	
}

#subnav ul li {
display: block;
position: relative;
font-size: 12px;
color: #a4a4a4;
text-transform: uppercase;
border: 1px solid #313334;
background: #131313 url('../img/closed.png') 4px 8px no-repeat;
padding: 4px 18px;
margin: 0 0 10px 0;
}

#subnav li a:link, #subnav li a:hover, #subnav li a:visited {
color: #fff;
padding: 0;
margin 0
}

li.photos ul {
border: 1px solid #313334;
padding: 0;
margin: 0;
background: none;
margin-left: -23px !important;
background: none !important;
border: none !important;
}

li.photos ul li, li.photos ul li a {
padding: 0;
margin: 0;
background: none !important;
border: none !important;
}

li.photos ul img {
border: 1px solid #4f4f4f;
margin: 10px auto;
display: block;
position: relative;
}

li.photos ul img:hover {
	border: 1px solid #fff;
}

footer {

}

footer p {
color: #8c8b8b;
font-size: 11px;
padding: 10px 20px;
line-height: 14px;
}



/* =============================================================================
Media Queries
========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
Non-Semantic Helper Classes
========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
Print Styles
========================================================================== */

@media print {
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; } /* h5bp.com/t */
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}
