body {
  margin: 0px;
  padding: 0px;
  background-color: #131c26;
  text-align: center;
  height: 100%;

  color: #111111;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

img {
  border: 0px;
}

.clear { clear: both; background: none; }

#wrap {
  margin: 0 auto;
  width: 811px;
  position: relative;
  padding-bottom: 18px;
}

#header {
  background-color: #131c26;
  width: 100%;
  text-align: center;
  height: 118px;
  padding: 0px;
  margin: 0px;
}

#top-bar {
  margin: 0px;
  padding: 0px;
  height: 13px;
  width: 613px;
  background-image: url('./images/gc2/top_bar.png');
}

#faux {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: left;
  background-image: url('./images/gc2/faux_columns.png');
  background-repeat: repeat-y;
}

#content {
  float: left;
  width: 560px;
  margin-left: 20px;
  padding: 10px;
  font-size: 0.8em;
}

a:link { 
  text-decoration: underline;
  color: #687d9f;
}
a:visited {
  text-decoration: underline;
  color: #687d9f;
}
a:hover {
  text-decoration: none;
  color: #ffffff;
}
a:active {
  text-decoration: none;
  color: #687d9f;
}

/* blog post header text */
h2 {
  margin-bottom: 0px;
}
h2 a:link { 
  text-decoration: underline;
  //color: #b85b5a;
  //color: #0044aa;
  //color: #5674a2;
  color: #687d9f;
}
h2 a:visited {
  text-decoration: underline;
  color: #687d9f;
}
h2 a:hover {
  text-decoration: none;
  color: #ffffff;
}
h2 a:active {
  text-decoration: none;
  color: #687d9f;
}
/* blog post sub-header text */
small {
 color: #777777; 
}
/* dotted line in blog posts */
.border-bottom {
  border-bottom:dashed #333333 1px; 
  margin: 5px 0px
}
.comments-link {
  float: right;
}

#right-of-content {
  float: left;
  width: 200px;
  vertical-align: top;
  padding: 0px;
  font-size: 0.8em;
}

.sidebar-div {
  text-align: left;
  padding-left: 25px;
  margin-top: 20px;
  color: #777777; 
}

div.sidebar-div a:link { 
  text-decoration: underline;
  color: #687d9f;
}
div.sidebar-div a:visited {
  text-decoration: underline;
  color: #687d9f;
}
div.sidebar-div a:hover {
  text-decoration: none;
  color: #ffffff;
}
div.sidebar-div a:active {
  text-decoration: none;
  color: #687d9f;
}

.sidebar-header {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  color: #ffffff;
}

#company-links {
  text-align: center;
}

.company-text {
  padding-left: 20px;
  font-size: 0.8em;
  font-weight: bold;
  color: #777777;
}

/* blog description / tagline */
#tagline {
  margin-top: 10px;
  padding-left: 25px;
  font-size: 0.8em;
  text-align: left;
  font-style: italic;
  color: #777777;
}

#the-actual-archives {
  text-align: center;
}

#archive-dropdown {
  width: 150px;
  background-color: #777777;
}

ul {
  margin: 0px;
  padding-left: 15px;
  text-indent: 0px;
  list-style-type: square;
}

#footer { 
  clear: both;
  height: auto;
  background-color: #000000;
  width: 100%;
  text-align: center;
}

.footer-text {
  color: #ffffff;
  font-family: arial;
  font-size: 0.5em;
  font-weight: bold;  
}

/* bio page styles */
.bio {
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  height: 150px;
  position: relative;
}
.bio-image {
  float: left;
}
/* single line of bio text, vertically centered */
.bio-text {
  float: left;
  position: absolute;
  top: 50%;
  height: 2em;
  left: 170px;
}

/* thorn!!! page styles */
#thorn-text {
  float: left;
  width: 100%;
}
#thorn-image {
  float: left;
  margin: 5px;
}
#skull-image {
  float: right;
  margin: 5px;
}
#screen-capture {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.code {
  font-family: courier, courier new, monospace;
  font-size: 0.8em;
  background-color: #aaaaaa;
  color: #ffffff;
  padding: 5px;
}
