.ulblock {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a {
  color: #b15034;
  text-decoration: none;
}
body {
  background-color: #e8e1d4;
  color: #8c6729;
  font-family: "News Gothic MT", Helvetica, Arial, sans-serif;
}
.wrap {
  margin: auto;
  width: 974px;
}
.primary ul,
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
footer {
  font-size: 10px;
}
footer a {
  color: #8c6729;
}
.primary {
  font-size: 22px;
  line-height: 36px;
}
.primary a {
  color: #8c6729;
}
.top {
  background: transparent url(../i/logo.png) bottom left no-repeat;
  display: block;
  height: 1164px;
  margin: -1000px 0 70px 512px;
  width: 428px;
}
.splash {
  float: left;
  margin-left: 100px;
}
.home .primary,
.home footer {
  float: right;
  width: 550px;
}
.home footer {
  clear: both;
  margin-top: -24px;
}
.intern .primary {
  border-top: solid 1px #8c6729;
  margin-top: -80px;
  overflow: hidden;
}
.intern .primary li {
  float: left;
  line-height: 45px;
  height: 45px;
  margin-right: 2em;
}
.intern .primary li.selected {
  border-bottom: solid 1px #8c6729;
}
.intern .content {
  min-height: 500px;
  overflow: hidden;
}
.intern .content a:hover {
  text-decoration: underline;
}
.intern .content .page-image {
  float: right;
  padding: 0 0 20px 20px;
}
.intern .content .project {
  background-color: rgba(255, 255, 255, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: #8c6729 0px 0px 5px;
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px;
  height: 167px;
  width: 167px;
}
.intern .content .project img {
  display: block;
  margin: auto;
}
.intern .content .project a {
  display: block;
  height: 167px;
  width: 167px;
}
.intern.projects .content {
  margin-left: -10px;
  padding: 10px 0 0 10px;
  width: 1000px;
}
.intern.project .content-area {
  overflow: hidden;
}
.intern.project .content-area .content {
  float: left;
  margin: 20px 0;
  width: 354px;
}
.intern.project .content-area .content h2 {
  font-size: 11px;
  text-transform: uppercase;
}
.intern.project .content-area .content .params {
  list-style: none;
  margin: 0;
  padding: 0;
}
.intern.project .content-area .gallery-container {
  float: right;
  margin: 20px 0;
  overflow: hidden;
  width: 599px;
}
.intern.project .content-area .gallery-container ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 5px;
  width: 599px;
}
.intern.project .content-area .gallery-container ul.nav li {
  background: transparent url(../i/arrows.png) 0px 0px no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 19px;
  width: 42px;
}
.intern.project .content-area .gallery-container ul.nav li.next {
  background-position: -43px 0px;
  float: right;
}
.intern.project .content-area .gallery-container ul.nav li:hover {
  opacity: 0.5;
}
.intern.project .content-area .gallery-container ul.images {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  overflow: hidden;
  width: 599px;
}
.intern.project .content-area .gallery-container ul.images li {
  float: left;
  width: 599px;
}
.intern footer {
  border-top: solid 1px #8c6729;
  clear: both;
  overflow: hidden;
  padding-top: 5px;
}
.intern footer li {
  float: left;
  margin-right: 2em;
}
.intern footer li.copyright {
  float: right;
  margin: 0;
}
