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

body {
    font-size: 12px;
    background-image: url("./images/Stones.jpg");
}

.site_logo {
    background-image: url("./images/logo.png");
    width: 77px;
    height: 76px;
}

@media screen and (min-width: 1920px) {
    #wrap {
        max-width: 90%;
    }
}

.content, #message textarea {
    font-family: Times,Serif,Verdana,​Helvetica,​Arial,​sans-serif;
}


sup {
    vertical-align:super;
    font-size: 75%;
}
sub {
    vertical-align:sub;
    font-size:75%;
}
.headerbar {
    background-image: url("./images/CH-background.jpg");
    font-size: 10px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100% 96px;
    background-origin: border-box;
}

#site-description {
    text-shadow: 2px 2px #000000;
}
