/* Stylesheet for www.tomslee.net */

body {
    margin: 0;
    padding:  0;
    border: 0;
    font: 18px Georgia, Times New Roman, Times, serif;
    line-height: 27px;
    text-align: left;
    z-index: 1;
}

#titlebar{
    top: 20px;
    margin: 20px 40px 20px 40px;
    padding: 0px;
    text-align: center;
    /* background-color: #ebe8ef; */
    z-index: 2;
    border-width: 0;
}

.subtitle {
    font-weight: bold;
    font-size: 20px;
}

.author {
    font-weight: bold;
    font-size: 20px;
}

.copyright{
    font-size: 12px;
    text-align: center;
}

#titlebarcontent{
    /* height: 70px; */
}

#titlebar h1 {
    border-width: 0;
    font-weight: bold;
    font-size: 30px;
}

#bookimage{
    display:none;
}

#switchstyle{
    position: absolute;
    margin: 10px;
    border: 10px;
    top: 0px;
    right: 0px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #bf373b;
    background-color: #eeeeee;
}

#switchstyleprint{
    display: none;
}

#switchstylenormal{
    display: normal;
    color: #bf373b;
}

#switchstyle a:link {
    text-decoration: none;
}

#switchstyle a:hover {
    color: #bf373b;
    text-decoration: none;
}

#switchstyle a:visited {
    color: #bf373b;
    text-decoration: none;
}

/*
----------------------------------------------------------------------------
Link column, holding the navigation links on LHS 
----------------------------------------------------------------------------
*/

/* Corner tricks thanks to http://www.airtightov.com/lab/airtight_corners.html */
.header ul
{
    display:none;
}

.header ul li {
    display:none;
}

.footer ul {
    display:none;
}

.footer ul li{
    display:none;
}

#linkcolumn{
    display: none;
}

#linkcolumn ul {
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
}

#linkcolumn li {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 0px 0px;
}

#linkcolumn p {
    margin-top 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-left: 20px;
}

#linkcolumn a:link {
    color: #bf373b;
    text-decoration: none;
}

#linkcolumn a:hover {
    background-color: #d7d3e1;
}

#linkcolumn a:visited {
    color: #8f171b;
    text-decoration: none;
}

/*
----------------------------------------------------------------------------
Main column, holding the text 
----------------------------------------------------------------------------
*/
#maincolumn{
    position: absolute;
    left: 40px;
    right: 40px;
    height: 100%;
    width: auto;
    padding: 12px;
}

#maincolumn h1{
    color: #bf373b;
}

#maincolumn h2{
    margin-top:0;
    text-align: center;
    color: #bf373b;
}

h3{
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}


h4{
    text-align: center;
}

h5{
    text-align: center;
}


img{
    border: 1px black solid;
}

.quotation {
    margin-left: 15px;
    font-style: italic;
}
