/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #676767;
    letter-spacing: 3px;
}

body {
    font-size: 1em;
    line-height: 1.4;
    letter-spacing: 1px;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {font-family: 'PrimerPrint-Regular';src: url('webfonts/24141D_0_0.eot');src: url('webfonts/24141D_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/24141D_0_0.woff') format('woff'),url('webfonts/24141D_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'PrimerPrint-Bold';src: url('webfonts/24141D_1_0.eot');src: url('webfonts/24141D_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/24141D_1_0.woff') format('woff'),url('webfonts/24141D_1_0.ttf') format('truetype');}
 

*{
        padding:0;
        margin:0;
}
html, body {
    padding:0;
    margin:0;
    height: 100%;
    width: 100%;
    font-family: PrimerPrint-Regular; 
    font-weight: 300;
    font-size: 14px;
    color: #676767;
    letter-spacing: 3px;
}

body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 { 
    font-family: PrimerPrint-Regular;
    font-weight: normal; 
    font-style: normal; 
}
ul{
    list-style-type: none;
}
a {
    color: #676767;
}

#content{
    white-space: nowrap;
    width: 100%;
    height: 100%;
}
.content{
    position: absolute;
    top: 40px;
    width: 100%;
    bottom: 0;
}

#navigation{
    position: fixed;
    display: none;
    padding-left: 20px;
    padding-right: 20px;
    right: 0px;
    left: 0px;    
    margin: 0 auto;
    width: auto;
    height: 31px;
    z-index: 1000;
    top: 20px;
}

#navigation .nav-buttons{
	color: #9B9B9B;
	list-style-type: none;
	margin: 0 auto;
	width: 950px;
	display: block;
}
#navigation .nav-buttons li{
    display: inline;
    cursor: pointer;
}
#navigation .nav-buttons .home{
	letter-spacing: 15px;
	font-size: 21px;
	margin-right: 25px;
}
#navigation .nav-buttons .nav-button{
    margin-right: 50px; 
    font-size: 14px;
    letter-spacing: 4px;
}
#navigation .nav-buttons li:hover {

}
#navigation .nav-button{
    cursor: pointer;
}   
#navigation .nav-buttons .social{
    float: right;
    margin-top: 7px;
    margin-left: 4px;
    opacity: 0.2;
}
.content-column{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.media-content{
    padding-top: 7%;
    padding-bottom: 5%;
}
#album-art{
    height: 100%;
}
#album-art img{
	cursor: pointer;
	max-width: 100%;
	position: absolute;
	
}
#album-art .image-container{
	position: absolute;
    width: 561px;
    height: 561px;
    left: 50%;
    margin-left: -280px;
    margin-top: 50px;
}
#album-art .front{
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#album-art .front:hover{
    opacity: 0;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#video iframe{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
#video .video-social{
    position: relative;
    width: 950px;
    height: 20px;
    overflow: hidden;
    padding-top: 10px;
    margin: 0 auto;
}
#video .video-social ul{
    float: right;
    margin-top: 0;
}

#video .video-social li{
    display: inline;
    float: left;
	opacity:.3;

}
#news{
    font-style: normal;
}
.content-container{
    position: relative;
    width: 950px;
    left: 50%;
    margin-left: -420px;
}
#news .news-title{
}
#news .news-header{
    font-size: 20px;
    margin-bottom: 10px;
}
#news .section-name{
    position: relative;
    margin-left: -200px;
    margin-bottom: 25px;
}
#news .news-post-body{
    padding-top: 15px;
    width: 700px;
}
#news .news-post{
    margin-bottom: 80px;
}
#news .news-post-image{

}
#news .news-post-image img{
    width: 100%;
}
#news .news-post-dotted-line{
    margin-top: 40px;
    width: 349px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-width: 0px 0px 10px;
}
#news .news-date{
    font-size: 12px;
}
#news .vertical{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.social{
    list-style-type: none;
    display: block;
    margin-bottom: 30px;
}
.social li{
    display: inline;
}
.social .social-section{
    margin-right: 100px;
    font-size: 50px;
}
.social .social-link{       
    margin-left: 20px;
    cursor: pointer;
    font-style: normal;
    font-weight: bold;  
}
#music object{
    margin-bottom: 15px;
}
#blog{
    height: 100%;
}
.blog-iframe{
    width: 100%;
    height: 100%;
    display:block;
    border: none;
}
#navigation-arrows{     
    width: 100%;
}
#navigation-arrows .arrow{
    width: 100px;
    height: 100px;
    border: 2px solid black;
}
#navigation-arrows .arrow-container {
    position: fixed;
    width: 60px;
    overflow: hidden;
    
}
#navigation-arrows .left{
    left: 0px;
}
#navigation-arrows .right{
    right: 0px;
}
#navigation-arrows .arrow{
    position: absolute;
    top: 50%;
    margin-top: -52px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: 1000;
    cursor: pointer;
    opacity: .1;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    -moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 300ms;
}
#navigation-arrows .arrow:hover{
    opacity: 1;
    -webkit-transition: opacity;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    -moz-transition: opacity;
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 300ms;
}
#navigation-arrows .left .arrow{        
    left: 50px;     
}
#navigation-arrows .right .arrow{
    right: 50px;
}
.release img{
    width: 400px;
}
.release .release-art{
    float: left;
}
.release .release-info{
    width: 400px;
    padding-left: 40px;
    float: left;
}
.release-title{
    font-size: 27px;
}
.release-details{
    margin-top: 20px;
}
.release-buy{
    margin-top: 15px;
}
.release-tracks{
    margin-top: 25px;
}
.release-credits{
    margin-top: 30px;    
}
.release-share li{
    display: inline;
    margin-right: 10px;

}
.release-share ul{
    margin: 0;
    text-decoration:underline;
}
.active-link{
    color: #676767;
}
.connect-list{
    width: 565px;
    float:left;
    border-bottom: 1px solid #E95C5C;
}
#email-input{
    padding-top: 6px;
    padding-left: 6px;
    padding-bottom: 2px;
    width: 200px;
    font-family: PrimerPrint-Regular;
    color: #E95C5C;
    background-color: #676767;
    border: 0px;
	text-transform: uppercase;
}
#email-submit{
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: PrimerPrint-Regular;
    background: transparent;
    border: 0;
}
.connect-list form{
    margin-top: 25px;
}
.connect-social{
    width: 190px;
    float: left;
    padding-left: 45px;
}
.connect-social ul{
    margin: 0;
}
.connect-social li{
    padding-left: 5px;
    padding-top: 10px;
    border-bottom:1px solid #E95C5C;
}
.connect-social li:hover{
    background-color: #E95C5C;
}
#live table,td,th{
    border-bottom:1px solid #E95C5C;
}
h2{
    margin-top: 0px;
    font-size: 21px;
}
#live .loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}
#live table{
	display: none;
    text-transform: uppercase;
    width:900px;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 50px;
}
#live td{
    padding-top:15px;
}
#live th {
    text-align: left;
}
#live .songkick {
	display: none;
	width: 900px;
	margin: 20px auto 0 auto;
}
#live .songkick img { 
	display: block;
	margin: 0 auto;
}
.live-container{
    padding-top: 100px;
    width: 950px;
    margin: 0 auto 20px auto;
}
.live-head{
    font-weight: bold;
}
.live-align_right{
    text-align: right;
}
.music-container{
    padding-top: 100px;
    padding-bottom: 20px;
    width: 950px;
    margin: 0 auto;
}
.music-artwork{
    width: 400px;
    float: left;
}
.music-artwork img{
    max-width: 100%;
}
.music-info{
    width: 510px;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 40px;
}
.music-info__title{
    font-size: 37px;
    margin-bottom: 30px;
}
.music-info__summary{
    margin-bottom: 20px;
}
.music-info__buy{
    margin-bottom: 35px;
}
.music-info__tracks{
    margin-bottom: 30px;
}
.music-info__credits{
    margin-bottom: 20px;
}
.music-info__share__social{
    display: inline;
    float: left;
    margin-right: 20px;
    text-decoration: underline;
}
.clear{
    clear: both;
}

::-webkit-input-placeholder {
    color:    #E95C5C;
    letter-spacing: 3px;
}
:-moz-placeholder {
    color:    #E95C5C;
    letter-spacing: 3px;
}
:-ms-input-placeholder {
    color:    #E95C5C;
    letter-spacing: 3px;
}
.fbpf {
	display: none !important;
}
a{
    text-decoration: none;
}
#connect .connect-holder{
    position: relative;
    top: 150px;
    margin: 0 auto;
    width: 950px;
    height: 157px;
    white-space: normal;
}
.hide-scroll{
    position: absolute;
    width: 15px;
    right: 0px;
    top: 0px;
    background-color: white;
    height: 100%;
}
.show-overscroll{
    overflow-y: visible !important;
}
.table-spacer{
    height: 50px;
}
::-webkit-scrollbar {
                /* set the width of the scroll bar */
                width: 7px;
        }
        
        ::-webkit-scrollbar-track {
          margin: 2px;
          /* set the style/colour of the scroll bar background */
                background: 
                -webkit-gradient(
                        linear, 
                        0 0, 
                        100% 0, 
                        from(rgba(0,0,0,0.2)), 
                        to(rgba(0,0,0,0.12))
                );
                -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.35);
                -webkit-border-radius: 5px;
        }
 
        ::-webkit-scrollbar-thumb {
                /* this is the acutal scrooll bar, set the colours here to match your site */
                /* I have used grey's (#464646 & #383838 & #cccccc) */
                background: rgba(0,0,0,.5);
                        -webkit-border-radius: 6px;
                        -webkit-background-clip: padding-box;
                }
        }





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
