a {
    text-decoration: none;
}
.bp-text a {
    text-decoration: none;
    font-weight: bold;
    color: #ddd;
}
#centercontent a {
    text-decoration: none;
    color: #933;
}
.el a { 
    text-decoration: none;
    font-weight: bold;
}
.ot a {
    text-decoration: none;
    font-weight: bold;
}
#rightcontent a {
    text-decoration: none;
    font-weight: bold;
    color: #535353;
}

#cats a {
    text-decoration: none;
    font-weight: bold;
    color: #535353;
}
#cats a.leaf {
    text-decoration: none;
    font-weight: bold;
}

#banner {
    color: #fff;
    /* Replace background here */
    background-image: url("July1-60.jpg");
    background-repeat: repeat-x;
    height: 60px;
    position: relative;
    margin: 0;
}
#bp-banner {
    color: white;
    height: 60px;
    margin: 0 auto;
}
html>body #banner, html>body #bp-banner {
    height: 60px;
}

.big { font-size: 14px; }

.big-pic {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 2px solid #ddd;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    background: #fff;
    color: #535353;
    padding: 0;
    margin: 0 auto;
}
body.bp-body {
    padding: 0;
    color: #ddd;
    /*background: #666; */
    background: #222; */
    margin: 0 auto;
    max-width: 5000px;
}

.bp-narrative {
    text-align: center;
}

.bp-narrative p {
    hyphens: auto;
    color: #aaa;
}

.bp-background {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 8px;
}

.bp-text {
    margin: 0 auto;
    text-align: center;
    width: 40em;
}

#cats {
    margin-bottom: 30px;
}

#center-and-right {
    position: relative;
}

#centercontent {
    line-height: 1.45; 
    background: #fff;
    margin-right: 240px;
    padding-left: 8px;
}

code { 
    font-family: monospace;
    font-weight: bold;
    font-size: 1.0em;
}
#centercontent code { color: #080; }

.comment {
    background: #eee;
}

.comment-a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background: #eee;
}
.comment-b {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background: #ddd;
}

span.dashes { white-space: nowrap; }

dfn { font-style: italic; }

.el { font-weight: bold; }

.employ { 
    text-align: left;
    font-size: 75%;
    color: black;
}

#feed {
    text-align: left;
    margin: 5px 20px 0 0;
}
#feedfp {
    text-align: left;
    margin: 10px 20px 0 0;
}

#rightcontent.frontpage {
    margin-top: 6px;
}

#search > form {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}

h1 {
    position: absolute; left: 8px; top: 4px;
    font-size: 30px;
    font-weight: normal;
    margin: 2px 1px 0 2px;
}
.h2 {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #444;
}
.h3 { 
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.hide { display: none; }

#potd img { margin-left: -4px; border: 0; }

#rightcontent img { border: 0; }

img.inline {
    float: right;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 15px;
    box-shadow: 3px 3px 8px #222;
}

#centercontent li {
    margin: 0.5em 0 0.5em 0;
}

#rightcontent li { margin-bottom: 0; }

li { margin-bottom: 10px; }

.loser { margin-left: 10px; color: red; }

.main-image {
    float: right;
    margin-bottom: 10px;
}

#rightcontent .misc { text-align: center; margin-bottom: 4px; }
.misc { text-align: center; }

.more {
    font-size: 85%;
}

.o { font-style: italic; }

.ofp {
    line-height: 1.2;
}

ol { margin-right: 40px; }

.oo { font-size: 110%; margin-bottom: 4px; } 

#centercontent .os {
    padding-top: 10px;
    text-indent: -5px;
}
#rightcontent .os {
    padding-bottom: 8px;
    text-indent: -5px;
}

.ot {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 1.0em;
}

.caption p {
    text-align: right;
    margin-left: 40px;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-top: 0;
    hyphens: auto;
}


/* trying to compensate for mobile; work-in-progress */
@media screen and (min-width: 1000px) {
    #centercontent .os {
	text-align: justify;
    }
    body {
	max-width: 800px;
    }
    #centercontent p {
	text-align: justify;
	font-size: 110%;
    }
    img.norm {
	box-shadow: 3px 3px 8px #222;
    }
}
@media screen and (max-width: 1000px) {
    body {
	max-width: 90vw;
    }
    #centercontent p {
	/*font-size: 85%;*/
    }
    img.norm {
	width: 100%;
	box-shadow: 3px 3px 8px #222;
    }
}
#centercontent > p {
    margin: 0.5em 0 0.5em 0;
    hyphens: auto;
    /* color: #444444;
    color: #425663; */
    color: #535353;
}

.comment-a p {
    hyphens: auto;
    text-align: left;
}

.comment-b p {
    hyphens: auto;
    text-align: left;
}

#commentHere p {
    hyphens: auto;
    text-align: center;
    font-style: italic;
}

#footer p {
    hyphens: auto;
    font-size: 80%;
    text-align: center;
}

.p1 { text-indent: -5px; }

#payload {
    margin: 10px 0 10px 0;
    position: relative;
}

#centercontent p a.plink {
    text-decoration: none;
    color: #fff; /* the page background colour */
}

#centercontent p:hover a.plink, p a:hover.plink {
    color: #c8a8ff;
}

#plusone {
    text-align: center;
}

.pn {
    color: #C8A8FF;
}

#potd {
    margin: 8px 0 3px 0;
}

.principles {
    margin-top: 3px;
    margin-bottom: 4px;
}

.principlesFront {
    margin-top: 5px;
    margin-bottom: 4px;
}

#rightcontent {
    padding-left: 10px;
    font-size: 0.95em; 
    line-height: 1.45;
    position: absolute; top: 0; right: 0;
    width: 212px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-left: 1px solid #040;
}
.score { 
    text-align: right;
    margin-right: 5px;
}
.scoreTH {
    margin-left: 3px;
    margin-right: 3px;
}

#search {
    position: absolute; right: 5px; top: 31px;
    /* font-weight: bold; */
}

.show { display: inline; }

td { background: #eee; }
td.etd { background: #fff }
td.name { text-align: left }
td.time { text-align: right }
td.notes { text-align: left }
td.empty { background: #fff }

th { background: #ccc; }
th.empty { background: #eee; }

#tnI {
    box-shadow: 3px 3px 8px #222;
}

#rightcontent ul
{
    margin-top: 0;
    padding-top: 0;
}

.winner { margin-left: 5px; }

.wltable {
    font-size: 120%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* for code, from mvim */
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffff; }
.js-String { color: #4a708b; }
.js-Special { color: #8a2be2; }
.js-Identifier { color: #458b74; }
