/* structure
------------------------------*/

* {
  margin: 0;
  padding: 0;
}
body {
  padding: 30px 0;
  color: #333;
  font: 12px helvetica, arial, sans-serif;
  text-align: center;
  background: #fff;
}
#canvas {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  background: url(/img/canvas.gif) center center repeat-y;
}


/* typography
------------------------------*/

p {
  margin: 0 0 1em;
  padding-top: 4px;
}
ol, ul {
  margin: 1em 0 1em 2em;
}
a {
  color: #6f8fa3;
  text-decoration: underline;
}
a:hover {
  color: #f89828;
}
.blue {
  color: #6f8fa3;
}
.author {
  margin: 1em 0 0;
  color: #6f8fa3;
  font-weight: bold;
}
.readMore {
  margin-bottom: 2em;
}
.readMore a, #footer a {
  color: #f89828;
}
.noBullets {
  margin-left: 0;
  list-style: none;
}
h3 a {
  color: #000;
  text-decoration: none;
}
h3 a:hover {
  color: #f89828;
}


/* navigation
------------------------------*/

#home #nav-home, #about #nav-about, #news #nav-news, #articles #nav-articles, #contact #nav-contact {
  color: #000;
}


/* specialty
------------------------------*/

hr.hidden {
  display: none;
}
.clearfix:after {
  content: "!";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}


/* masthead
------------------------------*/

#masthead {
  height: 99px;
  background: url(/img/masthead.gif) center center no-repeat;
  position: relative;
}
#masthead h1, #masthead p {
  display: none;
}
#homeLink {
  width: 239px;
  height: 65px;
  position: absolute;
  right: 22px;
  top: 0;
  display: block;
}


/* page body
------------------------------*/

#body {
  min-height: 310px;
  padding: 40px 0 30px;
  background: url(/img/body_1.gif) center top no-repeat;
}
#about #body {
  background-image: url(/img/body_2.gif);
}
#news #body {
  background-image: url(/img/body_3.gif);
}
#articles #body {
  background-image: url(/img/body_4.gif);
}
#contact #body {
  background-image: url(/img/body_5.gif);
}
#sidebar {
  width: 180px;
  margin-right: 70px;
  color: #666;
  font-size: 11px;
  line-height: 16px;
  float: right;
}
#sidebar img {
  border: 1px solid #000;
}
#nav {
  margin: 0 0 2em 0;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
}
#nav li {
  margin-bottom: 1em;
}
#nav li a {
  color: #6f8fa3;
  text-decoration: none;
}
#nav li a:hover {
  color: #000;
}
#content {
  width: 450px;
  margin-left: 10px;
  line-height: 18px;
  float: left;
}
div.contentSection {
  padding-left: 140px;
}
div.divider {
  padding-top: 1em;
  background: url(/img/divider.gif) right top no-repeat;
}
#content h2 {
  width: 130px;
  margin-left: -140px;
  color: #6f8fa3;
  font: bold 18px/18px "trebuchet ms", verdana, sans-serif;
  text-align: right;
  float: left;
}
#content h3 {
  margin-bottom: 1em;
  padding-top: 5px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
img.portrait {
  margin-left: -116px;
  padding: 2px;
  background: #fff;
  border: 1px solid #666;
  float: left;
}
div.footnotes {
  font-size: 11px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#callout a {
  padding: 10px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #cdd8df;
  border: 1px solid #999;
  display: block;
}
#callout a:hover {
  color: #fff;
  background: #f89828;
}


/* footer
------------------------------*/

#footer {
  height: 21px;
  background: url(/img/footer.gif) center bottom no-repeat;
  position: relative;
}
#footer p {
  margin: 0;
  color: #666;
  font-size: 11px;
  position: absolute;
  left: 150px;
  bottom: 0;
}