body {
  background: #fff;
  color: #333;
  font-family: Georgia, serif;
  font-size: 12px;
}


#wrapper {
  width: 840px;
  margin: 0 auto;
  padding: 160px 0;
}




/* Header
---------------------*/
#header p {
  font-style: italic;
  padding-bottom: 10px;
  float: right;
  clear: both;
}
#header p .divider {
  padding: 0 5px;
}
#header #logo {
  display: block;
  float: right;
  padding-bottom: 10px;
}
#header a:link, #header a:visited {
  color: #222;
  text-decoration: none;
}
#header a:hover, #header a:active {
  text-decoration: underline;
}

/* About & Contact
---------------------*/
#about, #contact {
  clear: both;
  padding-top: 80px;
}
#about p, #contact p {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 24px;
  text-align: justify;
}
#about p:last-child, #contact p:last-child {
  padding-bottom: 0;
}
#contact a:link, #contact a:visited {
  color: #004276;
  text-decoration: none;
}
#contact a:hover, #contact a:active {
  text-decoration: underline;
}
#contact #status {
  text-decoration: underline;
}


/* Shadowy Background
---------------------*/
#top {
  background: url(/img/shadowy/top.png) repeat-x 0 0;
  clear: both;
  display: block;
  float: left;
  height: 76px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
#tl {
  background: url(/img/shadowy/tl.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 76px;
  width: 126px;
  z-index: 6;
}
#tr {
  background: url(/img/shadowy/tr.png) no-repeat 0 0;
  display: block;
  float: right;
  height: 76px;
  width: 126px;
  z-index: 6;
}

#left, #right {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 125px;
  z-index:3;
}

#left {
  background: url(/img/shadowy/left.png) repeat-y 0 0;
  left:0;
}

#right {
  background: url(/img/shadowy/right.png) repeat-y 0 0;
  right: 0;
}

#bottom {
  background: url(/img/shadowy/bottom.png) repeat-x 0 1px;
  bottom:0;
  clear: both;
  height: 76px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 6;
}
#bl {
  background: url(/img/shadowy/bl.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 76px;
  width: 126px;
  z-index: 6;
}
#br {
  background: url(/img/shadowy/br.png) no-repeat 0 0;
  display: block;
  float: right;
  height: 76px;
  width: 126px;
  z-index: 6;
}


#work {
  padding-top: 80px;
}
.anythingSlider {
  width: 840px;
  height: 216px;
  position: relative;
  margin: 0 auto;
}

.anythingSlider .wrapper {
  width: 800px;
  overflow: auto;
  height: 216px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 20px;

}
.anythingSlider .wrapper ul {
  width: 9999px;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
}
.anythingSlider ul li {
  display: block;
  float: left;
  height: 216px;
  width: 800px;
}
.anythingSlider .arrow {
  display: block;
  height: 32px;
  width: 19px;
  text-indent: -9999px;
  position: absolute;
  top: 100px;
  cursor: pointer;

}
.anythingSlider .forward {
  background: url(../img/forward.png) no-repeat 0 0;
  right: 0;
}
.anythingSlider .back {
  background: url(../img/back.png) no-repeat 0 0;
  left: 0;
}

.screenshot {
  width: 400px;
  float: left;
}
.screenshot img {
  float: right;
  display: block;
  padding-right: 20px;
}
.info {
  width: 340px;
  float: left;
  padding: 45px 0 0 20px;
}
.info .date {
  display: block;
  padding-bottom: 10px;
  font-style: italic;
}
.info p {
  line-height: 17px;
  padding-bottom: 10px;
}
.info a:link, .info a:visited {
  text-decoration: none;
}
.info a:hover, .info a:active {
  text-decoration: underline;
}
.huddle a {
  color: #111;
  background: #ff0;
}
.huddle a.logo {
  background: #fff;
}
.dority a {
  color: #455974;
}
.riw a {
  color: #49868b;
}
.ecc a {
  color: #51594b;
}
.dirt a {
  color: #3e311d;
}
.fiftytwo a {
  color: #38729a
}

#thumbNav, #start-stop {
  display: none;
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }