/* -------------------------------------------------------------------------- */
/* -----| GENERAL |---------------------------------------------------------- */
/* --------------------------------------------------------------------------
*/

html {
    background-color: #e2e5ed;
    font-size: 100%;
}

body {
    background-color: #e2e5ed;
    color: #e02100;
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-size: .8em;
    text-shadow: 0px 0px 0px #e02100;
}

#galleryWrapper {
    background-color: #ffffff;
    border-radius: 5px;
    margin: 20px auto;
    padding: 20px;
    width: 740px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

h1 {
    color: #FFF;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
}

#galleryListWrapper {
    /* NULL */
}

#galleryFooter {
    border-top: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
    color: #FFF;
}

#galleryFooter .credit a {
    color: #e02100;
}

#galleryFooter .credit a:hover {
    color: #e02100;
}


/* -------------------------------------------------------------------------- */
/* -----| GALLERY LIST |----------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#galleryList {
    margin: 0;
    padding: 0 4px;
}

#galleryList li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 5px 6px;
    padding: 0;
}

#galleryList li a {
    background-color: #ffffff !important;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: block;
    padding: 2px;
}

#galleryList li a:hover {
    background-color: #e02100 !important;
}

#galleryList li a img {
    border: none;
}

/* -------------------------------------------------------------------------- */
/* -----| GALLERY FOOTER |--------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#galleryFooter {
    border-top: 1px solid #FFF;
    margin-top: 10px;
    padding: 3px;
}

#credit {
    float: right;
    font-size: .95em;
    margin: 4px 0;
}

#galleryFooter #credit a {
    color: #FFF;
}


/* ---------------------------------------- */
/* ----|  PAGINATION  |-------------------- */
/* ---------------------------------------- */

#galleryPagination {
    color: #000000;
    float: left;
    font-size: .95em;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

#galleryPagination li {
    border: 1px solid transparent;
    display: block;
    float: left;
    list-style: none;
    margin-right: 1px;
}

#galleryPagination li:hover {
    background-color: #e02100;
    border-top: 1px solid #e02100;
    border-left: 1px solid #e02100;
    border-right: 1px solid #e02100;
    border-bottom: 1px solid #e02100;
}

#galleryPagination li.title {
    background: transparent url(../../page_white_stack.png) no-repeat left center;
    border: 1px solid transparent;
    font-weight: normal;
    padding: 3px 6px 3px 22px;
}

#galleryPagination li a, #galleryPagination li a:visited {
    color: #000000;
    display: block;
    padding: 3px 6px;
    text-decoration: none;
}

#galleryPagination li.current {
    background-color: #e02100;
    border-top: 1px solid #e02100;
    border-left: 1px solid #e02100;
    border-right: 1px solid #e02100;
    border-bottom: 1px solid #e02100;
    font-weight: bold;
    padding: 3px 6px;
}

#galleryPagination li.inactive {
    background-color: transparent;
    color: #000000;
    border: 0px solid transparent;
    display: block;
    padding: 3px 6px;
}


/* ---------------------------------------- */
/* ----|  SYSTEM MESSAGES  |--------------- */
/* ---------------------------------------- */

#systemMessages {
    margin: 0;
}

#systemMessages li {
    background-color: #FFF;
    line-height: 1.4em;
    list-style: none;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    text-shadow: none;
}

#systemMessages li.notice {
    background-color: #e02100;
}

#systemMessages li.success {
    background-color: #e02100;
}

#systemMessages li.error {
    background-color: #e02100;
}


/* ---------------------------------------- */
/* ----|  MISCELLANEOUS  |----------------- */
/* ---------------------------------------- */

.line {
    background-color: #e02100;
    border-bottom: 1px solid #e02100;
    height: 1px;
    margin: 2em 0;
    overflow: hidden;
}

#galleryWrapper .line {
    background-color:#e02100;
    border-bottom-color: #e02100;
    margin: 10px 0;
}

#cboxWrapper {
    text-shadow: none !important;
}

#cboxCurrent {
    display: none !important;
}

#cboxTitle {
    font-size: 1em !important;
}
