/*  phpBB3 Style Sheet
	--------------------------------------------------------------
	Style name:			Confr�rie
	Based on style:		prosilver (the default phpBB 3.1.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		apdji & Roi liche
	--------------------------------------------------------------
*/
@import url("custom.css?v=3.3.15");
@import url("extensions.css?v=3.3.15");
@import url("forms.css?v=3.3.15");
@import url("responsive.css?v=3.3.15");
@import url("tweaks.css?v=3.3.15");
@import url("colours.css?v=3.3.15");

.mchat-status {
    position: absolute;
    top: auto !important;
    transform: translateY(-20%) !important;
    text-indent: 0;
}

.mchat-input-control button:hover .icon {
	color: #770B08 !important;
}

.pipe-table tr:hover {
	background-color: #00000000 !important;
}

.postbody .content img.postimage {
	width: auto;
}

.mention {
	color: #6d2612 !important;
	font-weight: normal !important;
}

pre {
	white-space:pre-wrap !important;
	word-wrap:break-word !important;
}

table.zebra-list tr:nth-child(2n+1) td, ul.zebra-list li:nth-child(2n+1) {
	background: rgba(0, 0, 0, 0.15);
}

.profile-avatar {
	text-align: center;
}

#viewprofile .panel .inner .left-box {
		width: 40%;
}

.left-box.profile-details {
	width: 60% !important;
}

@media (max-width: 500px) {
	#viewprofile .panel .inner .left-box {
			width: auto;
	}
	
	.post-buttons {
		padding-top: 30px;
	}
}

table.zebra-list tr:nth-child(2n) td, ul.zebra-list li:nth-child(2n) {
	background: rgba(0, 0, 0, 0.25);
}

.notification_list p.notification-time {
    color: #FFB019;
}

.badge {
    background-color: #6d2612;
    color: #fff;
    -moz-box-shadow: inset 0 0 2px #000000;
    -webkit-box-shadow: inset 0 0 2px #000000;
    box-shadow: inset 0 0 2px #000000;
}

.forabg {
    background: transparent none repeat-x 0 0;
    margin-bottom: 4px;
    padding: 5px;
    clear: both;
    border-radius: 7px;
}

html {
    font-size: 62.5%;
    background-color: transparent;
    height: auto;
}

body {
    color: #000;
    font-size: 10px;
    background: url("./images/Fondbois.png") repeat 0 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

#wrap {
    border: none;
    border-radius: 0;
    margin: 0 auto;
    max-width: 90%;
    padding: 32px 0 0 0;
    background: url("./images/parcho-right.png") repeat-y 100% 0,
    url("./images/parcho-left.png") repeat-y 0 0,
    url("./images/parcho.png") repeat scroll 0 100%;
}

#page-header {
    position: relative;
    padding: 1px 40px 20px;
}

#page-body {
    background: none;
    border: none;
    border-radius: 0;
    padding: 1px 40px 20px;
    margin: 0;
    position: relative;
}

#page-body::before, #page-body::after {
    content: none;
    display: none;
}

/* #page-body:before { */
/* 	content: ""; */
/* 	display: block; */
/* 	background: none; */
/* 	position: absolute; */
/* 	width: 100%; */
/* 	height: 316px; */
/* 	left: auto; */
/* 	top: auto; */
/* 	margin-left: -20px; compensate for the padding */
/* 	padding-top: 53px; */
/* 	box-shadow: none; */
/* 	z-index: -1; */
/* } */

/* .rtl #page-body:before { */
/* 	margin-right: -20px; compensate for the padding */
/* } */

/* #page-body:after { */
/* 	clear: both; */
/* 	content: ""; */
/* 	display: block; */
/* } */

.headerbar {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    min-height: 205px;
    padding: 0;
    position: relative;
}

.site_logo {
    display: block;
    width: 1100px;
    height: 300px;
    padding: 0;
    line-height: 0;
    margin: 10px;
    background-size: 100% 100%;
    background: url("./images/logos/logo1.png") no-repeat 50% 0;
}

#site-description {
    overflow: hidden;
    width: 100%
}

#site-description h1,
#site-description p {
    display: none;
}

#site-description p.skiplink {
    display: inherit;
}

/* Common
--------------------------------------------- */
.panel,
.panel-container .panel {
    background: #111;
    background-color: rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(rgba(175, 161, 139, 0.45), rgba(175, 161, 139, 0.14)), linear-gradient(rgba(175, 161, 139, 0.45), rgba(175, 161, 139, 0.14));
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    background-size: 1px 100%;
    border: none;
    border-bottom: 1px solid rgba(175, 161, 139, 0.14);
    border-top: 1px solid rgba(175, 161, 139, 0.45);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    color: #732e10;
}

.forumbg {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
    margin: 5px 1px 15px;
}

.forumbg > .inner {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
    padding: 3px;
}

.forumbg-table > .inner {
    margin: 0;
}

.bg1, .bg2, .bg3 {
    background: #111;
    background-color: rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(rgba(175, 161, 139, 0.45), rgba(175, 161, 139, 0.14)), linear-gradient(rgba(175, 161, 139, 0.45), rgba(175, 161, 139, 0.14));
}

#simple-wrap {
    padding: 0 0 10px;
}

/* Links, arrows & text
--------------------------------------------- */

a {
    color: #6d2612;
}

a:visited {
    color: #6d2612;
}

a:hover {
    color: #FFF;
}

a:focus {
    color: #FFF;
}

a:active {
    color: #8b3f14;
}

a.topictitle, a.forumtitle {
    color: #6d2612;
}

a.topictitle:active, a.forumtitle:active {
    color: #8b3f14;
}

a.up, a.down, a.left, a.right, a.top, a.top2,
a.arrow-up, a.arrow-down, a.arrow-left, a.arrow-right {
    text-indent: 0;
}

a.up:hover:before, a.down:hover:after, a.left:hover:before, a.right:hover:after, a.top:hover:before, a.top2:hover:before,
a.arrow-up:hover:before, a.arrow-down:hover:after, a.arrow-left:hover:before, a.arrow-right:hover:after {
    color: #ffe88f;
}

a.up:hover, a.down:hover, a.left:hover, a.right:hover, a.top:hover, a.top2:hover,
a.arrow-up:hover, a.arrow-down:hover, a.arrow-left:hover, a.arrow-right:hover {
    text-decoration: none;
    text-shadow: 0 0 2px #541907;
}

a.up:before, a.down:after, a.left:before, a.right:after, a.top:before, a.top2:before,
a.arrow-up:before, a.arrow-down:after, a.arrow-left:before, a.arrow-right:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: inherit;
    line-height: 0;
    text-decoration: none;
    padding-right: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ab713f;
}

a.up:before, a.arrow-up:before {
    content: "\f077";
}

a.down:after, a.arrow-down:after {
    content: "\f078";
    padding-right: 0;
    padding-left: 3px;
}

a.left:before, a.arrow-left:before {
    content: "\f053";
}

a.right:after, a.arrow-right:after {
    content: "\f054";
    padding-right: 0;
    padding-left: 3px;
}

.back2top .top {
	margin-right: 0;
}

a.top2:before {
    content: "\f077";
}

a.top2 {
    font-size: 10px;
    padding-left: 0;
}

a.arrow-up, a.arrow-down, a.arrow-left, a.arrow-right {
    padding: 0 3px !important;
}

a.arrow-up:before, a.arrow-down:after, a.arrow-left:before, a.arrow-right:after {
    font-size: 0.7em;
    vertical-align: middle;
}

.forumbg .header a, .forabg .header a, th a {
    color: #FFFFFF;
}

.forumbg .header a:active, .forabg .header a:active, th a:active {
    color: #00C0FF;
}

.username {
    color: #604720;
    font-weight: bold;
}

.username:visited {
    color: #604720;
    font-weight: bold;
}

/* Post body links */
.postlink {
    color: #864721;
    border-bottom-color: #99782f;
    background-color: transparent;
}

.postlink:hover {
    color: #ffd988;
    border-bottom-color: #b6934f;
    background-color: transparent;
}

.postlink:active {
    color: #ffd988;
    border-bottom-color: #b6934f;
    background-color: transparent;
}

.postlink:visited {
    color: #864721;
    border-bottom-color: #99782f;
    background-color: transparent;
}

/* Profile links */
.postprofile a:hover, .postprofile dt.author a:hover, .search .postprofile a:hover {
    text-decoration: none;
}

/* Headings */
h1 {
    margin-top: 100px;
    color: #000;
}

h2 {
    color: #ffe88f;
    font-family: "Myriad Pro", Myriad, Arial, sans-serif;
    font-size: 3em;
    letter-spacing: -0.05em;
    margin-top: 0.5em;
    text-shadow: 0 0 5px #541907;
}

h2 a {
    color: #ffe88f;
}

h2 a:visited {
    color: #ffe88f;
}

h2 a:hover {
    color: #FFF;
    text-decoration: none;
}

h2 a:active {
    color: #8b3f14;
}

h2.solo {
    margin-bottom: 0.5em;
}

.content h2, .panel h2 {
    color: #864721;
    border-bottom: 1px solid #c88033;
    text-shadow: none;
}

h3 {
    color: #784920;
    border-bottom: 1px solid rgba(98, 63, 29, 0.5);
}

h3 a:hover {
    text-decoration: none;
}

.pm .postbody h3.first {
    color: #864721;
    font-size: 1.6em;
}

hr {
    border: 0 none #4e3214;
    border-top: 1px solid #4e3214;
}

hr.dashed {
    border-top-color: #4e3214;
}

.forumbg .header a, .forabg .header a, th a,
li.header dt, li.header dd, li.header a, table.table1 thead th,
#cp-main table.table1 thead th, #cp-main .panel li.header dd, #cp-main .panel li.header dt {
    color: #ffe88f;
    text-shadow: 0 0 0.5em #541907;
}

/* Header box
--------------------------------------------- */
.navblock {
    background: rgba(0, 0, 0, 0.85);
    background-color: transparent;
    background-image: linear-gradient(rgba(155, 99, 79, 0.25), #170b01),
    linear-gradient(rgba(155, 99, 79, 0.25), #170b01),
    linear-gradient(to right, rgba(155, 99, 79, 0.25), rgba(155, 99, 79, 0.25)),
    linear-gradient(rgba(38, 23, 13, 0.5), rgba(85, 40, 30, 0.5));
    background-size: 1px 100%, 1px 100%, 100% 1px, 100% 100%;
    background-position: 0 1px, 100% 1px, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-clip: border-box;
    background-origin: border-box;
    border: none;
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.8);
    color: #6d2612;
    font-weight: bold;
    padding: 1px 2px;
    position: absolute;
    right: 40px;
    top: 10px;
}

.navblock > .inner {
    border: none;
    border-radius: 0;
    padding: 10px;
}

.navblock .linklist {
    padding: 2px 0;
}

.navblock .linklist > li {
    height: 24px;
}

/* Breadcrumbs & Navlinks
--------------------------------------------- */
.navbar {
    background-color: transparent;
    background-image: linear-gradient(rgba(155, 99, 79, 0.25), #170b01),
    linear-gradient(rgba(155, 99, 79, 0.25), #170b01),
    linear-gradient(to right, rgba(155, 99, 79, 0.25), rgba(155, 99, 79, 0.25)),
    linear-gradient(rgba(38, 23, 13, 0.5), rgba(85, 40, 30, 0.5));
    background-size: 1px 100%, 1px 100%, 100% 1px, 100% 100%;
    background-position: 0 1px, 100% 1px, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-clip: border-box;
    background-origin: border-box;
    border-color: transparent transparent #170b01 transparent;
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.8);
    margin: 4px;
    min-height: 40px;
    position: relative;
	padding: 0px 10px;
}

.navbar:before {
    content: '';
    display: block;
    left: 0;
}

.navbar:before,
.navbar.no-search:before {
    background: none;
    position: absolute;
    width: 100%;
    height: 650px;
    left: auto;
    top: -327px;
    box-shadow: none;
    z-index: -1;
}

.navbar:before {
    left: 0;
}

.navbar:after {
    display: none;
}

.navbar ul.linklist {
    border: none;
    padding: 7px 0px;
}

.navbar ul.linklist > li {
    line-height: 32px;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar li.breadcrumbs {
    font-weight: bold;
    padding: 0;
}

#page-footer li.breadcrumbs {
    font-weight: bold;
}

.navbar li.breadcrumbs:hover::before,
#page-footer li.breadcrumbs:hover::before {
    text-shadow: none;
    font-weight: bold;
}

.navbar .breadcrumbs .crumb {
    font-weight: bold;
}

.navbar .crumb a {
    padding: 0 3px;
    position: relative;
    text-decoration: none;
    color: #6d2612;
    text-transform: uppercase;
}

.navbar .breadcrumbs .crumb a:hover {
    color: #fff;
}

.navbar .crumb a:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 7px;
    border-bottom: 1px dotted #6d2612;
}

.navbar .crumb a:hover:before {
    border-bottom-color: #000000;
}

.breadcrumbs .crumb:before {
    content: '\f054';
    color: #6d2612;
    font-family: FontAwesome;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0 0.5em;
    line-height: normal;
}

.breadcrumbs.locked .crumb:last-child:after {
    content: '\f023';
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    padding-left: 3px;
    color: #6d2612;
    text-shadow: none;
}

/* Index & forum lists
--------------------------------------------- */
.index-left {
    width: auto;
    margin-right: 312px;
    overflow: hidden;
}

.index-right {
    float: right;
    width: 302px;
}

.forabg {
    border-radius: 0;
}

.forum-blocks {
    padding: 0;
}

.forum-blocks ul.forums {
    display: block;
    list-style: none;
}

.forum-blocks li.row {
    float: left;
    display: block;
    width: 33.3%;
    background: none;
    border: none;
}

.forum-blocks li.row:hover {
    background: none;
}

.index-left .forum-blocks li.row {
    width: 50%;
}

.forum-blocks dl {
    display: block;
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(rgba(155, 99, 79, 0.25), #170b01),
    linear-gradient(rgba(155, 99, 79, 0.25), #170b01),
    linear-gradient(to right, rgba(155, 99, 79, 0.25), rgba(155, 99, 79, 0.25)),
    linear-gradient(rgba(38, 23, 13, 0.5), rgba(85, 40, 30, 0.5));
    background-size: 1px 100%, 1px 100%, 100% 1px, 100% 100%;
    background-position: 0 1px, 100% 1px, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-clip: border-box;
    background-origin: border-box;
    border: 1px solid transparent transparent #170b01 transparent;
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 4px;
    min-height: 110px;
    padding: 10px 8px;
    overflow: inherit;
    transition: border 0.20s ease-in-out 0s;
    height: 110px;
}

/* Forums list contents */
.forum-blocks dt {
    margin: 0;
    padding: 0;
    width: auto;
}

.forum-blocks dt:after {
    clear: both;
    content: "";
    display: block;
}

.forum-blocks dl .list-inner {
    margin: 0 0 8px 47px;
    padding: 0;
    color: #000000;
    font-size: 10px;
    line-height: 14px;
    transition: all 0.25s ease-in-out 0s;
}

.forum-blocks dl .forum-image {
    text-align: center;
}

.forum-blocks dl a.icon-link {
	margin: 0;
	left: 10px;
	top: 15px;
	height: 35px;
	width: 35px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding: 0;
	position: absolute;
}

.forum-blocks dl a.icon-link.no-forum-image {
    top: 10px;
    margin: 0;
    left: 10px;
    height: 35px;
    width: 35px;
}

.forum-blocks a.forumtitle {
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    padding-bottom: 1px;
}

.forum-blocks a.forumtitle:hover {
    text-decoration: none;
}

.forum-blocks .forum_link a.forumtitle:after {
    content: "\f08e";
    font-family: FontAwesome;
    font-size: 0.9em;
    font-weight: normal;
    padding-left: 5px;
}

.forum-blocks ul.forums dd {
    min-height: 0;
    padding: 3px 4px;
}

.forum-blocks dd.forum-stats,
.forum-blocks dd.redirect,
.forum-blocks dd.mcp-status,
#recent-topics dd.lastpost {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000000;
    color: rgba(0, 0, 0, 0.50);
    width: auto;
    line-height: normal;
}

.forum-blocks dd.mcp-status {
    bottom: auto;
    top: 0;
}

.category-forum-list {
    margin-bottom: 20px;
    margin-left: 20px;
    padding-right: 10px;
}

.category-viewforum {
    color: #ffe88f;
    text-shadow: 0 0 5px #541907;
    font-family: "Myriad Pro", Myriad, Arial, sans-serif;
    font-size: 2.5em;
    text-transform: none;
    font-weight: normal;
    margin-left: 4px;
}

.category-viewforum a {
    color: #ffe88f;
}

/* Hover states */
.forum-blocks dl:hover {
    background-image: linear-gradient(rgba(190, 123, 69, 0.25), #0D0418),
    linear-gradient(rgba(190, 123, 69, 0.25), #0D0418),
    linear-gradient(to right, rgba(190, 123, 69, 0.25), rgba(190, 123, 69, 0.25)),
    linear-gradient(rgba(38, 23, 13, 0.7), rgba(85, 40, 30, 0.55));
    border-color: transparent transparent #0D0418 transparent;
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 1);
}

.forum-blocks dl:hover .list-inner {
    color: #c7b777;
}

.fancy-index {
    height: 197px;
    width: 334px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

/* Other blocks */
.misc-block, .stat-block p {
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(rgba(155, 99, 79, 0.25), #170b01),
    linear-gradient(rgba(155, 99, 79, 0.25), #170b01),
    linear-gradient(to right, rgba(155, 99, 79, 0.25), rgba(155, 99, 79, 0.25)),
    linear-gradient(rgba(38, 23, 13, 0.5), rgba(85, 40, 30, 0.5));
    background-size: 1px 100%, 1px 100%, 100% 1px, 100% 100%;
    background-position: 0 1px, 100% 1px, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-clip: border-box;
    background-origin: border-box;
    border: 1px solid transparent transparent #170b01 transparent;
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.8);
    border-radius: 0;
    margin-bottom: 4px;
    margin: 4px;
    padding: 10px;
}

.stat-block p {
    margin: 2px 2px 8px;
}

.stat-block p:after {
    clear: both;
    content: '';
    display: block;
}

.stat-block .online-pagelink {
    position: absolute;
    right: 3px;
    bottom: 3px;
}

/* Topic lists
--------------------------------------------- */
li.row,
.panel-container .panel li.row {
    background: none;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #403017;
    transition: background 0.15s ease-in-out 0s;
}

li.row:hover,
.panel-container .panel li.row:hover {
    background: rgba(84, 49, 34, 0.25);
    color: #FFF;
}

.panel-container li.header {
    color: #FFF;
}

li.row strong {
    color: #6d2612;
}

li.row.bg1,
.panel-container .panel li.row.bg1 {
    background: none;
    border-color: #403017;
    border-width: 0 0 1px 0;
}

li.row.bg1:hover,
.panel-container .panel li.row.bg1:hover {
    background: rgba(84, 49, 34, 0.25);
    color: #FFF;
}

li.row.bg2,
.panel-container .panel li.row.bg2 {
    background: none;
    border-color: #403017;
    border-width: 0 0 1px 0;
}

li.row.bg2:hover,
.panel-container .panel li.row.bg2:hover {
    background: rgba(84, 49, 34, 0.25);
    color: #FFF;
}

li.row.bg3, /* unread notifications */
.panel-container .panel li.row.bg3 {
    background: rgba(190, 123, 69, 0.15);
    border-color: #403017;
    border-width: 0 0 1px 0;
}

li.row.bg3:hover
.panel-container .panel li.row.bg3:hover {
    background: rgba(190, 123, 69, 0.25);
    color: #FFF;
}

li.row.reported,
li.row.reported:hover,
.panel-container .panel li.row.reported,
.panel-container .panel li.row.reported:hover {
    background-image: linear-gradient(to bottom, rgba(168, 156, 17, 1) 0, rgba(168, 156, 17, 0.3) 2%, rgba(255, 252, 0, 0) 25%, rgba(255, 252, 0, 0) 75%, rgba(168, 156, 17, 0.3) 98%, rgba(168, 156, 17, 1) 100%);
}

li.row.reported:hover,
.panel-container .panel li.row.reported:hover {
    background-color: rgba(247, 255, 17, 0.3);
}

ul.topiclist dl {
    font-size: 10px;
}

ul.topiclist dt, dd.lastpost, dd.redirect, dd.moderation, dd.time, dd.info, dd.extra {
    font-size: 10px;
}

ul.topiclist li {
    color: #000000;
}

ul.topiclist li.row .list-inner {
    padding-top: 3px;
    padding-bottom: 3px;
}

ul.topiclist dd {
    border: none;
}

ul.topiclist li.row dl {
    padding: 5px 0;
}

ul.topiclist a.topictitle {
    font-size: 13px;
}

ul.topiclist li.header,
table.table1 thead tr {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(222, 175, 98, 0.35);
}

li.header dt, li.header dd {
    overflow: hidden;
    text-overflow: ellipsis;
}

li.header dt, li.header dd,
table.table1 thead th {
    font-family: "Myriad Pro", Myriad, Arial, sans-serif;
    font-size: 1.2em;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
}

li.header dl dt {
    text-indent: 10px;
}

li.header dl.icon dt {
    text-indent: 5px;
}

li.row,
li.row.bg1,
li.row.bg2,
.panel-container .panel li.row,
.panel-container .panel li.row.bg1,
.panel-container .panel li.row.bg2 {
    background: none;
    border-color: #403017;
    border-width: 0 0 1px 0;
}

li.row:hover,
li.row.bg1:hover,
li.row.bg2:hover,
.panel-container .panel li.row:hover,
.panel-container .panel li.row.bg1:hover,
.panel-container .panel li.row.bg2:hover {
    background: rgba(84, 49, 34, 0.25);
    color: #FFF;
}

li.row.bg3,
.panel-container .panel li.row.bg3 {
    background: rgba(190, 123, 69, 0.15);
    border-color: #403017;
    border-width: 0 0 1px 0;
}

li.row.bg3:hover,
.panel-container .panel li.row.bg3:hover {
    background: rgba(190, 123, 69, 0.25);
}

li.row.reported,
li.row.reported:hover,
.panel-container .panel li.row.reported,
.panel-container .panel li.row.reported:hover {
    background-image: linear-gradient(to bottom, rgba(168, 156, 17, 1) 0, rgba(168, 156, 17, 0.3) 2%, rgba(255, 252, 0, 0) 25%, rgba(255, 252, 0, 0) 75%, rgba(168, 156, 17, 0.3) 98%, rgba(168, 156, 17, 1) 100%);
}

li.row.reported:hover,
.panel-container .panel li.row.reported:hover {
    background-color: rgba(247, 255, 17, 0.3);
}

li.row strong {
    color: #6d2612;
}

dl.icon {
    background-position: 8px 50%;
    position: relative;
}

/* Tables
--------------------------------------------- */
table.table1 {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
    color: #000000;
}

table.table1 td {
    color: #000000;
}

.panel-container table.table1 {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
}

table.table1 thead tr {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(222, 175, 98, 0.35);
}

table.table1 thead th {
    padding: 4px 0 5px 3px;
}

.panel-container table.table1 thead th {
    color: #FFF;
    border: none;
    border-bottom-color: rgba(255, 159, 2, 0.3);
}

table.table1 tbody th {
    background: #101010;
    border-bottom: 1px solid #000000;
    color: #CCC;
    padding: 5px;
    text-align: left;
}

table.table1 tbody tr {
    background: none;
    border-color: #403017;
    border-width: 0 0 1px 0;
}

table.table1 tbody tr.bg1,
table.zebra-list tbody tr:nth-child(even) {
    background: none;
    border-color: #403017;
    border-width: 0 0 1px 0;
}

table.table1 tbody tr.bg2,
table.zebra-list tbody tr:nth-child(odd) {
    background: none;
    border-color: #403017;
}

table.table1 tbody tr.bg3 {
    background: rgba(190, 123, 69, 0.15);
    border-color: #403017;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover,
table.table1 tbody tr.bg1:hover, table.table1 tbody tr.bg1.hover,
table.table1 tbody tr.bg2:hover, table.table1 tbody tr.bg2.hover,
table.table1 tbody tr.bg3:hover, table.table1 tbody tr.bg3.hover,
table.zebra-list tbody tr:nth-child(odd):hover,
table.zebra-list tbody tr:nth-child(even):hover {
    background: rgba(84, 49, 34, 0.25);
    color: #FFF;
}

table.table1 tbody td {
    border: none;
}

table.table1 tbody tr:hover td,
table.table1 tbody tr.hover td {
    color: #FFF;
}

/* Specific column styles */
table.table1 tbody .big-column td {
    color: #FFF;
    font-style: italic;
    text-indent: 0.6em;
}

table.info tbody th {
    color: #FFF;
}

/* Post styling
--------------------------------------------- */
.post,
.post > .inner,
.post.bg1 > .inner,
.post.bg2 > .inner {
    margin: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: none;
    background-size: inherit !important;
    padding: 0;
}

.post {
    background: url("./images/post_bg.png") 50% 0 no-repeat;
    padding: 8px;
}

.post.reported,
.post.warned,
.post.deleted {
    background-color: inherit;
}

.postbody {
    color: #000;
    text-shadow: none;
    line-height: 18px;
    width: 88%;
}

.has-profile .postbody {
    background-image: linear-gradient(rgba(113, 48, 19, 0.5), rgba(113, 48, 19, 0.5) 50%, rgba(113, 48, 19, 0) 100%);
    background-repeat: no-repeat;
    background-size: 1px 100%;
}

.post .postbody .content,
#cp-main .post .content,
#cp-main .pm .content {
    text-align: justify;
    background-image: linear-gradient(to right, rgba(79, 45, 12, 0.1) 0, rgba(79, 45, 12, 0.5) 20%, rgba(79, 45, 12, 0.1) 100%);
    background-size: 100% 1px;
    background-position: 0 0;
    background-repeat: no-repeat;
    border: none;
    padding: 10px;
    color: #000000;
}

.postbody .ignore {
    padding: 5px 10px;
}

/* Post profiles
--------------------------------------------- */
.postprofile {
    background: none !important;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: inherit;
    border: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 12%;
    float: left;
    text-align: center;
    text-shadow: none;
    color: #000000;
}

.postprofile dt {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.postprofile .avatar-container {
    padding-top: 20px;
    min-height: 40px;
    position: relative;
}

.no-avatar .avatar-container {
    background: none;
    min-height: 5px;
    padding-top: 20px;
}

.postprofile .avatar {
    background: none;
    display: inline-block;
    float: none;
    margin: 2px auto 0;
    margin-top: 0;
    /* 	padding: 10px 10px 10px 12px; */
    position: relative;
    max-height: 150px;
    max-width: 150px;
    overflow: hidden;
}

.postprofile .avatar img {
    max-height: 150px;
    max-width: 150px;
}

.online .postprofile dt strong:before,
.online .postprofile dt strong:after,
.online .postprofile dt a:not(.avatar):before,
.online .postprofile dt a:not(.avatar):after {
    color: #58a92a;
    content: "\f007";
    font-size: 1em;
    font-family: FontAwesome;
    font-weight: normal;
    margin-right: 4px;
    text-shadow: none;
}

.online .postprofile dt strong:after,
.online .postprofile dt a:not(.avatar):after {
    content: none;
    margin-left: 0;
}

.postprofile .avatar:after {
    display: none !important;
}

.postprofile dt, .postprofile dd {
    margin-left: 0;
}

.postprofile dd {
    margin: 8px 0;
    font-size: 0.9em;
}

.postprofile dd:last-child {
    margin-bottom: 0;
}

.postprofile strong {
    color: #864721;
}

/* Gaming assets
--------------------------------------------- */
.postprofile .icons-frame {
    background: none;
    display: block;
    height: auto;
    width: auto;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-62px);
    -ms-transform: translateX(-62px);
    transform: translateX(-62px);
}

.postprofile .icons-frame div {
    height: 18px;
    width: 18px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #000;
    border-radius: 3px;
}

.postprofile .icons-frame > div {
    position: relative;
    border: 1px solid #c88033;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(171, 113, 63, 0.6);
    margin-bottom: 2px;
    left: auto;
    top: auto;
}

.postprofile .rank-icon {
    background: none;
    height: 33px;
    width: 33px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 0 2px #000;
    position: absolute;
    bottom: 1px;
    left: 50%;
    color: #FFF;
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.postprofile .rank-icon span {
    font-weight: bold;
    vertical-align: middle;
    font-size: 9px;
}

.postprofile .rank-icon img {
    margin-top: 1px;
    vertical-align: middle;
}

.postprofile dd.profile-rank img {
    margin-top: 5px;
}

/* Polls
--------------------------------------------- */
.topic_poll .panel {
    margin: 0 1px 4px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    /*background: url("./images/post_bg_highly_rated.png") 50% 0 no-repeat;*/
    padding: 0;
    background-color: transparent;
    background-image: none;
}

.topic_poll .content {
    background: none;
    border: 0;
    padding: 0 20px;
    position: relative;
}

.topic_poll h2 {
    color: #ffd988;
    font: italic 20px "Myriad Pro", Myriad, Arial, sans-serif;
    border-bottom: none !important;
    padding-top: 0.5em;
}

.topic_poll h2 span {
    color: #000000;
    font: bold 18px Arial, Helvetica, sans-serif;
    padding: 7px 5px 7px 25px;
}

.topic_poll h2 span.poll-icon-timer {
    background: url("./images/icons/poll-end.gif") no-repeat 0 50%;
}

.topic_poll h2 span.poll-icon-open {
    background: url("./images/icons/poll-open.gif") no-repeat 0 50%;
}

.topic_poll h2 span.poll-icon-closed {
    background: url("./images/icons/poll-private.gif") no-repeat 0 50%;
}

.topic_poll p.author {
    display: block;
    position: absolute;
    top: 15px;
    right: 35px;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: none;
    border: none;
    border-radius: 0;
    line-height: 1.5em;
}

@media only screen and (max-width: 1160px), only screen and (max-device-width: 1160px) {
    .topic_poll p.author {
        top: 65px;
        right: 35px;
    }

    .topic_poll h2 {
        margin-bottom: 60px;
    }
}

.polls label
{
    color: black
}

.topic_poll p.author strong {
    color: #864721;
}

.topic_poll .polls {
    position: relative;
    box-shadow: 0 0 0 1px #000, 0 0 4px 2px rgba(0, 0, 0, 0.9), inset 0 0 0 1px #111, inset 0 0 6px 6px rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 0.3);
    /*background-image: linear-gradient(to right, #6a3225 0, #ff742f 50%, #6a3225 100%),
    linear-gradient(to right, #e26931 0, #f6fb33 50%, #e26931 100%),
    linear-gradient(to bottom, #e26931, #6a3225),
    linear-gradient(to bottom, #e26931, #6a3225);*/
    background-size: 100% 2px, 100% 2px, 2px 100%, 2px 100%;
    background-position: 0 100%, 0 0, 0 0, 100% 0;
    background-repeat: no-repeat;
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.7);
    margin: 10px 10px 25px 10px;
    padding: 15px;
}

/*.topic_poll .polls .inner {
	margin: 1px 2px;
	border: 1px solid #1a1a1a;
}*/

fieldset.polls dl {
    border: none;
    color: black;
    line-height: 16px;
}

fieldset.polls dt, fieldset.polls dd {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

fieldset.polls dt {
    text-align: right;
}

fieldset.polls dd {
    /*text-shadow: 0 0 2px #000;*/
}

fieldset.polls dd.resultbar div {
    box-shadow: 0 0 5px rgba(255, 198, 88, 0.7);
    background: url("./images/poll_bars.png") 100% -19px no-repeat;
    border: none;
    position: relative;
    max-width: 1650px;
}

fieldset.polls dd.resultbar div:before {
    background: url("./images/poll_bars.png") 0 -19px no-repeat;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    max-width: 1650px;
}

fieldset.polls dl.most-votes dd.resultbar div {
    background-position: 100% -1px;
    box-shadow: 0 0 5px rgba(253, 255, 119, 0.7);
}

fieldset.polls dl.most-votes dd.resultbar div:before {
    background-position: 0 -1px;
}

fieldset.polls dl.voted {
    color: #FFF;
}

.poll_total_votes {
    margin: 10px 0;
    font-weight: bold;
    text-align: center;
}

.topic_poll .poll-footer {
    background: none;
    height: auto;
    margin: 15px 0 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}

.topic_poll .poll-footer .button1 {
    display: inline-block;
    vertical-align: top;
    width: 120px !important;
    height: 25px;
    line-height: 25px;
    margin: 0 1px;
    padding: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vote-submitted {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
}

/* Sort & Display options
@ TODO: this is temporary
--------------------------------------------- */
.dropdown fieldset.display-options {
    font-size: 1em;
    margin: 0;
    padding: 0;
}

.dropdown fieldset.display-options label {
    display: block;
    margin: 4px;
    padding: 0;
    text-align: right;
    white-space: nowrap;
}

.dropdown fieldset.display-options select {
    min-width: 120px;
}

/* Search
--------------------------------------------- */
.search .postbody {
    width: 76.5%;
}

.search .postprofile {
    background: none !important;
    width: 23.5%;
    padding: 5px;
    min-height: inherit;
}

.search .postprofile dt {
    background: none !important;
    min-height: inherit;
    padding-top: 0;
}

body.section-search p:not(.jumpbox-return) a.arrow-left,
body.section-search p:not(.jumpbox-return) a.arrow-right {
    display: none;
}

/* Content container styles
--------------------------------------------- */
.content h2, .panel h2 {
    color: #864721;
    border-bottom: 1px solid #c88033;
    text-shadow: none;
}

.postbody h3 {
    font-size: 1.2em;
}

.postbody h3.first {
    font-size: 1.3em;
}

.post:target {
    box-shadow: 0 0 18px rgba(222, 175, 98, 0.6);
}

.post:target h3 a {
    color: #FFF;
}

.post:target .content {
    color: #000;
}

.post .postbody h3,
.post p.author {
    margin-left: 10px !important; /* TODO check */
}

blockquote {
    background-color: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 30%);
    border-color: #583209;
    color: #000;
    padding: 17px 10px;
    position: relative;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}

blockquote:before, blockquote:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
    position: absolute;
    opacity: 0.3;
}

blockquote:before {
    content: "\f10d";
    left: 3px;
    top: 2px;
}

blockquote:after {
    content: "\f10e";
    right: 3px;
    bottom: 2px;
}

.signature, .notice {
    border-top-color: rgba(171, 113, 63, 0.75);
    padding: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #9d5017;
}

.attachbox {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: #fdd970;
    margin: 10px;
}

.attachbox dd {
    border-top-color: rgba(171, 113, 63, 0.5);
}

.pm-message .attachbox {
    background-color: #333;
}

.attach-image img {
    border-color: #444;
}

dl.file dd {
    color: #9d5017;
}

dl.details dt {
    color: #000000;
}

dl.details dd {
    color: #732e10;
}

dl.codebox {
    background-color: rgba(100, 40, 28, 0.2);
}

dl.faq dt {
    color: #FFF;
}

dl.thumbnail img,
.content a > img.postimage {
    /*background-color: rgba(0, 0, 0, 0.4);*/
    border: 2px solid #4e3214 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 6px #000000;
    padding: 0;
    transition: border 0.25s ease-out 0s;
}

dl.thumbnail dt a:hover {
    background-color: #222222;
}

dl.thumbnail dt a:hover img,
.content a > img.postimage:hover {
    border: 2px solid #541907 !important;
}

.posthilit {
    background-color: #CCC;
    color: #000;
    text-shadow: none;
}

/* Code block */
.codebox {
    background-color: rgba(0, 0, 0, 0.55);
    border-color: #000;
    text-shadow: none;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}

.codebox p {
    border-bottom-color: #575757;
    border-color: #000;
}

.codebox code {
    color: #FFFFFF;
    text-align: left;
    max-height: 400px;
}

.syntaxbg {
    color: #555;
}

.syntaxcomment {
    color: #F0C674;
}

.syntaxdefault {
    color: #81A2BE;
}

.syntaxhtml {
    color: #AAA;
}

.syntaxkeyword {
    color: #B5BD68;
}

.syntaxstring {
    color: #C66;
}

code.inline {
    background-color: rgba(10, 10, 10, 0.3);
    border: 1px solid #000;
    border-radius: 2px;
    color: #4A7;
    display: inline;
    font-family: Monaco, 'Andale Mono', 'Courier New', Courier, monospace;
    font-size: 0.9em;
    font-style: normal;
    line-height: 1.3em;
    padding: 0 3px;
}

/* Buttons
--------------------------------------------- */
.button {
    background: #572d07;
    background: linear-gradient(rgba(59, 11, 5, 0.5), rgba(101, 28, 12, 0.5) 50%, rgba(132, 68, 30, 0.5));
    border: 1px solid #622e11;
    border-radius: 0;
    color: #f3c277;
    font-family: "Myriad Pro", Myriad, Arial, sans-serif;
    height: auto;
    line-height: 28px;
    padding: 0 12px;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.6);
    transition: all 0.3s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropdown-select {
    padding-right: 5px;
}

.button:hover,
.button:active,
.dropdown-visible .dropdown-select,
.dropdown-visible .dropdown-select:hover,
.nojs .dropdown-container:hover .dropdown-select {
    background: #572d07;
    background: linear-gradient(rgba(59, 11, 5, 0.75), rgba(101, 28, 12, 0.75) 50%, rgba(132, 68, 30, 0.75));
    border-color: #622e11;
    color: #FFF;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(169, 122, 57, 0.25);
}

.button .icon, .button-secondary {
    color: #f3c277;
}

.button-secondary:focus, .button-secondary:hover, .button:focus .icon, .button:hover .icon {
    border-color: #622e11;
    color: #FFF;
}

.sep {
    color: #000;
}

.buttons .button:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -3px;
    height: 100%;
    width: 2px;
    background-color: #fff000;
    background: linear-gradient(#ffdc8a, #f3c277, #ffdc8a);
    box-shadow: 0 0 30px #541907, 0 0 16px #541907;
}

.icon-button:before {
    background: none;
    content: none;
    height: auto;
    width: auto;
}

.icon-button:after,
.dropdown-select:before,
.dropdown-select:after {
    background: none;
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    margin: 0 0 0 5px;
    right: auto;
    left: auto;
    top: auto;
    float: none;
    font-family: FontAwesome;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-button.dropdown-select {
    font-size: 0;
    padding: 0 5px 0 8px;
}

.icon-button.dropdown-select:before {
    margin: 0 3px 0 1px;
    width: auto;
    height: auto;
}

.dropdown-select:hover:after,
.dropdown-visible .dropdown-select:after,
.nojs .dropdown-container:hover .dropdown-select:after {
    border-color: #622e11;
}

.post-icon:after, .newpm-icon:after {
    content: '\f067';
}

.reply-icon:after, .pmreply-icon:after {
    content: '\f112';
}

.locked-icon:after {
    content: '\f023';
}

.forwardpm-icon:after {
    content: '\f064';
}

.tools-icon:before {
    content: '\f0ad';
}

.sort-icon:before {
    content: '\f161';
}

.modtools-icon:before {
    content: '\f0e3';
}

.search-icon:after {
    content: '\f002';
    margin: 0 1px;
}

.search-adv-icon:after {
    content: '\f013';
    margin: 0 1px;
}

/* Forms
--------------------------------------------- */
select {
    background: #aca69a url("./images/icons/select.png") no-repeat 100% center;
    border-color: #722710;
    color: #000000;
    -webkit-appearance: none; /* Removes default chrome and safari style */
    -moz-appearance: none; /* Removes Default Firefox style */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        padding-right: 10px;
    }
}

.search-box .inputbox,
.search-box button.search-icon {
    height: auto;
    padding: 0 3px;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

.search-box .inputbox {
    border-color: #5d5d5d;
    line-height: 28px;
    height: 30px;
}

.search-box button.search-icon,
.search-box a.button {
    padding: 0 7px;
    border-radius: 0;
}

option.disabled-option {
    color: #888;
}

input[type=checkbox][disabled] {
    opacity: 0.7;
}

label {
    color: #FFF;
}

dd label {
    color: #FFF;
}

fieldset dt {
    color: #000000;
}

fieldset dl:hover dt label {
    color: #864721;
}

fieldset.fields2 dl:hover dt label {
    color: #864721;
}

fieldset.display-options.right-box {
    text-align: right;
}

fieldset.submit-buttons input {
    padding: 8px 10px;
    font-size: 1.2em;
}

#format-buttons {
    margin: 15px 0 5px 0;
}

#message-box textarea {
    color: #000000;
}

textarea {
    background-color: #aca69a;
    border-color: #4e3214;
    color: #000000;
}

.inputbox {
    background-color: #aca69a;
    border-color: #4e3214;
    color: #000000;
}

.inputbox:hover {
    border-color: #c88033
}

.inputbox:focus {
    border-color: #c88033;
    color: #FFF;
}

.inputbox:-moz-placeholder {
    color: #000;
    opacity: 0.6;
}

.inputbox::-moz-placeholder {
    color: #000;
    opacity: 0.6;
}

.inputbox::-webkit-input-placeholder {
    color: #CCC;
    opacity: 0.5;
}

.inputbox:-ms-input-placeholder {
    color: #000 !important;
    opacity: 0.6;
}

.inputbox::-webkit-input-placeholder {
    color: #000;
    opacity: 0.6;
}

input.search {
    background-image: none;
    padding: 2px;
}

/* Form buttons */
a.button1, input.button1,
a.button2, input.button2, input.button3 {
    padding: 3px 4px;
    border: 1px solid;
    border-color: #722710 #722710 #a87136;
    border-radius: 0;
    background: linear-gradient(rgba(79, 29, 13, 0.7), rgba(120, 68, 27, 0.7)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.6);
    min-width: 20px;
    text-shadow: 0 0 0.7em #541907;
    color: #FFF;
    font-family: "Myriad Pro", Myriad, Arial, sans-serif;
    font-size: 1.1em;
    transition: all 0.3s;
}

a.button1, a.button1:link, a.button1:visited, a.button1:active,
a.button2, a.button2:link, a.button2:visited, a.button2:active {
    color: #fff;
    padding: 2px 8px;
}

a.button1, a.button1:active,
a.button2, a.button2:active {
    text-decoration: none;
    color: #DDD;
    padding: 2px 8px;
    line-height: 250%;
    vertical-align: text-bottom;
}

a.button1:hover, input.button1:hover,
a.button2:hover, input.button2:hover, input.button3:hover {
    background: linear-gradient(#b5621f, #60230d, #000000) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #832e18 #832e18 #a87136;
    text-shadow: 0 0 0.9em #541907;
    box-shadow: 0 0 4px rgba(184, 126, 66, 0.25);
    color: #FFF;
}

input.button1:active, input.button2:active, input.button3:active {
    background-image: none;
    box-shadow: inset 0 0 2px 1px #000, 0 2px 5px 1px rgba(0, 0, 0, 0.5);
    border-color: #c88033;
    color: #CCC;
}

input.button1:focus, input.button2:focus, input.button3:focus {
    border-color: #602313;
    color: #FFF;
}

input.disabled {
    font-weight: normal;
    color: #999;
}

.button1.disabled {
    background-color: transparent;
    background-image: linear-gradient(rgba(59, 11, 5, 0.5), rgba(101, 28, 12, 0.5) 50%, rgba(132, 68, 30, 0.5));
    border-color: #3b1c0a;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.6), inset 0 0 3px 0 rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
    color: #9d5017 !important;
    font-weight: normal;
}

#login .button1,
#quick-login-panel .button1 {
    padding: 5px 14px;
}

/* Browser-specific tweaks */
input.button1::-moz-focus-inner,
input.button2::-moz-focus-inner,
input.button3::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Posting */
#postingbox,
#cp-main #postingbox {
    background-image: linear-gradient(rgba(175, 161, 139, 0.45), rgba(175, 161, 139, 0.14)),
    linear-gradient(rgba(175, 161, 139, 0.45), rgba(175, 161, 139, 0.14)),
    url("./images/reply_bg.png");
    background-position: 0 0, 100% 0, 50% 0;
    background-repeat: no-repeat;
    background-size: 1px 100%, 1px 100%, auto;
}

#format-buttons input {
    background: #6b4a0b;
    background: linear-gradient(#694807, #76572e);
    border-color: #74570d;
    box-shadow: none;
    color: #FFF;
    text-shadow: 0 0 0.6em #ffcc00;
}

#format-buttons input:hover {
    background: #6b4a0b;
    background: linear-gradient(#8d6735, #6b4908);
    border-color: #957310;
    box-shadow: none;
    text-shadow: 0 0 0.6em #ffcc00;
}

#format-buttons input:active {
    background: #6b4a0b;
    box-shadow: none;
}

/* Search box (header)
--------------------------------------------- */
.search-header {
    background-color: #aca69a;
    background-color: rgba(172, 166, 154, 0.9);
    background-image: linear-gradient(#4e3214, #6b4328), linear-gradient(#4e3214, #6b4328);
    background-size: 3px 100%;
    background-position: 100% 0, 0 0;
    background-repeat: no-repeat;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 0;
    border-top: 3px solid #4e3214;
    border-bottom: 3px solid #6b4328;
    color: #858180;
    position: absolute;
    float: none;
    height: 39px;
    width: 335px;
    bottom: 30px;
    left: auto;
    right: 0;
    text-align: left;
    margin: 0;
    z-index: 1;
}

.rtl .search-header {
    right: auto;
    left: 0;
}

.search-header:before {
    display: none;
}

.search-header a.button {
    display: none;
}

.search-header a.button:hover {
    background-position: 0 100%;
}

.search-header button.search-icon {
    background: url("./images/magnifying-glass.png") no-repeat;
    height: 40px;
    width: 40px !important;
    border: medium none;
    border-radius: 0;
    padding: 0;
    font-size: 0;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 0;
}

.rtl .search-header button.search-icon {
    right: auto;
    left: 2px;
}

.search-header button.search-icon:after,
.search-header a.button:after {
    display: none;
}

.search-header input {
    vertical-align: inherit;
}

.search-header .inputbox {
    margin: 0;
    padding: 12px 0 12px 12px;
    width: 295px;
    height: 40px;
    line-height: 15px;
    background: none;
    border: none;
    border-radius: 0;
    color: #FFF;
    font-size: 13px;
}

.rtl .search-header .inputbox {
    padding: 12px 12px 12px 0 !important;
    float: right !important;
}

.search-header .inputbox:focus {
    border: none;
}

/* CP common
--------------------------------------------- */
.panel-container .panel {
    background: #212121;
    background-color: rgba(0, 0, 0, 0.15);
    background-image: linear-gradient(rgba(175, 161, 139, 0.45), rgba(175, 161, 139, 0.14)), linear-gradient(rgba(175, 161, 139, 0.45), rgba(175, 161, 139, 0.14));
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    background-size: 1px 100%;
    border: none;
    border-bottom: 1px solid rgba(175, 161, 139, 0.14);
    border-top: 1px solid rgba(175, 161, 139, 0.45);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    color: #732e10;
}

#cp-main table.table1 {
    margin-top: 1em;
}

#cp-main .pm {
    background-color: rgba(0, 0, 0, 0.4);
    background: linear-gradient(rgba(175, 161, 139, 0.45), rgba(175, 161, 139, 0.14)) 0 0 no-repeat,
    linear-gradient(rgba(175, 161, 139, 0.45), rgba(175, 161, 139, 0.14)) 100% 0 no-repeat,
    url("./images/post_bg_highly_rated.png") 50% -1px no-repeat;
    background-size: 1px 100%, 1px 100%, auto !important;
    border: none;
    border-bottom: 1px solid rgba(175, 161, 139, 0.14);
    border-top: 1px solid rgba(175, 161, 139, 0.45);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.6);
    margin-right: 0;
}

#cp-main h3, #cp-main hr, #cp-menu hr {
    border-color: rgba(98, 63, 29, 0.5);
}

ul.cplist {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
    outline: none;
    padding: 3px;
    margin-bottom: 8px;
}

.cp-mini {
    background: #212121;
    background: rgba(150, 116, 46, 0.1);;
    border: 1px solid #4e3214;
    border-radius: 0;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.6);
}

dl.mini dt {
    color: inherit;
}

.pmlist li.row {
    position: relative;
    padding: 0 0 0 4px;
}

.pmlist li.row:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    border-left: 4px solid transparent;
}

.pmlist li.pm_message_reported_colour:before, .pm_message_reported_colour {
    border-left-color: #BC2A4D;
}

.pmlist li.pm_marked_colour:before, .pm_marked_colour {
    border-left-color: #FF6600;
}

.pmlist li.pm_replied_colour:before, .pm_replied_colour {
    border-left-color: #A9B8C2;
}

.pmlist li.pm_friend_colour:before, .pm_friend_colour {
    border-left-color: #5CFF00;
}

.pmlist li.pm_foe_colour:before, .pm_foe_colour {
    border-left-color: #AA1111;
}

#gallery label {
    background-color: #161616;
    border: 1px solid #444;
    min-height: 102px;
}

#gallery label:hover {
    background-color: #040D1A;
    border-color: #00C0FF;
}

.panel-container h3,
.panel-container hr,
#cp-menu hr {
    border-color: rgba(255, 159, 2, 0.3);
}

#gallery label {
    background-color: rgba(0, 0, 0, 0.4);
    border-color: #4e3214;
}

#gallery label:hover {
    background-color: rgba(100, 40, 28, 0.15);
    border-color: #541907;
}

/* PM Message history */
.current {
    color: #FFF;
}

.jumpbox .dropdown-contents a {
    color: #ffcc48;
}

/* UCP/MCP Tabs
--------------------------------------------- */
#tabs .tab > a {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(rgba(175, 161, 139, 0.45), rgba(175, 161, 139, 0.14)), linear-gradient(rgba(175, 161, 139, 0.45), rgba(175, 161, 139, 0.14));
    background-position: 0 1px, 100% 1px;
    background-repeat: no-repeat;
    background-size: 1px 100%;
    background-origin: border-box;
    border: 1px solid;
    border-color: rgba(175, 161, 139, 0.45) transparent transparent;
    border-bottom: none;
    border-radius: 0;
    color: #000000;
    margin: 2px 2px 0 0;
    padding: 6px 10px;
}

#tabs .tab > a:hover {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: none;
    border-color: rgba(175, 161, 139, 0.45);
    color: #FFF;
}

#tabs .activetab > a {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(175, 161, 139, 0.45);
    border-bottom-color: rgba(0, 0, 0, 0.6);
    color: #ffd988;
    margin-bottom: -1px;
    margin-top: 0;
    padding: 7px 10px;
    box-shadow: none;
}

#tabs .activetab > a:hover {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(175, 161, 139, 0.45);
    border-bottom-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

#minitabs .tab > a {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(rgba(175, 161, 139, 0.45), rgba(175, 161, 139, 0.14)), linear-gradient(rgba(175, 161, 139, 0.45), rgba(175, 161, 139, 0.14));
    background-position: 0 1px, 100% 1px;
    background-repeat: no-repeat;
    background-size: 1px 100%;
    background-origin: border-box;
    border: 1px solid;
    border-color: rgba(175, 161, 139, 0.45) transparent transparent;
    border-bottom: none;
    border-radius: 0;
    margin: 2px 0 0 2px;
    padding: 6px 10px;
    color: #000000;
}

#minitabs .tab > a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: none;
    border-color: rgba(175, 161, 139, 0.45);
    color: #FFF;
}

#minitabs .activetab > a {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(175, 161, 139, 0.45);
    border-bottom-color: rgba(0, 0, 0, 0.6);
    color: #ffd988;
    margin-bottom: -1px;
    margin-top: 0;
    padding: 7px 10px;
}

#minitabs .activetab > a:hover {
    background: rgba(0, 0, 0, 0.4);
    background: rgba(40, 40, 40, 0.7);
    color: #fff;
    border-color: rgba(175, 161, 139, 0.45);
    border-bottom-color: rgba(0, 0, 0, 0.6);
}

.responsive-tab .responsive-tab-link:before {
    left: auto;
    border-color: #000000;
}

.responsive-tab .responsive-tab-link:hover::before {
	border-color: #fff;
}

/* UCP navigation menu
--------------------------------------------- */
#navigation {
    width: 95%;
}

#navigation a {
    color: #b6934f;
    background: #19110a;
    background: rgba(36, 25, 15, 0.8) linear-gradient(to left, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100px);
    border-color: #4e3214;
    border-right: none;
}

.rtl #navigation a { /* Do it here instead of bidi.css, so it's easier to overrule by children) */
    background: rgba(36, 25, 15, 0.8) linear-gradient(to right, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 100px);
}

#navigation a:hover {
    background-color: rgba(74, 71, 18, 0.3);
    text-decoration: none;
    color: #FFF;
}

#navigation #active-subsection a {
    background-color: rgba(74, 71, 18, 0.3);
    background-image: none;
    display: block;
    color: #FFF;
}

#navigation #active-subsection a:hover {
    color: #864721;
}

/* Footer
--------------------------------------------- */
#page-footer {
    margin-top: 5px;
    padding: 1px 40px 20px;
    text-shadow: none;
}

#page-footer .navbar_footer {
    background-color: transparent;
    background-image: linear-gradient(rgba(155, 99, 79, 0.25), #170b01),
    linear-gradient(rgba(155, 99, 79, 0.25), #170b01),
    linear-gradient(to right, rgba(155, 99, 79, 0.25), rgba(155, 99, 79, 0.25)),
    linear-gradient(rgba(38, 23, 13, 0.5), rgba(85, 40, 30, 0.5));
    background-size: 1px 100%, 1px 100%, 100% 1px, 100% 100%;
    background-position: 0 1px, 100% 1px, 0 0, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-clip: border-box;
    background-origin: border-box;
    border-color: transparent transparent #170b01;
    border-radius: 0;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.8) inset;
    padding: 1px 15px 3px 15px;
}

.copyright {
    color: #000;
}

/* Pagination
--------------------------------------------- */
.action-bar {
    margin: 10px 4px;
}

.action-bar.top .pagination {
    margin-top: 5px;
}

.pagination {
    color: #7d3412;
    font-weight: bold;
}

.pagination li a {
    background: #1A1A1A;
    filter: none;
    border-color: #575757;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #E1C492;
}

.pagination li span {
    border-radius: 0 !important;
}

.pagination > ul > li {
    color: #E1C492;
}

.pagination li a:hover,
.pagination .active a:hover,
.pagination .dropdown-visible a.dropdown-trigger,
.nojs .pagination .dropdown-container:hover a.dropdown-trigger {
    border-color: rgba(222, 175, 98, 0.3) transparent rgba(86, 29, 21, 0.6) transparent;
    background-image: linear-gradient(rgba(59, 11, 5, 0.75), rgba(101, 28, 12, 0.75) 50%, rgba(132, 68, 30, 0.75)),
    linear-gradient(rgba(222, 175, 98, 0.3), rgba(86, 29, 21, 0.6)),
    linear-gradient(rgba(222, 175, 98, 0.3), rgba(86, 29, 21, 0.6));
    background-size: 100% 100%, 1px 100%, 1px 100%;
    background-position: 0 0, 100% 0, 0 0;
    background-repeat: repeat, no-repeat, no-repeat;
    color: #FFF;
    text-decoration: none;
    box-shadow: 0 0 7px rgba(169, 122, 57, 0.6);
}

.pagination li.ellipsis {
    background: none;
}

.pagination li.active span {
    color: #FFFFFF;
    background: linear-gradient(rgba(202, 154, 81, 0.5), rgba(160, 102, 51, 0.5)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #854921;
    padding: 4px 4px;
}

.pagination li.active span:hover {
    background: linear-gradient(rgba(202, 154, 81, 0.75), rgba(160, 102, 51, 0.75)) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #854921;
    color: #FFF;
    text-decoration: none;
    box-shadow: none;
}

.row .pagination {
    display: block;
    margin-top: -5px;
    background: none;
    font-size: 10px;
    margin-bottom: 0;
}

.pagination li.ellipsis span {
    background: transparent;
    color: #000000;
}

.pagination li a, .pagination li span {
    border-radius: 2px;
    padding: 0px 5px;
}

ul.topiclist li.row dl {
    margin: 0;
}

.fa-clone {
    font-size: 11px;
}

.pagination li.page-jump a, .pagination li.next a, .pagination li.previous a {
    background-color: #000000;
    background: linear-gradient(rgba(59, 11, 5, 0.5), rgba(101, 28, 12, 0.5) 50%, rgba(132, 68, 30, 0.5)) 0 0 repeat;
    background-origin: border-box;
    border-width: 1px 0 1px 0;
    border-color: rgba(222, 175, 98, 0.3) transparent rgba(86, 29, 21, 0.6) transparent;
    color: #FFFFFF;
    margin: 0 1px;
    padding: 0 4px;
    width: auto;
    transition: border 0.25s ease 0s;
}

ul.forums {
    background: transparent none repeat-x 0 0;
}

.pagination li.page-jump a:after, .pagination li.next a:after, .pagination li.previous a:after {
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: normal;
    padding: 0;
    line-height: normal;
    vertical-align: middle;
}

.pagination li.page-jump a:after {
    content: '\f124';
    font-size: 12px;
}

.pagination li.next a:after {
    content: '\f054';
    padding-left: 1px;
}

.pagination li.previous a:after {
    content: '\f053';
    padding-right: 1px;
}

/* Quick-reply
--------------------------------------------- */
#qr_postform > .panel {
    background: url("./images/reply_bg.png") 50% 0 no-repeat;
    max-width: inherit;
    min-height: 200px;
    margin: 0;
    padding: 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    border: none;
}

#qr_postform > .panel > .inner {
    max-width: 900px;
    margin: 0 auto;
}

#qr_postform #message-box {
    background: none;
    padding: 0;
    margin: 5px 0 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

#qr_postform textarea {
    background: #aca69a;
    margin: 0;
    padding: 2px;
    border-radius: 0;
    transition: box-shadow 0.25s ease-in-out 0s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#qr_postform textarea:focus {
    box-shadow: 0 0 3px 1px #c88033;
}

#qr_postform fieldset.submit-buttons {
    background: none;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Collapseable blocks
--------------------------------------------- */
.collapse-box h2,
.stat-block h3 {
    font-family: "Myriad Pro", Myriad, Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin: 10px 2px 0;
    padding: 0 0 0 8px;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-shadow: 0 0 5px #541907;
    border-bottom: 1px solid #403017;
    color: #ffe88f;
    transition: border-bottom 0.20s ease-in-out 0s;
}

.collapse-box h2:hover,
.stat-block h3:hover {
    border-bottom-color: #98482a;
}

.collapse-box h2.open,
.stat-block h3.open {
    border-bottom-color: transparent;
}

.collapse-box h2 a,
.stat-block h3 a {
    display: block;
    transition: color 0.20s ease-in-out 0s;
    color: #888;
}

.collapse-box h2 a:link, .collapse-box h2 a:visited,
.collapse-box h2 a:link a, .collapse-box h2 a:visited a,
.stat-block h3 a:link, .stat-block h3 a:visited,
.stat-block h3 a:link a, .stat-block h3 a:visited a {
    color: #ffe88f;
}

.collapse-box h2 a:hover,
.collapse-box h2 a:hover a,
.stat-block h3 a:hover,
.stat-block h3 a:hover a {
    color: #FFF;
    text-decoration: none;
}

.collapse-box h2 a:active,
.stat-block h3 a:active {
    color: #00C0FF;
}

.collapse-box h2 a[href="#"]:before,
.stat-block h3 a[href="#"]:before {
    content: "\f0d8";
    display: inline-block;
    margin-right: 8px;
    font-family: FontAwesome;
    font-size: 0.8em;
    font-weight: normal;
    opacity: 1;
}

.collapse-box h2.open a[href="#"]:before,
.stat-block h3.open a[href="#"]:before {
    content: "\f0d7";
}

.collapse-box h2 a:before,
.stat-block h3 a:before {
    color: #701f0a;
}

.collapse-box h2:hover a:before,
.stat-block h3:hover a:before {
    color: #cfa35f;
    text-shadow: 0 0 5px #98482a;
}

.stat-block h3 {
    font-size: 16px;
    line-height: 24px;
}

/* Rules & Errors
--------------------------------------------- */
.error {
    color: #FF1111;
    font-weight: bold;
    font-size: 12px;
}

div.rules {
    background-color: transparent;
    background-image: linear-gradient(#a8aa11 0%, #111100 50%, #a8aa11 100%),
    linear-gradient(#a8aa11 0%, #111100 50%, #a8aa11 100%),
    linear-gradient(to right, #a8aa11 0%, #f7ff11 50%, #a8aa11 100%),
    linear-gradient(to right, #a8aa11 0%, #f7ff11 50%, #a8aa11 100%);
    background-size: 2px 100%, 2px 100%, 100% 2px, 100% 2px;
    background-position: 100% 0, 0 0, 0 0, 0 100%;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    padding: 12px;
    color: #FFF;
    text-align: justify;
    box-shadow: none;
}

body.section-viewforum div.rules,
body.section-viewtopic div.rules {
    margin-left: 1px;
    margin-right: 1px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: linear-gradient(#a8aa11 0%, #111100 50%, #a8aa11 100%),
    linear-gradient(#a8aa11 0%, #111100 50%, #a8aa11 100%),
    linear-gradient(to right, #a8aa11 0%, #f7ff11 50%, #a8aa11 100%),
    linear-gradient(to right, #a8aa11 0%, #f7ff11 50%, #a8aa11 100%);
    background-size: 2px 100%, 2px 100%, 100% 2px, 100% 2px;
    background-position: 100% 0, 0 0, 0 0, 0 100%;
    background-repeat: no-repeat;
    padding: 12px;
}

div.rules > .inner,
body.section-viewforum div.rules > .inner,
body.section-viewtopic div.rules > .inner {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

div.rules strong {
    display: block;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(50, 1, 20, 1), rgba(60, 55, 5, 0.6)),
    linear-gradient(to right, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.8) 50%, rgba(255, 0, 0, 0) 100%);
    background-size: 100% 100%, 100% 1px;
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    border: none;
    padding: 7px;
    margin: -10px -10px -5px -10px;
    font-size: 1.5em;
    font-family: "Myriad Pro", Myriad, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    box-shadow: none;
}

div.rules.rules-link, div.rules.rules-link > .inner {
    background: none !important;
    border: none;
    box-shadow: none;
    padding: 0;
    text-align: center;
}

div.rules-link a {
    display: inline-block;
    margin: 10px;
    padding: 0.5em 1.5em;
    background-color: #f90;
    background-image: linear-gradient(#ff9900, #ff6600);
    box-shadow: 0 0 2em 0.3em rgba(255, 246, 0, 0.3);
    border: 2px solid #ffb674;
    color: #FFF;
    font-size: 27px;
    font-weight: bold;
    font-family: "Myriad Pro", Myriad, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    transition: all 0.15s ease-in-out 0s;
}

div.rules-link a:hover {
    background-color: #F60;
    background-image: linear-gradient(#ff9900, #ff6600);
    box-shadow: 0 0 2em 0.3em rgba(255, 246, 0, 0.3), inset 0 0 0.5em #fff;
    border: 2px solid #ffb674;
    color: #FFF;
    text-decoration: none;
}

p.post-notice,
.postbody div.rules {
    background-color: rgba(255, 0, 0, 0.1);
    border: solid 1px #AA1111;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    margin-left: 10px;
    margin-right: 8px;
}

.postbody div.rules {
    padding: 6px 10px;
}

p.post-notice:before {
    background: none !important;
    content: "";
    font-family: FontAwesome;
    font-size: 1.4em;
    top: 5px;
    left: 5px;
    color: #FFF;
    text-shadow: 0 0 5px #F11;
}

p.post-notice.deleted:before {
    content: "\f014";
}

p.post-notice.reported:before {
    content: "\f071";
}

p.post-notice.error:before {
    content: "\f071";
}

p.post-notice.unapproved:before {
    content: "\f0e3";
}

#information {
    padding: 10px !important;
    text-align: center;
}

#information strong {
    margin-bottom: 7px;
}

/* Drop-down menus
--------------------------------------------- */
ul.linklist li.responsive-menu a.responsive-menu-link {
    font-size: 0;
    height: 22px;
    text-align: center;
}

a.responsive-menu-link {
	background: none !important;
	border: none !important;
	/* border-radius: 0; */
	color: #c68025 !important;
	font-family: "Myriad Pro", Myriad, Arial, sans-serif !important;
	height: auto !important;
	line-height: 20px !important;
	padding: 0 !important;
	text-transform: none;
	text-shadow: none;
	box-shadow: none;
	transition: all 0.3s;
	-moz-box-sizing: none;
	box-sizing: none;
	vertical-align: baseline;
}

a.responsive-menu-link > i.icon {
	color: #c68025 !important;
}

ul.linklist li.responsive-menu a.responsive-menu-link:hover:before,
ul.linklist li.responsive-menu.visible a.responsive-menu-link:before {
    color: #FFF;
}

.dropdown {
    border-radius: 0;
}

.dropdown .pointer {
    border-color: #725f35 transparent;
}

.dropdown .pointer-inner {
    border-color: #000 transparent;
    bottom: -13px;
}

.dropdown .dropdown-contents {
    background: #000;
    background: rgba(0, 0, 0, 0.95);
    border: 1px solid #725f35;
    border-radius: 0;
    box-shadow: none;
    color: #FFF;
}

.jumpbox-cat-link {
    background-color: #000000;
    border-top-color: #0076B1;
    color: #FFFFFF;
}

.jumpbox-sub-link {
    background-color: #000000;
}

.jumpbox .dropdown li {
    border-top: 1px dotted #CCCCCC;
}

.dropdown-up .pointer-inner {
    bottom: auto;
    top: -13px;
}

.dropdown li, .dropdown li li, .dropdown li.separator {
    border-color: #444;
}

.dropdown-contents strong {
    color: #FFF;
    font-weight: bold;
}

.dropdown-contents .small-icon > a::before, .dropdown-contents .small-icon > a, .dropdown-contents li a {
    color: #ffcc48;
}

.icon.icon-gray, a:hover .icon.icon-gray {
    color: #ffcc48;
}

.icon.icon-red, a:hover .icon.icon-red {
    color: #ffcc48;
}

.icon.fa-file.icon-red, a:hover .icon.fa-file.icon-red {
	color: #ab713f;
}

.icon.icon-blue, a:hover .icon.icon-blue {
    color: #ffcc48;
}

.dropdown-contents .small-icon > a:hover::before, .dropdown-contents .small-icon > a:hover, .dropdown-contents li a:hover {
    color: #FFF;
    text-decoration: underline;
}

.jumpbox-sub-link:hover {
    background-color: transparent;
}

.jumpbox-cat-link:hover {
    background-color: transparent;
}

.forum-blocks dl .dropdown-container.no-forum-image-dropdown {
    top: 25px;
}

.rtl .forum-blocks dl {
    background-position: 0 1px, 100% 1px, 0 0, 0 0;
}

/* Notifications */
.dropdown-extended {
    z-index: 3;
}

.dropdown-extended .header {
    border-color: #725f35;
    background: rgba(0, 0, 0, 0.95);
}

.dropdown-extended .pointer-inner {
    border-color: #000 transparent;
}

.dropdown-extended .header, .dropdown-extended .footer {
    border-color: #725f35;
    background-color: rgba(0, 0, 0, 0.95);
    color: #FFF;
    text-shadow: none;
}

.dropdown-extended ul li {
    border-color: rgba(255, 159, 2, 0.3);
}

.dropdown-extended ul li:hover {
    background: #2f2111;
    background: rgba(84, 49, 34, 0.25);
}

.dropdown-extended ul li.bg2 {
    background: rgba(190, 123, 69, 0.20);
}

.dropdown-extended ul li.bg2:hover {
    background: rgba(190, 123, 69, 0.25);
}

.dropdown-extended a.mark_read {
    background-color: #000;
    background-image: none;
}

.notification_list p.notification-time, .notification_list p.notifications_time {
    opacity: 0.6;
}

li.notification-reported strong, li.notification-disapproved strong {
    color: #FF1111;
}

.dropdown-contents .footer > a {
    color: #ffcc48;
}

.header_settings a {
    color: #ffcc48;
}

.notification_text {
    color: #ffcc48;
}

/* Subforum menus */
.forums .dropdown-container {
    clear: left;
    float: left;
    position: absolute;
    bottom: 0;
    margin-bottom: 5px;
}

.forums .dropdown-trigger {
    display: block;
    float: left;
    background: url("./images/icons/child-arrow-big.gif") no-repeat scroll 50% 100% transparent;
    height: 24px;
    width: 36px;
    cursor: pointer;
}

.forums .dropdown-trigger:hover {
    background-position: 50% 33%;
}

.forums .dropdown-visible .dropdown-trigger {
    background-position: 50% 66%;
}

.forums .dropdown-visible .dropdown-trigger:hover {
    background-position: 50% 0;
}

.forums .dropdown {
    padding: 0;
}

.forums .dropdown-contents {
    border: 1px solid #725f35;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 5px 10px;
}

.forums .dropdown-contents strong {
    display: block;
    color: #ffcc48;
    margin-bottom: 5px;
}

.forums .dropdown-contents a {
    font-size: 1.1em;
    display: block;
    padding: 6px 6px 6px 15px;
    color: #ffcc48;
}

.forums .dropdown-contents a:hover {
    color: #FFF;
}

.forums .dropdown-contents a.subforum.read {
    background: url("./images/icons/icon_post_read.png") 0 50% no-repeat;
}

.forums .dropdown-contents a.subforum.unread {
    background: url("./images/icons/icon_post_unread.png") 0 50% no-repeat;
}

/* Contact menu */

.contact-icons a {
    border-color: #333;
}

.contact-icons a:hover {
    background-color: #292A2A;
}

/* Profile Context Menu
--------------------------------------------- */
.profile-context .dropdown {
    padding: 0;
    left: 18%;
    top: 20px;
}

.profile-context .dropdown-contents {
    box-shadow: 0 0 0 1px #000, 0 1px 2px 1px rgba(0, 0, 0, 0.9), inset 0 0 10px 4px rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: left;
    font-size: 1.1em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);
}

.profile-context dt {
    font-size: 13px;
    font-weight: bold;
    color: #864721;
    margin-bottom: 10px;
}

.profile-context strong {
    color: #864721;
}

.profile-context dd {
    font-size: 10px;
    margin: 7px 0;
}

.profile-context dd:last-child {
    margin-bottom: 0;
}

.profile-context a {
    font-weight: bold;
}

.profile-context .user-icons {
    margin: 10px 0;
    display: block;
}

.profile-context .user-icons:after {
    clear: both;
    content: '';
    display: block;
}

.profile-context .user-icons a {
    background: #250f0c url("./images/icons/context.gif") no-repeat;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 1px;
    font-size: 1.1em;
    color: #ffb600;
	padding: 0 0 0 30px;
    border-radius: 0 !important;
}

.profile-context .user-icons a:hover {
    background-color: #441f1a;
    text-decoration: none;
    color: #FFF;
}

.profile-context .user-icons a:first-child {
    border-radius: 3px 0 0 3px;
    padding-right: 10px;
}

.profile-context .user-icons a:last-child {
    border-radius: 0 3px 3px 0;
}

.profile-context a.icon-profile {
    background-position: 0 0;
}

.profile-context a.icon-search {
    background-position: 0 -30px;
}

.profile-context a.icon-ignore {
    background-position: 0 -60px;
}

/* Top-bar (custom)
--------------------------------------------- */
#top-bar {
    background: url("./images/bar-bg.png") no-repeat scroll 50% 100% #3d0b05;
    border-bottom: 1px solid #642d1c;
    box-shadow: 0 0 3px 3px #000000;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 30px;
    color: #FFF;
    text-shadow: 1px 1px #000000;
    position: relative;
    z-index: 1;
}

#top-bar > .inner {
    border-right: 1px solid #642d1c;
    border-left: 1px solid #642d1c;
    height: 30px;
    margin: 0 auto;
    max-width: 99%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#top-bar .linklist > li {
    border-left: 1px solid #642d1c;
    border-right: 1px solid #642d1c;
    margin: 0;
    padding: 0 15px;
    font-size: inherit;
    line-height: inherit;
}

#top-bar .linklist > li.link {
    padding: 0;
}

#top-bar .linklist > li.link > a {
    padding: 0 15px !important;
    display: block;
    font-weight: bold;
}

#top-bar .linklist > li.link > a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.4);
}

#top-bar li.responsive-menu {
    border: none !important;
    line-height: 20px;
    margin: 5px;
    padding: 3px;
}

/* Adjust the background (and videos) if top-bar is active */
body.topbar {
    background-position: 49.999% 31px;
}

body.topbar-fixed #top-bar {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 30;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

body.topbar-fixed #wrap {
    margin-top: 35px;
}

body.topbar .navblock {
    margin-top: 35px;
}

/* Miscellaneous styles
--------------------------------------------- */
#video-background {
    display: none;
}

#video-container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: -1000;
}

#video-container video {
    opacity: 0;
}

#video-border {
    position: absolute;
    width: 100%;
    z-index: -999;
}

body.fixedbg {
    background-attachment: fixed;
}

body.fixedbg #video-background {
    position: fixed;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    z-index: -1; /* Conflicts with page-body box-shadow, when enabled f*cks up chrome fixed pos */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    body.fixedbg #video-background {
        z-index: auto;
    }
}

body.topbar #video-background {
    top: 41px;
}

#darken {
    background-color: #000;
    opacity: 0.75;
}

.phpbb_alert {
    background: #000;
    background-color: rgba(0, 0, 0, 0.95);
    border: 2px solid #ebc965;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(255, 162, 0, 0.3);
    color: #FFF;
}

.phpbb_alert .alert_close {
    height: 20px;
    width: 20px;
}

.phpbb_alert .alert_close:after {
    content: '\f057';
    color: #F00;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.8em;
    line-height: inherit;
    text-align: center;
}

.advertisement, .misc-block.advertisement {
    margin: 10px auto;
    padding: 0;
    overflow: hidden;
}

#topicreview {
    background-color: rgba(0, 0, 0, 0.4);
}

/* 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;
}

/* Icon images
--------------------------------------------- */
.small-icon {
    background: none !important;
    padding: 0;
    position: relative;
}

.small-icon > a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: bold;
}

.small-icon > a:before,
#top-bar .small-icon:before,
.profile-context .user-icons a:before {
    display: inline-block;
    font-family: FontAwesome;
    color: #6d2612;
    text-shadow: none;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: inherit;
    text-decoration: none;
    padding-right: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.small-icon > a:hover:before {
    color: #FFF;
    text-shadow: none;
    font-weight: bold;
}

.dropdown-contents .small-icon > a:before {
    width: 1.28571em;
    text-align: center;
}

#top-bar .small-icon:before,
#top-bar .small-icon.link > a:before {
    color: inherit;
    padding-right: 5px;
}

.icon-acp > a:before {
    content: "\f085";
}

.icon-boardrules > a:before {
    content: "\f03a";
}

.icon-bookmark > a:before {
    content: "\f02e";
}

.icon-bump > a:before {
    content: "\f102";
}

.icon-contact > a:before {
    content: "\f003";
}

.icon-delete-cookies > a:before {
    content: "\f1f8";
}

.icon-download > a:before {
    content: "\f019";
}

.icon-faq > a:before {
    content: "\f059";
}

.icon-home > a:before {
    content: "\f015";
}

.icon-logout > a:before {
    content: "\f011";
}

.icon-mark-read > a:before {
    content: "\f046";
}

.icon-mcp > a:before {
    content: "\f0e3";
}

.icon-members > a:before {
    content: "\f0c0";
}

.icon-newspage > a:before {
    content: "\f0a1";
}

.icon-notification > a:before {
    content: "\f0f3";
}

.icon-pages > a:before {
    content: "\f0c5";
}

.icon-pm > a:before {
    content: "\f01c";
}

.icon-print > a:before {
    content: "\f02f";
}

.icon-profile > a:before {
    content: "\f007";
}

.icon-register > a:before {
    content: "\f044";
}

.icon-restore-permissions > a:before {
    content: "\f079";
}

.icon-search > a:before {
    content: "\f002";
}

.icon-search-advanced > a:before {
    content: "\f1de";
}

.icon-search-self > a:before {
    content: "\f007";
}

.icon-search-unanswered > a:before {
    content: "\f1ae";
}

.icon-search-unread > a:before {
    content: "\f06e";
}

.icon-search-new > a:before {
    content: "\f0e7";
}

.icon-search-active > a:before {
    content: "\f0e6";
}

.icon-sendemail > a:before {
    content: "\f0e0";
}

.icon-subscribe > a:before {
    content: "\f046";
}

.icon-team > a:before {
    content: "\f132";
}

.icon-ucp > a:before {
    content: "\f013";
}

.icon-unsubscribe > a:before {
    content: "\f147";
}

.icon-view > a:before {
    content: "\f06e";
}

/* Post control buttons */
.post-buttons .icon-button {
    background: none !important;
    border: none;
    box-shadow: none !important;
    line-height: inherit;
    padding: 0 3px;
    height: auto;
    width: auto;
}

.post-buttons .button-icon-only {
    background: none !important;
    border: none;
    box-shadow: none !important;
    line-height: inherit;
    padding: 0 3px;
    height: auto;
    width: auto;
}

.post-buttons > li {
	margin-right: 0;
}

.post-buttons .button-icon-only .fa-exclamation-circle {
	font-size: 1.2em;
    color: #ff8400;
	text-shadow: none;
}

.post-buttons .button-icon-only .fa-exclamation-triangle {
	font-size: 1.2em;
    color: #FFAE00;
	text-shadow: none;
}

.post-buttons .button-icon-only .fa-pencil {
	font-size: 1.2em;
    color: #ab713f;
	text-shadow: none;
}

.post-buttons .button-icon-only .fa-times {
	font-size: 1.2em;
    color: #e80808;
	text-shadow: none;
}

.post-buttons .button-icon-only .fa-info-circle {
	font-size: 1.2em;
    color: #ffb600;
	text-shadow: none;
}

.post-buttons .button-icon-only .fa-quote-left {
	font-size: 1.2em;
    color: #ab713f;
	text-shadow: none;
}

.post-buttons .button-icon-only .fa-quote-left:hover, .post-buttons .button-icon-only .fa-info-circle:hover, .post-buttons .button-icon-only .fa-times:hover, .post-buttons .button-icon-only .fa-pencil:hover, .post-buttons .button-icon-only .fa-exclamation-triangle:hover, .post-buttons .button-icon-only .fa-exclamation-circle:hover {
	color: #FFF;
	background: none;
	text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

.post-buttons .icon-button:before {
    font-family: FontAwesome;
    text-shadow: 0 0 5px #000;
    font-size: 1.3em;
    line-height: inherit;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.post-buttons .icon-button:hover:before {
    color: #FFF;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.post-buttons .dropdown li a:before {
    content: "";
    display: none;
}

.report-icon:before {
    content: "\f06a";
    color: #ff8400;
}

.warn-icon:before {
    content: "\f071";
    color: #FFAE00
}

.edit-icon:before {
    content: "\f044";
    color: #ab713f;
}

.delete-icon:before {
    content: "\f00d";
    color: #e80808;
}

.info-icon:before {
    content: "\f05a";
    color: #ffb600;
}

.quote-icon:before {
    content: "\f10d";
    color: #ab713f;
}

.post-buttons .icon-button::before {
    text-shadow: none;
}

/* Profile & navigation icons */
.contact-icon {
    background-image: url("./images/icons/icons_contact.png");
}

.profile-context .user-icons a:before {
    display: none;
    font-size: 16px;
}

.profile-context a.icon-profile:before {
    content: "\f007";
}

.profile-context a.icon-search:before {
    content: "\f002";
}

.profile-context a.icon-ignore:before {
    content: "\f05e";
}

/* Forum icons & Topic icons */
.global_read {
    background-image: url("./images/icons/announce_read.png");
}

.global_read_mine {
    background-image: url("./images/icons/announce_read_mine.png");
}

.global_read_locked {
    background-image: url("./images/icons/announce_read_locked.png");
}

.global_read_locked_mine {
    background-image: url("./images/icons/announce_read_locked_mine.png");
}

.global_unread {
    background-image: url("./images/icons/announce_unread.png");
}

.global_unread_mine {
    background-image: url("./images/icons/announce_unread_mine.png");
}

.global_unread_locked {
    background-image: url("./images/icons/announce_unread_locked.png");
}

.global_unread_locked_mine {
    background-image: url("./images/icons/announce_unread_locked_mine.png");
}

.announce_read {
    background-image: url("./images/icons/announce_read.png");
}

.announce_read_mine {
    background-image: url("./images/icons/announce_read_mine.png");
}

.announce_read_locked {
    background-image: url("./images/icons/announce_read_locked.png");
}

.announce_read_locked_mine {
    background-image: url("./images/icons/announce_read_locked_mine.png");
}

.announce_unread {
    background-image: url("./images/icons/announce_unread.png");
}

.announce_unread_mine {
    background-image: url("./images/icons/announce_unread_mine.png");
}

.announce_unread_locked {
    background-image: url("./images/icons/announce_unread_locked.png");
}

.announce_unread_locked_mine {
    background-image: url("./images/icons/announce_unread_locked_mine.png");
}

.forum_link {
    background-image: url("./images/icons/forum_link.png");
}

.forum_read {
    background-image: url("./images/icons/forum_read.png");
}

.forum_read_locked {
    background-image: url("./images/icons/forum_read_locked.png");
}

.forum_read_subforum {
    background-image: url("./images/icons/forum_read_subforum.png");
}

.forum_unread {
    background-image: url("./images/icons/forum_unread.png");
}

.forum_unread_locked {
    background-image: url("./images/icons/forum_unread_locked.png");
}

.forum_unread_subforum {
    background-image: url("./images/icons/forum_unread_subforum.png");
}

.sticky_read {
    background-image: url("./images/icons/sticky_read.png");
}

.sticky_read_mine {
    background-image: url("./images/icons/sticky_read_mine.png");
}

.sticky_read_locked {
    background-image: url("./images/icons/sticky_read_locked.png");
}

.sticky_read_locked_mine {
    background-image: url("./images/icons/sticky_read_locked_mine.png");
}

.sticky_unread {
    background-image: url("./images/icons/sticky_unread.png");
}

.sticky_unread_mine {
    background-image: url("./images/icons/sticky_unread_mine.png");
}

.sticky_unread_locked {
    background-image: url("./images/icons/sticky_unread_locked.png");
}

.sticky_unread_locked_mine {
    background-image: url("./images/icons/sticky_unread_locked_mine.png");
}

.topic_moved {
    background-image: url("./images/icons/topic_moved.png");
}

.topic_read {
    background-image: url("./images/icons/topic_read.png");
}

.topic_read_mine {
    background-image: url("./images/icons/topic_read_mine.png");
}

.topic_read_hot {
    background-image: url("./images/icons/topic_read_hot.png");
}

.topic_read_hot_mine {
    background-image: url("./images/icons/topic_read_hot_mine.png");
}

.topic_read_locked {
    background-image: url("./images/icons/topic_read_locked.png");
}

.topic_read_locked_mine {
    background-image: url("./images/icons/topic_read_locked_mine.png");
}

.topic_unread {
    background-image: url("./images/icons/topic_unread.png");
}

.topic_unread_mine {
    background-image: url("./images/icons/topic_unread_mine.png");
}

.topic_unread_hot {
    background-image: url("./images/icons/topic_unread_hot.png");
}

.topic_unread_hot_mine {
    background-image: url("./images/icons/topic_unread_hot_mine.png");
}

.topic_unread_locked {
    background-image: url("./images/icons/topic_unread_locked.png");
}

.topic_unread_locked_mine {
    background-image: url("./images/icons/topic_unread_locked_mine.png");
}

.pm_read {
    background-image: url("./images/icons/topic_read.png");
}

.pm_unread {
    background-image: url("./images/icons/topic_unread.png");
}

/* Imageset */
span.imageset {
    display: inline-block !important;
    background: none;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.imageset:before {
    color: #6d2612;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: inherit;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
}

.imageset.icon_contact,
.imageset.icon_topic_reported,
.imageset.icon_topic_unapproved,
.imageset.icon_topic_deleted {
    position: relative;
    background: none !important;
    padding: 15px 0 0 17px;
    text-align: center;
}

.imageset.icon_contact:before {
    content: "\f0e5";
    padding-left: 2px;
    padding-top: 1px;
}

.imageset.icon_topic_reported:before {
    content: "\f06a";
    color: #FFF;
    padding-left: 3px;
}

.imageset.icon_topic_unapproved:before {
    content: "\f059";
    color: #FFF;
    padding-left: 2px;
}

.imageset.icon_topic_deleted:before {
    content: "\f1b8";
    color: #5CFF00;
    padding-left: 2px;
}

.imageset.icon_topic_poll {
/*    background: url("./images/icons/poll.gif") 100% 100% no-repeat;*/
    padding: 14px 0 0 20px;
    vertical-align: middle;
}

.imageset.icon_topic_attach {
    background-image: url("./images/icons/icon_topic_attach.gif");
    padding: 10px 0 0 7px;
}

.imageset.icon_post_target {
    background-image: url("./images/icons/icon_post_read.png");
    padding: 9px 0 0 11px;
}

.imageset.icon_post_target_unread {
    background-image: url("./images/icons/icon_post_unread.png");
    padding: 9px 0 0 11px;
}

.imageset.icon_topic_latest {
    background-image: url("./images/icons/icon_topic_latest.png");
    padding: 9px 0 0 11px;
}

.imageset.icon_topic_newest {
    background-image: url("./images/icons/icon_topic_newest.png");
    padding: 9px 0 0 11px;
}

.unread .imageset.icon_topic_latest {
    background-image: url("./images/icons/icon_topic_newest.png");
    padding: 9px 0 0 11px;
}

/* Conf Master style specific assets
   (excluded for children)
--------------------------------------------- */

body.pbwow3 {
    background-attachment: scroll !important;
}

body.pbwow3 #logo {
    background-image: none;
    width: 266px;
    height: 126px;
    margin: 15px 10px 10px -10px;
}

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

body.pbwow3 #page-body:before {
    display: none;
}

@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;
    }
}

@media screen and (max-width: 859px) {
    body.pbwow3 #logo {
        width: 200px;
        height: 100px;
        margin: 0 0 25px 0;
    }
}

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

@media screen and (max-width: 1679px), only screen and (max-device-width: 1679px) {
    .postprofile {
        background: none !important;
        min-height: inherit;
        padding: 0;
        width: 16%;
        text-shadow: none;
    }

    .postbody {
        width: 84%;
        text-shadow: none;
    }
}

@media screen and (max-width: 1333px), only screen and (max-device-width: 1333px) {
    .site_logo {
        background: url("./images/logos/logo2.png") no-repeat 50% 0;
        width: 250px;
        height: 241px;
    }
	
	.row .pagination {
		margin-top: 0;
	}
}

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

    .postprofile .avatar img {
        height: 100%;
        width: 100%;
        max-height: 120px;
        max-width: 120px;
    }

    .postprofile .avatar {
        height: 100%;
        width: 100%;
        max-height: 120px;
        max-width: 120px;
    }
}

@media screen and (max-width: 1050px), only screen and (max-device-width: 1050px) {
    .postprofile .avatar img {
        height: 100%;
        width: 100%;
        max-height: 90px;
        max-width: 90px;
    }

    .postprofile .avatar {
        height: 100%;
        width: 100%;
        max-height: 90px;
        max-width: 90px;
    }
}

@media screen and (max-width: 860px), only screen and (max-device-width: 860px) {
    .postprofile .avatar img {
        height: 100%;
        width: 100%;
        max-height: 60px;
        max-width: 60px;
    }

    .postprofile .avatar {
        height: 100%;
        width: 100%;
        max-height: 60px;
        max-width: 60px;
    }

    .postprofile dd.profile-rank img {
        height: 100%;
        width: 100%;
        max-height: 50px;
        max-width: 50px;
    }

    #wrap {
        width: 100%;
		max-width: 100%;
		background: url("./images/parcho.png") repeat scroll 0 100%;
    }
	
	#page-body {
		padding: 1px 5px 20px;
	}
}

@media screen and (min-width: 1000px), only screen and (max-device-width: 1000px) {
    #wrapper {
        min-height: 850px;
    }
}

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

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

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

@media screen and (max-width: 860px), only screen and (max-device-width: 860px) {
    .postprofile .avatar img {
        height: 100%;
        width: 100%;
        max-height: 60px;
        max-width: 60px;
    }

    .postprofile .avatar {
        height: 100%;
        width: 100%;
        max-height: 60px;
        max-width: 60px;
    }

    .postprofile dd.profile-rank img {
        height: 100%;
        width: 100%;
        max-height: 50px;
        max-width: 50px;
    }
}

.fa-ellipsis-h::before {
	content: "\f0c9" !important;
}

/* Top-bar (custom)
--------------------------------------------- */
#top-bar {
    background: url("./images/bar-bg.png") no-repeat scroll 50% 100% #3d0b05;
    border-bottom: 1px solid #642d1c;
    box-shadow: 0 0 3px 3px #000000;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 30px;
    color: #FFF;
    text-shadow: 1px 1px #000000;
    position: fixed;
    z-index: 5;
	width: 100%;
	height: 32px;
}

#top-bar > .inner {
    border-right: 1px solid #642d1c;
    border-left: 1px solid #642d1c;
    height: 30px;
    margin: 0 auto;
    max-width: 99%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#top-bar .linklist > li {
    border-left: 1px solid #642d1c;
    border-right: 1px solid #642d1c;
    margin: 0;
    padding: 0 15px;
    font-size: inherit;
    line-height: inherit;
}

#top-bar .linklist > li.link {
    padding: 0;
}

#top-bar .linklist > li.link > a {
    padding: 0 15px !important;
    display: block;
    font-weight: bold;
}

#top-bar a {
    color: #c68025;
}

#top-bar .linklist > li.link > a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.4);
}

#top-bar li.responsive-menu {
    border: none !important;
    line-height: 20px;
    margin: 5px;
    padding: 3px;
}

/* Adjust the background (and videos) if top-bar is active */
body.topbar {
    background-position: 49.999% 31px;
}

body.topbar-fixed #top-bar {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 30;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

body.topbar-fixed #wrap {
    margin-top: 35px;
}

body.topbar .navblock {
    margin-top: 10px;
}

/* Code block */
.codebox {
    background-color: rgba(0, 0, 0, 0.55);
    border-color: #000;
    text-shadow: none;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}

.codebox code {
    color: #FFFFFF;
    text-align: left;
    max-height: 400px;
}

#qr_postform > .panel > .inner {
    max-width: 900px;
    margin: 0 auto;
}

.signature.standalone
{
	width: 114%;
}

#topicreview .post .content {
	width: auto !important;
}

#bbcode_wizard fieldset dl
{
	font-size: 2em;
}

.table-border > table, .table-border > table > thead > tr > th, .table-border > table > tbody > tr > td {
    border: 1px solid black;
}

.row-item .forumtitle:hover,
.row-item .topictitle:hover,
.row-item .lastsubject:hover,
.row-item .subforum:hover,
.row-item a.username:hover,
.row-item a.username-coloured:hover {
    text-decoration: none;
}