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

/* =Theme base
-------------------------------------------------------------- */

html .mceContentBody {
	max-width: 700px;
}

body {
    background-color: #f5f5f5;
    font-family: 'Istok Web', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #777;
}

/* =Headings
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.2;
}

h1,
h1 a {
    color: #33384a;
}

h1 a:hover {
    color: #33384a;
    text-decoration: underline;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 21px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

/* =Links
-------------------------------------------------------------- */

a {
	color: #f69;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #e65787;
}	color: #e7b507;
}

/* =Tables
-------------------------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
}

td,
th {
    padding: 4px 0;
	text-align: left;
}

th {
	font-weight: 700;
}

/* =Embedded content
-------------------------------------------------------------- */

/*
 * Responsive media.
 */
 
img,
embed,
object,
video {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 0;
    padding: 0;
}

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

.alignleft {
    display: inline;
    float: left;
    margin: 0 18px 18px 0; 
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 18px 18px;
}

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

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

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    padding-top: 4px;
    color: #444;
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin-bottom: 0.8075em; 
    margin-top: 0.8075em;
}

.gallery-item {
    display: inline-block;
    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-caption {
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}