/*** editable ***/

body {
    background-image: url(bg.png);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #666666;
}

/* general content areas */

.mz_editable {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #666666;;
}

/* hyperlinks */

a, .mz_editable a {
    color: #72b626;
    text-decoration: none;
}

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

/* 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: Arial, Helvetica, sans-serif;
    font-size: 1.9rem;
    font-weight: 400;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 1;
    padding: 5px 0px;
}

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

.mz_editable h1:first-child {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 20px;
}

.moze-megatitle {
    font-size: 2.9rem !important;
    letter-spacing: -1.5px;
}

.mz_editable h2, .sidebox h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #333333;
    margin: 20px 0 10px 0;
}

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

.mz_editable h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #AAAAAA;
}

/* special text styles */

.mz_editable .moze-important {
    color: #72b626;
    font-weight: bold;
}

.mz_editable .moze-secondary {
    color: #A0A0A0;;
}

.mz_editable .moze-blockquote {
    font-style: italic;
    margin: 16px 0px 16px 20px;
}

.mz_editable .moze-code {
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.3;
    padding: 5px;
    background-color: #F4F4F4;
    border: 1px solid #E0E0E0;
    margin: 16px 0px 16px 0px;
}

/* user inserted pictures */

.mz_editable img {

}

/* tables */

.mz_editable table {
    border-spacing: 1px;
    border-collapse: collapse;
}

.mz_editable .moze-th {
    background-color: #F4F4F4;
}

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

.mz_editable .moze-th {
    color: #000000;
}

/* image galleries */

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

/* webforms */

.moze-form {
    padding: 25px;
    background-color: #F4F4F4;
}

.moze-form label {
    color: #000000;
    margin: 0px 0px 4px 0px;
}

.moze-form input,
.moze-form select,
.moze-form textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    margin: 0px 0px 16px 0px;
}

.moze-form .moze-formbutton {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #72B626;
}

/* invalid input style */

.moze-form .moze-formerror {
    border: 1px solid #72b626;
}

/* blog and articles */

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

.mz_editable .moze-comment {
    padding: 20px;
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 3px;
    margin-bottom: 17px;
}

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

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

.mz_editable h2 span#comments {
    color: #000;
}

.moze-button,
.moze-button-large {
    background-color: #72B626;
    font-weight: bold;
    font-size: 15px;
}

.moze-button:hover,
.moze-button-large:hover,
.moze-form .moze-formbutton:hover {
    background-color: #666666;
}

.moze-button-large.btn-white,
.moze-button.btn-alt,
.moze-button-large.btn-alt {
    color: #72B626;
}

.moze-button-large.btn-white:hover,
.moze-button.btn-alt:hover,
.moze-button-large.btn-alt:hover {
    color: #666666;
}

.moze-button-large.btn-alt-light {
    border-color: #72B626;
}

.moze-button-large.btn-alt-light:hover {
    border-color: #666666;
}

.moze-button-large  {
    font-size: 15px;
}

/* list of recent blog posts */

.mz_recentposts a {
    color: #888888;
    text-decoration: none;
}

.mz_recentposts a:hover {
    color: #72B626;
}

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

.mz_recentposts ul li {
    margin-bottom: 7px;
    line-height: 1.23;
}

.mz_recentposts ul li span {
    color: #CCCCCC;
}