body {
  background: #c7c5af url(../images/bg-canvas.jpg) repeat 0 0;
  color: #292929;
  font-family: Georgia, Times, serif;
  font-size: 1em;
}

h2 {
  display: none;
}

h3 {
  font-size: 105%;
  font-family: Georgia, Times, serif !important;
  font-weight: normal;
  margin-top: 20px;
  text-shadow: 1px 1px 0px #dddbcc;
}

p, #social {
  font-size: 80%;
  font-weight: normal;
  line-height: 1.5em;
  margin: 1em 0;
}

p a, ul li a {
  color: #587976;
  text-decoration: none;
}

p a:hover, ul li a:hover {
  text-decoration: underline;
}

#internet-explorer,#stuff {
  display: none;
}

#header, #nav, #nav ul, #content {
  margin: 0 auto;
  max-width: 1050px;
}

#header {
  background: transparent url(../images/header.png) no-repeat 50% 0;
  height: 285px;
  position: relative;
}

#lynnmfisher {
  background: transparent url(../images/lynnmfisher.png) no-repeat 20px 20px;
  height: 77px;
  padding: 20px 0 10px 20px;
  text-indent: -9999em;
  max-width: 100%;
}

#nav {
  background: transparent url(../images/nav-bg.png) no-repeat 50% 8px;
  font-family: "league-gothic-1","league-gothic-2",Helvetica,sans-serif;
  font-size: 150%;
  height: 84px;
  margin-top: -8px;
  text-transform: uppercase;
}

#nav ul {
  margin-top: 3px;
  position: absolute;
  text-align: center;
  width: 100%;
}

#nav ul li {
  display: inline-block;
  padding: 22px 3% 17px;
  text-shadow: 1px 1px 0px #ecebe0;
}

#nav ul li.active {
  background-color: #6daca7;
  border: 1px solid #bfdadc;
  -moz-box-shadow: 1px 1px 4px rgba(0,0,0,.4);
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.4);
  box-shadow: 1px 1px 4px rgba(0,0,0,.4);
  text-shadow: 1px 1px 0px #a4d1cd;
}

#nav ul li a {
  color: #4f4f4f;
  text-decoration: none;
}

#nav ul li.active a {
  color: #393838;
}

#nav ul #oh-herro {
  color: #587976;
  position: relative;
}

#nav ul #oh-herro img {
  position: absolute;
  right: -10px;
  top: 27px;
}

#portfolio, #contact, #portfolio li {
  float: left;
}

#portfolio {
  min-width: 70%;
  max-width:70%;
  padding: 15px;
  text-align: center;
}

#portfolio li {
  margin: 0px 1.6% 0;
  width: 29.5%;
}

#portfolio li img, #contact img {
  background-color: rgba(255,255,255,.4);
  -moz-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
  box-shadow: 1px 1px 4px rgba(0,0,0,.5);
  display: block;
  padding: 2%;
}

#portfolio li img {
  margin: 0px auto 1em;
  max-width: 100%;
}

#portfolio li a {
  display: block;
  position: relative;
}

#portfolio li a:hover {
  text-decoration: none;
}

#portfolio li a span {
  background-color: rgba(42,42,42,.9);
  bottom: 5%;
  color: #fff;
  display: none;
  font-size: 70%;
  left: 4%;
  line-height: 1.4em;
  padding: 6px;
  position: absolute;
  text-align: left;
  z-index: 5;
}

#portfolio li a:hover span {
  display: block;
}

#portfolio li a span strong {
  display: block;
  font-size: 100%;
}

#portfolio #copyright {
  background: transparent url(../images/copyright-border.gif) repeat-x 50% 0;
  font-size: 70%;
  line-height: 1.2em;
  margin: 30px 30px 0;
  padding-top: 10px;
  width: 90%;
  max-width: 90%;
}

#portfolio #copyright a {
  display: inline;
}

#portfolio #copyright .thanks {
  color: #636363;
  display: block;
  margin-top: 5px;
  font-style: italic;
}

#contact {
  background: transparent url(../images/contact-left-border.gif) repeat-y 0 0;
  max-width: 23%;
  padding: 10px 0 10px 2%;
}

#contact p, #contact ul {
  text-shadow: 1px 1px 0px #dddbcc;
  width: 100%;
}

#contact img {
  max-width: 94%;
}

#social li a {
  color: #292929;
}

#social li {
  margin: 5px 0;
  padding: 3px 0 3px 33px;
}

#social #twitter {
  background: transparent url(../images/social-twitter.png) no-repeat 0 0;
}

#social #facebook {
  background: transparent url(../images/social-facebook.png) no-repeat 7px 2px;
}

#social #linkedin {
  background: transparent url(../images/social-linkedin.png) no-repeat 3px 2px;
}

#social #wordpress {
  background: transparent url(../images/social-wordpress.png) no-repeat 3px 2px;
}

input, textarea {
  background: #e1e0d5 url(../images/asterisk.png) no-repeat 97% 50%;
  border: 1px solid #f2f2ed;
  color: #686767;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset 2px 2px 5px rgba(0,0,0,.37);
  -webkit-box-shadow: inset 2px 2px 5px rgba(0,0,0,.37);
  box-shadow: inset 2px 2px 5px rgba(0,0,0,.37);
  font-family: Georgia, Times, sans-serif;
  font-size: 80%;
  font-style: italic;
  margin: 4px 0;
  padding: 8px;
  width: 90%;
}

input#send {
  background: url(../images/submit-btn-arrow.png) no-repeat 95% 50%, #6eada8 url(../images/submit-btn-bg.gif) repeat-x 0 0;
  border: 1px solid #bcd5d6;
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.2);
  box-shadow: 2px 2px 3px rgba(0,0,0,.2);
  color: #555454;
  cursor: hand;
  cursor: pointer;
  float: right;
  font-family: "league-gothic-1","league-gothic-2",Helvetica,sans-serif;
  font-style: normal;
  font-size: 120%;
  margin-right: 3%;
  padding: 6px 8px 5px;
  text-align: left;
  text-shadow: 1px 1px 0px #a4d1cd;
  text-transform: uppercase;
  width: 100px;
}

textarea {
  background-position: 97% 10%;
  resize: none;
}

.mail h4, .mail p {
  font-family: "league-gothic-1","league-gothic-2",Helvetica,sans-serif;
  text-align: center;
  text-shadow: 1px 1px 0px #dddbcc;
  text-transform: uppercase;
}

.mail h4 {
  font-size: 300%;
  color: #555454;
  margin: 100px 0 10px;
}

.mail p {
  font-size: 250%;
  margin: 5px 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
