/*  phpBB3 Style Sheet
    --------------------------------------------------------------
    Style name:         prosilver Special Edition
    Based on style:     prosilver (the default phpBB 3.2.x style)
    Original author:    Tom Beddard ( http://www.subblue.com/ )
    Modified by:        phpBB Limited ( https://www.phpbb.com/ )
                        Moonchild Straver (http://www.moonchildproductions.info)
    --------------------------------------------------------------
*/

/* colours.css changes */
html, body {
    background-color: #E2E2E2;
}

body.simple {
    min-height: 100%;
    padding: 0 5px;
}

@media(min-width: 700px) {
  .wrap {
    max-width: 95%;
    margin: 0 auto;
    padding: 13px 18px;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 0 5px 2px #96969D;
  }
}

.search-header {
    box-shadow: 0 0 10px #4565a0;
}

.headerbar {
    background-color: #8099c6;
    background-image: url("./images/bg_header.gif");
}

.navbar {
    background-color: #e7e8f4;
}

.forabg, .forumbg {
    background-color: #4565a0;
    background-image: url("./images/bg_list.gif");
}

.copyright a {
    color: #000000 !important;
}

li.row {
    background-color: #f0f4f9;
}

li.row:hover {
    background-color: #f2f6fa;
}

li.row.bg3 {
    background-color: #f6f9fc;
}

li.row.bg3:hover {
    background-color: #f9fbfd;
}

.site_logo {
    background-image: url("./images/logo_70.png");
}

/* responsive.css changes */
@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
    html, body {
        background-color: #FFF;
    }

    body {
        padding-left: 5px;
        padding-right: 5px;
    }

    #wrap {
        width: 850px;
        padding: 0;
        border-width: 0;
        border-radius: 0;
        box-shadow: none;
    }
}

@media only screen and (max-width: 860px), only screen and (max-device-width: 860px) {
    #wrap {
        width: auto;
    }
}
