/*  This is an experimental CSS definitions page for the Bryce Website, maintained by Dominic Bell */
/*    Last updated 19th May 2018 */

/* default font settings */

body, p, tr, td {
 font-family: Georgia, 'Times New Roman', Times, serif; 
}
/* body style */

    body {
        color: rgb(0, 0, 0); 
        background-color: rgb(204, 204, 204);
        }

/* link style */

a:link {
    color: black;
    text-decoration: none;
    font-weight: bold;
        }

a:visited {
    color: black;
    text-decoration: none;
    font-weight: bold;
        }

a:hover {
    color: black;
    background-color: rgb(204, 204, 204);
    text-decoration: none;
    font-weight: bold;
}

/* list formatting for menu */


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:link {
    color: white;
}


li a:visited {
    color: white;
}

li a:hover {
    color: black;
}

/* div formatting */

    div.blogentry {
        background-color: rgb(220, 220, 220);
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        div.showcase {
        background-color: rgb(220, 220, 220);
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    div.aboutauthor {
        background-color: rgb(220, 220, 220);
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

/* paragraph formatting */

    p.blogdate {
        text-align: left;
        font-weight: bold;
	line-height: 25px;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    p.centered {
        text-align: center;
	line-height: 25px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    p.inset {
        text-align: left;
	line-height: 25px; 
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
    }


    p.inset_it {
        text-align: center;
        font-style: italic;
	line-height: 25px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

/* Preformatted text formatting */

    pre.email {
       background-color: rgb(230, 230, 230);
       text-align: left;
       margin-left: 50px;
       margin-right: 50px;
    }
/* header formatting */

h1.centered { 
    text-align: center; 
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2.centered { 
 text-align: center; 
}

/* table formatting */

table.bordered {
 border: solid;
}

td.centered { 
 text-align: center; 
 vertical-align: top;
 border: solid;
}

td.leftalign { 
 text-align: left; 
 vertical-align: top;
 border: solid;
}

/* div settings for illustrations */

div.floatright {
 text-align: center;
 font-weight: bold; 
 float: right;
 margin-left: 2.5%;
 margin-right: 2.5%;
}

div.floatleft {
    text-align: center;
    font-weight: bold;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.left {

float: left;

padding: 0 20px 20px 0;

}
