@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------------------------------------
  Global Reset v0.3 meyerweb.com/eric/tools/css/reset
-----------------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; 
  vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
:focus { outline: 0; }
a {text-decoration: none; color:#808285;}

/* fonts */
@font-face {
    font-family: "fancyfont";
    src: url("fonts/Nouveau_IBM.ttf");
    font-display: swap;
}

@font-face {
    font-family: "monofont";
    src: url("fonts/Nouveau-IBM.ttf");
    font-display: swap;
}

/* everything else */

Body {
    background: #eee;
    color: black;
    margin: 20px;
    font-family: monofont, mono, Courier;
    line-height: 2.5ex;
    font-size: 1em;
}

pre  {
 background-color: #000000;
 color: #19dd22;
 padding: 1ex 1em;
 line-height: 1.66ex;
 font-family: 'monofont', mono, Courier;
 font-size: 1.33em;
 margin-bottom: 2ex;
}

h1 {
    font-size: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.item p {
    margin-bottom: 1.25ex;
}

.item p:first-of-type {
    margin-bottom: 2ex;
}

.item dt:first-of-type {
    border-top: 1px dashed #cecece;
}

a:link {color: #800000;}
a:active {color: #800000;}
a:visited {color: #400000;}
a:hover {color: #b00000;}

#title {
    border: 1px dashed #333;
    clear: right;
    font-family: fancyfont, mono, Courier;
    font-size: .9em;
    line-height: 2ex;
    margin-top: 1ex;
    margin-bottom: 1ex;
    padding: 5px;
    -moz-border-radius:    5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    width: 83%;
}

#logo {
      font-family: "fancyfont", mono, Courier;
      margin-left: auto;
      margin-right: auto;
      width: 33.33%;
      line-height: 1.85ex;
}

#content {
    height: 100%;
    margin-left: 18%;
    margin-right: auto;
    width: 66.6%;
}

.item {
    background-color: #bbb;
    border: 1px solid black;
    border-top: 6px solid black;
    margin-bottom: 1em;
    overflow: hidden;
    -moz-border-radius:    5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.item ol {
    list-style: decimal;
    margin-left: 3em;
}

.label {
    background-color: #999;
    font-family: fancyfont, mono, Courier;
    margin-bottom: 0.5em;
    line-height: 2ex;
    padding: 2px; 
}

.label p {
    display: inline-block;
    width: 49%;
    margin-top: 0.5ex;
}

.label p:nth-of-type(2) {
    text-align: right;
}

.listen {
    width: 100%;
}

.copy {
    padding: 2px;
}

.play {
    padding: 2px;
    margin-left: 80%;
    width: 20%;
}

dl {
    padding-top: 2ex;
}

.side, .footer {
    background: #bbb;
    border: 1px solid black;
    border-top: 6px solid black;
    border-bottom: 6px solid black;
    clear: both;
    float: left;
    margin-bottom: 1em;
    overflow: hidden;
    width: 16.4%;
    font-family: fancyfont, mono, Courier;
}

.footer img {
    width: 100%;
    margin: 1em auto 0 auto;
    display: block;
}

.side ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.side li {    border-bottom: 1px solid black;}
.side li:last-of-type {
    border: none;
}

.side li a {
    display: inline-block;
    background: #bbb;
    height: 1.5em;
    padding: 4px 0 4px 10px;
    line-height: 1.5em;
    text-decoration: none;
}

.side li a:link, .side li a:visited {
    color: #666;
}

.side li a:hover{
    color: #000;
    background: #999;
    transition: background 1s;
    transition: color 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -o-transition: background 1s; /* Opera */
    -moz-transition: color 1s;
    -webkit-transition: color 1s;
    -o-transition: color 1s; /* Opera */
}

.side li a.selected{
    color: #72CC57;
    background: #ddd;
}

.footer p {
    padding: 3px;
}

/* Docbookalike */

.breakout {
    background-color: #000;
    color: #8DB591;
    font-family: mono;
    line-height: 109%;
    width: 70%;
    margin-top: 1ex;
    margin-left: 2em;
    margin-bottom: 1em;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.breakout img {
    vertical-align: -35%;
    padding: 4px;
}

.tip {
    margin-left: 10%;
     background-color: #94AAC0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 8px;
    line-height: 100%;
    width: 60%;
    border: 1px solid black;
}

.figure {
    border: 1px dotted #888;
    padding: 10px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    margin: 1em;
}

p.date {
    font-size: 1em;
    margin-bottom: -15px;
}

p.note {
    font-size: .8em;
    margin-top: -15px;
    width: 50%;
    margin-left: 15px;
}

.mono {
    font-family: courier, mono, sans;
    color: #333;
    font-size: 1.2em;
}

.motionpix {
    text-align: center;
}

.motionpix video {
   width: 640px;
    height: 360px;
}
