/*
Theme Name: smarttheme
Layout: Content-Sidebar
*/

.site {

}

.site-main {
    width: 1000px;
    *width: auto;
    margin: 0 auto;
}

#ie8 .site-main {
    width: auto;
}

.content-area {
    float: left;
    margin: 0 -25% 0 0;
    width: 100%;
}

#content {
    margin: 0 27% 0 0;
}

.full-width #content, /* Increase the size of the content area for templates without sidebars */
.image-attachment #content,
.error404 #content {
    margin: 0%;
}

#secondary {
    /* Sidebar 1 */
    float: right;
    overflow: hidden;
    width: 25%;
}

#tertiary {
    /* Sidebar 2 */
    max-width: 980px;
    margin: 30px auto 0 auto;
}

#tertiary .widget {
    float: left;
    width: 24%;
    margin: 0 0.5%;
}

.site-footer {
    clear: both;
    width: 100%;
}