div.topbar {
  border: dashed 1px black;
  padding: 3px;
  margin-top: 5px;
  margin-bottom: 20px;
  clear: both;
}

div.linkbox {
  float: left;
  margin: 3px;
  padding: 2px;
}

ul.linklist {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

body {
  font-family: monospace;
  font-size: large; 
  background-color: black;
  color: white;
  /* max-width: 90%; */
  /* margin: 5%; */
}

a {
  text-decoration: underline;
  color: cyan;
}

a:hover {
}

div.title {
  font-size: x-large;
  margin-bottom: 10px;
/*  border-bottom: solid #333333 */
}

div.horiznav {
  padding-top: 5px;
  padding-bottom: 7px;
  border-top: dashed thin #999999;
  border-bottom: dashed thin #999999;
}

div.logentry {
  margin-bottom: 20px;
}

div.main {
  padding-top: 20px;
}

div.log_text {
  margin-top: 5px;
}

div.footer {
  clear: both;
#  margin-top: 50px;
#  padding-top: 5px;
  padding-bottom: 7px;
#  border-top: dashed thin #999999;
#  border-bottom: dashed thin #999999;
}

div.sponser {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  text-align: center;
}

div.photobox {
  margin: 10px;
  padding: 5px;
  float: left;
  text-align: center;
  border: dashed thin #999999;
  width: 160px;
  height: 122px;
  font-size: medium;
}

div.floatbox {
  float: left;
}

div.photonotesep {
  float: left;
  margin-left: 20px;
}

div.clear {
  clear: both;
}

span.info {
  font-weight: bold;
}

span.log_date {
  font-weight: bold;
}

span.log_topic {
  font-weight: bold;
}

span.mealheader {
  font-size: x-large;
}

span.year {
  font-size: large;
}

div.banner {
  font-size: x-large;
  font-weight: bold;
  text-align: center;
}

li {
  padding: 2px;
}

li.easy {
  background-color: #006600;
}

li.medium {
  background-color: #666600;
}

li.hard {
  background-color: #660000;
}

img.cdCover {
  float: left;
}

img.photo {
    margin-top: 10px;
}

img.preload {
    display: none;
}

img.sponser {
  margin: 5px;
}

img.photobox {
  border: none;
}

img.bigthumb { 
  float: left;
  border: 0;
  margin-right: 10;
  margin-bottom: 10;
}

div.recipeName {
  font-size: large;
}

div.recipe {
  margin-top: 5;
  margin-bottom: 5;
  margin-left: 10;
  margin-right: 10;
  padding: 10;
  border-width: 1;
  border-style: dashed;
  background-color: black;
}

div.ingredients {
  white-space: pre;
}

div.instructions: {

}

td.sidebar {
  background-color: #333333;
  color: white;
  vertical-align: top;
  padding-right: 10;
  padding-left: 10;
  padding-top: 5;
}

table.linkbox { 
  border-style: dashed;
  border-width: 1px;
  border-color: white;
}

a.quicklink { 
  font-size: medium;
  color: white;
  text-decoration: none;
}

a.quicklink:hover { 
  font-size: medium;
  color: #00FF00;
  text-decoration: none;
}

td.photobox {
  vertical-align: top;
}

td.aboutmeheader {
  vertical-align: top;
  font-size: medium;
  font-weight: bold;
}

td.aboutme {
  vertical-align: top;
  font-size: medium;
}

br.clear { 
  clear: both;
}

.center {
  text-align: center;
}

.center table { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

table.photodata {
    width: 800px;
}

td.photodataleft {
    vertical-align: top;
    width: 300px;
}

td.photodataright {
    vertical-align: top;
}
