@font-face {
    font-family: 'latoregular';
    src: url('/static/fonts/lato-regular-webfont.eot');
    src: url('/static/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/lato-regular-webfont.woff') format('woff'),
        url('/static/fonts/lato-regular-webfont.ttf') format('truetype'),
        url('/static/fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0px;
    padding: 0px;
}
img { 
    border: 0px;
}
.padding-null {
    padding: 0px !important;
}
html,body {
    height: 100%;
}
body {
    font-family: "latoregular";
    font-size: 13px;
}
.upcase {
    text-transform: uppercase;
}
#sites-container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px auto -60px
}
.sites-sticky {
    height: 60px;
}
#sites-footer {
    background-color: #005e73;
    height: 60px;
    color: white;
    padding-top: 12px;
}
#sites-footer .content a {

    margin-left: 15px;
    color: white;
    text-decoration: underline;
}
#sites-header {
    background-color: white;
    height: 35px;
}
#sites-header .content a  {
    text-decoration: none;
    color: #0196ad;
}

#sites-header .content .sites-logo {

}
#sites-header .content .sites-logo h1 {
    display: inline;
}
#sites-header .content .sites-logo img{
    margin-top: 2px;
    width: 120px;

}
#sites-header .content .user {
    vertical-align: top;
    float: right;
    margin-right: 5px;
}
#sites-header .content .user li {
    display: inline-block;
    list-style-type: none;
    margin: 9px 0px 0px 5px;
}
#sites-header .content .user li a:hover {
    color: #df5938;
}
.content {
    width: 960px;
    text-align: left;
    margin: 0px auto;
}
.logo {
    width: 45px;
    height: 38px;
    display: inline-block;
    background: url('/static/img/logo.png');
}

.left {
    display: inline-block;
    float: left;
    vertical-align: top;
}
.right {
    display: inline-block;
    float: right;
    vertical-align: top;
}
.clear {
    clear: both;
}
#site-content {
    margin-top: 20px;
    margin-bottom: 50px;
}
#site-content .sites-header {
    padding: 20px 5px 15px 5px;
    text-transform: uppercase;
}
#site-content .sites-header h1 {
    font-size: 24px;
}
#site-content .sites-content {
    padding: 30px 20px;
    overflow: hidden;
}
#site-content .sites-menu {
    text-align: right;
    padding: 10px 10px 10px 10px;
}
#site-content .sites-menu li {
    display: inline-block;
    margin-left: 15px;
    font-weight: bold;
}
#site-content a {
    text-decoration: none;
}
#site-content .sites-content a {
    text-decoration: underline;
}
.error h2 {
    font-size: 100px;
    margin: 50px 0px 10px 0px;
}
.error h3 {
    font-size: 27px;
}
.error p {
    font-size: 18px;
    margin: 20px 0px;
}
.error .left a {
    color: #005e73;
}
.error .left h2 {
    color: #005e73;
}
.error .right .sites-icon-404-3 {
    margin-top: 100px;
}
.center {
    text-align: center;
    margin: 0px auto;
}
.sites-icon-user {
    display: inline-block;
    background: url('/static/img/user_ico.png');
    width: 14px;
    height: 14px;
}
.sites-icon-edit {
    display: inline-block;
    background: url('/static/img/edit_ico.png');
    width: 27px;
    height: 23px;
}
.sites-icon-404-3 {
    display: inline-block;
    background: url('/static/img/404_03.png');
    width: 346px;
    height: 182px;
}
.preview embed {
    border: 1px dotted #3A3A3A;
    background: #d5d5d5 url('/static/js/tinymce/skins/lightgray/img/object.gif') no-repeat center;
}

.sites-content .comments {

}
.sites-content .social {
    padding: 20px 0px;
}

.sites-content .comments label {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 5px;

}

.sites-content .comments label img {
    margin: -3px 0px 0px 10px;
}

.sites-content .comments input {
    width: 200px;
}

.sites-content .comments textarea {
    width: 600px;
    height: 60px;
}

.sites-content .comments input, .sites-content .comments textarea {
    padding: 5px;
    border: 1px solid #e0e0e0;
    font-family: "latoregular";
    margin: 0px 0px 10px 0px;
}
.sites-content .comments .errors {
    margin: 0px 0px 10px 125px;
}

.sites-content .comments .message {
    margin: 0px 0px 10px 125px;
}
.sites-content .comments hr {
    height: 0px;
    color: #f0f0f0;
}
.sites-content .comment {

}
.sites-content .comments .nick {
    font-weight: bold;
    padding: 10px 0px;
}
.sites-content .comments .text {
    padding: 0px 0px 10px 0px;
    font-size: 14px;
}
.sites-content .comments .date {
    font-size: 10px;
    padding: 0px 0px 10px 0px;
}
.button-default {
    display: inline-block;
    border-radius: 15px;
    padding: 10px 15px;
    cursor: pointer;
}
.button-red {
    padding: 10px 25px;
    border-radius: 20px;
    background-color: #df5938;
    color: white;
    font-weight: bold;
}
.button-red a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.button-green {
    padding: 10px 25px;
    border-radius: 20px;
    background-color: #8dc62f;
    color: white;
    font-weight: bold;
}
.button-green a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.pointer {
    cursor: pointer;
}
.errors {
    border: 1px solid red;
    padding: 5px 10px;
    background-color: pink;
    color: red;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
}
.errors li {
    list-style-type: none;
}

.message {
    border: 1px solid green;
    padding: 5px 10px;
    background-color: yellowgreen;
    color: green;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
}
#adult {
    margin-top: 200px;
    width: 800px;
    height: 400px;
    background-color: white;
    margin: 80px auto 0px auto;
    text-align: center;
    border-radius: 5px;
}
.template-404 {
    background-color: #89bdc4;
}

.template0 {
    color: #2c5b61;
    background-color: #eeeeee;
}
.template0 .background-color {
    background-color: #eeeeee;
}
.template0 .default-color,.template0 .default-color a {
    color: #2c5b61;
}
.template0 .sites-content {
    background-color: white;
    color: #2c5b61;
}
.template0 .sites-content a {
    color: #2c5b61;
}

.template1 {
    color: white;
    background-color: black;
}
.template1 a {
    color: white;
}
.template1 .background-color {
    background-color: black;
}
.template1 .default-color, template1 .default-color a {
    color: white;
}
.template1 .sites-content {
    background-color: black;
    color: white;
}
.template1 .sites-content a {
    color: white;
}

.template2 {
    color: #2c5b61;
    background-color: white;
}
.template2 a {
    color: #2c5b61;
}
.template2 .background-color {
    background-color: white;
}
.template2 .default-color, template2 .default-color a {
    color: #2c5b61;
}
.template2 .sites-content {
    background-color: white;
    color: #2c5b61;
}
.template2 .sites-content a {
    color: #2c5b61;
}

.template3 {
    color: white;
    background-color: black;
}
.template3 a {
    color: white;
}
.template3 .background-color {
    background-color: black;
}
.template3 .default-color, .template3 .default-color a {
    color: white;
}
.template3 .sites-content {
    background-color: white;
    color: #2c5b61;
}
.template3 .sites-content a {
    color: #2c5b61;
}

.template4 {
    color: black;
    background-color: white;
}
.template4 a {
    color: black;
}
.template4 .background-color {
    background-color: white;
}
.template4 .default-color, .template3 .default-color a {
    color: black;
}
.template4 .sites-content {
    background-color: black;
    color: white;
}
.template4 .sites-content a {
    color: white;
}

.template5 {
    color: white;
    background-color: #86c039;
}
.template5 a {
    color: white;
}
.template5 .background-color {
    background-color: #86c039;
}
.template5 .default-color, .template3 .default-color a {
    color: white;
}
.template5 .sites-content {
    background-color: #ececec;
    color: black;
}
.template5 .sites-content a {
    color: black;
}

.template6 {
    color: #2c5b61;
    background-color: #a6d5e1;
}
.template6 a {
    color: #2c5b61;
}
.template6 .background-color {
    background-color: #a6d5e1;
}
.template6 .default-color, .template3 .default-color a {
    color: #2c5b61;
}
.template6 .sites-content {
    background-color: white;
    color: #2c5b61;
}
.template6 .sites-content a {
    color: #2c5b61;
}

.template7 {
    color: #5a5a5a;
    background-color: #b7b7b7;
}
.template7 a {
    color: #5a5a5a;
}
.template7 .background-color {
    background-color: #b7b7b7;
}
.template7 .default-color, .template3 .default-color a {
    color: #5a5a5a;
}
.template7 .sites-content {
    background-color: white;
    color: #5a5a5a;
}
.template7 .sites-content a {
    color: #5a5a5a;
}


.template8 {
    color: white;
    background-color: #5eb7cb;
}
.template8 a {
    color: white;
}
.template8 .background-color {
    background-color: #5eb7cb;
}
.template8 .default-color, .template3 .default-color a {
    color: white;
}
.template8 .sites-content {
    background-color: white;
    color: #2c5b61;
}
.template8 .sites-content a {
    color: #2c5b61;
}

.template9 {
    color: white;
    background-color: #ef5938;
}
.template9 a {
    color: white;
}
.template9 .background-color {
    background-color: #ef5938;
}
.template9 .default-color, .template3 .default-color a {
    color: white;
}
.template9 .sites-content {
    background-color: white;
    color: #2c5b61;
}
.template9 .sites-content a {
    color: #2c5b61;
}
/* fancybox */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('/static/img/fancybox/fancybox.png');
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1101;
    outline: none;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;
    border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: transparent url('/static/img/fancybox/fancybox.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent url('/static/img/fancybox/blank.gif');
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url('/static/img/fancybox/fancybox.png');
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url('/static/img/fancybox/fancybox.png');
    background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancybox-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancybox-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('/static/img/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('/static/img/fancybox/fancybox.png');
    background-position: -40px -162px;
}

#fancybox-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('/static/img/fancybox/fancybox-y.png');
    background-position: -20px 0px;
}

#fancybox-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('/static/img/fancybox/fancybox.png');
    background-position: -40px -182px; 
}

#fancybox-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('/static/img/fancybox/fancybox-x.png');
    background-position: 0px -20px;
}

#fancybox-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('/static/img/fancybox/fancybox.png');
    background-position: -40px -142px;
}

#fancybox-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('/static/img/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('/static/img/fancybox/fancybox.png');
    background-position: -40px -122px;
}

#fancybox-title {
    font-family: Helvetica;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url('/static/img/fancybox/fancy_title_over.png');
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: url('/static/img/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: url('/static/img/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: url('/static/img/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
    position: absolute; margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

#ad750 {
    overflow: hidden;
}

#ad750 .adult {
    text-align: center;
}
#ad750 .adult img{
    max-width: 750px;
    width: 100%;
}

@media all and (max-width: 980px) {
    .content {
        width: inherit;
    }
    #site-content .sites-content {
        padding: 20px;
    }
    #site-content .sites-content .comments textarea {
        width: 400px;
    }
    #site-content .sites-content .social {
        width: 100%;
        overflow: hidden;
    }
    #site-content .sites-content img {
        max-width: 100%;
    }
    #sites-footer .content{
        margin: 0px 5px;
        text-align: center;
    }
    #sites-footer .content .left, #sites-footer .content .right {
        float: none;

    }
    #error404 .left, #error404 .right {
        float: none;
    }
    #error404 .right {
        margin: 0px 30px;
    }
    #adult {
        width: inherit;
        margin: 0px 30px;
        
    }
    #adult h3 {
        text-align: center !important;
        width: inherit !important;
        margin: 0px 10px !important;
    }
}

@media all and (max-width: 640px) {
    #sites-header .content .user li {
        margin-left: 5px;
    }
    #sites-header .content .user .menu {
        display: none;
    }
    #site-content .sites-content {
        padding: 10px;
    }
    #site-content .sites-content .comments textarea {
        width: 300px;
    }
    #error404 .right {
        margin: 0px 0px;
    }

}

@media all and (max-width: 400px) {

    #sites-header .content .user {
        font-size: 12px;
    }
    #sites-header .content .sites-logo img {
        margin-left: -35px;

    }
    #sites-footer .content{
        font-size: 12px;
    }
    #site-content .sites-content .comments textarea {
        max-width: 280px;
    }
    .error .sites-icon-404-3{
        display: none;
    }
    #adult {
        margin: 0px 10px;
    }
    #adult .buttons {
        text-align: center;
        
    }
    #adult .buttons span {
        display: block;
        width: 100px;
        margin: 0px auto;
    }

}