html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  background: #E5F2F2 url(http://jeremeclaussen.com/themes/jereme_claussen/images/background-gears.png);
  font-family: Arial, sans-serif;
}

a img {
  border: 0;
}

#layout-header-container {
  height: 133px;
  background-image: url(http://jeremeclaussen.com/themes/jereme_claussen/images/header-background-gradient.png);
}

#layout-header {
  height: 133px;
  width: 1000px;
  background-image: url(http://jeremeclaussen.com/themes/jereme_claussen/images/header-background-gears.png);
  margin: 0 auto;
}

#logo {
  margin: 16px 0 16px 22px;
  width: 101px;
  height: 101px;
}

#logo-jereme-claussen {
  margin: 56px 0 57px 16px;
  width: 162px;
  height: 20px;
}

#layout-main-container {
}

#layout-main {
  width: 840px;
  background: #fff url(http://jeremeclaussen.com/themes/jereme_claussen/images/content-background-gradient.png) no-repeat bottom left;
  margin: 0 auto;
  padding: 30px 0;
}

#top-nav {
  float: right;
}

#top-nav ul {
  list-style: none;
  margin: 55px 80px 0 0;
}

#top-nav ul li {
  padding: 0;
  margin: 0 0 0 20px;
  float: left;
}

#top-nav ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 15px;
  text-transform: lowercase;
}

#top-nav ul li a:hover, #top-nav ul li a.nav-selected {
  color: #9cc;
}

#layout-footer {
  width: 840px;
  margin: 10px auto;
  clear: both;
}

#bottom-nav {
  float: left;
}

#bottom-nav ul {
  list-style: none;
  margin: 5px 0 0 2px;
  padding: 0;
}

#bottom-nav ul li {
  padding: 0;
  margin: 0 20px 0 0;
  float: left;
}

#bottom-nav ul li a {
  color: #555;
  text-decoration: none;
  font-size: 13px;
  text-transform: lowercase;
}

#bottom-nav ul li a:hover, #bottom-nav ul li a.nav-selected {
  color: #9cc;
}

#bottom-jeremeclaussencom {
  float: right;
  margin-right: 3px;
}

#bottom-jeremeclaussencom a {
  text-decoration: none;
  font-size: 18px;
  color: #699;
}

#layout-content-container {
  margin: 0 40px;
  float: left;
}

#content {
  width: 460px;
  float: left;
}

#sidebar {
  width: 225px;
  margin-left: 70px;
  float: left;
}

/* Hack to fix sharethis cruft */
#atff {
  display: none;
}
