html, body {
  min-height: 100%; }

html {
  background: url(../obledesign/images/green_metal.jpg) repeat-x fixed;
  background-color: #5E774D; }

a:hover {
  text-decoration: underline; }
a:active, a:focus {
  outline: none; }

#archived-banner {
  margin: 0;
  padding: 5px;
  text-align: center;
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); }

#wrapper {
  position: relative;
  width: 650px;
  margin: 40px auto 0 auto;
  color: #000;
  font-size: 11pt;
  line-height: 18pt; }

#header, #menu, #content, #footer {
  padding-right: 60px;
  padding-left: 46px; }

#header {
  height: 64px;
  padding-top: 36px;
  background-image: url(../obledesign/images/header_bg.png); }
  #header h1 a {
    display: block;
    position: relative;
    width: 150px;
    height: 46px;
    margin: 0;
    text-indent: -9999px;
    background-image: url(../obledesign/images/obledesign.png); }
    #header h1 a:hover {
      text-decoration: none; }

#menu, #content {
  background-image: url(../obledesign/images/content_bg.png); }

#menu ul ul {
  overflow: hidden; }
#menu ul a:hover {
  color: #8a290c; }
#menu > ul > li > a {
  display: none; }
#menu a.parent {
  display: block;
  position: absolute;
  width: 19px;
  height: 20px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background: url(../obledesign/images/up_arrow.png) center bottom; }

#content {
  min-height: 200px; }
  #content h1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px 0;
    padding: 30px 0 0 46px; }
  #content a.site img {
    margin: 0 10px;
    padding: 1px;
    border: solid 1px #666; }

#footer {
  height: 28px;
  padding-top: 40px;
  padding-bottom: 32px;
  background-image: url(../obledesign/images/footer_bg.png); }

/* Homepage */
body.homepage #menu ul {
  padding-left: 0 !important; }
body.homepage #menu > ul > li > a {
  display: none; }
body.homepage #content ul {
  margin-top: 0; }

/* Portfolio */
body.portfolio #content ul {
  padding: 0 10px; }
body.portfolio li.site {
  margin: 20px 0;
  list-style-type: none;
  text-align: right;
  font-size: 0.9em;
  color: #666; }
body.portfolio li.site a.title {
  float: left;
  font-weight: bold;
  font-size: 12pt; }
body.portfolio li.site a img {
  padding: 1px;
  border-width: 1px;
  border-color: #666; }

/* Contact */
body.contact a.email {
  display: block;
  padding: 20px 0;
  font-size: 2em;
  text-align: center; }
body.contact div.widgets {
  text-align: center; }
body.contact div.widgets .widget {
  margin: 0 10px; }
