html {
  height: auto;
  box-sizing: border-box;
}

body {
  font-family: helvetica, arial, sans-serif;
  font-size: small;
  color: #242424;
  height: 100% !important;
  background: transparent url(../images/bgs/3.jpg) no-repeat bottom center;
  background-attachment: fixed;
}

a:link,
a:visited {
  text-decoration: none;
  color: #742b17;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

span.metric {
  border-bottom: 1px dotted #555;
  z-index: 1000 !important;
  cursor: help;
}

.hidden {
  display: block;
  position: absolute;
  top: -10000px;
}

.clearer {
  position: relative;
  clear: both;
}

.img-caption-right {
  float: right;
  width: 260px;
  margin-left: 20px;
  font-size: 85% !important;
}
.img-caption-right img {
  border: 1px solid #395d1a;
}

.img-caption-left {
  float: left;
  margin-right: 20px;
  font-size: 85% !important;
}
.img-caption-left img {
  border: 1px solid #395d1a;
}

a img {
  border: none;
}
img.right {
  float: right;
  margin: 0px 0px 10px 10px;
  border: 1px solid #395d1a;
}
img.left {
  float: left;
  margin: 0px 10px 10px 0px;
  border: 1px solid #395d1a;
}

p.thumbrow {
  padding-top: 0px !important;
  padding-bottom: 5px !important;
}
.thumbrow img {
  border: 1px solid #395d1a;
  margin-right: 5px;
  vertical-align: top;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
}
.wrap {
  max-width: 1000px;
  padding: 0 4%;
}
#hsumark {
  background: #004C46;
  border-bottom: 1px solid #fff;
}
#hsumark p {
  width: auto;
  margin: 0 auto;
  padding-top: 12px;
}
#hsumark a {
  display: block;
  width: 100%;
  height: 52px;
  background: transparent url(../images/calpolyhumboldt-logo.png) no-repeat top left;
  background-size:200px;
}
#wordmark {
  width: 405px;
  height: 120px;
  background: transparent url(../images/wordmark.png) no-repeat top left;
  position: relative;
  left: -6px;
  top: 55px;
  z-index: 10;
}
#wordmark a {
  display: block;
  width: 405px;
  height: 120px;
}

@media only screen and (min-width: 825px) {
  .sidebar {
    float: left;
    width: 25%;
    position: relative;
    z-index: 1;
  }
}
.sidebar img {
  max-width: 100%;
}
#content ul#nav {
  margin: 0;
  padding: 0;
}
#nav li {
  /*padding: 10px 0px !important;*/
  list-style: none !important;
  font-size: 115%;
  line-height: 1.5em;
  display: inline-block;
}
#nav li a:link,
#nav li a:visited {
  text-decoration: none;
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  background: #f1f1f1;
}

#contenttop {
  position: relative;
  left: -10px;
  height: 29px;
  background: transparent url(../images/bgs/contenttop.png) no-repeat top left;
}

#content {
  position: relative;
  /*left: -10px;*/
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 825px) {
  #maincontent {
    float: left;
    width: 73%;
    margin-right: 15px;
    position: relative;
    z-index: 1;
  }
}
#content img.featurephoto {
  float: right;
  margin: 0px 0px 15px 15px;
  border: 1px solid #395d1a;
}
#content h1 {
  padding: 10px 0px;
  font-family: georgia, times, serif;
  font-size: 150%;
}
#content h2 {
  font-size: 130%;
  font-family: georgia, times, serif;
  padding: 25px 0px 10px 0px;
}
#content h2.tagline {
  padding: 10px 0px 0px 0px !important;
}
#content h3 {
  font-size: 115%;
  padding: 15px 0px 0px 0px;
}
#content ul {
  padding: 5px 0px 5px 25px;
}
#content li {
  list-style: square;
  padding: 5px 0px;
  line-height: 1.4em;
}
#content ul.cv li {
  list-style: none;
  padding-left: 25px;
  text-indent: -20px;
}
#content p {
  padding: 5px 0px;
  line-height: 1.6em;
  font-size: 102%;
}
#content .intro p {
  font-size: 103%;
  line-height: 1.5em;
  padding-bottom: 10px;
}
#content img {
}
#content a:link,
#content a:visited {
  text-decoration: underline;
}

#contentend {
  position: relative;
  left: -10px;
  background: transparent url(../images/bgs/contentend.png) no-repeat top left;
  height: 92px;
}

#footer {
  position: relative;
  margin-top: 40px;
  margin-bottom: 100px;
  padding-bottom: 20px;
  border-top: 2px solid #395d1a;
  border-bottom: 2px solid #395d1a;
  background: rgb(213 203 159 / 50%);
  clear: both;
  overflow: auto;
}

#footer p {
  color: #1a3205;
  width: 50%;
  float: left;
  margin: 0 auto;
  padding: 25px 0px 0px 0px;
  line-height: 1.5em;
}
.contact {
  text-align: right;
}
@media (max-width: 600px) {
  #footer p {
    float: none;
    text-align: center;
    width: 100%;
  }
}
#footer p a:link,
#footer p a:visited {
  text-decoration: underline;
  color: #1a3205;
}

a.button {
  border-radius: 2px;
  background: #5a8118;
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none;
  box-shadow: inset -3px -5px 40px #3f6320;
  float: left;
}
.caption {
  font-size: 90%;
  font-style: italic;
  /* text-align: right; */
}
