#container {
    width: 1400px;
}

#header {
    min-height: 0px;
}

#content {
    width: 100%;
}

.page-template-page-cs-php #content,
.page-template-page-sc-php #content {
    width: 1%;
}

.page-template-page-cs-php #sidebar-left,
.page-template-page-sc-php #sidebar-left,
.page-template-page-cs-php #sidebar-right,
.page-template-page-sc-php #sidebar-right {
    width: 99%;
}

.page-template-page-scs-php #content {
    width: 0%;
}

.page-template-page-scs-php #sidebar-left {
    width: 1%;
}

.page-template-page-scs-php #sidebar-right {
    width: 99%;
}

#header {
    background-color: #FFFFFF;
}

#nav-main {
    background-color: #d879ff;
}

#bottom-bar {
    background-color: #212121;
}

#main {
    background-color: #F5F5F5;
}

.blog-view,
.single-view,
.author-info,
.archive-info,
.form-404 {
    background-color: #FFFFFF;
}

.blog-view.sticky {
    background-color: #FFDC8A;
}

.frontier-widget {
    background-color: #FFFFFF;
}

.blog-view,
.comment-author-admin>.comment-body,
.bypostauthor>.comment-body {
    border-top: 6px solid #d879ff;
}

.page-nav>*,
.comment-nav>*,
.author-info .title,
.comment-reply-link,
.widget-title,
.widget_search .search-submit,
.widget_calendar caption {
    background-color: #d879ff;
}

.genericon {
    color: #d879ff;
}

a {
    color: #d879ff;
}

a:hover {
    color: #eeee22;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.custom-background {
    background-color: #ffffff;
}