body, html {
  margin: 0;
  padding: 0;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding; }

html {
  background: #504f49; }

body {
  color: #444444 center top;
  font-family: "Helvetica Neue", arial, sans-serif; }

a {
  color: #387eca; }
  a:visited {
    color: #387eca; }

a.current {
  color: #aaaaaa; }

#bg-fill {
  background-image: url(/images/navtrans.png);
  background-repeat: repeat-y;
  *background-image: none; }

.section {
  color: black;
  font-size: 0.8em; }

a.button {
  text-transform: uppercase;
  background-color: #aa3333;
  display: inline;
  padding: 8px 15px 7px 15px;
  color: white;
  text-decoration: none; }
  a.button:hover {
    background-color: #aa3333; }

.small {
  color: #222222;
  font-weight: lighter;
  line-height: 1.5em; }

#splash-text {
  margin-left: 75px;
  margin-top: 3em; }
  #splash-text strong {
    font-weight: bolder;
    color: black; }

#title h1 {
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0px; }
  #title h1 a:hover {
    background: none !important; }

#logoimg {
  background-image: url(/images/zane-garway-logo4.png);
  background-repeat: no-repeat;
  width: 147px;
  height: 38px;
  margin-bottom: 1em; }

#container {
  width: 760px;
  margin: 7% auto 3% auto;
  background: white;
  border-bottom: 12px solid #444444; }

#colorbox-outer {
  margin: 80px 0 0 40px; }

#content li {
  background: url(/dot.gif) no-repeat;
  list-style-type: none;
  background-position: 0 0.7em;
  margin-left: -1em;
  padding-left: 1em; }

#colorbox {
  float: none;
  min-height: 570px;
  margin: auto; }

#tout h5 {
  font-weight: lighter;
  margin-top: 0.75em;
  font-style: italic; }

#content {
  margin: 0 auto;
  border-top: 25px solid #aa3333;
  padding: 25px;
  position: relative; }
  #content .append-bottom {
    margin-bottom: 10px; }
  #content img {
    border: 1px solid #dddddd;
    padding: 3px;
    margin: -3px; }

#navigation {
  *background: white;
  border-top: 25px solid #fdd540;
  padding: 25px 25px; }
  #navigation hr {
    width: 70%;
    margin-bottom: 0; }
  #navigation a {
    text-decoration: none;
    padding: 5px;
    margin: 0 -5px;
    font-weight: bold; }
    #navigation a:hover {
      color: white;
      background-color: #4d536e; }
  #navigation ul {
    margin: 0;
    margin-top: 0.75em;
    color: #aaaaaa; }
    #navigation ul li {
      text-transform: uppercase;
      list-style-type: none;
      margin-bottom: 0.5em; }
  #navigation ul#projects {
    margin: 0.75em 0 1em 0; }
    #navigation ul#projects li a {
      color: #3d6e8e; }
      #navigation ul#projects li a:hover {
        color: white; }

#projects_title {
  position: absolute;
  bottom: 10px;
  left: 10px; }

h4 em {
  font-size: 75%; }

#profile-img {
  width: 140px;
  height: 140px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px; }

#footer {
  border-top: 3px double #dddddd;
  margin-top: 1em;
  padding-top: 2em;
  padding-left: 30px;
  padding-bottom: 2em;
  display: none; }

.fsection {
  background: url(/images/footer_icons.png) no-repeat scroll;
  padding-left: 50px;
  width: 26%;
  float: left; }

#toolbar ul {
  margin: 0;
  padding: 0; }
#toolbar li {
  background: none;
  margin: 0 3px 0 0;
  float: left;
  list-style-type: none;
  padding: 0; }
  #toolbar li a {
    padding: 5px 10px;
    border: 1px solid #eeeeee;
    background-color: #4d536e;
    color: white;
    text-decoration: none; }
  #toolbar li a.current {
    background-color: #aa3333; }

