/*** editable ***/

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #666666;
    font-weight: 300;
}

/* general content areas */

.mz_editable {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #666666;
    font-weight: 300;
    line-height: 1.6;
}

/* font size classes for editable content */

.mz_editable .moze-tiny       { font-size: 10px; }
.mz_editable .moze-small      { font-size: 12px; }
.mz_editable .moze-normal     { font-size: 15px; }
.mz_editable .moze-large      { font-size: 16px; }
.mz_editable .moze-huge       { font-size: 18px; }
.mz_editable .moze-gigantic   { font-size: 21px; }

/* alignment classes for editable content */

.mz_editable .moze-left    { text-align: left; }
.mz_editable .moze-center  { text-align: center; }
.mz_editable .moze-right   { text-align: right; }
.mz_editable .moze-justify { text-align: justify; }

/* hyperlinks */

a,
.mz_editable a {
    color: #5694D2;
    text-decoration: none;
}

a:hover,
.mz_editable a:hover {
    color: #999999;
}

/* bullet list in editable text */

.mz_editable ul li {
    list-style-type: square;
}

/* headings in editable text */

.mz_editable h1,
.mz_editable h1.moze-megatitle {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 41px;
    margin-top: 0px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.mz_editable h1,
.mz_editable h1 a,
.mz_editable h1.moze-megatitle {
    color: #424242;
}

.moze-megatitle {
    font-size: 50px !important;
}

.mz_editable h2,
.sidebox h2 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #383838;
    margin-bottom: 18px;
    font-weight: normal;
    letter-spacing: -0.01em;
}

.mz_editable h2:first-child,
.sidebox h2 {
    margin-top: 0px;
}

.mz_editable h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #383838;
    font-weight: normal;
}

/* special text styles */

.mz_editable .moze-important {
    background-color: #FBF6D6;
}

.mz_editable .moze-secondary {
    color: #999999;
    font-size: 90%;
}

.mz_editable .moze-blockquote {
    display: block;
    margin: 16px 0px 16px 20px;
    border-left: 5px solid #EEEEEE;
    padding: 10px;
    background-color: #FFFFFF;
    font-style: italic;
    font-family: Georgia, serif
}

.mz_editable .moze-code {
    font-family: 'Courier New', Courier, monospace;
    display: block;
    line-height: 1.4;
    padding: 5px;
    background-color: #F5F5F5;
    margin: 16px 0px 16px 0px;
}

/* user inserted pictures */

.mz_editable img {

}

/* tables */

.mz_editable table {
    border-spacing: 1px;
    border-collapse: collapse;
    background-color: #FFFFFF
}

.mz_editable td {
    padding: 5px;
    margin: 0px;
    border-bottom: 1px solid #DDDDDD;
}

.mz_editable .moze-th {
    background-color: #EEEEEE;
    font-weight: normal;
    border-bottom: none;
    color: #383838
}


/* image galleries */

ul.moze-gallery li {
    background-color: #333333;
}

/* webforms */

.moze-form {
    margin: 19px 0px;
}

.moze-form label {
    display: inline-block;
    margin: 0px 0px 4px 0px;
    color: #383838
}

.moze-form input,
.moze-form select,
.moze-form textarea {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 1px solid #DDDDDD;
    padding: 8px;
    margin: 0px 0px 16px 0px;
    color: #666666;
    border-radius: 2px;
    font-weight: 300;
}

.moze-form .moze-formbutton {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    background-color: #383838;
    margin: 16px 0px 0px 0px;
    border: none;
    border-radius: 2px;
    padding: 11px 18px;
    font-weight: normal
}

.moze-form .moze-formbutton:hover {
    background-color: #000000;

}

/* invalid input style */

.moze-form .moze-formerror {
    border: 1px solid #CC6666;
    box-shadow: 0px 0px 3px 0px #CC6666;
}

/* blog and articles */

.mz_editable .moze-postdetails,
.mz_editable .moze-postdetails a {
    color: #A9ADB4;
    text-decoration: none;
    margin-top: -12px;
    margin-bottom: 15px;
}

.mz_editable .moze-comment {
    margin-bottom: 27px;
    padding-bottom: 25px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
}

.mz_editable .moze-comment div {
    margin-bottom: 5px;
}

.mz_editable .moze-comment div:last-child {
    margin-bottom: 0px;
}

.moze-button,
.moze-button-large,
.moze-button *,
.moze-button-large * {
    color: #FFFFFF !important;
    text-decoration: none;
}

.moze-button,
.moze-button-large {
    display: inline-block;
    padding: 10px 17px;
    background-color: #383838;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 2px;
}

.moze-button:hover,
.moze-button-large:hover {
    background-color: #000000;
}

.moze-button-large  {
    font-size: 16px;
    padding: 15px 21px;
    border-radius: 2px;
}

.mz_editable hr.moze-more-divider {
    display: none;
}

/* list of recent blog posts */

.mz_recentposts a {
    text-decoration: none;
    margin-bottom: 2px;
    display: inline-block;
}

.mz_recentposts ul {
    padding: 0;
    margin-bottom: 23px;
}

.mz_recentposts ul li {
    list-style: none;
    margin-bottom: 13px;
    line-height: 1.4;
}

.mz_recentposts ul li span {
    color: #A9ADB4;
    font-size: 13px
}