/*
Theme Name: Twenty Sixteen
Description: Necessary to include due to how WordPress handles image alignments and other styles 
*/
/**
 * Table of Contents:
 *
 * 1.0 - Body
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Alignment
 * 5.0 - Caption
 * 6.0 - Galleries
 * 7.0 - Audio / Video
 * 8.0 - RTL
 */
.cke_show_borders table.cke_show_border,.cke_show_borders table.cke_show_border > tr > td,.cke_show_borders table.cke_show_border > tr > th,.cke_show_borders table.cke_show_border > tbody > tr > td,.cke_show_borders table.cke_show_border > tbody > tr > th,.cke_show_borders table.cke_show_border > thead > tr > td,.cke_show_borders table.cke_show_border > thead > tr > th,.cke_show_borders table.cke_show_border > tfoot > tr > td,.cke_show_borders table.cke_show_border > tfoot > tr > th {
	border:#333 1px dotted!important;
}

code,kbd,tt,var,samp,pre {
	font-family:Inconsolata,monospace;
}

pre {
	border:1px solid #d1d1d1;
	font-size:16px;
	line-height:1.3125;
	margin:0 0 28px;
	max-width:100%;
	overflow:auto;
	padding:14px;
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
}

code {
	background-color:#d1d1d1;
	padding:2px 4px;
}

abbr[title] {
	border-bottom:1px dotted #d1d1d1;
	cursor:help;
}

mark,ins {
	background:#007acc;
	color:#fff;
	padding:2px 4px;
	text-decoration:none;
}

sup,sub {
	font-size:75%;
	height:0;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sub {
	top:-6px;
}

sup {
	bottom:-3px;
}

small {
	font-size:80%;
}

big {
	font-size:125%;
}

/**
 * 4.0 - Alignment
 */
.alignleft {
	float:left;
	margin:6px 28px 28px 0;
}

.alignright {
	float:right;
	margin:6px 0 28px 28px;
}

.aligncenter {
	clear:both;
	display:block;
	margin:0 auto 28px;
}

/**
 * 5.0 - Caption
 */
.wp-caption {
	background:transparent;
	border:none;
	margin-bottom:28px;
	max-width:100%;
	padding:0;
	text-align:inherit;
}

.wp-caption-text,.wp-caption-dd {
	color:#686868;
	font-size:13px;
	font-style:italic;
	line-height:1.6153846154;
	padding-top:7px;
}

/**
 * 6.0 - Galleries
 */
.mce-content-body .wpview-wrap {
	margin-bottom:28px;
}

.gallery {
	margin:0 -1.1666667%;
	padding:0;
}

.gallery .gallery-item {
	display:inline-block;
	max-width:33.33%;
	padding:0 1.1400652% 2.2801304%;
	text-align:center;
	vertical-align:top;
	width:100%;
}

.gallery-columns-1 .gallery-item {
	max-width:100%;
}

.gallery-columns-2 .gallery-item {
	max-width:50%;
}

.gallery-columns-4 .gallery-item {
	max-width:25%;
}

.gallery-columns-5 .gallery-item {
	max-width:20%;
}

.gallery-columns-6 .gallery-item {
	max-width:16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width:14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width:12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width:11.11%;
}

.gallery .gallery-caption {
	font-size:13px;
	margin:0;
}

.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {
	display:none;
}

/**
 * 7.0 - Audio / Video
 */
.wp-audio-shortcode a,.wp-playlist a {
	box-shadow:none;
}

.mce-content-body .wp-audio-playlist {
	margin:0;
	padding-bottom:0;
}

.mce-content-body .wp-playlist-tracks {
	margin-top:0;
}

.mce-content-body .wp-playlist-item {
	padding:10px 0;
}

.mce-content-body .wp-playlist-item-length {
	top:10px;
}

/**
 * 8.0 - RTL
 */
.rtl blockquote {
	border:0 solid #1a1a1a;
	border-right-width:4px;
}

.rtl blockquote.alignleft,.rtl blockquote.alignright {
	border:0 solid #1a1a1a;
	border-top-width:4px;
}

.rtl blockquote:not(.alignleft):not(.alignright) {
	margin-right:-28px;
	padding:0 24px 0 0;
}

.rtl blockquote blockquote:not(.alignleft):not(.alignright) {
	margin-right:0;
	margin-left:auto;
}

.rtl li > ul,.rtl blockquote > ul {
	margin-right:20px;
	margin-left:auto;
}

.rtl li > ol,.rtl blockquote > ol {
	margin-right:24px;
	margin-left:auto;
}

.rtl table th,.rtl .mce-item-table th,.rtl table caption {
	text-align:right;
}