<br />
<b>Warning</b>:  Undefined array key "reset" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>20</b><br />
<br />
<b>Warning</b>:  Undefined array key "c1" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>26</b><br />
<br />
<b>Warning</b>:  Undefined array key "cc1" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>28</b><br />
<br />
<b>Warning</b>:  Undefined array key "reset" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>20</b><br />
<br />
<b>Warning</b>:  Undefined array key "c2" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>26</b><br />
<br />
<b>Warning</b>:  Undefined array key "cc2" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>28</b><br />
<br />
<b>Warning</b>:  Undefined array key "reset" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>20</b><br />
<br />
<b>Warning</b>:  Undefined array key "c3" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>26</b><br />
<br />
<b>Warning</b>:  Undefined array key "cc3" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>28</b><br />
<br />
<b>Warning</b>:  Undefined array key "reset" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>20</b><br />
<br />
<b>Warning</b>:  Undefined array key "c4" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>26</b><br />
<br />
<b>Warning</b>:  Undefined array key "cc4" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>28</b><br />
<br />
<b>Warning</b>:  Undefined array key "reset" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>20</b><br />
<br />
<b>Warning</b>:  Undefined array key "c5" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>26</b><br />
<br />
<b>Warning</b>:  Undefined array key "cc5" in <b>/home/public/dave/style/whitevisual.css.php</b> on line <b>28</b><br />

.hidden { display: none !important; }

.borderless { border: 0; margin: 0; padding: 0; }
.fill { width: 100%; height: 100%; }

body { 
color: white;
background: #009900;
font-family: "Trebuchet MS", sans-serif;
}

a { color: white; }
a:hover { color: gray; }
a:visited { color: gray; }
a:visited:hover { color: white; }

.entry a { color: black; }
.entry a:hover { color: gray; }
.entry a:visited { color: gray; }
.entry a:visited:hover { color: black; }

a img { border: 0px; }
pre { display: inline; white-space: normal; }
code { background: #d0d0d0; border: 2px gray solid; }
pre code, code pre { width: 100%; box-sizing: border-box; display: block; overflow-x: scroll; white-space: pre; }
code a { color: black; }
.entry h1, .entry h2, .entry h3 { display: inline; }
form { display: inline; }

#navlist { padding: 0px; text-align: center; }

input { background: white; border: 2px solid gray; color:gray; ;}
input:focus { background: white; border: 2px solid black; color:black; ;}

.entry { background: white; color: black; border: 5px; border-radius: 2px; box-shadow: 5px 5px 0px black; overflow: hidden; }
.entry.small { font-size: medium; }
.entry.small h3 { font-weight: normal; font-size: medium; display: inline; }
.entry.small h3:after { content: ': '; }
.entry.small p { display: inline; }
.entry .commentlink { float: right; }
.entry .morelink { float: right; }
.entry .tags { font-size: small; text-align: right; float: right; }
.entry.small .tags { display: none; }
.entry .date { float: right; font-size: small; text-align: right; font-style: italic; color: gray; }

.olderlink { float: left; vertical-align: middle; }
.olderlink:before { content: '<< '; }
.newerlink { float: right; vertical-align: middle; }
.newerlink:after { content: ' >>'; }

dt { font-weight: bold; }
dd { padding-bottom: 8px; }

#footer.entry { text-align: center; }

.mediumMargin { margin: 8px; }

@media (min-width: 751px) {
body {
display: grid;
grid-template-columns: 10px minmax(1px, 1fr) 10px 330px 10px;
grid-template-rows: 10px min-content 10px min-content 10px min-content 10px;
grid-template-areas: 
". .      .      .       ." 
". header header header  ." 
". .      .      .       ." 
". main   .      sidebar ." 
". .      .      .       ." 
". footer footer footer  ." 
". .      .      .       .";
}
}

@media (max-width: 750px) {
body {
display: grid;
grid-template-columns: 10px minmax(1px, 1fr) 10px;
grid-template-rows: 10px min-content 10px min-content 10px min-content 10px min-content 10px;
grid-template-areas: 
". .       ."
". header  ."
". .       ."
". sidebar ."
". .       ."
". main    ."
". .       ."
". footer  ." 
". .       .";
}

#thetwitter {
display: none;
}

#theinfophoto {
display: none;
}

}

.entry {
   box-sizing: border-box;
   padding: 5px;
}

.entrycontainer {
display: flex;
flex-direction: column;
}

.entrycontainer > .entry {
margin-bottom: 10px;
}

.entrycontainer > .entry:last-child {
margin-bottom: 0px;
}

#navlist { grid-area: header; }
#footer { grid-area: footer; }
#thesidebar { grid-area: sidebar; }
#themain { grid-area: main; }

