/* 
    Created on : May 18, 2015, 7:10:06 PM
    Author     : Wowbagger
*/

body {
    background-image: url('/images/site/hugeExcelsiorPortrait_compress50.jpg');
    background-position: center; 
    background-size: cover;
    background-attachment: fixed;
    background-color: #141414;
    color: #FFF;

}

a {
    color: #FF9900;
}

a:hover, a:focus {
    color: #FFC500;
}

p, .side-nav, body {
    font-family: PT-Sans, sans-serif;
    font-weight: 200;
}

h1 {
    color: #8abef4;    
    font-size: 2.5rem;
}

h1, h1 a {
   font-family: finalfrontier, Arial, sans-serif;
}

h2, h3 {
    font-family: finalfrontier, Arial, sans-serif;
    color: #8abef4;
    text-align: right;
    margin-bottom: 0.5rem;
}

.left-nav {
    text-align:center;
	position:sticky;
	top:0;
}

.fan-production-tag {
	color:#ffb632;
	font-weight:bold;
	font-family:'finalfrontier';
}

.side-nav li a:not(.button) {
    color: #8abef4;
    font-weight: bolder;
    font-size: 16px;
    background-color: rgba(20, 20, 20, 0.75);
}

.side-nav li a:not(.button):hover {
    background-color: rgba(255, 181, 48, 0.75);
    color: #2D5BA9;
}

.ep-sub-nav {
    list-style: none;
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

.content-panel {
    background-color: rgba(20, 20, 20, 0.95);
    padding: 15px;
    margin: 60px 0 10px;
	border-radius: 7px;
}

.season-container {
	background-color: rgba(20, 20, 20, 0.95); /* transparency doesn't play well with the album art */
}

#main-column {
    float:left;
}

.download-bar {
        text-align: right;
        margin: 2.5rem 0 1.325rem 0;
        font-family: finalfrontier, Helvetica, Arial, sans-serif;
}

.credit-listing li {
    list-style: none;
}

.credit-listing ul {
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-count: 2;
}

.legal-notice {
	font-size: 0.65rem;
	margin: -1rem 5rem 1rem 5rem;
	text-align: center;
}

.audio-player {
	margin-top: 3.5rem !important;
}


.fb-wrapper {
  padding: 1.25rem;
  border-radius: 20px;
  display: flex;
  justify-content: center;
}

.inline-list>li {
	/* Foundation override */
	margin-left: 1rem;
}

@media only screen and (min-width: 40.0625em) {
    nav {
        /*position:fixed;*/
    }
    #main-column {
        min-height: 637px;
    }
    
    #main-content-panel {
        margin-top: 75px;
    }
}

@media only screen and (max-width: 40.0625em) {
    .side-nav {
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
        -moz-column-count: 3; /* Firefox */
        column-count: 3;
    }
    
    .side-nav li {
        -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
        page-break-inside: avoid; /* Firefox */
        break-inside: avoid; /* IE 10+ */
    }
}


//@font-face {font-family: futuraLt;  src: url('fonts/Futura_LtCn_BT.ttf');}
//@font-face {font-family: futuraMd;  src: url('fonts/Futura_MdCn_BT.ttf');}
@font-face {font-family: finalfrontier; src: url('fonts/finalnew.ttf');}
//@font-face {font-family: finalold;  src: url('fonts/finalold.ttf');}
@font-face {font-family: PT-Sans;  src: url('fonts/PT_Sans-Web-Regular.ttf');}