body { 
  background:
    url(img/ma1-black-240.jpg) left top no-repeat,
    linear-gradient(100deg, #000 0%, #000 200px, #444 50%, #000 75%, #000 100%); ;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  color: #eee;
  margin: 0px;
  padding: 0 8px 8px 24px;
  font-size: 13px;
}

p { font-size: 1em }



h1, h2 {
  color: #c00;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  margin: 0px 10px 0px 0px;
  padding: 0px;
  text-align: right;
  text-transform: lowercase;
  border-bottom: 1px solid #c00;
}

h1 {
  font-size: 2em;
  margin-bottom: 1em;
  margin: 30px 0px 0px 180px;
}

h3 {
  font-size: 1.5em;
  margin-bottom: .5em;
}



#header, #toplinks {
  text-align: right;
  margin: 0px 20px 0px 0px;
}

#toplinks {
  position: absolute;
  right: 20px;
  list-style-type: none;
}


#toplinks .noscript {
  padding: 20px 0;
  display: block;
}
.pgp strong {
  display: block;
  width: 15em;
  font-family: monospace;
}

a, a:visited, a:active {
  color: #f22;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #f88;
  text-decoration: underline;
}

#content {
  margin: 140px 180px 40px 100px;
}

.section {
  /*
  -moz-column-width: 20em;
  -moz-column-gap: 2em;
  */
}

p {
  text-align: justify;
  padding: .5em;
  margin: .2em;
}

ul#interests  {
  list-style-type: square;
}

#geekcode {
  display: block;
  border: 2px solid #888;
  background: black;
  color: #0f8;
  padding: 8px;
  margin: 8px;
  font-family: lucida-console, courier new, courier, monospace;
}



#sidelinks {
  display: none;
  position: absolute;
  top: 3em;
  padding: 180px 0px 0px 0px;
  left: 10px;
  text-align: center;
  margin: 0px;
  font-size: 0.9em;
}

#sidelinks a {
  display: block;
  padding: 10px 0px;
  margin: auto;
  text-align: center;
}



#b {
  width: 120px;
  text-align: center;
}

.b {
  padding: 0px;
  margin: 0px;
}

