body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-bottom: 2em;
  background: #000 url(../img/background800n.jpg) no-repeat top left;
  background-attachment: fixed;
  font-size: 10pt;
}

* {
  font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif
}

h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif }

h2 {
  text-transform: lowercase;
  cursor: move;
  margin-top: 0;
}

#links {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  text-transform: lowercase;
}

#links ul {
  float: right;
  list-style-type: none;
  padding: 0 0 5px 0;
  margin: 0;
}

#content li {margin: 1.25em auto;}

#links li {
  display: block;
  float: left;
  padding: 0;
  margin: 0 5px 0 0;
}
#links li a {
  display: block;
  padding: 5px;
  border: 1px solid #334;
  background: #000 url(../img/background_darkblur.jpg) no-repeat top left;
  background-attachment: fixed;
}
#links li a:link, #links a:visited {
  color: #fff;
  text-decoration: none;
  font-size:9pt;
}
#links li a:active {
  background: #eef;
  border-color: #448;
}
#t1 .t1, #t2 .t2, #t3 .t3, #t4 .t4, #t5 .t5, #t6 .t6 {
  font-weight: bold;
  font-size: 10pt;
  padding: 6px 5px !important;
  background-image: url(../img/background800n.jpg);
}
#t1 .t1, #t2 .t2, #t3 .t3, #t4 .t4, #t5 .t5, #t6 .t6, #links li a:hover {
  border-top: none !important;
  background-image: url(../img/background800n.jpg);
}
#links li a:hover {
  padding-top: 6px !important;
  background: #000 url(../img/background800n.jpg) no-repeat top left !important;
  background-attachment: fixed !important;
}

#content, h1 {
  position: relative;
  left: 161px;
  width: 65%;
  min-width: 450px;
  max-width: 850px;
}

#content, h1, h1 a {
  padding: 0;
  margin: 0;
}

h1 {
  margin-top: 80px;
  text-align: center;
}
h1 img {
  width: 346px;
  height: 61px;
  border: none;
}

#content {
  top: 10px;
  margin: -1px;
  text-align: left;
  border: 1px solid #334;
  color: #fff;
  background: #000 url(../img/background_darkblur.jpg) no-repeat top left;
  background-attachment: fixed;
}
#content a { color: #fbb }
#content #inner, #content #inner2 { padding: 2em }
#content h2 { display:inline }
#inner2 {
  position: absolute;
  top: 0;
  left: 0;
}
code {
  display:block;
  margin:1em 1em 1em 2em;
  border:1px dotted white;
  background-color:rgb(85,85,85);
  /*opacity:0.4;*/
}
code pre {/*opacity:1.0;*/padding:0.5em;display:block;}

#contact th {
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  width: 18%;
  padding-top: 0.33em;
}

#contact p {font-size: 12pt;}

#contact * {
  font: 10pt Georgia, serif;
}

#contact td {
  width: 81%;
}

#contact .expand, #contact textarea {
  width: 99%;
  margin: 0;
  padding: 0;
}

#footer {
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
  bottom: 0;
  color: #bbb;
  font-size: 0.75em;
  margin: 0;
  padding: 2px 5px;
  border-top: 1px dotted #223;
}

/** Ripple background */

#rippleWrap {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1000;
  width: 800px;
  overflow: hidden;
}

#toggleAnimation {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 8pt;
  text-decoration: none;
  color: #111;
  padding: 5px;
  font-weight: bold;
}

a#toggleAnimation:hover {
  color: #36315c;
  background: #111;
}

/** portfolio page */

.portfolio dt {
  font-weight: bold;
  clear: both;
}

.portfolio .timeframe {
  font-size: 90%;
  line-height: 150%;
  color: #ddd;
}

.tags {
  line-height: 30px;
  margin: 5px 0 2em 0;
}

a.tag {
  color: #101 !important;
  background: #545;
  border-left: 1px solid #a9a;
  border-top: 1px solid #a9a;
  border-right: 1px solid #323;
  border-bottom: 1px solid #323;
  padding: 3px 6px;
  margin: 4px 2px 4px 0;
  text-decoration: none;
  white-space: nowrap;
}

a.tag:hover {
  color: #fff !important;
  background: #656;
}

a.tag.selected, a.tag:active {
  color: #fef !important;
  border-left-color: #101;
  border-top-color: #101;
  border-right-color: #767;
  border-bottom-color: #767;
  background: #323;
}

hr {
  border: none;
  border-bottom: 1px dotted #a9a;
  height: 0;
  margin: 2em 1em;
}

.filter {
  color: #ddd;
}

.filter b {
  color: #fff;
}