/*
    --------------------------------------------------------------
    WineHQ PHPbb CSS
    --------------------------------------------------------------
*/

html {
	background-color: #000000;
	height: 101%;
}

/* body */
body {
    background-color: #000000;
    color: #000000;
    background-image: url('https://dl.winehq.org/share/images/bg.jpg');
    background-repeat: no-repeat;
    height: 100%;
}

/* top logo */
#whq-logo-glass {
    position: fixed;
    top: 30px;
}
#whq-logo-text {
    position: absolute;
    z-index: 2;
    left: 100px;
    top: 30px;
}

/* search box */
#whq-search-box {
    position: absolute;
    right: 0;
    margin-top: 20px;
    margin-right: 10px;
}
#whq-search-box input.inputbox { padding: 3.5px; }

/* top tabs */
#whq-tabs {
    clear: both;
    float: right;
    margin-right: 1em;
}

#whq-tabs .whq-tabs-menu { display: none; }

#whq-tabs UL {
    list-style: none;
    padding: 0;
    margin: 0;
}
#whq-tabs LI {
    float: left;
    width: 112px;
    height: 28px;
    margin: 0px 2px 0px 2px;
    padding: 0px;
    text-align: center;
    background-color: #848484;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
#whq-tabs LI.s          { background-color: #cf3939; }
#whq-tabs LI.s A        { font-weight: bold; }
#whq-tabs LI:hover      { background-color: #832c2c; }
#whq-tabs LI A {
    display: block;
    width: 108px;
    height: 23px;
    padding-top: 3px;
    font-size: 16px; color: white; text-decoration: none;
}

/* footer */
#whq-footer {
    clear: both;
    color: #ffffff;
    margin: 1em 1em 1em 120px;
    text-align: right;
}
#whq-footer IMG { vertical-align: middle; width: 150px; }
#whq-footer .glyphicon { vertical-align: -18%; }
#whq-footer A          { color: #ffffff; text-decoration: none; }
#whq-footer A:visited  { color: #ffffff; }
#whq-footer A:hover    { color: red; text-decoration: underline; }

/*
  =====================================================================================================================
   SideBar
  =====================================================================================================================
*/

#whq-sidebar {
    top: 100px;
    left: 0;
    z-index: 2;
    position: fixed;
}

#whq-sidebar p {
    margin: 5px 5px 5px 10px;
}

#whq-sidebar ul {
    line-height: 1.5em;
    font-size: 95%;
    list-style: none;
    margin: 0;
    padding: 0;
}

#whq-sidebar li {
    padding: 0;
    margin: 0;
}

#whq-sidebar li a, #whq-sidebar li a:visited {
    color: #fff;
}

#whq-sidebar > ul {
    border: none;
    margin: 0 0 1em 0 !important;
    padding: 0;
    float: none;
    width: 160px;
    overflow: hidden;
    font-size: 95%;
    background: rgba(149,73,58,0.98);
    background: linear-gradient(to right, rgba(149,73,58,0.7) 0%,
                rgba(149,73,58,0.95) 10%,
                rgba(149,73,58,1) 80%,
                rgba(126,44,29,1) 97%,
                rgba(110,29,14,1) 99%,
                rgba(110,29,14,1) 100%);
    border: 2px solid #6e1d0e;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#whq-sidebar > ul > li.top {
    background: #732010;
    margin: 0;
    padding: 0.5em 1em 0.5em 0;
    font-size: 91%;
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
    border-top-right-radius: 5px;
}

#whq-sidebar i.icon {
    color: #fff;
}

/*
  =====================================================================================================================
    WineHQ PHPbb prosilver overrides
  =====================================================================================================================
*/

a { color: #A50D0D; }
a:hover, a:focus, a:active { color: #FF0000; }

h1 {
	color: #FFFFFF;
}

h2 {
	color: #A50D0D;
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #A50D0D;
}

.wrap {
	position: relative;
	max-width: 100%;
	min-width: auto;
	margin-top: 72px;
	margin-left: 180px;
	margin-right: 10px;
	z-index: 2;
}

.navbar { background-color: #efefef; }

ul.forums {
    background-color: #efefef;
    background-image: none;
    filter: none;
}

ul.topiclist li {
    color: #4C5D77;
}

li.row {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

.forabg {
    background-color: #732010;
    background-image: none;
}

.headerbar, .forumbg {
    background-color: #732010;
    background-image: none;
    background-image: none;
    background-repeat: repeat-x;
}

.bg1 { background-color: #efefef; }
.bg2 { background-color: #dfdfdf; }

.pagination li.active span {
    background: #666666;
    border-color: #000000;
}

/*
  =====================================================================================================================
    WineHQ Responsive (just hide our navigation)
  =====================================================================================================================
*/
@media (max-width:900px) {
    #whq-logo-glass { display: none; }
    #whq-logo-text { position: static; }
    #whq-search-box { display: none; }
    #whq-sidebar { display: none; }
	.wrap {
        margin-top: 0;
		margin-left: 10px;
	}
@media (max-width:700px) {
	html { height: 100% }
    #whq-tabs { display: none; }
    .wrap {
    	border-radius: 8px;
    }
}
