#comments {
}

#comments dt {
  font-weight:bold;
  color:#456;
  margin-bottom:1em;
}


#top {
  border-bottom:dotted 2px #000;
}

#top h1 {
  font-size:3em;
  hyphens:none;
}

#top a {
color:#000;
}

#prelude {
display:none;
}

.post-info, .post-info a {
color:#333;
}

.post-title a:hover {
  border-bottom:solid 1px #cd9a00;
}


body.dc-home p.ariane {
  display:none;
}

#content {
  text-align:justify;
}

.post-excerpt {
  margin-bottom:1.5em;
  }

.post-excerpt p, .post-content p {
  text-indent:1.5em;
}

a {
text-decoration:none;
/*color:#16161D;*/
  color:#cd9a00;
}

a:hover {
  border-bottom:solid 1px #cd9a00;
}

#subcategories h3 {
  font-style:bold;
  color:#000;
}

#sidebar {
    background:#111;
}

#sidebar h2, h3, li {
  color:#fff;
}

.links h3 {
  font-style:italic;
  }

input {
border: groove 1px #999;
}

#comment-form label {
  min-width:14em;
  }

input[type="text"], input[type="mail"], textarea {
  min-width:16em;
}

textarea {
  display:block;
  font-size:1em;
  min-height:16em;
  width:100%;
}