/*  phpBB3 Style Sheet
	--------------------------------------------------------------
	Style name:			PBWoW3
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		PayBas ( http://pbwow.com/ )
	--------------------------------------------------------------
*/


@import url("base.css");
@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("icons.css");
@import url("colours.css");
@import url("imageset.css");
@import url("custom.css");
@import url("responsive.css");
@import url("extensions.css");


/* PBWoW Master style specific assets (overall_header {T_THEME_NAME}
   (excluded for children)
--------------------------------------------- */

body.pbwow3 {
	background-attachment: scroll;
}

body.pbwow3 .logo {
	background: url("./images/theme/logo.png") no-repeat;
	width: 300px;
	height: 180px;
	margin: 10px 10px 40px 10px;
	display: block;
}

body.pbwow3 #video-background {
	display: none;
}

body.pbwow3 #page-body:before {
	display: none;
}
body.pbwow3 #page-body {
	background-color: rgba(0,0,0,0.90);
}

@media only screen and (max-width: 999px), only screen and (max-device-width: 999px) {

	body.pbwow3 {
		background-image: url("./images/theme/wod-small.jpg");
		background-position: 0 0;
	}

	body.pbwow3.topbar {
		background-position: 0 41px;
	}
.burgame_logo {display: none;}
.burgame_bnet {display: none;}
}

@media screen and (max-width: 859px) {
	body.pbwow3 #logo {display: none;}
}

@media screen and (max-width: 640px) {
	body.pbwow3 #logo {
		display: none;
	}
}

/* Tweaks
--------------------------------------------- */
.notouch.section-viewtopic .post-buttons {
	opacity: 0;
	transition: opacity .4s;
}

.notouch.section-viewtopic .post:hover .post-buttons {
	opacity: 1;
}

ul.linklist > li,
#quick-links {
	margin-right: 10px;
}

ul.linklist > li.rightside {
	margin-left: 10px;
}

ul.linklist > li a:hover {
	text-decoration: none;
}

.action-bar.compact {
	display: none;
}

input#pf_pbbnetavatar, label[for=pf_pbbnetavatar] {
	display: none;
}

.topic_poll + hr {
	display: none;
}

/* =Media queries (all >700px rules are in responsive.css)
-------------------------------------------------------------- */

@media screen and (max-width: 999px) {
	.forum-blocks li.row,
	.index-left .forum-blocks li.row {
		width: 100%;
		min-height: 60px;
	}

	.forum-blocks li.row dl {
		min-height: inherit;
	}

	.postprofile {
		background-position: 50% 0;
	}
}
