@import url('reset.css');


@font-face {
    font-family: "Axel";
    font-variant: normal;
    src: url('/fonts/Axel-Regular.ttf');
}

@font-face {
    font-family: "Axel";
    font-weight: bold;
    font-variant: normal;
    src: url('/fonts/Axel-Bold.ttf');
}

@font-face {
    font-family: "Axel";
    font-variant: small-caps;
    src: url('/fonts/AxelSC-Regular.ttf');
}

@font-face {
    font-family: "Axel";
    font-weight: bold;
    font-variant: small-caps;
    src: url('/fonts/AxelSC-Bold.ttf');
}


@media all {

html {
    background: #eeffff;
    position: relative;
    margin: 0.5em;
    font-size: 11pt;
    font-family: "Verdana", sans-serif;
}

p {
    margin-top: 1em;
    margin-left: 1em;
    color:#333333;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    margin-bottom: 0.5em;
    font-family: Georgia, serif;
    font-weight:bold;    
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
}

blockquote {
    margin-left: 2.5em;
    margin-top: 1em
}




#content {
    margin: 0em 2em 1em 1em;
    float:left;
}

#content h1 {
    margin-top: 1em;
}

#about {
    width: 600px;
    font-size: 0.8em;
    line-height: 1.6em;
}

#content p {
    margin-top: 2.5em;
    padding-left: 2em;
}

#poem {
    counter-reset: line;
    font-family:  "Axel";
}

.poem {    
    font-family:  "Axel";
}

.poem2 {
    counter-reset: line;
    margin-bottom: 2em;
}

.poem2 p {
    margin: 1em 1em 1em 5.5em;
    padding-top:1em;
    font-family:  "Axel";
}

.line {
    display:block;
    margin-top: -1em;
    text-indent: -3em;
}

span[class~="line"]:before {
    content: counter(line) "\2002";
    counter-increment: line 1;
}

#aside {
    background-color: #f5f3ef;
    padding:0.5em;
    width:220px;
    float:left;
    clear:right;
}


#aside:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#player {
    padding-top: 1em;
    padding-right: 0.5em;
    margin-bottom: 1em;
    background-color: #f6fdfd;
}

#player object {
    margin: 1em;
    border:2pt dotted black;
}

#styleselectors ul {
    color:#edeadb;
    list-style:none;
    list-style-position: outside;
    margin: 0 0.5em 0 0.5em;
}

#styleselectors h5 {
    margin-top:0.5em;
}

#styleselectors a:link, #styleselectors a:active, #styleselectors a:visited,
#styleselectors a:hover {
    color:#edeadb;
    font-weight:bold;
    text-decoration: none;
}


#style1, #style2 {
    margin-bottom:1em;
    background-color:#6690AA;
    padding:0.5em;
}

.front, .back {    
    padding: 0.5em 0 1em 0;
    background-color: #eeffff;
}

#legend {
    padding: 0.5em 0 1em 0;
    margin-bottom: 0.5em;
}

.front, .back {
    padding: 0.5em;
    background-color: #eeffff;
}

.legend p, .legend ul {
    color:#333333;
    margin: 0;
    margin-bottom:-1em;
    padding:0.5em;
    padding-bottom: 0;
    list-style:none;
    display:none;
}

.legend p {
    margin-bottom: 0;
    padding-top:0.5em;
}

li {
    color:#333333;
    margin-bottom: 0.2em;
}

#info {
    clear:both;
    margin:1em;
}

#info h3 {
    margin-top: 2em;
}

#info ul li {
    margin-left: 2em;
    list-style:circle;
}


#footer {
    margin: 3em 0 1em 0;
    padding:1em;
    clear:both;
    background-color:black;    
    font-weight:bold;
}

#footer p {
    color: white;
}

}

@media print {


    html, .front {
        font-family: Georgia;
        background-color:white;
    }

    html, #content {
        margin: 0;
    }

    #content h1 {
        margin-top: 0;
        font-size: 2em;
    }

    #footer, #player, .back, .noprint, #about {
        display:none;
    }

    #aside {
        background:white;
        clear:both;
        width:100%;
    }

    ul li {
        padding-left:0.5em;
        border-left: 2px solid black;
        margin-right:0.5em;
        display:inline;
    }

}
