/*	Styles for post / page editor
-------------------------------------------------------------- */

@import url( 'style.css' );

body {
    font: 16px/30px 'Source Sans Pro',sans-serif;
    color: #565656;
    font-weight: 300;
}

p {
    margin: 0 0 20px 0;
}

p.tagline {
    font-size: 18px;
    line-height: 22px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.lead {
    line-height: 1.6;
    font-weight: inherit;
}

a {
    color: #428BCA;
    transition: none;
}

a:hover {
    color: #428BCA;
    text-decoration: underline;
    transition: none;
}

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

h1, h2, h3, h4, h5, h6 {
    color: #414142;
    margin-top: 0;
    font-weight: bold;
}

h1 {
    font-size: 56px;
    line-height: 64px;
    margin: 0 0 30px 0;
}

h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 25px;
}

h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}

/* Helpers
---------------------------------------------------------------- */

.wp-caption-text, 
.gallery-caption {
    font-size:12px;
    color:#555;
    margin-top:5px;
}

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

.aligncenter {
    text-align: center;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

.img-left, 
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.img-right, 
.alignright {
    float: right;
    margin: 0 0 25px 20px;
}