
::-moz-selection { background:#7AB80E; color: #ffffff; text-shadow: none; }
::selection { background:#7AB80E; color: #ffffff; text-shadow: none; }

.logo a {
    width:227px;
    height:60px;
    margin-top:0;
    background-image:url(../../images/logo_2801.png);
    background-size: 227px 60px;
}
.fixed-logo a {
    width:44px;
    height:44px;
    background-image:url(../../images/fixed-logo.png);
    background-size: 44px 44px;
}
    body {
        background-size:100px 100px;
        background-repeat: repeat;
        background-image:url(../../images/px_by_Gre3g.png);
     }
    /* global wrap style */
	.wrapper {margin: 30px auto;}
 
.header-social-container {
    margin-top:14px;
    margin-right:0px;
}


@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.logo a { background-image:url(../../images/logo_5601.png); }
.fixed-logo a { background-image:url(../../images/fixed-logo@2x.png); }
body { background-image:url(../../images/bgnoise_lg_@2X.png); }
}