nav
{
  padding: 20px 20px 40px 20px;
}

nav hr
{
  color: #000000;
  background-color: #000000;
  height: 1px;
  border-style: none;
  margin: 0px;
}

nav ul
{
  list-style-type: none;
  margin: 0px;
  float: right;
}

nav ul li
{
  display: inline-block;
}

a>img
{
  border: 0px;
}

a, p, figcaption, div, li
{
  font-family: 'Fjord One', serif;
}

a:link, a:visited
{
  color: #f7931d;
}

h1, h2
{
  font-family: 'Didact Gothic', sans-serif;
}

section, article
{
  margin: 0px auto 40px;
  width: 700px;
}

section#content h1
{
  font-family: 'Didact Gothic', sans-serif;
  text-align: right;
  margin-top: 40px;
}

section#flickrPane, section#featured
{
  text-align: center;
}

section#featured figure
{
  margin: 0px 20px;
}

section#featured p
{
  text-align: left;
}

img#portrait
{
  margin-left: 20px;
  margin-bottom: 20px;
  width: 200px;
  float: right;
}

footer
{
  padding: 20px;
}

footer hr
{
  color: #000000;
  background-color: #000000;
  height: 1px;
  border-style: none;
  margin: 0px;
}

footer p
{
  font-family: 'Didact Gothic', sans-serif;
  font-size: x-small;
  float: right;
  margin-top: 2px;
}

table#portfolio
{
  width: 660px;
  margin: 0px auto;
  border: 0px;
  padding: 0px;
}

table#portfolio tbody
{
  width: 660px;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

table#portfolio td
{
  width: 220px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: top;
}

table#portfolio td figure
{
  margin: 16px 20px;
}

table#portfolio td figcaption
{
  font-size: small;
}

section#gallery
{
  width: 90%;
  margin: 0px 5% 40px;
  min-width: 1000px;
}

#galleryLeft
{
  width: 100%;
  vertical-align: top;
}

#galleryLeft figure
{
  width: 100%;
  margin: 0;
}

#galleryLeft figure img
{
  width: 100%;
}

#galleryLeft figure img.vert
{
  width: 44.444%;
  padding-left: 27.778%;
  padding-right: 27.778%;
}

#galleryLeft figure figcaption
{
  text-align: center;
  font-size: small;
  font-style: italic;
}

#galleryRight
{
  position: relative;
  padding: 0px 0px 0px 40px;
  vertical-align: top;
}

#galleryRight img.vert
{
  width: 44.444%;
  padding-left: 27.778%;
  padding-right: 27.778%;
}

#galleryTitle
{
  text-align: center;
}

#galleryDescriptionWrapper
{
  min-height: 16em;
}

#galleryDescription
{
  position: absolute;
  bottom: 20px;
}

section#login div.passwordFail
{
  font-family: sans-serif;
  margin: 24px auto;
  border: 2px red solid;
  padding: 8px;
  width: 12em;
  background: #FF9999;
}

.soleCenterContent
{
  text-align: center;
  margin: 80px auto 120px;
}
