body {
  margin: 0px;
  font-family: helvetica, arial, verdana, sans-serif;
  line-height: 21px;
  font-size: 12px;
  margin-top: 42px;
  margin-bottom: 42px;
  /*background-image: url(/img/tile5.png);
  background-attachment: fixed;*/
}

a {
  color: #333;
}

#bar_two {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #666;
  border-top: 2px solid #555;
  border-bottom: 2px solid #777;
  top: 6px;
  left: 0px;
  z-index: 1000;
}

#about_background {
  position: fixed;
  z-index: 499;
  top: 20px;
  left: 0px;
  width: 100%;
  height: 1000px;
  background-color: #fff;
  opacity: 0.75;  
}

#about {
  position: fixed;
  width: 500px;
  top: 20px;
  right: 5px;
  text-align: justify;
  z-index: 500;
  background-color: #eee;
  border: 1px solid #666;
  border-top: none;
  padding: 5px;
}

#about_accent1 {
  width: 0px;
  height: 0px;
  border-bottom: 10px solid #666;
  border-right: 270px solid #666;
  border-left: 270px solid transparent;
  border-top: 10px solid transparent;
  margin-top: -24px;
  margin-left: -33px;
}

#about_accent2 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid #555;
  border-right: 20x solid #555;
  border-left: 20px solid transparent;
  border-top: 10px solid transparent;
  top: -39px;
  left: 490px;
}

#about a {
  color: #333;
}

.box {
  position: relative;
  clear: both;
  float: left;
  margin-top: 21px;
  margin-bottom: 21px;
  max-width: 490px;
  width: 38%;
  background-color: #dfdfdf;
  border: 1px solid #afafaf;
  padding: 5px 8px 5px 8px;
  z-index: 50;
  min-height: 63px;
}

.full_large {
  position: relative;
  clear: both;
  float: left;
  margin-top: 21px;
  margin-bottom: 21px;
  width: 90%;
  left: 5%;
  z-index: 50;
  font-size: 35px;
  font-family: Georgia, serif;
  /*text-shadow: 0px 0px 10px #999;*/
  line-height: 35px;
  font-style: italic;
  color: #333;
}

.full_small {
  position: relative;
  clear: both;
  float: left;
  margin-top: 21px;
  margin-bottom: 21px;
  width: 90%;
  left: 5%;
  z-index: 50;
  font-size: 20px;
  font-family: Georgia, serif;
  line-height: 30px;
  color: #333;
}

.full_large .info, .full_small .info {
  float: left;
  text-align: left;
  clear: both;
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #999;
  text-shadow: none;
  width: 95%;
  margin-left: 5%;  
}

.photo_box {
  position: relative;
  clear: both;
  float: left;
  margin-top: 21px;
  margin-bottom: 21px;
  max-width: 490px;
  width: 38%;
  background-color: #dfdfdf;
  border: 1px solid #afafaf;
  padding: 5px 8px 5px 8px;
  z-index: 50;
  min-height: 126px;
}

.caption {
  position: relative;
  float: left;
  background-color: #555;
  margin-left: -30px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #efefef;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  -webkit-box-shadow: 3px 3px 5px #888;
  z-index: 55;
  max-width: 75%;
}

.status {
  background-color: #473430;
  font-family: Georgia;
  font-style: italic;
  font-size: 14px;
}

.caption_text {
  border-top: 1px dotted #efefef;
  border-right: 1px dotted #efefef;
  border-bottom: 1px dotted #efefef;
  padding: 5px 12px 5px 28px;
  font-size: 11px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #222;
}

.caption_accent {
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 5px solid #333333;
  border-right: 10px solid #333333;
  border-bottom: 5px solid transparent;
  border-left: 10px solid transparent;
  margin-top: 5px;
  margin-left: 1px;
  line-height: 0px;
  z-index: 0;
}

.photo {
  background-color: #c24444;
}

.caption .photo {
  border-top: 5px solid #a02222;
  border-right: 10px solid #a02222;
  background-color: transparent;
}

.link {
  background-color: #906078;
}

.caption .link {
  border-top: 5px solid #704056;
  border-right: 10px solid #704056;
  background-color: transparent;
}

.quote {
  background-color: #41803B;
}

.caption .quote {
  border-top: 5px solid #206019;
  border-right: 10px solid #206019;
  background-color: transparent;
}

.status_accent {
  border-top: 5px solid #251210;
  border-right: 10px solid #251210;
}

.caption a {
  color: #efefef;
}

.caption a:hover {
  color: #efefef;
  text-decoration: none;
}

.stub {
  position: absolute;
  width: 30%;
  height: 10px;
  background-color: #444;
  margin-top: 5px;
  margin-left: 21px;
  line-height: 10px;
  border-right: 20px solid #333;
}

.stub_accent {
  float: right;
  height: 0px;
  width: 0px;
  border-top: 5px solid #333;
  border-right: 10px solid #333;
  border-bottom : 5px solid transparent;
  border-left : 10px solid transparent;
  margin-top: 10px;
  margin-right: -20px;
}

.link_stub {
  background-color: #805067;
  border-right: 20px solid #704056;
}

.link_stub_accent {
  background-color: #704056;
}

.status_stub {
  background-color: #362321;
  border-right: 20px solid #251210;
}

.status_stub .stub_accent {
  background-color: #251210;
  border-top-color: #251210;
  border-right-color: #251210;
}

.stub .status {
  background-color: transparent;
}

.one {
  height: 11px;
}

.two {
  height: 12px;
}

.three {
  height: 13px;
}

.four {
  height: 14px;
}

.five {
  height: 15px;
}

.six {
  height: 16px;
}

.seven {
  height: 17px;
}

.eight {
  height: 18px;
}

.nine {
  height: 19px;
}

.ten {
  height: 20px;
}

.box p {
  margin: 0px;
}

.empty {
  background-color: #fff;
  border-color: #fff;
  margin-top: 11px;
  margin-bottom: 21px;
}

#top_bar {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 21px;
  background-color: #222;
  color: #fff;
  font-size: 10px;
  line-height: 21px;
  width: 100%;
  z-index: 75;
}

.am {
 position: fixed; 
 top: 0px;
 left: 0px;
 width: 5%;
 text-align: center;
}

.pm {
  position: fixed; 
 top: 0px;
 left: 30%;
 width: 5%;
  text-align: center;
}

.wwbok {
 position: fixed; 
 top: 0px;
 right: 10px;
 text-align: right;
 letter-spacing: 2px;
}

.wwbok a {
  text-decoration: none;
  color: #efefef;
}

#timeline {
  position: fixed;
  top: 20px;
  left: 0px;
  width: 100%;
  z-index: 75;
  background-color: #fff; 
  opacity: 0.75;
}

.time_block {
  float: left;
  position: relative;
  width: 5%;
  font-size: 10px; 
  z-index: -1;
  text-align: center;
  z-index: 76;
}

.quote_text {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 14px;
}

.large {
  font-size: 20px;
}

.permalink {
  position: absolute;
  right: 5px;
  bottom: -22px;
  font-size: 11px;
  font-style: italic;
  text-decoration: none;
  font-family: helvetica, arial, verdana, sans-serif;
  font-weight: normal;
  color: #999;
}

.permalink a {
  text-decoration: none;
  color: #999;
}

.permalink a:hover {
  color: #999;
}

.permalink {
  display: none;
}

div.box:hover .permalink {
  display: block;
}

div.photo_box:hover .permalink {
  display: block;
}

.withspace {
  right: 0px;
  left: 0px;
  bottom: -5px;
  left: 30%;
  margin-left: -3%;
}

#nav {
  float: right;
  margin-right: 1px;
}

#nav a {
  padding-right: 10px;
  font-size: 10px;
  text-decoration: none;
  color: #666;
}

#nav a:hover {
  color: #000;
}
