body {
  margin: 10px;
  margin-top: 0px;
  font-size: 15px;
  font-family: sans-serif;
}

.gist {
  font-size: 12px;
}

a, a:link, a:visited {
  text-decoration: none;
  color: #23588c;
  /*color: #06C;*/
}

.title a, .title a:link, .title a:visited {
  /*color: #3b6ea5;*/
  color: #000;
}

a:hover {
  text-decoration: underline;
  color: #3b6ea5;
}

#mainbox {
  margin-top: 30px;
  /*border: 1px solid black;*/
  width: 90%;
}

#contentbox {
  margin-left: 30px;
  width: 70%;
  float: left;
}

#search {
  width: 25%;
  float: right;
  padding-top: 20px;
}

#search h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  font-size: 15px;
}

/* google search box */
#cse {
}

#header a, #header a:link, #header a:visited {
  /*color: #40403d;*/
  /*color: #595956;*/
  /*color: white;*/
  color: #E4E4E4;
  margin: 5px;
  padding: 20px;
  display: block;
}

#header a:hover {
  text-decoration: none;
}

#header {
  /*font-family: monospace;*/
  font-family: serif;
  font-weight: normal;
  font-size: 40px;
  height: 100%;
  width: 90%;
  margin-right: 5px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  /*color: #3B6EA5;*/
  /*color: #7d7f74;*/
  /*background-color: black;*/
  background: #1D1D1D;
  /*border-bottom: 1px solid #7d7f74;*/
  /*border-bottom: 1px solid #06c;*/
  /*border-bottom: 1px solid #0d2136;*/
  border-bottom: 1px solid #1d1d1d;

}

#toplink {
  width: 90%;
}

#toplink a, #toplink a:link, #toplink a:visited {
  display: block;
  /*background: #06C;*/
  /*background: #0d2136;*/
  background: #1D1D1D;
  /*color: white;*/
  color: #E4E4E4;
  font-weight: bold;
  float: right;
  padding-left: 10px;
  padding: 5px;
}

#toplink a:hover {
  background: #e4e4e4;
  /*color: #06c;*/
  /*color: #0d2136;*/
  color: #1D1D1D;
}

.photos {
  width: 400px;
  border: 0px solid black;
}

.photos .photo {
  width: 95px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 0px solid black;
}

.photos .photo img {
  max-width: 95px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  width: 90%;
  color: #7d7f74;
  font-size: 13px;
  margin-top: 10px;
  border-top: 1px solid #7d7f74;
  padding-top: 3px;
}

#intro #left {
  float: left;
  width: 500px;
}

#intro #right {
  float: left;
  padding-left: 50px;
}

.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0px;
  border: 0px solid black;
}

.minor {
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 12px;
}

.details {
  border: 0px solid black;
  width: 100%;
  margin-left: 0px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  margin-left: 10px;
  padding-left: 0px;
  margin-bottom: 5px;
}

li {
  margin: 0px;
  padding: 0px;
  margin-left: 0px;
  padding-left: 0px;
}


ul.posts {
  list-style-type: none;
  margin-bottom: 3px;
  margin-left: 10px;
  padding-left: 0px;
}

ul.posts li {
  /*line-height: 1.75em;*/
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0.65em;
}

li .details {
  margin-top: 5px;
  margin-left: 10px;
  color: #474d47;
}

ul.posts span {
  /*color: #aaa;*/
  color: #474d47;
  font-family: Monaco, "Courier New", monospace;
}

.more {
  font-size: 14px;
  color: black;
  margin-left: 10px;
  margin-bottom: 5px;
}

.more a, .more a:link, .more a:visited {
  color: #000;
  text-decoration: underline;
}

.more a:hover {
  text-decoration: none;
}

#atom {
  float: right;
}
#atoma {
  float: right;
}

img {
  border: 0px;
}


