/*
Theme Name: Bloggo
Description: Used to style the TinyMCE editor.
*/

body {
	color: #818181;
	font-family: 'Lato', Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.66667;
	margin: 24px 30px;
	max-width: 740px;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3d3d3d;
	font-weight: 700;
	line-height: 1.16667;
	margin: 36px 0 24px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

a {
	color: #22b3eb;
	text-decoration: underline;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

mark,
ins {
	background: #ededed;
	color: #3d3d3d;
	padding: 0 3px;
	text-decoration: none;
}

p {
	margin: 0 0 24px;
}

blockquote {
	border-left: 3px solid #5ec5f0;
	color: #3d3d3d;
	font-size: 20px;
	font-style: italic;
	line-height: 1.8;
	margin: 0 0 24px;
	padding: 0 30px;
}

blockquote cite,
blockquote small {
	color: #c6c6c6;
}

blockquote p {
	margin-bottom: 12px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote:before,
blockquote:after {
	content: "";
	display: table;
}

blockquote:after {
	clear: both;
}

blockquote > :last-child {
	margin-bottom: 0;
}

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

pre {
	border-top: 2px solid #ededed;
	background-color: #fafafa;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 24px;
	overflow: auto;
	padding: 30px 30px 30px 40px;
	position: relative;
	white-space: pre;
}

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

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%;
}

hr {
	background: #ededed;
	border: 0;
	height: 2px;
	margin: 24px 0;
}

ul,
ol {
	margin: 0 0 24px;
	padding: 0 0 0 30px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 24px;
}

table,
.mce-item-table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 16px;
	margin: 0 0 24px;
	text-align: left;
	width: 100%;
}

table caption,
.mce-item-table caption {
	color: #c6c6c6;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 12px;
	text-align: left;
}

table th,
.mce-item-table th {
	background-color: #fafafa;
	color: #3d3d3d;
	font-weight: 700;
}

table th,
table td,
.mce-item-table td,
.mce-item-table th {
	padding: 8px 10px;
}

img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a img {
	display: block;
}

figure {
	margin: 0;
}

.alignleft {
	float: left;
	margin: 6px 30px 12px 0;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin: 6 auto 24px;
}

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

.wp-caption-text,
.wp-caption-dd {
	color: #c6c6c6;
	font-size: 14px;
	font-style: italic;
	line-height: 1.5;
	padding: 8px 0 0;
	text-align: left;
}

.gallery {
	margin: 0 -6px 24px;
	padding: 0;
}

.gallery-item {
	display: inline-block;
	max-width: 100%;
	padding: 6px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
