/* =WordPress Core
-------------------------------------------------------------- */

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
  
}

.alignright {
  margin: 10px 0 20px 0 !important;
  min-width: 100%;
}

.alignleft {
  margin: 10px 0 20px 0 !important;
  min-width: 100%;
}

.alignright img, .alignleft img  {
  width: 100%;
}

img.aligncenter {
  width: 100%;
  margin-left: 0;
	height: inherit;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  margin: 0;
  padding: 5px 0 10px;
  text-align:center;
  color: #777;
  font-style: italic;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* END WordPress Core */


.writersguide {
	counter-reset: guide 0;
}

.writersguide h3:before {
	content: counter(guide)"."counter(sub)" ";
  counter-increment: guide;
}

.writersguide h3 {
	counter-reset: sub 0;
}

.writersguide h4 {
	counter-increment: sub;
}

.writersguide h4:before {
	content: counter(guide)"."counter(sub)" ";
}

.writersguide ol {
	list-style-type: decimal;
}