/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			pycode
	Based on style:		prosilver (the default phpBB 3.2.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		anceban ( http://www.github.com/danceban )
    --------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url("base.css?hash=7c5543be");
@import url("buttons.css?hash=56f0d25f");
@import url("colours.css?hash=ebe7fbee");
@import url("common.css?hash=a9741ba1");
@import url("content.css?hash=d0e24377");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=9016b55c");
@import url("icons.css?hash=64da33ce");
@import url("links.css?hash=18286e16");
@import url("normalize.css?hash=a9d1d9d0");
@import url("responsive.css?hash=91525548");
@import url("utilities.css?hash=d8f72c42");  
/* Custom LostGeek Logo */
#logo .site_logo {
    background-image: url("https://forums.lostgeek.net/lostgeek.png");
    display: block;
    width: 411px;   /* your logo width */
    height: 84px;   /* your logo height */
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}
