/******   brian ebbinghaus css  *****/

/*****

i apologise if you're looking at this-
my css skills are so bad that the
code below will possibly make your eyes bleed,
or at least cause severe vomiting...

site design: the.x.man  basic web design
http://www.thexman.net.nz/web-design/
jono[at]thexman[dot]net[dot]nz

*****/



/*****  main elements  *****/


a {
  text-decoration: none;
  color: #989898;
  border-bottom: 1px solid #f07800;
  }
  a:hover {
    color: #fff;
}

.hide {
  display: block;
  position: relative;
  z-index: 10;
  margin: -250px 0 0 0;
}

@font-face {
  font-family: "MostraOneRegular";
  font-weight: normal;
  font-style: normal;
  src: url("font/MostraOneRegular.eot");
  src: local("MostraOneRegular"), local("MostraOneRegular"),
       url("font/MostraOneRegular.woff.gz") format("woff"),
       url("font/MostraOneRegular.otf.gz") format("opentype"),
       url("font/MostraOneRegular.svg#MostraOneRegular") format("svg");
}

html {
  overflow-y: scroll;
}

html,
body {
  height: 100%;
  }
  body {
    cursor: default;
    font: normal 62.5%/19px Verdana, Arial, sans-serif;
    color: #989898;
    text-align: center;
    background: #000 url(../background/body.png) 50% 0 fixed;
  }
  /*Opera Fix*/
  body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

#wrapper {
  width: 990px;
  min-height: 100%;
  text-align: left;
  background: url(../background/wrapper.png);
  padding: 0 24px;
  margin: 0 auto;
}

#container {
  overflow: auto;
  position: relative;
  padding: 0 0 29px 0;
}


/*****  h1, h2, h3, h4  *****/


/*h1*/.home,
h1 a,
h2 {
  overflow: hidden;
  display: block;
  position: absolute;
  left: 33px;
  width: 482px;
  }
  /*h1*/.home,
  h1 a {
    top: 57px;
    height: 59px;
    background: url(../background/h1.png);
  }
  h2 {
    top: 118px;
    font: normal 19px/29px MostraOneRegular, Verdana;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-align: center;
}

h3 {
  font: normal 19px/29px MostraOneRegular, Verdana;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: center;
  color: #f07800;
  height: 13px;
  margin: 19px 8px 15px 0;
}

h4 {
    font: normal 1.1em/24px Verdana;
    color: #f07800;
}


/*****  header  *****/


#header {
  height: 224px;
  background: #000 url(../background/header.png) 0 bottom no-repeat;
  border: 1px solid #5d5d5d;
  border-bottom: 0;
  margin: 24px 0 0 0;
}

ul {
  list-style: none;
  position: absolute;
  top: 57px;
  left: 607px;
  width: 362px;
  text-align: center;
  }
  li,
  li a {
    overflow: hidden;
    display: block;
    height: 17px;
  }
  li.portfolio {
    float: left;
    width: 101px;
    margin: 0 30px;
  }
  li.contact {
    float: right;
    width: 84px;
    margin: 0 30px;
  }
  li.portfolio,
  li.portfolio a {
    background: url(../background/liPortfolio.png);
  }
  li.contact,
  li.contact a {
    background: url(../background/liContact.png);
}


/*****  content  *****/

#content {
  position: relative;
  top: 0;
  border-top: 1px solid #000;
  }
  #content p {
    display: block;
    font-size: 1.2em;
    text-align: justify;
    margin: 0 8px 12px 0;
}

img {
  float: left;
  border: 1px solid #5d5d5d;
  background: #000;
  padding: 4px;
  margin: 0 8px 8px 0;
  }
  a:hover img {
    border: 1px solid #fff;
}

#leftPanel {
  float: left;
  width: 558px;
}

#rightPanel {
  float: right;
  width: 372px;
  padding: 0 15px 0 23px;
}

.details {
  clear: both;
  font-size: 1.1em !important;
  line-height: 15px !important;
  color: #5d5d5d;
  border-bottom: 1px solid #1b1b1b;
  padding: 0 0 13px 0;
  margin: 0 8px 10px 0 !important;
  }
  .center {
    text-align: center !important;
    margin: -6px 8px 5px 0 !important;
}


/*****  footer  *****/


#footer {
  position: relative;
  clear: both;
  width: 990px;
  border-top: 1px solid #1b1b1b;
  margin: -29px auto 0 auto;
  }
  #footer p {
    width: 990px;
    font-size: 1em;
    line-height: 18px;
    text-align: left;
    color: #5d5d5d;
    margin: 5px 0;
  }
  #footer span {
    float: right;
  }
  #footer a {
    color: #5d5d5d;
    border-bottom: 0;
  }
  #footer a:hover {
    color: #fff;
}

