@import url("/fonts/Gothic-Ultra-OT/stylesheet.css");


/*
 * Table of contents page:
 */


h2.toc-title {
    margin: 0;
    padding: 0;
    padding-bottom: 0.5ex;
    font-size: 2em;
}

td.chapter {

}

td.chapter h2 {
    padding-top: 2ex;
}



#toc-title-area {
    margin:0 auto;
    margin-top: 13px;
    text-align:center;
    width: 100%;
    padding-top: 2ex;
    padding-bottom: 3ex;
    min-height: 190px;

/*  border:1px solid red;*/
    background:url(/images/minis.jpg);
    background-repeat:no-repeat;
}

#toc-title-text-area {
    padding-left: 154px;
    padding-right: 252px;

    padding-left: 160px;
    padding-right: 258px;
}

#toc-title-area h1 {
/*  border:1px solid green;*/

    text-shadow: 0 0.1ex .05em #AAA;
    font-size: 3.5em;
    line-height: 80%;
    padding-top: 10px
}

#toc-title-area h1.maintitle {
    text-shadow: 0 0.1ex .05em #AAA;
/*    font-size: 64px; **/
    font-size: 4.25em;
    line-height: 50%;
    padding-top: 10px
}

#toc-title div {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 250%;
}

#toc-title span.toc-supertitle {
    font-size: 50%;
    font-weight: normal;
    line-height: 4ex;
}

#toc-subtitle {
    margin-top:2ex;
    font-weight:normal;
    font-style:italic;
    font-size: 110%;
    color: #333;
}

#toc-subsubtitle {
    margin-top:2ex;
    font-weight:normal;
    font-size: 90%;
    line-height: 120%;
}

.toc-whatisit {
    max-width: 30em;
    margin: 0 auto;
}


#toc-about-area {
    font-size: 93%;
    width: 30em;
    margin: 0 auto;
    padding-bottom: 2ex;
    padding-right: 80px;
}

#toc-about-area p {
    margin-top: 0;
    margin-bottom: 2ex;
}

#toc-menu {
    padding-bottom: 3ex;
    font-size: .9em;
    display: none;
}

#toc-columns {
    width: 30em;
}

div.column {
    width: 50%;
}




#toc-index-area {
    margin: 0;
    text-align: center;
/*  border: 1px solid red;*/
    width: 680px;
}


.toc-talk {
    text-align: center;
    margin-top: 4ex;
    margin-bottom: 2ex;
}

.toc-talk-title {
    display: block;
    font-size: 1.25em;
}

.toc-talk-subtitle {
    display: block;
    font-style: italic;
    font-size: 1.12em;
}

.toc-talk-presented {
    display: block;
    font-size: 1em;
    margin: 2ex auto 0 auto;
    width: 90%;
}




.toc-num,
.toc-len {
    text-align: right;
}

.toc-geek,
.toc-date {
    text-align: center;
}


.toc-len,
.toc-date {
    font-size: 93%;
    white-space: no-wrap;
}

.toc-tag-head {
    min-width: 15em;
}



/*
 * Data tables
 */

.dataTables_filter {
    margin-bottom: 1ex;
}

.dataTables_paginate {
    margin-bottom: 4ex;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    opacity: 0.4;
    font-size: 90%;

    -webkit-transition: opacity 0.3s linear;
     -khtml-transition: opacity 0.3s linear;
       -moz-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
         -o-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
}

.dataTables_wrapper:hover .dataTables_length,
.dataTables_wrapper:hover .dataTables_filter,
.dataTables_wrapper:hover .dataTables_info,
.dataTables_wrapper:hover .dataTables_paginate {
    opacity: 1.0;
}


.dataTables_wrapper table tbody tr:hover {
    background-color: #F7F7F7;
}



/*
 * Responsive: 960 px and below
 */

@media screen and (max-width: 960px) {

    .toc-illus,
    .toc-lang,
    .toc-len {
        display: none;
    }

    .toc-btw {
        display: none;
    }

    #toc-title-text-area {
        padding: 0;
        margin: 0 auto;
    }

    #toc-about-area {
        padding-right: 0px;
    }

    #toc-index-area {
        width: 100%;
    }

    #toc-title-area {
        margin: 0;
        background: none;
        min-height: 0px;

    }
}


/*
 * Responsive: 600 px and below
 */

@media screen and (max-width: 600px) {
    .toc-illus,
    .toc-geek,
    .toc-len,
    .toc-lang,
    .toc-date {
        display: none;
    }

    .toc-whatisit {
        display: none;
    }

    #toc-title-area {
        margin:0 auto;
        margin-top: 0px;
}

    #toc-title-area h1.maintitle {
/*        font-size: 52px; **/
    }

    #toc-subsubtitle {
        display: none;
    }

    #toc-about-area {
        display: none;
    }

}



/*
 * Print
 */

@media print {

    h2.toc-title {
        font-family: "Zapf Chancery", Garamond, Times New Roman, serif;
        font-style: italic;
        font-weight: normal;
        font-size: 1.25em;
    }

}


/* end of file */
