body {
  background: url(../images/bg.png) top left;
}
h1 {
  margin: 0 0 2px 0;
  padding: 0;
}
a#header {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 90px;
  border: none;
  background: url(/images/title.png) 22px 15px no-repeat;
  background-color: #ac1818;
}
#hd {
  background-color: #ac1818;
}
#hd .inner {
  width: 974px;
  margin: auto;
}

a, a:visited {
  color: white;
  text-decoration: underline
}

#contentCell, #ft {
  background-color: #1F1F1F;
  color: white;
  line-height: 165%;
  padding: 35px;
}

em {
  font-style: italic;
}

.breaker {
  clear: both;
}

#ft {
  margin-top: 2px;
  padding: 22px 35px 20px 35px;
}
#ft .inner {
  float: left;
}
#ft p {
  margin: 0;
}

p {
  margin-bottom: 1em;
}
h2 {
  font-size: 130%;
  font weight: bold;
  padding: 0 0 2px 0;
  margin: 0 0 1em 0;
  border-bottom: 1px solid white;
  float: left;
}
h2.graphical {
  text-indent: -9999em;
  height: 20px;
  background: url(../images/titles.png) no-repeat;
  float: none;
}

h3 {
  font-size: 110%;
  font weight: bold;
}
h2.portfolio {
  width: 90px;
  float: left;
}
h2.bio {
  width: 33px;
  background-position: -141px 0;
}
h2.contact {
  width: 82px;
  background-position: -180px 0;
}
h4 {
  font-size: 145%;
  font weight: bold;
  font: verdana
  padding: 0 0 1px 0;
  margin: 0 0 1em 0;
  border-bottom: 2px solid white;
  float: left;
}
h5 {
  font-size: 140%;
  font weight: bold;
  font: verdana
  padding: 0 0 1px 0;
 
}
img {
  border: 1px solid #cccccc;
}
.lightbox img {
  float: left;
  margin: 0 3px 1em 0;
}

#portfolioControls{
  float: right;
}
.portfolioNext, .portfolioPrev {
  display: block;
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  background: url(../images/titles.png) no-repeat;
  float: left;
}
.portfolioPrev {
  background-position: -96px 0;
}
.portfolioNext {
  background-position: -118px 0;
}

#copyright {
  float: left;
}
#oxidise {
  float: right;
}

/**
FORM STYLES
**/

form ul {
  margin: 0;
}

form li {
  list-style: none;
  margin-bottom: 1em;
  clear: both;
}

form label {
  display: block;
  margin-bottom: 2px;
}

form input[type="text"], form input.passwordfield, form textarea, 
form select, form input.filefield {
  margin: 2px 0 0 0;
  padding: 4px;
  border: 1px solid #cecece;
  color: #444444;
}
input[type="text"] {
  width: 15em;
}
textarea {
  width: 33em;
}
label.zemRequirederrorElement {
  color: red;
}
input.zemRequirederrorElement,
textarea.zemRequirederrorElement {
  border: 1px solid red !important;
}

form input.zemSubmit {
  color: #333333;
  margin-top: 5px;
  padding: 5px 10px 5px 10px;
  border: 1px solid #777777;
}

.plain-blog li {
  list-style: none;
}





