@font-face {
  font-family: Sans;
  src: url("../fonts/irsans.ttf");
}

body {
  font-family: Sans, Ubuntu, "DejaVu Sans", serif !important;;
  direction: rtl;
  line-height: 2;
  font-size: 100%;
  background-color: #111;
  color: #ddd;
  min-height: 200px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

a:link    { color: palegreen; text-decoration: none;      }
a:hover   { color: palegreen; text-decoration: underline; }
a:visited { color: palegreen;                             }

h1 a { color: inherit !important }
h2 a { color: inherit !important }
h3 a { color: inherit !important }
h4 a { color: inherit !important }
h5 a { color: inherit !important }
h6 a { color: inherit !important }

#menu li {
    display: inline;
}

#post-list {
    margin-bottom: 1em;
    margin-top: 1em;
}

pre {
    margin: 2em 1em 2em 4em;
    white-space: pre-wrap;
}

nav {
    text-align: center;
}

#boxes {
  width: 100%;
  content: "";
  display: table;
  clear: both;
}

#col2 {
  width: 80%;
}
