/*!
Theme Name: CDLIB
Theme URI: https://cdlib.org
Author: The CDL Web Production Team (Eric Satzman, Joel Hagedorn, Craig Thompson)
Author URI: https://cdlib.org
Description: A responsive WordPress theme for the CDL website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cdlib

CDLIB is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* ###### WP System Classes ##### */

/* Media Alignments */

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}

figure.aligncenter img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* Clearing Media Alignment Floats */

.entry-content::after,
.comment-content::after {
  content: "";
  display: table;
  clear: both;
}

div, section, ul, ol, table, h1, h2, h3, h4, h5, h6 {
  clear: both;
}
