body {
  background: #fff;
  color: #000;
  font-family: georgia, "times new roman", times, serif;
  font-size: 62.5%;
  margin: 0;
}

img {
  border: none;
}

/* Structure
----------------------------------------------- */

#border {
  background: #f3f8fd;
  border-bottom: 1px solid #dee4e9;
  border-top: 1px solid #dee4e9;
  margin: 25px 0 0 0;
  height: 50px;
}

#border-backend {
  background: #a9acd8;
  border-bottom: 1px solid #dee4e9;
  border-top: 1px solid #dee4e9;
  margin: 25px 0 0 0;
  height: 50px;
}

#menu-wrap {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 800px;
}

#menu {
  float: left;
  margin: 18px 0 0 0;
}

#logo {
  float: right;
  margin: 10px 0 0 0;
}

#main-wrap {
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  text-align: left;
  width: 800px;
}

#vertical-background {
  background: url(/images/background-main.png) repeat-y;
}

#main-left {
  background: transparent;
  float: left;
  width: 160px;
}

#main-right {
  background: transparent;
  float: right;
  width: 610px;
}

#home-left {
  float: left;
  margin: 0 0 40px 0;
  width: 389px;
}

#home-right {
  border-left: 1px solid #e1e1e1;
  float: right;
  margin: 0 0 40px 15px;
  padding-left: 20px;
  width: 375px;
}

#footer {
  border-top: 1px solid #ccc;
  color: #999;
  clear: both;
  font-size: 1.2em;
  margin: 40px auto 20px auto;
  padding: 5px 0 0 0;
  text-align: center;
  width: 800px;
}

/* Text
----------------------------------------------- */

h1 {
  font-size: 3.1em;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-top: 0;
}

h2 {
  font-size: 2.5em;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin: 30px 0 10px 0;
}

#home-right h2 {
  margin-top: 0;
}

h3 {
  font-size: 1.9em;
  font-weight: normal;
  margin: 20px 0 0 0;
}

#home-left h3 {
  font-size: 1.7em;
  margin-bottom: 15px;
}

p {
  font-size: 1.5em;
  line-height: 1.5em;
}

p.emphasis {
  margin-top: 0;
}

p em {
  border-bottom: 1px solid #ccc;  
}

abbr {
  cursor: help;
  border-bottom: 1px dashed #000;
}

/* Lists
----------------------------------------------- */

#menu ul {
  font-size: 1.9em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li {
  border-right: 1px solid #dee4e9;
  display: inline;
  letter-spacing: 0.05em;
  margin: 0 14px 0 0;
  padding: 0 19px 0 0;
}

#menu .last {
  border: none;
  margin: 0;
  padding: 0;
}

#main-wrap ul {
  font-size: 1.5em;
  line-height: 1.5em;
  list-style: disc;
}

#main-wrap li {
  padding: 0 0 5px 0;
}

#main-wrap li em {
  border-bottom: 1px solid #ccc;
}

#main-left li em {
  border-bottom: none;
}

#main-left ul {
  font-size: 1.5em;
  list-style: disc inside;
  margin: 0;
  padding: 0;
}

#main-left li {
  padding: 0 0 5px 0;
}

#home-left ul {
  font-size: 1.5em;
  list-style-type: disc;
  margin: 0;
}

#home-left li {
  padding: 0 0 5px 0;
}

.recent-posts-preview {
	background: #eee;
}

dl {
  font-size: 1.4em;
}

dt {
  font-weight: bold;
  margin-top: 20px;
}

dd {
  margin: 0;
}

dd ul, dd li {
  font-size: .7em;
  margin: 0;
  padding: 0;
}

/* Links
----------------------------------------------- */

#menu a {
  color: #000;
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

#menu li.active a {
  text-decoration: underline;
}

#main-wrap a {
  color: #336699;
}

#main-wrap a:visited {
  color: #666;
}

#main-left a:visited {
  color: #336699;
}

#main-wrap a:hover {
  color: #63A4E5;
}

#footer a {
  color: #999;
}

#footer a:hover {
  color: #364d77;
  text-decoration: underline;
}

#main-wrap a.external-link {
  display: inline-block;
  padding-right: 14px;
  background: transparent url(/images/external-link.png) center right no-repeat;
}

#main-wrap a.external-link:visited {
  display: inline-block;
  padding-right: 14px;
  background: transparent url(/images/external-link-visited.png) center right no-repeat;
}

#main-wrap a.external-link:hover {
  display: inline-block;
  padding-right: 14px;
  background: transparent url(/images/external-link-hover.png) center right no-repeat;
}

#footer a.external-link {
  display: inline-block;
  padding-right: 14px;
  background: transparent url(/images/external-link-footer.png) center right no-repeat;
}

#footer a.external-link:hover {
  display: inline-block;
  padding-right: 14px;
  background: transparent url(/images/external-link-blog-hover.png) center right no-repeat;
}

/* Misc.
----------------------------------------------- */

hr {
  display: none;
}