@CHARSET "UTF-8";

/*
 * -------------------------------
 * by POLDINGS
 * www.poldings.com
 *
 * for Poldings Limited Own Website
 * -------------------------------
*/

/*
* -------------------------------
* FRONT END STYLESHEET
* -------------------------------
*/

body {
    background: #1987cc;
    background: #444;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

/*
 * -------------------------------
 * WRAPPERS
 * -------------------------------
*/
.header-wrapper {
    width: 100%;
    clear: both;
    padding: 20px 0 20px 0;
    color: #444;
}

.header-content {
    clear: both;
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 0;
}

.content-wrapper-home {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.content-wrapper {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

.content-content {
    clear: both;
    width: 1200px;
    max-width: 90%;
    font-size: 100%;
    margin: 0 auto;
}

.footer-wrapper {
    width: 100%;
    clear: both;
    margin: 0px 0 20px 0;
    padding: 0;
    color: #f4f4f4;

}

.footer-content {
    clear: both;
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    font-weight: normal;
    border: none;
    font-size: 90%;

}



/*
 * -------------------------------
 * HEADER
 * -------------------------------
*/
.website-name {
    font-size: 160%;
    margin: 0px 0 0px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.website-slogan {
    font-size: 100%;
    line-height: 150%;
    margin: 0 0 0px 0;
    font-family: 'Droid Serif', serif;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #444;
}

.header-links {
    font-size: 100%;
    text-align: right;
}

.header-links a, .header-links a:link, .header-links a:visited {
    color: rgb(242, 182, 55);
    text-decoration: none;
}

.header-links a:hover, .active-link {
    color: #faa8dd;

}

.form-selected {
    padding: 10px;
    border: 1px solid #1987cc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


.highlight-menu {
    background-color: #e1e1e1;
    padding: 20px 20px 10px 20px;

}

/*
 * -------------------------------
 * FOOTER
 * -------------------------------
*/

.footer-links a, .footer-links a:link, .footer-links a:visited, .footer-links a:active {
    color: rgb(169, 221, 246);
    text-decoration: none;
}

.footer-links a:hover {
    color: #faa8dd;

}
