/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			promania
	Based on style:     prosilver
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Nadeo ( http://www.nadeo.com/ )
    --------------------------------------------------------------
*/
@import url("colours.css");

html, body {
    padding-top: 0;
}

#promania-header {
    position: relative;
    margin: 0 auto;
    height: 100px;
    max-width: 1182px;
}

#logo {
    margin: 20px 0 0 255px;
}

#promania-links {
    position: absolute;
    background: #012f62;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 0;
    right: 0;
    padding: 0 5px;
}

#promania-links > a {
    color: #ffffff;
    padding: 5px 10px;
}

#promania-links > a:hover {
    text-decoration: none;
    background-color: #000000;
}

#promania-links > a > .fa {
    color: #00a8ff;
}

#search-box {
    margin: 41px 290px 0 0;
}

.promania-glow {
    display: block;
    margin: 0 auto;
    max-width: 1182px;
    height: 6px;
    outline: 1px solid rgba(41, 154, 232, 0.5);
    background: #299ae8 url('./images/glow.png') no-repeat center center;
}

@media (max-width: 1220px) {
    #logo {
        margin-left: 50px;
    }

    .promania-glow {
        margin: 0 12px;
    }
}

@media (max-width: 700px) {
    #logo {
        margin-left: 5px;
    }

    #promania-links {
        display: none;
    }

    .promania-glow {
        margin: 0;
    }
}

