/* This file is for straight CSS custom overrides of the CSS framework of the theme */

p+p {
  text-indent: 30px;
}

li ol {
  margin-top: 0;
}

ol.no-number {
  list-style-type: none;
}

p.no-indent {
  text-indent: 0;
}

p.force-indent {
  text-indent: 30px;
}

figure.alignright+p, figure.alignleft+p {
  text-indent: 30px;
}

hr+figure.alignright+p, hr+figure.alignleft+p {
  text-indent: 0;
}

blockquote {
  margin-bottom: 0;
}

blockquote pre {
  font-size: 90%;
}

blockquote.boxed {
  border: 1px solid black;
}

div.dialogue {
  padding: 30px;
}

div.dialogue p {
  margin-left: 2em;
  text-indent: -2em;
}

p.attribution {
  font-size: 90%;
  text-indent: 27px;
  margin-bottom: 12px;
}

pre.whitespace {
  background-color: #fff;
  border: 0;
}

dl {
  margin-top: 18px;
}

ul {
  margin-bottom: 18px;
}

li + li {
  margin-top: 10px;
}

hr {
  border-top-color: #111;
}

p+p.stanza {
  margin-top: 12px;
  text-indent: 0;
}

div.stanza p {
  text-indent: 0;
}

aside {
  margin: 12px;
  padding: 12px;
  border: 1px dotted blue;
  background: #eee;
}

lj-cut p {
  text-indent: 30px;
}