body.index #featured_item {
  width: 800px;
  height: 441px;
  margin-top: 20px;
  overflow: hidden;
  position: relative; }
  body.index #featured_item #item_images {
    position: absolute; }
    body.index #featured_item #item_images img {
      display: block;
      height: 441px;
      width: 800px;
      overflow: hidden; }
body.index #featured_links {
  overflow: hidden;
  display: inline-block;
  padding: 0;
  margin: 20px 0px 0px 0px; }
  body.index #featured_links {
    display: block; }
  body.index #featured_links li {
    width: 252px;
    height: 115px;
    float: left;
    list-style: none;
    overflow: hidden;
    text-indent: -2000px;
    margin-right: 22px; }
    body.index #featured_links li a#showreel {
      background-image: url(../images/homepage_button_showreel.png); }
    body.index #featured_links li a#photoframe {
      background-image: url(../images/homepage_button_photoframe.png); }
    body.index #featured_links li a#dsote {
      margin-right: 0px;
      background-image: url(../images/homepage_button_dsote.png); }
    body.index #featured_links li a {
      display: block;
      height: 115px;
      width: 252px; }
    body.index #featured_links li a:hover {
      background-position: 0 -115px; }
    body.index #featured_links li a:active {
      background-position: 0 -230px; }
  body.index #featured_links li.last {
    margin-right: 0px; }

body.about img#mugshot {
  margin-top: 20px;
  float: left; }
body.about #about_text {
  float: right; }
  body.about #about_text p {
    width: 600px;
    margin: 20px 0px 10px 20px;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 20px; }
  body.about #about_text a#email {
    display: inline-block;
    background-image: url(../images/icon_mail.png);
    height: 32px;
    width: 32px;
    text-indent: -2000px;
    margin: 10px 0 0 20px; }
  body.about #about_text a#twitter {
    display: inline-block;
    background-image: url(../images/icon_twitter.png);
    height: 32px;
    width: 32px;
    text-indent: -2000px;
    margin: 10px 0 0 20px; }
  body.about #about_text a#vimeo {
    display: inline-block;
    background-image: url(../images/icon_vimeo.png);
    height: 32px;
    width: 32px;
    text-indent: -2000px;
    margin: 10px 0 0 20px; }
  body.about #about_text a#tumblr {
    display: inline-block;
    background-image: url(../images/icon_tumblr.png);
    height: 32px;
    width: 32px;
    text-indent: -2000px;
    margin: 10px 0 0 20px; }
  body.about #about_text a#flickr {
    display: inline-block;
    background-image: url(../images/icon_flickr.png);
    height: 32px;
    width: 32px;
    text-indent: -2000px;
    margin: 10px 0 0 20px; }
  body.about #about_text a#deviantart {
    display: inline-block;
    background-image: url(../images/icon_deviantart.png);
    height: 32px;
    width: 32px;
    text-indent: -2000px;
    margin: 10px 0 0 20px; }

body.showreel #showreel {
  margin: 20px 0px 20px 0px; }
body.showreel #description_title {
  overflow: hidden;
  display: inline-block;
  font-weight: bold;
  color: #333841;
  margin: 0;
  padding: 20px 0px;
  font-size: 20px; }
  body.showreel #description_title {
    display: block; }
body.showreel #description {
  clear: both;
  margin: 0px 0px 0px 0px;
  line-height: 24px;
  color: #333841;
  font-size: 15px; }
