h1 a { color: #ad977d; }
h1 a:visited { color: #ad977d; }
.indx_title a { color: #ad977d; }
.indx_title a:visited { color: #ad977d; }
h1 a:hover { color: #795a42; }
.indx_title a:hover { color: #795a42; }
#header {
  margin-top: 16px;
  margin-bottom: 2em;
  padding-left: 142px;
}
#head_link {
  display: block;
  width: 300px;
  height: 64px;
  background: url("../images/header.png") no-repeat 0 0;
}
#head_link:hover { background-position: 0 -64px; }
#head_link span { display: none; }
#wrapper {
  width: 600px;
  margin: auto;
  text-align: center;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
}
#columns_wrapper { margin-bottom: 2em; }
.column_title { font-size: 20px; }
#gal { margin-bottom: -18px; }
#blg { margin-bottom: -14px; }
#projects_wrapper {
  width: 285px;
  text-align: left;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.project {
  position: relative;
  left: -10px;
  width: 235px;
  border: 10px solid;
  border-color: #0c0a09;
  margin-bottom: 0px;
}
.project:hover {
  border-color: #2e241b;
  background-color: #2e241b;
}
.project_title {
  margin-top: -10px;
  margin-bottom: 0px;
}
.project img { border: 4px solid white; }
.indx_title { font-size: 26px; }
#posts_wrapper {
  width: 305px;
  padding-top: 1px;
  margin-top: -1px;
  margin-left: 295px;
  text-align: right;
}
.indx_post {
  text-align: right;
  margin-bottom: 1em;
}
.indx_title { text-align: right; }
.indx_date { color: #574434; }
#footer {
  clear: both;
  margin-top: 0.5em;
  margin-right: auto;
  margin-left: auto;
  border-top-style: solid;
  border-top-width: 10px;
  padding-bottom: 40px;
}
#copyleft {
  float: left;
  margin-left: 0px;
}
#copyright {
  margin-right: 1px;
  text-align: right;
}

