﻿/*
ejb_dg.css - Tyylitiedosto Eero ja Jussi Raittisen / Eero ja Jussi & The Boys diskografian muotoiluun
tumma väri: #400000
*/
div.ejb-container { 	/* sivun päälohko jonka sisään tulevat kaikki muut sivun osat */
	min-height:100%;
	width: 100%;
	position:relative;
 	background-image: url(../ejb/kuvat/ejb-tausta.png); 
	color : #000;
	font-size: 1em;
	background-color: #ebeaf2;
}
div.ejb-body {			/* sivun runko, jonka sisään tulevat kaikki sivukohtaisesti muuttuvat osat  - ei käytössä!*/
	padding-bottom: 0;   
   	padding: 72px 0 0 0; /** varataan tila sivun yläreunaan tulevalle navbarille **/
}
div.ejb-header {
	padding: 0;
	height: auto;
	width: 100%;
	margin: 3px 0 2px 0;
	text-align: center;
	background: transparent;
}
div.ejb-biisit {
	padding-left:15px;
	padding-right:15px;
}	
div.ejb-julkaisu {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
}
div.ejb-music-embed {
	text-align: center;
	padding-top: 0;
	padding-left: 1em;
	padding-right: 1em;
}
div.ejb-navigaatio, div.ejb-navigaatio2 {
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	color: #000;
}
div.ejb-navigaatio2 {
	padding-bottom: 15px;
}
div.ejb-sisanavi {
	text-align: center;
	padding: 0 0 15px 0;
	color: #000;
}
div.ejb-dgtext {
	padding: 2px 20px 10px 20px;
}
div.ejb-ohje{
	padding: 15px 20px 15px 20px;
}
div.ejb-diskgrf {
	padding: 15px 5px 10px 5px;
}
div.ejb-kokoelmat {
	padding: 0px 10px 10px 10px;
}
div.ejb-soittajat {
	padding: 10px 5px 10px 5px;
	text-align: center;
	color: #000;
}
div.ejb-muusikot { /* singleissä käytetty osin edellisen tilalla vahingossa tätä, joten jätetty tämä muotoilu tähän */
	padding: 10px 5px 10px 5px;
	text-align: center;
	color: #000;
}
div.ejb-dgtxt {
	padding: 2px 5px 10px 5px;
	text-align: center;
	color: #000;
}
div.ejb-dgohjetxt {
	padding: 2px 5px 10px 5px;
	text-align: center;
	color: #000;
	background-color: #fff;
}
div.ejb-dgvali {
	margin-top: 23px;
}
div.ejb-ohjevali {
	margin-top: 3.3em;
}
div.ejb-dgkovali {
	margin-top: 30px;
}
div.ejb-loppu {
	padding-bottom: 50px;
}
div.col-centered{
    margin: 0 auto;
	padding: 0 1em 0 1em;
	margin-bottom: 10px;
}
.row-center {
	margin: auto; 
	max-width: 800px;}
}
p.ejbtxt {
	color: #000;
	font-size: 1em;
	margin: 5px 0;
}
p.ejb-cingress {
	color: #000;
	font-size: 1.2em;
	margin: 10px 0;
	text-align: center;
}
p.ejb-ctxt {
	color: #000;
	font-size: 1em;
	margin: 10px 0;
	text-align: center;
}
p.right-text {
	font-size: 1em;
	margin: 5px 2px;
	text-align: right;
}
p.kuva-teksti {
	margin: 0.1em 0.1em 0.6em 0.2em;
	font-size: 80%;
	color: black;
	text-align: center;
}
pre.laina {
	margin-right: 5px;
	margin-left: 5px;
	color: #000;
	font-size: 90%;
}
img.img-ejbc {
	margin: 0 auto;
	padding-top: 0.4em;
}
img.img-100left {
	float: left;
    height: auto;
	margin: 5px 10px 5px 0;
}
.img-responsive {
    margin: 0 auto;
}
ul.disk {
	list-style-type:none;
}
ul.disk li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content:"\e201";
    font-family: 'Glyphicons Halflings';
    font-size: 1em;
    float: left;
    margin-top: 2px;
    margin-left: -17px;
    color: #000;
}
ul.aster {
	list-style-type:none;
	text-align: center;
}
ul.aster li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content:"\2a";
    font-family: 'Glyphicons Halflings';
    font-size: 0.7em;
    margin-top: 2px;
    color: #000;
}
dl.ejb {
    display: block;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    margin-left: 0;
    margin-right: 0;
}
dl.ejb dt {
    font-weight: bold;
    text-decoration: underline;
  }
dl.ejb dd {
    margin: 0;
    padding: 0 0 0.7em 2em;
  }
.breadcrumb.ejbdg > li + li:before {
    content:"\e201" !important;
    font-family: 'Glyphicons Halflings';
    font-size: 1.2em;
	color: #000 !important;
    padding: 0px 4px 0px 2px;
}
h1.ejb, h2.ejb, h3.ejb {
	color: #000;
	font-weight : bold;
	text-align: center;
}
h1.ejb {
	font-size: 2em;
}
h2.ejb {
	font-size: 1.6em;
}
h3.ejb {
	font-size: 1.3em;
}
hr.ejbhr {
	color: #855000;
	background-color: #baa689;
	height: 1px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 2px;	
}
/* boldatut linkit */
a.ejb:link, a.ejb:visited, a.ejb:hover {
	font-weight: bold;
	text-decoration : underline;
}
a.ejb:link, a.ejb:visited {
	color: #800000;
}
a.ejb:active {
	color: #590059;
	font-weight: bold;
	text-decoration : none;
}
a.ejb:hover {
	color: #d61803
}
/* Normaalit linkit */
a.ejb2:link, a.ejb2:visited, a.ejb2:hover {
	text-decoration : underline;
}
a.ejb2:link, a.ejb2:visited {
	color: #800000; 
}
a.ejb2:active {
	color: #590059;
	text-decoration : none;
}
a.ejb2:hover {
	color: #d61803;
}
/* tummalla taustalla olevat linkit */
a.ejb-valkea:link {
	color: #fff;
	font-weight: normal;
	font-size : 1em;
	text-decoration : underline;
}
a.ejb-valkea:active {
	color: #fff;
	font-weight: normal;
	font-size : 1em;
	text-decoration : none;
}
a.ejb-valkea:visited {
	color: #fff;
	font-weight: normal;
	font-size : 1em;
	text-decoration : underline;
}
a.ejb-valkea:hover {
	color: #ffce9c;
	font-weight: bold;
	font-size : 1em;
	text-decoration : underline;
}
/* Tummalla taustalla olevat linkit */
a.valkea:link {
	color: #edeff7;
	font-weight: normal;
	font-size : 1em;
	text-decoration : underline;
}
a.valkea:active {
	color: #f2f3f7;
	font-weight: normal;
	font-size : 1em;
	text-decoration : none;
}
a.valkea:visited {
	color: #edeff7;
	font-weight: normal;
	font-size : 1em;
	text-decoration : underline;
}
a.valkea:hover {
	color: #f2d0c6;
	font-weight: bold;
	font-size : 1em;
	text-decoration : underline;
}
/********* taulukot *********/
table.ejb-dgtable {
    border-spacing: 2px;
    border-collapse: separate;
	width: 100%;
	margin-top: 0.3em;
	margin-bottom: 0.8em;
}
table.ejb-dgtable td {
	padding: 0.2em 0.3em 0.2em 0.3em;
	background-color: #fff;
	color: #400000;
}
table.ejb-dgtable th {
    padding-top: 0.4em;
	padding-right: 0.3em;
    padding-bottom: 0.3em;
	padding-left: 0.3em;
    text-align: center;
	font-weight : normal;	
	background-color : #400000;
	color : #fff;
	border : none;	
}
th.otsikko {
	width: 100%;
}
th.nro {
	width: 1%;
}
th.kpl {
	width: 49%;
}
th.sss {
	width: 49%;
}
th.kesto {
	width: 1%;
}
th.isrc {
	width: 1%;
}
th.kpl2 {
	width: 20%;
}
th.ss {
	width: 59%;
}
th.solisti {
	width: 20%;
}
th.big {
	font-size: 1.3em;
}
table.ejb-muusikot {
	margin: 0px auto;
    float: none;	
    border-spacing: 2px;
    border-collapse: separate;
	vertical-align: middle;
	margin-top: 0.3em;
	margin-bottom: 0.8em;
}
table.ejb-muusikot td {
	padding: 0.2em 0.3em 0.2em 0.3em;
	background-color: #fff;
	color: #400000;
	font-size: 1em;
}
table.ejb-muusikot th {
    padding-top: 0.4em;
	padding-right: 0.3em;
    padding-bottom: 0.4em;
	padding-left: 0.3em;
    text-align: center;
	font-size : 1em;
	font-weight : normal;	
	background-color : #400000;
	color : #fff;
	border : none;	
}
td.votsikko	{
background-color: #edd9bb !important; 
}
th.ejb-albumi {
	font-size : 1.3em !important;
}
.lp {
	color: #ff4c4c;
	padding: 0; 
	margin: 0;
	font-weight: bold;
}
.single {
	color: #6ef441;
	padding: 0; 
	margin: 0; 
	font-weight: bold;
}
.ep {
	color: #f4ad42;
	padding: 0; 
	margin: 0; 
	font-weight: bold;
}
.mc {
	color: #800080;
	padding: 0; 
	margin: 0;
	font-weight: bold;
}
.s8 {
	color: #000080;
	padding: 0; 
	margin: 0;
	font-weight: bold;
}
.cd {
	color: #0000ff;
	padding: 0; 
	margin: 0; 
	font-weight: bold;	
}	
.cds {
	color: #008000;
	padding: 0; 
	margin: 0;
	font-weight: bold;
}	
.dvd {
	color: #ff02ee;
	padding: 0; 
	margin: 0;
	font-weight: bold;
}
.ds {
	color: #000000;
	padding: 0; 
	margin: 0;
	font-weight: bold;
}
.sk {
	color: #cef442;
	padding: 0; 
	margin: 0;
	font-weight: bold;
}
/************************************************************************************
Youtube, Spotify, Tidal ja Song Link -upotukset
************************************************************************************/
.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}
.youtube-player iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}   
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}  
.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('https://www.rmsyke.fi/kuvat/youtube.png') no-repeat;
    cursor: pointer;
}
.spotify-embed {
    width: 92%;
	text-align: center;
	border: none; 
}
.spotify-embed2 {  /* käytä tätä kun spotify ja tidal -upotukset ovat rinnakkain */
    width: 100%;
	text-align: center;
	border: none; 
}
.tidal-embed {
   	width: 100%;
	text-align: center; 
	border: 0;
	margin: auto;
	float: center;
	border-radius: 12px;
}
div.songlink {
	max-width:100%;
}
div.songlink2 {
	position: relative; 
	padding-bottom: calc(56.25% + 88px); 
	height: 0;
}
iframe.songlink-frame {
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
	border: 0;
}
div.songlink-ohje {
	max-width:100%;
	bottom: 0;
	background-color: white;
}
iframe.songlink-embed {
	margin: 0 auto;
	display: block;
	width: 100%;
	border: 0;
}
/************************************************************************************
MEDIA QUERIES: säädetään tyylejä paikkaa ikkunan koon mukaan
*************************************************************************************/
@media only screen and (min-width : 768px) {
.spotify-embed {
    width: 60%;
}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.spotify-embed {
    width: 40%;
}
}