* {
  box-sizing: border-box; }

body {
  font-family: "Verdana", "sans-serif";
  color: #545454; }

a.no-style {
  color: #545454;
  text-decoration: none; }

a:not(.no-style) {
  overflow: hidden;
  display: inline-block; }

a:not(.no-style)::before {
  display: block;
  height: 20px;
  width: 35px;
  background: url(/images/icons.png) -30px -199px no-repeat;
  background-size: 256px 512px;
  float: left;
  content: " ";
  margin-right: 5px;
  margin-top: 2px; }

p a, main a, marquee a {
  margin-bottom: -5px;
  color: #545454; }

main {
  max-width: 900px;
  overflow: hidden; }

.main-menu ul {
  list-style: none;
  display: flex;
  padding: 0; }
  .main-menu ul li {
    display: inline-flex;
    margin-right: 50px; }
    .main-menu ul li a {
      color: #545454;
      display: flex;
      align-items: center;
      justify-content: center; }
    .main-menu ul li a.guest-book:before {
      height: 33px;
      width: 31px;
      background: url(/images/icons.png) -33px -288px no-repeat;
      background-size: 256px 512px; }
    .main-menu ul li a.bio:before {
      height: 32px;
      width: 29px;
      background: url(/images/icons.png) -65px -128px no-repeat;
      background-size: 256px 512px; }
    .main-menu ul li a.home:before {
      height: 32px;
      width: 32px;
      background: url(/images/icons.png) -225px -160px no-repeat;
      background-size: 256px 512px; }
    .main-menu ul li a.blog:before {
      height: 32px;
      width: 33px;
      background: url(/images/mailnews_3.ico) no-repeat; }
    .main-menu ul li a.links:before {
      height: 32px;
      width: 33px;
      background: url(/images/explorer_105.ico) no-repeat; }

.explorer-images {
  width: 100px; }

footer {
  text-align: center; }

img.bio-image {
  float: left;
  margin-right: 10px; }

#app .addEntry {
  padding: 10px;
  max-width: 100%;
  border: 1px solid #cccccc;
  display: flex; }
  #app .addEntry .show-emoticon {
    margin-top: 10px; }
    #app .addEntry .show-emoticon img {
      vertical-align: middle;
      display: inline-block; }
  #app .addEntry .form {
    width: 50%; }
    #app .addEntry .form input, #app .addEntry .form textarea {
      width: 90%;
      padding: 3px; }
    #app .addEntry .form textarea {
      white-space: pre-wrap; }
    #app .addEntry .form div {
      margin-bottom: 10px; }
    #app .addEntry .form label {
      margin-bottom: 5px;
      display: block; }
    #app .addEntry .form .icons {
      position: relative; }
      #app .addEntry .form .icons ul {
        position: absolute;
        border: 1px solid #dcdcdc;
        top: -16px;
        width: 700px;
        background: #fff;
        list-style: none;
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        padding: 0; }
        #app .addEntry .form .icons ul li {
          text-align: center;
          vertical-align: top;
          padding-top: 10px;
          font-size: 12px; }
  #app .addEntry .preview {
    background: #f2f2f2;
    border: 1px solid #dcdcdc;
    padding: 10px;
    width: 50%; }
    #app .addEntry .preview table {
      width: 100%;
      border: 1px solid #dcdcdc; }
      #app .addEntry .preview table td, #app .addEntry .preview table th {
        border: 1px solid #dcdcdc;
        padding: 4px; }
      #app .addEntry .preview table th {
        width: 150px;
        text-align: left;
        vertical-align: top; }

#app .entries {
  list-style: none;
  padding: 0; }
  #app .entries table {
    width: 100%;
    border: 1px solid #dcdcdc; }
    #app .entries table td, #app .entries table th {
      border: 1px solid #dcdcdc;
      padding: 4px; }
    #app .entries table th {
      width: 150px;
      text-align: left;
      vertical-align: top; }
  #app .entries .replies {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; }

#app .replyForm input, #app .replyForm textarea {
  display: block;
  width: 100%; }

#app .replyForm .frmRow {
  margin-bottom: 10px; }

#app .replyForm th {
  width: 150px;
  text-align: left;
  vertical-align: top; }

@media (max-width: 600px) {
  .main-menu ul {
    list-style: none;
    padding: 0;
    display: block; }
    .main-menu ul li {
      display: inline-flex;
      margin-right: 50px;
      display: block;
      margin-bottom: 20px; }
      .main-menu ul li a {
        color: #545454; } }
