/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	phpBB style name: we_universal
	Based on style:   prosilver (this is the default phpBB3 style)
	Original author:  Tom Beddard (http://www.subBlue.com/)
	Modified by:      weeb (http://weeb.pl)

	NOTE: This page was generated by phpBB, the free open-source bulletin board package.
		The phpBB Group is not responsible for the content of this page and forum. For more information
		about phpBB please visit http://www.phpbb.com
    --------------------------------------------------------------
*/
@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");
@import url("icons.css");

.postlink {
	color: #CD3700 !important;
	text-decoration: none;
}

.postlink a:visited {
	color: #888 !important;
}

.postlink a:hover {
	color: #c20031 !important;
}

.post {
	border-color: #48361d !important;
	border: 1px;
	border-style: solid;
}

.forumbg .inner .topiclist .header .row-item .posts,
.forumbg .inner .topiclist .header .row-item .views,
.forumbg .inner .topiclist .header .row-item .lastpost {
	color: antiquewhite;
}

#nav li {
	padding: inherit;
}


@media (max-width: 980px) {
#site-description h1 {
    background: url("./images/logo_360x78_o.png") no-repeat;
    display: inline-block;
    height: 78px;
    width: 360px;
    position: absolute;
    left: 8px;
    top: 0;
    text-indent: -999999px;
}
}

.list-inner {
	padding-top: 1em;
}

div.forabg div.inner ul.topiclist li.header dl.row-item.bg2,
div.forabg div.inner ul.topiclist li.header dl.row-item.bg1 {
	background-color: #b8a483;
}

div.codebox pre code {
	background-color: white;
}

.notice {
/*    background: #c6983b00;*/
    border-color: #956e1f;
}

.phpbb_alert {
    background-color: #dfd3c4;
    border: #48361d;
    border-style: solid;
    border-width: 1px;
}

.inline { background-color: #00000018; }
