
/*  --------------------------------------------------------------------
    BASIC PAGE LAYOUT
    -------------------------------------------------------------------- */
    
body {
    color: black;
    background-image: url("../images/starnetblog_subtile_background_pattern7.jpg");
    /*background-image: url("../images/testing_background.jpg");*/
    font-family: Palatino, serif;
    font-size: 12pt;
    margin: auto;
    width: 81em;
    line-height: 1.4em;
}

#menuBarCover {
    margin: auto;
    width: 82em;
    clear: both;
    height: 1em;
    position: fixed;
    top: 0em;
    background-image: url("../images/starnetblog_subtile_background_pattern7.jpg");
    /*background-image: url("../images/testing_background.jpg");*/
    background-repeat: repeat;
    z-index: 999;
}

#menuBar {
    margin: auto;
    width: 81em;
    clear: both;
    /*height: 350px;*/
    padding-bottom: 15px;
    position: fixed;
    top: 1em;
    background-color: white;
    z-index: 999;
    box-shadow: 0px 5px 5px #888888;
    border-top: 1px solid #596a5d;
    border-left: 1px solid #596a5d;
    border-right: 2px solid #596a5d;
}

#pageContent {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    width: 81em;
    background-color: white;
    padding-top: 400px;
    padding-bottom: 5px;
    border-left: 1px solid #596a5d;
    border-right: 2px solid #596a5d;
    border-bottom: 2px solid #596a5d;
    overflow: auto;
}

#containerTheatreNotes {
    width: 9em;
    float: left;
    padding-left: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

#containerPrimaryText {
    width: 39em;
    float: left;
    padding-left: 1em;
}

#containerLineNumbers {
    width: 4em;
    float: left;
    padding-left: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

#containerGlosses {
    width: 9em;
    float: left;
    padding-left: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

#containerTextualApparatus {
    width: 9em;
    float: left;
    padding-left: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

#containerSignatureLinks {
    width: 3em;
    float: left;
    padding-left: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}


.account {
    color: #888888;
}

.for-print {
    color: #000000;
}
