/* GENERAL SETUP */

.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth {
    display: inline;
    float: left;
}

/* 2-COLUMN PAGES */

#content .one-half {
    margin: 0 20px 0 0;
    width: 280px;
}

#content .one-third {
    margin: 0 20px 0 0;
    width: 180px;
}

#content .two-third {
    margin: 0 20px 0 0;
    width: 380px;
}

#content .one-fourth {
    margin: 0 20px 0 0;
    width: 130px;
}

#content .three-fourth {
    margin: 0 20px 0 0;
    width: 430px;
}

#content .last {
    margin: 0;
}

/* FULL WIDTH PAGES */

#full-width-content .one-half {
    margin: 0 20px 0 0;
    width: 450px;
}

#full-width-content .one-third {
    margin: 0 20px 0 0;
    width: 293px;
}

#full-width-content .two-third {
    margin: 0 20px 0 0;
    width: 606px;
}

#full-width-content .one-fourth {
    margin: 0 20px 0 0;
    width: 215px;
}

#full-width-content .three-fourth {
    margin: 0 20px 0 0;
    width: 705px;
}

#full-width-content .last {
    margin: 0;
}

/* HOMEPAGE BOXES */

#default-home-widget-area .column {
    margin: 0 10px;
}

#default-home-widget-area .one-half {
    width: 460px;
}

#default-home-widget-area .one-third {
    width: 300px;
}

#default-home-widget-area .one-fourth {
    width: 220px;
}

/* Footer */