
body {
  background: #FFFFFF;
  color: #000000;
  font-family: "Myriad Pro", "Helvetica Neue", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 100%;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { 
  color: #8f2831; 
  font-family: Palatino, "Times New Roman", Times, serif;
}

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #3d577a; }
a:hover           { color: #3d577a; }
blockquote        { background-color: #e3e6eb; color: #677c97; }

pre {
  background: #e3e6eb;
  border:     1px solid #aebd63;
  font-style: Monaco, "Andale Mono", "Courier New", monospace;
  padding:    0.5em;
  font-size:  0.75em;
}

hr {
  background: #e3e6eb;
  color:      #e3e6eb;
}

code {
  background: #e3e6eb;
  font-style: Monaco, "Andale Mono", "Courier New", monospace;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     1px solid #aebd63;
  border-left:    1px solid #aebd63;
}
th,td {
  border-bottom:  1px solid #aebd63;
  border-right:   1px solid #aebd63;
}

/* Breadcrumbs
 * --------------------------------------------------------------------- */
#breadcrumb {
  padding: 3px;
  margin-bottom: 25px;
}

#breadcrumb ul li:before {
  content: "\0020 \0020 \0020 \00BB \0020";
  color: #3d577a;
}

#breadcrumb  ul li.first:before {
  content: " ";
}

#breadcrumb ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  border: none;
}

#breadcrumb ul li {
  margin-left: 0px;
  padding-left: 2px;
  border: none;
  list-style: none;
  display: inline;
}

/* Site Index
 * --------------------------------------------------------------------- */
#siteindex ul {
  padding: 0px;
  margin-bottom: 0px;
}

#siteindex ul li {
  list-style: none;
}


#siteindex ul li:before {
} 

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #677c97; }
.alt    { color: #a3bd63; }

p.title {
  color: ;
  font-family: Palatino, "Times New Roman", Times, serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}

#cft {
  position: relative;
  font-size: 3.5em;
  line-height: 1;
  color: #3d577a;
}

#cft span {
  background-image: url('/images/title.png');
  background-repeat: no-repeat;
  position: absolute;
  width: 522px;
  height: 63px;
}

.post-title a { 
  text-decoration: none; 
  color: #8f2831; 
  font-family: Palatino, "Times New Roman", Times, serif;
}

.post-date {
  font-size: .75em;
  color: #677c97;
}
#header h1 a { text-decoration: none; }
#header p#subtitle { 
  font-size: 1em; 
  font-style: italic; 
  color: #677c97;
  text-align: center;
  margin-top: 3em;
}
#sidebar { 
  border-left: 2px solid #aebd63; 
  padding-left: 10px;
}

#about {
  background: #e3e6eb;
  padding: 10px;
  margin-bottom: 1em;
}

#icons {
  width: 100%;
  height: 24px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #e3e6eb;
  border-bottom: 1px solid #e3e6eb;
  margin-bottom: 1em;
}

#confbadges {
  text-align: center;
}

#legal {
  font-style: italic;
  color: #aebd63
}

#icons img {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.sidebox h4 {
  border-bottom: 1px dashed #677c97;
  margin-top: .5em;
}

.sidebox dd {
  font-size: .75em;
}
#body { }

