
body.light {
    /* Override background image in style[5-8].css */
    background: none;
    background-color: #f0f0f0;
}
body.dark {
    /* Override background image in style[1-4].css */
    background: none;
    background-color: #1c1c1c;
}

#container { 
    background: none;
}


#header {
    height: auto;
}


h3 {
    background: none;
}

#content {
    margin: 0;
}

.post {
    clear: both !important;
    /*
    padding-bottom: 0;
    margin-bottom: 0;
    */
}

#comments {
    margin-bottom: 0; 
}

div .roundbox {
    padding: 1em;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#bottom_footer {
    border: 1px solid #ccc;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: hidden;
    padding: 0 0.5em;
}

#bottom_footer .column_one {
    min-width: 260px;
}

#bottom_footer img.drake_logo {
    float: left;
    padding-right: 0;
    margin-right: 5%;
}

#bottom_footer address {
    padding-top: 0;
    margin-top: 10px;
    min-width: 260px;
}

#bottom_footer address ul {
    list-style-type: none;
    font-size: 1.25em;
}

#bottom_footer address ul li {
    padding-bottom: 0;
    margin-bottom: 0.5em;
}

#bottom_footer .column_two ul {
    list-style-type: none;
    font-size: 1.25em;
    padding-top:0;
    margin-top: 10px;
}

#bottom_footer .column_two ul li {
    padding-bottom: 0;
    margin-bottom: 0.5em;
}

#bottom_footer .column_three {
    font-size:1.25em; 
    line-height:1.25em; 
    text-align: left;
}

#bottom_footer .footer_text {
    margin-top: 0.5em;
}

#bottom_footer {
    text-align: left;
    margin-bottom: 0;
}

#copyright {
    clear: both;
    padding-top: 8px;
    margin-top: 0;
}

/* Hidden link. */
#copyright a {
    color: inherit;
    text-decoration: none;
    cursor: inherit;
}

/* print friendly icon */
.printfriendly {
    float: right;
    margin-right: 30px;
}

/* set search box to smaller footprint so all the site menu fits on one line */
/*
.grid_8 {
    width: 220px !important;
}

.grid_16 {
    width: 710px !important;
}
*/

#lc-construction .pagination {
    width:296px;
}

div .news-top-roundbox {
    padding: 0.25em;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.squarebox {
    padding: 0.75em;
    margin: 0;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.squarebox-last {
    padding: 0.75em;
    margin: 0;
    background: #fff;
    border: 1px solid #ccc;
}

.news_one_half {
    width: 50%;
    padding: 0;
    margin: 0px;
    float: left;
}

.news_one_half_last {
    width: 50%;
    padding: 0;
    margin:    0px;
    float: left;
    clear: right;
}

.news_one_fourth {
    width: 24%;
    padding: 0;                                             
    margin: 0px;
    position: relative;
    float: left;
}

.news_one_fourth_last {
    width: 25%;
    padding: 0;                                             
    margin: 0px;
    float: left;
    clear: right;
}

.widget li.page_item ul li {
    background: none;
    list-style: disc inside;
}

.post ul li,.sidebar ul li {
    background: none;
    list-style: disc outside;
    padding: 0 0 5px 0px;
    margin-left: 2.25em;
}

#footer ul li {
    background: none;
    list-style: disc inside;
}

div.widget.S1 li {
    background: none;
    list-style: disc inside;
}

div.widget.S2 li {
    background: none;
    list-style: disc inside;
}

div.widget.S3 li {
    background: none;
    list-style: disc inside;
}


.cl-news-and-notes-item {
    margin: 0 8px 5px 0;
    border-bottom: 1px solid #cccccc;
    float: left;
    width: 99%;
}

.cl-news-and-notes-item-header {
    margin: 0;
    font-size: 14px;
    display: block;
}

.cl-news-and-notes-item-header img {
    height: 12px;
    width: 12px;
}

.cl-news-and-notes-item-header a {
    text-decoration: none;
}

.cl-news-and-notes-item-header-title {
    display: block;
    float: left;
    clear: right;
}

.cl-news-and-notes-item-header-author {
    display: block;
    float: right;
    clear: right;
}

.cl-news-and-notes-item-excerpt {
    margin: 0;
    font-size: 12px;
    float: left;
    clear: both;
}




.st_slider {
    height: auto !important;
    width: 100% !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
}
.slides_container,
.slidesjs-container {
    margin: 1.5% !important;
    width: 95% !important;

}
.st_slider .prev,
.st_slider .slidesjs-previous {
    left: 4% !important;
}
.st_slider .next,
.st_slider .slidesjs-next {
    right: 4% !important;
}

