body {
  margin: 0;
  background: #f1f1f1;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 12px;
}
a img {
  border: 0;
}
a {
  color: #222222;
}
body.satchelIndex div.name {
  margin-left: 40px;
  margin-top: 30px;
  font-family: Georgia;
  font-size: 14pt;
}
body.satchelIndex div.name a {
  color: black;
}
body.satchelIndex div.projects {
  margin: 10px 0 0 30px;
}
body.satchelIndex div.project {
  float: left;
  margin: 20px 20px 0px 0;
  padding: 10px;
}
/*
body.satchelIndex div.project:hover {
  padding: 9px;
  border: 1px dashed #aaa;
}
*/
a.project {
  text-decoration: none;
  color: black;
  font-weight: normal;
}
/*
div.project div.projectTitle {
  text-align: center;
}
*/
div.project div.projectThumb {
  margin-bottom: 2px;
}
div.project div.projectThumb img.projectThumb {
  border: 0;
}
div.projectsPost {
  clear: left;
}
body.satchelProject div.backNav {
  margin: 15px 10px 0;
}
body.satchelProject div.backNav a {
  text-decoration: none;
  color: black;
}
body.satchelProject div.project {
  margin-left: 10px;
  margin-top: 20px;
}
body.satchelProject div.content {
  width: 360px;
}
body.satchelProject div.content h3 {
  font-size: 18px;
  margin: 0px;
}
body.satchelProject div.content h4 {
  margin: 3px 0;
  font-weight: normal;
  font-style: italic;
}
body.satchelProject div.images {
  float: left;
  margin-bottom: 10px;
}
div.projectSectionImages img {
  display: block;
}
body.satchelProject div.slideshowNav {
  font-size: 14px;
}
body.satchelProject div.slideshowNav span:before {
  padding-left: 10px;
  content: '\2192';
}
a.projectSectionSlideshowNavLink, a.projectSectionSlideshowNavLinkCurrent {
  text-decoration: none;
  color: black;
  margin: 1px 4px 0;
}
a.projectSectionSlideshowNavLink:hover {
  margin-top: 0;
  border-top: 1px solid black;
}
a.projectSectionSlideshowNavLinkCurrent {
  text-decoration: underline;
  color: black;
}
body.satchelProject div.additionalMedia {
  clear: left;
  margin-bottom: 10px;
}
