/* GalleryMacabre | CSS */

body {
    background-color: #696969;
    background-image: url(images/bg_sq.gif);
    margin: 0em auto;
    text-align: center;
}

.gm_holder {
    background-attachment: fixed;
    background-image: url(images/bg_skull_logo.png);
    background-position: center 3em;
    background-repeat: no-repeat;
    background-color: #000000;
    display: block;
    margin: auto;
    width: 44em;
}

.gm_header {
    color: #cccccc;
    font-family: sans-serif;
    font-weight: 900;
    font-size: large;
    text-align: center;
}

.gm_categories {
    padding: 8em 3em;
    width: 38em;
}

.gm_caterow {
    width: 100%;
}

.gm_cateitem {
    border: thin solid #666666;
    font-size: small;
    font-weight: 900;
    margin: 1em;
    padding: 1em;
    text-align: center;
    width: 18.5em;
}

.gm_catelink, .gm_return, .gm_catehead {
    color: #cccccc;
    font-family: sans-serif;
    font-weight: 900;
    margin: 0em 1em;
    text-align: left;
}

.gm_return {
    font-size: x-small;
}

.gm_catelink, .gm_catehead {
    font-size: small;
}

.gm_pageset {
    border: thin solid #333333;
    clear: both;
    margin: 1em 3em;
    height: 1em;
    width: 38em;
}

.gm_paging, .gm_pagelink {
    color: #cccccc;
    font-family: sans-serif;
    font-weight: 900;
    font-size: x-small;
    text-align: center;
    float: left;
    width: 2em;
}

.gm_pagemid {
    color: #cccccc;
    font-family: sans-serif;
    font-weight: 900;
    font-size: x-small;
    text-align: center;
    float: left;
    width: 52em;
}

.gm_imgrow {
    margin-bottom: 1em;
}

.gm_imgitem {
    margin: 1.3em;
    width: 310px;
}

.gm_imgobj {
    border: medium outset #999999;
}

.gm_imgtitle {
    color: #cccccc;
    font-family: sans-serif;
    font-size: small;
    font-weight: 900;
    margin: 0em;
    text-align: center;
}

.gm_imgcomment {
    color: #cccccc;
    font-family: sans-serif;
    font-size: x-small;
    margin-bottom: 1em;
    text-align: left;
}


