*
{
  margin: 0px;
  padding: 0px;
}
html
{
  overflow: hidden;
}
html, body, form
{
  height: 100%;
}
html
{
  background: #000 url(../../img/bg_repeat.jpg) repeat-x fixed bottom left;
  font-size: 62.5%; /* Makes 0.8em = 8px, 1em = 10px, 1.6em = 16px, etc */
  line-height: 1.5;
  color: #EEE;
}
body
{
  font-family: 'Arimo', arial, sans-serif;
  background: url(../../img/bg.jpg) no-repeat fixed bottom right;
}
img
{
  border: none;
}
h1, h2, h3
{
  font-weight: lighter;
}
h1
{
  display: block;
  font-size: 40px;
  color: #9CF;
}
h1, h2
{
  font-family: 'Orbitron', arial, sans-serif;
}
h2, h3, h4, p, table
{
  margin-bottom: 1em;
}
h2
{
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 3em;
  color: #9CF;
  text-transform: lowercase;
}
h3
{
  position: absolute;
  top: 60px;
  right: 15px;
  width: 100px;
  font-size: 14px;
  text-align: right;
  text-transform: lowercase;
  display: none;
}
h4
{
  font-size: 1.2em;
  font-weight: lighter;
}
p
{
  font-size: 1em;
}
p.small
{
  font-size: 0.8em;
  color: #FF6;
}
a
{
  text-decoration: none;
  color: #9CF;
  outline: 0;
}
a:hover
{
  background-color: #FF0;
  color: #000;
}
h1 a:hover
{
  background-color: Transparent;
  color: #9CF;
}
ul
{
  list-style-type: none;
  margin-bottom: 1em;
}
hr
{
  clear: both;
  visibility: hidden;
}
code
{
  font-size: 12px;
}

/* Divs */
#container
{
  padding: 20px;
}
#content
{
  font-size: 1.2em;
}
#header
{
  height: 100px;
}
.nav
{
  font-size: 1.2em;
  position: relative;
  height: 20px;
  width: 400px;
}
.nav li
{
  float: left;
  line-height: 20px;
}
.nav li a
{
  z-index: 10;
  position: relative;
  padding: 0 8px;
}
.nav li.backLava
{
  background-color: #33C;
  height: 20px;
  z-index: 8;
  position: absolute;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.nav li a:hover, .nav li a:active, .nav li a:visited
{
  background-color: Transparent;
  color: #def;
}
.subnav
{
  position: absolute;
  left: 21px;
}
.subnav li
{
  margin-bottom: 1em;
}
.subnav li.current a
{
  background-color: #33C;
}
#workContent
{
  width: 600px;
  margin: 0 auto;
}
#themeChange input
{
  float: left;
  margin-right: 2px;
}
#tags-container
{
  line-height: 1.2em;
  text-align: justify;
}
#contact
{
  position: absolute;
  top: 100px;
  right: -370px;
  width: 380px;
  height: 360px;
  background: url(../../img/contact.png) no-repeat;
  padding: 20px 20px 20px 0;
  color: #FFF;
  font-size: 12px;
  z-index: 9999;
}
#contact p, #contact h4
{
  padding: 11px;
  margin: 0 0 5px 48px;
  font-size: 12px;
  background-color: #333;
}
#contact input, #contact textarea
{
  width: 290px;
  padding: 3px;
}
#handle
{
  float: left;
  height: 360px;
  margin: 0;
  width: 30px;
  cursor: pointer;
}
#handle:hover
{
  background-color: Transparent;
}
#tooltip
{
  display: none;
  background: transparent url(../../img/tooltip/black_arrow.png);
  font-size: 12px;
  height: 70px;
  width: 160px;
  padding: 25px;
  color: #fff;
}
#footer
{
  position: absolute;
  bottom: 0;
  left: 15px;
  height: 30px;
}

/* Accordion */
.accordionHeader, .accordionHeaderSelected
{
  border-bottom: none;
  cursor: pointer;
}
.accordionHeaderSelected
{
  background-color: #AAA;
}


/* Classes */
.transparent
{
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.lblError
{
  border: 1px solid #333;
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #FFC;
}
.rounded
{
  -moz-border-radius: 1ex;
  -webkit-border-radius: 1ex;
}
.roundedTop
{
  -moz-border-radius-topleft: 1ex;
  -webkit-border-top-left-radius: 1ex;
  -moz-border-radius-topright: 1ex;
  -webkit-border-top-right-radius: 1ex;
}
.big
{
  font-size: 2em;
  font-weight: lighter;
}
.small
{
  font-size: 0.9em;
}
