@import url(../loftwork25/theme.css);


/* one-column */

body.layout-one-column div#container {
    width: 920px;
}

body.layout-one-column div#alpha {
    width: 905px;
}


/* two-column-left */

body.layout-two-column-left div#container {
    width: 920px;
}

body.layout-two-column-left div#alpha {
    width: 190px;
}

body.layout-two-column-left div#beta {
    width: 685px;
}


/* two-column-right */

body.layout-two-column-right div#container {
    width: 920px;
}

body.layout-two-column-right div#alpha {
    width: 685px;
}

body.layout-two-column-right div#beta {
    width: 190px;
}


/* three-column */

.layout-three-column #container {
    width: 920px;
}

.layout-three-column #alpha {
    width: 190px;
}

.layout-three-column #beta {
    width: 493px;
}

.layout-three-column #gamma {
    width: 190px;
}


/* three-column-right */

.layout-three-column-right #container {
    width: 920px;
}

.layout-three-column-right #alpha {
    width: 493px;
}

.layout-three-column-right #beta {
    width: 190px;
}

.layout-three-column-right #gamma {
    width: 190px;
}


/* general */

div#container-inner {
    width: 905px;
}


/* images */

#banner {
    background-image: url(theme-image/banner_bg.jpg);
}

div.entry {
    background-image: url(theme-image/entry_top.gif);
}

body.layout-three-column div.entry,
body.layout-three-column-right div.entry {
    background-image: url(theme-image/entry_top3col.gif);
}

body.layout-one-column div.entry {
    background-image: url(theme-image/entry_top1col.gif);
}

div.entry-footer {
    background-image: url(theme-image/entry_btm.gif);
}

body.layout-three-column div.entry-footer,
body.layout-three-column-right div.entry-footer {
    background-image: url(theme-image/entry_btm3col.gif);
}

body.layout-one-column div.entry-footer {
    background-image: url(theme-image/entry_btm1col.gif);
}

div.comments,
div.comments-open,
div.trackbacks {
    background-image: url(theme-image/entry_btm.gif);
}

body.layout-three-column div.comments,
body.layout-three-column div.trackbacks,
body.layout-three-column-right div.comments,
body.layout-three-column-right div.trackbacks {
    background-image: url(theme-image/entry_btm3col.gif);
}

body.layout-one-column div.comments,
body.layout-one-column div.trackbacks {
    background-image: url(theme-image/entry_btm1col.gif);
}

h3.trackbacks-header,
h3.comments-header,
h2.comments-open-header {
    background-image: url(theme-image/entry_top.gif);
}

body.layout-three-column h3.trackbacks-header,
body.layout-three-column h3.comments-header,
body.layout-three-column h2.comments-open-header,
body.layout-three-column-right h3.trackbacks-header,
body.layout-three-column-right h3.comments-header,
body.layout-three-column-right h2.comments-open-header {
    background-image: url(theme-image/entry_top3col.gif);
}

body.layout-one-column h3.trackbacks-header,
body.layout-one-column h3.comments-header,
body.layout-one-column h2.comments-open-header {
    background-image: url(theme-image/entry_top3col.gif);
}
