/* Copyright Yannai A. Gonczarowski, all rights reserved. */
body {
background-color: black;
color: #aaaacf;
}
h1,h2,h3 {
font-weight: normal;
}
p:not(.menu) {
font-weight: 300;
word-spacing: 2px;
}
dd { font-weight: 300; }
dt { font-weight: 500; }
a:visited { color: #6060a0; }
a:link, .pseudolink { color: #6060c0; }
a:hover { color: #6060ef; }
div.recitalProgram {
color: black;
margin: 50px;
padding: 50px;
background-image: url('paper-corner.png'), url('../white.png'), url('../white.png');
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: top right, top left, bottom left;
background-size: 253px 120px, -webkit-calc(100% - 252px) 120px, 100% -webkit-calc(100% - 119px);
background-size: 253px 120px, calc(100% - 252px) 120px, 100% calc(100% - 119px);
}
div.recitalProgram table {
color: inherit;
}
#scientificormusical.scientific,
#scientificormusical.undecided {
background-color: black;
}
.preload {
background-image: url('../wave-transblack.png'), url('../white.png');
}
table#scientificormusical td.wave {
background-image: url('../wave-transblack.png');
}
table#scientificormusical .scientific {
background-color: white;
}
div#scientificormusical .scientific {
padding-right: 23px;
background-image: url('../wave-transblack.png'), url('../white.png');
background-repeat: repeat-y, no-repeat;
background-position: -webkit-calc(100% + 1px) 0px, top left;
background-position: calc(100% + 1px) 0px, top left;
background-size: auto, -webkit-calc(100% - 23px) 100%;
background-size: auto, calc(100% - 23px) 100%;
height: 100%;
}
div#scientificormusical {
display: block !important;
}
div#scientificormusical .musical {
display: none !important;
}
div#scientificormusical .scientific {
-webkit-transition-property: width !important;
}
