/*
Theme Name: APS
Description: Theme for APS website
Author: Omnistudio
Author URI: http://omnistudio.com
Template Version: 0.0.1
Version: 0.0.1
Text Domain: aapd
*/

/* Leave it to user */
.content h2 {
  text-align: left;
}

/* Alignment */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.post .post-text .alignleft {
  margin-right: 10px;	
}

/**
 * 12.1 - Captions
 */

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}
