
/* Global */

body {
  margin: 0;
  text-align: center; 
  min-width: 760px;
  background: #4386ce url(//www.adambarth.com/images/zentu/bg_body.gif) repeat-x left top;
  color: #204063;
}

ul {
  list-style: square;
  padding-left: 0px;
  margin-left: 24px;
}

a:link {
  text-decoration: none;
  color: #4386ce;
}
a:visited {
  text-decoration: none;
  color: #2462a5;
}

a:hover {
  text-decoration: underline;
}

/* Publications */

.publications li {
  margin-top: 10px;
}

.authors a:link {
  color: #204063;
}

.authors a:visited {
  color: #204063;
}

/* Structure */

#outer-wrapper {
  margin: 0 auto;
  width: 760px;
  text-align: left;
  font: normal normal 100% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif;
}

/* Header */

#header {
  background: #204063 url(//www.adambarth.com/images/zentu/bg_header.gif) repeat-x left bottom;
}

#nav {
  float: right;
  margin: 3px;
  padding: 8px;
  list-style: none;
  color: #eef6fe;
}

#nav a {
  color: #eef6fe;
}

#header h1 {
  margin: 0;
  padding: 24px 24px 12px 24px;
  color: #eef6fe;
  font: normal bold 200% Helvetica,Arial,Verdana,'Trebuchet MS', Sans-serif;
}

/* Content */

#content-wrapper {
  position: relative;
  width: 760px;
  background: #f7f0e9 url(//www.adambarth.com/images/zentu/bg_main_wrapper.gif) repeat-y left top;
}

#main-wrapper {
  margin: 0 3px 0 3px;
  padding: 0;
  width: 754px;
}

#main {
  padding: 8px 8px 0 8px;
}

/* Copyright */

#copyright {
    text-align: right;
    font-size: 8pt;
    margin-bottom: 0px;
    margin-top: 20px;
}

