.navbar {
    margin-top: 20px;
}

.navbar-inverse .brand {
    color: #ff4d88;
}

.gallery-wrapper {
    text-align: center;
}

.gallery-wrapper li {
    display: inline-block;
    float: none;
}

.pagination {
    margin: 0;
}

.credit {
    margin: 9px 0;
    text-align: center;
}

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

html {
    background-color: #355664;
    font-size: 100%;
	background-image: url("cattile.png");
	background-repeat: repeat;
}

body {
    background-color: #355664;
	background-image: url("cattile.png");
	background-repeat: repeat;
    color: #333;
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-size: .8em;
    text-shadow: 1px 1px 1px #333;
}

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

h1 {
    color: #FFF;
    font-size: 1.6em;
    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: #369;
}

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