@charset "UTF-8";
/* CSS Document */
@import url("../webfonts/texgyreadventor_regular/stylesheet.css");
@import url("../../webfonts/texgyreadventor_regular/stylesheet.css");
@import url("../webfonts/texgyreadventor_bold/stylesheet.css");
@import url("../../webfonts/texgyreadventor_bold/stylesheet.css");

html, body {
	background:none transparent;
	padding: 0;
	margin: 0;
	font-family: "texgyreadventor regular";
	color:#000;
	text-align: center;
	height: auto;
	-moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; } to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

img, canvas, video { max-width: 100%; height: auto; border: 0; outline:none; }

h1 {padding:0 0 0 50px; margin:0; font:normal 40px/60px "texgyreadventor regular";}
h2 {padding:0 0 0 50px; margin:0; font:normal 30px/45px "texgyreadventor regular";}
h3 {padding:0; margin:0; font:normal 20px/30px "texgyreadventor regular";}

p {padding:0; margin:0; font:normal 16px/24px "texgyreadventor regular";}

a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}
a:hover {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}


#navLinks {
    text-align: center;
    width: 100%;
}
    #navLinks ul {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        margin-top: 25px;
    }
        #navLinks ul li {
            float: left;
            text-align: center;
            margin: 10px;
            list-style: none;
            cursor: pointer;
            background: none;
            padding: 5px;
            border: none;
			text-transform:uppercase;
			font-size: 24px;
			color: #000;
			-webkit-transition: color 500ms ease;
			-moz-transition: color 500ms ease;
			-ms-transition: color 500ms ease;
			-o-transition: color 500ms ease;
			transition: color 500ms ease;
        }
            #navLinks ul li:hover {
                background: none;
				color: #FFF;
				text-decoration: none;
				-webkit-transition: color 500ms ease;
				-moz-transition: color 500ms ease;
				-ms-transition: color 500ms ease;
				-o-transition: color 500ms ease;
				transition: color 500ms ease;
            }
            #navLinks ul li.active {
                background: none;
                color: #FFF;
                outline-width: 7px;
				text-decoration: none;
            }
                #navLinks ul li.active:hover {
                    background: none;
                    color: #FFFFFF;
					text-decoration: none;
                }


.inside {
	width:90%;
	margin: 0 2.55%;
}

section article #contentContainer {
    width: 80%;
    height: auto;
	margin: 5% 10%;
    border: none;
    overflow: hidden;
}

#wrapper {
    width: 300%;
    position: relative;
    left: 0px;
	transition: left .5s ease-in-out;
}
.content {
    float: left;
    width: 800px;
    height: auto;
    white-space: normal;
    background-repeat: no-repeat;
}
.content p {
	padding:0;
	margin:20px 0 0 0;
	font:normal 13px/24px "texgyreadventor regular";
	color:#000;
}
.content a {
	color: #000;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
	color: #000;
}
.green {
	color: #033;
}
.italic {
	font-style: italic;
}
.img-left { 
  height: auto;
  min-width: 150px;
  max-width: 300px;
  float: left;
  margin-right:2rem; 
  border-radius: 50%;
  -webkit-shape-outside:circle();
  shape-outside:circle();
}
.img-right { 
  height: auto;
  min-width: 150px;
  max-width: 300px;
  float: right;
  margin-right:2rem; 
  border-radius: 50%;
  -webkit-shape-outside:circle();
  shape-outside:circle();
}



#itemOne {
    background-color: transparent;
	width: 32%;
	height: auto;
	text-align: center;
}
#itemOne .photo {
	width: 150px;
	display: inline-block;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 2%;
}
#itemOne .photo img {
	width: 150px;
	height: 150px;
	opacity: 0.7;
	border: 0;
	outline:none;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	-webkit-transition: opacity 500ms ease 0s;
	-moz-transition: opacity 500ms ease 0s;
	-ms-transition: opacity 500ms ease 0s;
	-o-transition: opacity 500ms ease 0s;
	transition: opacity 500ms ease 0s;
}
#itemOne .photo img:hover {
	width: 150px;
	height: 150px;
	border: 0;
	outline:none;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: opacity 500ms ease 0s;
	-moz-transition: opacity 500ms ease 0s;
	-ms-transition: opacity 500ms ease 0s;
	-o-transition: opacity 500ms ease 0s;
	transition: opacity 500ms ease 0s;
}



#itemTwo {
    background-color: transparent;
	width: 32%;
	height: auto;
	text-align: center;
	margin-left: 5%;
	font-size: 16px;
}
#itemTwo .photo {
	width: 150px;
	display: inline-block;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 2%;
}
#itemTwo .photo img {
	width: 150px;
	height: 150px;
	border: 0;
	outline:none;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	-webkit-transition: opacity 500ms ease 0s;
	-moz-transition: opacity 500ms ease 0s;
	-ms-transition: opacity 500ms ease 0s;
	-o-transition: opacity 500ms ease 0s;
	transition: opacity 500ms ease 0s;
}
#itemTwo .photo img:hover {
	width: 150px;
	height: 150px;
	border: 0;
	outline:none;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: opacity 500ms ease 0s;
	-moz-transition: opacity 500ms ease 0s;
	-ms-transition: opacity 500ms ease 0s;
	-o-transition: opacity 500ms ease 0s;
	transition: opacity 500ms ease 0s;
}



#itemThree {
    background-color: transparent;
	width: 32%;
	height: auto;
	text-align: left;
	margin-left: 2%;
}

.small {
	font-size: 10px;
	text-transform:uppercase;
}


/* hidden releases section phone */
#releases { display: none; }


#songlist {
	text-align: left;
	font:normal 20px/30px "texgyreadventor regular";
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	-webkit-column-rule: 1px solid #333; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #333; /* Firefox */
    column-rule: 1px solid #333;
	width:98%;
	height: auto;
	margin: 0 0 0 0;
	padding: 5%;
}

#songlist a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}
#songlist a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
}
#songlist .feature {
	font-size: 14px;
}



#information {
	width:98%;
	height: 98%;
	margin: 0 0 0 0;
	padding: 1%;
	text-align: left;
	font:normal 16px/24px "texgyreadventor regular";
	color:#000;
	text-align: justify;
}
#information p {
	padding:0;
	margin:20px 0 0 0;
	font:normal 16px/24px "texgyreadventor regular";
	color:#000;
	text-align: center;
}
#information div {
	display: block;
	position: relative;
	padding-top: 25px;
	text-align: justify;
}
#information h1 { padding:0; margin:0; font:normal 40px/50px "texgyreadventor regular"; text-align: left; }
#information h2 { padding:25px 0 0 0; margin:0 0 0 0; font:normal 30px/45px "texgyreadventor regular"; text-align: center; }
#information h3 { padding:0; margin:0; font:normal 20px/30px "texgyreadventor regular"; text-align: left; }

#information .tracklist p {
	text-align: center;
}
#information .tracklist h3 { 
	text-align: center;
}

#information .credits {
	text-align: center;
	margin-top: -25px;
	font: normal 11px/24px "texgyreadventor regular";
}

#information .lyrics {
	display: block;
	position: relative;
	text-align: left;
	font:normal 13px/16px "texgyreadventor regular";
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	-webkit-column-rule: 1px solid #333; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #333; /* Firefox */
    column-rule: 1px solid #333;
}
#information .lyrics p {
	text-align: left;
	font:normal 13px/16px "texgyreadventor regular";
}

#information .photo {
	width: 150px;
	display: inline-block;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
}



#collaborations {
	width: 80%;
    min-height: 400px;
	margin: 5% 10%;
    border: none;
    overflow: hidden;
}
#collaborations .photo {
	width: 150px;
	display: inline-block;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 2%;
}
#collaborations .photo img {
	width: 150px;
	height: 150px;
	opacity: 0.7;
	border: 0;
	outline:none;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	-webkit-transition: opacity 500ms ease 0s;
	-moz-transition: opacity 500ms ease 0s;
	-ms-transition: opacity 500ms ease 0s;
	-o-transition: opacity 500ms ease 0s;
	transition: opacity 500ms ease 0s;
}
#collaborations .photo img:hover {
	width: 150px;
	height: 150px;
	border: 0;
	outline:none;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: opacity 500ms ease 0s;
	-moz-transition: opacity 500ms ease 0s;
	-ms-transition: opacity 500ms ease 0s;
	-o-transition: opacity 500ms ease 0s;
	transition: opacity 500ms ease 0s;
}
#collaborations .inside {
	width:90%;
	margin: 0 2.55%;
}



#unreleased {
	width: 80%;
    min-height: 400px;
	margin: 5% 10%;
    border: none;
    overflow: hidden;
}
#unreleased .photo {
	width: 150px;
	display: inline-block;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-right: 2%;
}
#unreleased .photo img {
	width: 150px;
	height: 150px;
	opacity: 0.7;
	border: 0;
	outline:none;
    filter: alpha(opacity=70); /* For IE8 and earlier */
	-webkit-transition: opacity 500ms ease 0s;
	-moz-transition: opacity 500ms ease 0s;
	-ms-transition: opacity 500ms ease 0s;
	-o-transition: opacity 500ms ease 0s;
	transition: opacity 500ms ease 0s;
}
#unreleased .photo img:hover {
	width: 150px;
	height: 150px;
	border: 0;
	outline:none;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: opacity 500ms ease 0s;
	-moz-transition: opacity 500ms ease 0s;
	-ms-transition: opacity 500ms ease 0s;
	-o-transition: opacity 500ms ease 0s;
	transition: opacity 500ms ease 0s;
}
#unreleased .inside {
	width:90%;
	margin: 0 2.55%;
}

.bottom {
	border-top: 1px solid #000;
	text-align: center;
	padding-top: 15px;
	margin-top: 50px;
	font: normal 13px/24px "texgyreadventor regular";
}

table { width: 50%; margin: 0% 25%; font:normal 18px/26px "texgyreadventor regular"; text-align: left; }
table img { width: 18px; height: auto; vertical-align: middle; 
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease; }
table img:hover { 
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease; }
.number { width: 5%; }
.song { width: 30%; }
.length { width: 4%; }
.audio { width: 5%; text-align: center; }
.songlyrics { width: 5%; text-align: center; }