
html {
  margin: 8px;
  padding: 0;
  background-color: #fafaf0;
}

body {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  height: 800px;
  background: #f9f7ec url(../images/background.jpg) no-repeat 0 0;
}

h1, h2 {
  margin: 0;
  padding: 0;
  text-indent: -9000px;
}

:focus {
outline: 0;
} 

.hide-me {
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9000px;
}


/* text */

.mynum {
  padding-right: 3px;
}

/* header */

#header {
  position: relative;
  height: 246px;
}

#header h1 {
  display: block;
  position: absolute;
  width: 400px;
  height: 130px;
  left: 295px;
  top: 70px;
}

.button {
  display: block;
  position: absolute;
  text-indent: -9000px;
}

#header .button.about {
  left: 195px;
  top: 215px;
  width: 74px;
  height: 30px;
}

#header .button.shop {
  left: 195px;
  top: 184px;
  width: 74px;
  height: 30px;
}

/* nav */

#nav {
  width: 314px;
  float: left;
}

/* nav illus */

#nav h2.illus {
  height: 70px;
}

#nav div.illus {
  margin-top: 18px;
  margin-bottom: 26px;
  margin-left: 63px;
  width: 140px;
  height: 100px;
  overflow: hidden;
}

.thumb {
  float: left;
  width: 35px;
  height: 25px;
}

/* nav anims */

#nav h2.anims {
  height: 63px;
}

#nav ul.anims {
  margin: 10px 0 0 67px;
  padding: 0;
}

#nav ul.anims li {
  height: 19px;
  width: 100px;
  list-style-type: none;
  background: url(../images/nav_anims_li.png) no-repeat 0 0;
}

#nav ul.anims li.sel,
#nav ul.anims li:hover {
  background: url(../images/nav_anims_li_sel.png) no-repeat 0 0;
}

#nav ul.anims li a {
  padding-left: 29px;
  height: 19px;
}

/* main */

#main {
  margin-left: 314px;
  padding-top: 20px;
}

/* illus */

#illus {
  position: relative;
}

#illus h2 {
  position: absolute;
}

#illus-work {
  min-width: 550px;
  min-height: 300px;
  max-width: 550px;
  max-height: 462px;
  overflow: hidden;
}

#illus-work.loading {
  background: url(../images/spinner.gif) no-repeat center center;
}

#illus-desc {
  margin-top: 18px;
  width: 550px;
  height: 35px;
}

/* anims */

#anims {
  position: relative;
}

#anims h2 {
  position: absolute;
}

#anims-work {
  margin-left: 40px;
  width: 442px;
}

#anims-work.loading {
  /* background: url(../images/spinner.gif) no-repeat center center; */
}

#anims-desc {
  margin-top: 18px;
  margin-left: 39px;
  padding-top: 19px;
  padding-left: 53px;
  width: 391px;
  height: 27px;
  font-size: 131%;
  color: #47423e;
  background: url(../images/text_movies.png) no-repeat 0 0;
}

/* about */

#about h2 {
  height: 88px;
}

#about-text {
  height: 303px;
}

#about-contact {
  float: left;
  position: relative;
  height: 80px;
}

#about-ext-links {
  position: relative;
  margin-top: 10px;
  margin-left: 549px;
  height: 100px;
  background: url(../images/logos_links.png) no-repeat center top;
}

#about-contact .button.email-sol {
  left: 201px;
  top: 15px;
  width: 27px;
  height: 20px;
}

#about-contact .button.email-sol2 {
  left: 318px;
  top: 15px;
  width: 111px;
  height: 20px;
}

#about-contact .button.email-joshua {
  left: 318px;
  top: 36px;
  width: 161px;
  height: 20px;
}

#about-contact .button.loudcloud {
  left: 123px;
  top: 36px;
  width: 105px;
  height: 20px;
}

/* external links */

#about-ext-links .button.flickr {
  left: 36px;
  top: 0px;
  width: 64px;
  height: 19px;
}

#about-ext-links .button.facebook {
  left: 36px;
  top: 26px;
  width: 64px;
  height: 26px;
}

#about-ext-links .button.vimeo {
  left: 36px;
  top: 57px;
  width: 64px;
  height: 19px;
}

