/** =page structure */
div#content {
  width: 68%;
  float: left;
}

/** =header */
#header  {
  margin-bottom: 20px;
}
#header .header-link {
  display: block;
  text-decoration: none;
  border-bottom: solid 3px #000;
  font-weight: bold;
  color: #000;
  margin-bottom: 25px;
  font-size: 2.5em;
  padding-bottom: 5px;
  font-family: Georgia, Helvetica, Sans-serif;
}
#header .links {
  display: none;
}

/** = headers */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.5em;
  margin: 0;
}
h1 {
  line-height: 25px;
  font-weight: normal;
  font-size: 1.5em;
}
h2 {
  font-size: 1.2em;
  font-weight: normal;
}
h3 {
  font-size: 0.95em;
}
h4 {
  font-size: 0.85em;
}
h1.title {
  margin-bottom: 50px;
}

/** =links */
div.sidebar {
  float: right;
  width: 29%;
  text-align: right;
}
div.sidebar h1 {
  font-size: 1.2em;
}
div.sidebar h2 {
  margin-top: 0;
}

.post {
  margin-bottom: 30px;
}

/** =section */
.section {
  margin-bottom: 6px;
  border-bottom: dashed 1px #baab9d;
}

/** =footer */
#footer {
  clear: both;
  margin: 20px 0;
  font-size: 0.7em;
  border-top: dashed 1px #baab9d;
}

/** =search */
.search input {
  width: 90px;
}

/** =links */
a {
  text-decoration: underline;
}


/** =details */
.details {
  padding: 13px;
  margin: 15px 0;
  font-size: 0.75em;
  border: dashed 1px #baab9d;
  border-width: 1px 0;
}

/** =content */
p {
  margin: 7px 0 6px 1px;
  color: #5f5141;
  line-height: 20px;
  text-align: justify;
}
.date {
  font-size: 0.75em;
}
.description {
  margin: 6px 0 20px 0;
}

ul li {
  line-height: 18px;
}
#content li {
  list-style-position: inside;
  list-style-image: url(../i/content/more.gif);
}

blockquote, code, pre {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  line-height: 19px;
  border: solid 1px #baab9d;
}
pre, code {
  overflow: auto;
  white-space: nowrap;
}
cite {
  font-size: 0.7em;
}
pre {
  text-align: left;
  white-space: normal;
}

input, button, textarea {
  padding: 4px 4px 3px 4px;
  border: solid 1px #666;
  font-size: 10px;
  font-family: Verdana;
}
textarea {
  width: 95%;
}

/** =comment */
.comment-start h2 {
  margin: 0 0 5px 0;
}
.comment-start p {
  font-size: 11px;
}
.comment {
  margin: 12px 0;
}
.comment h3 {
  font-weight: normal;
}
.comment h3 span {
  margin-left: 15px;
}
.comment h3 a {
  margin-left: 15px;
}
.comment p {
  margin: 2px 0 0 27px;
}

/** =form reply */
.comment-reply {
  margin-top: 40px;
  padding: 20px 0;
  border-top: dashed 1px #baab9d;
}

/** =actions */
.actions {
  margin-bottom: 30px;
  font-size: 0.7em;
}


.sociable,
#searchform,
dd.error {
  display: none;
}

/** =error */
dl.error {
  border: solid 1px #aaa;
}
dl.error dd.error {
  display: block;
  font-size: 0.8em;
}
