/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		RuneVillage style
	Based on style:	subSilver (the default phpBB 2 style)

	Reworked by RuneVillage.com

	Copyright 2010 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #676767;
	background-image: url("/ThePub/images/stonebg.png");
	font-size: 65%; /* 62.5% sets the default font size to be equivalent to 10px */
	margin: 0;
	scrollbar-3d-light-color: #C0C0C0;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #404040;
	scrollbar-dark-shadow-color: #000000;
	scrollbar-face-color: #404040;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-shadow-color: #000000;
}

#wrapper { 
	margin: 15px auto;
	width: 98%; 
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-image: url("/ThePub/styles/ThePub/theme/images/body_background.gif");
	background-color: #484848;
}

#header {
	background-color: #484848;
	background-image: url("/ThePub/images/header.png");
	background-position: right top;
	height: 160px;
}

#logo {
	margin: 5px auto 0 25px;
	position: absolute;
}

#welcome {
	position: absolute;
	right: 6px;
	top: 140px;
}

#welcomeleft {
	background-image: url("/ThePub/styles/ThePub/theme/images/welcomebgleft.gif");
	height: 100%;
	position: absolute;
	width: 100%;
}

#welcomecenter {
	background-color: #484848;
	background-image: url("/ThePub/styles/ThePub/theme/images/welcomebg.gif");
	color: #262626;
	font-size: 11px;
	padding: 5px 4px 2px 1px;
	position: relative;
	right: -6px;
}

#navi {
	background-color: #484848;
	background-image: url("/ThePub/styles/ThePub/theme/images/navi.gif");
	border-color: #423420;
	border-style: solid;
	border-width: 1px 0;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
}

#navi img {
	vertical-align: middle;
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
	padding: 0;
}

#wrapcentre {
	margin: 20px;
}

#wrapfooter {
	text-align: center;
	clear: both;
	padding: 10px;
}

#wrapnav {
	font-size: 70.5%;
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 0px;
	border-style: solid;
}

#logodesc {
	margin-bottom: 15px;
	padding: 15px;
}

#menubar {
	font-size: 14px;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	margin: 0px 25px 0 25px;
	padding: 5px 5px;
}

#datebar {

	font-size: 1.0em;
	margin: 0px 25px 0 25px;
	padding: 5px 5px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#radio{position:absolute;top:0;right:0;background:#333;padding:3px 6px 3px 3px;filter:alpha(opacity=70);-moz-opacity:0.7;-khtml-opacity:0.7;opacity:0.7}
#radio a{color:#aaa;font-weight:bold;text-decoration:none}
#radio a:hover{color:#fff}

.forumrules {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	background-image : url('/ThePub/styles/ThePub/theme/images/gen_background.gif');
	border: 1px #5B0B0B solid;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
}

.headerlinks {
	text-align: left;
	font-size: 14px;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

.poll {
	background-color: #AB8C5B;
	background-image: url("/ThePub/styles/ThePub/theme/images/gen_background2.gif");
	border: 1px solid #000000;
	padding: 4px;
}

#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: #FFE081;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-weight: bold;
	font-size: 3em;
	text-decoration: none;
}

h2 {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	line-height: 120%;
}

h4 {
	color: #FFE081;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: #FCC263;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1.1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	font-weight:bold;
	white-space: nowrap;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 4px 8px;
	white-space: nowrap;
	color: #FFE081;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
	font-size: 1.2em;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.5em;
	line-height: 1.4em;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: #54684A;
	color: #FFFFFF;
}

.nav {
	margin: 0;
	color: #333333;
	font-weight: bold;
}

.pagination {
	display: inline;
	padding: 4px;
	color: #FFE081;
	font-size: 1em;
	font-weight: bold;
}

.pagination input.page-input {
	margin-top: 5px;
	width: 1.5em;
}
.pagination strong {
	background-color: #91844F;
	border: 2px solid #423121;
	padding: 2px;
	text-decoration: none;
}
.pagination a {
	background-color: #5A5239;
	border: 2px solid #423121;
	padding: 2px;
}
.pagination a:hover {
	background-color: #91844F;
	border: 2px solid #423121;
	padding: 2px;
	text-decoration: none;
}

.sitedesc {
	color: #FFE081;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-size: 16px;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	color: #000000;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	color: #000000;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	color: #000000;
	font-size: 1em;
}

td.gensmallhead b strong {
	color: #FFE081;
	text-decoration: underline;
}

.gensmallhead {
	margin: 1px 1px;
	font-size: 1em;
	color: #FFE081;
}

.copyright {
	color: #FFE081;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	color: #FFE081;
}

.error {
	color: red;
}

.ltgen {
	margin: 1px 1px;
	color: #FFE081;
	font-size: 1.2em;
}

.ltgenmed {
	color: #FFE081;
	margin: 1px 1px;
	font-size: 1.1em;
}

.ltgensmall{
	margin: 1px 1px;
	color: #FFE081;
	font-size: 1em;
}

.ltgensmall b strong {
	text-decoration: underline;
}

pre {
	font-family: "Andale Mono", "Courier New", monospace;
	font-size: 0.9em;
}

acronym {
	cursor: help;
}

/* Tables
 ------------ */
th {
	color: #C0C0C0;
	font-size: 16px;
	font-weight: bold;
	background-color: #9E8052;
	background-image: url('/ThePub/styles/ThePub/theme/images/cellpic3.gif');
	white-space: nowrap;
	padding: 2px;
	height: 21px;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #5B0B0B;
}

.catdiv {
	height: 29px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #9E8052 url('/ThePub/styles/ThePub/theme/images/cellpic2.gif') repeat-x scroll top left;
}

.cat {
	height: 29px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #9E8052;
	background-image: url('/ThePub/styles/ThePub/theme/images/cellpic2.gif');
	font-size: 1.05em;
	text-indent: 10px;
}

.toprow {
	background-color: #8C7A4F;
	background-image: url("/ThePub/styles/ThePub/theme/images/toprow.gif");
	border-color: #423420;
	border-left: 1px solid #423420;
	border-right: 1px solid #423420;
	border-top: 1px solid #423420;
	border-width: 1px;
	height: 21px;
}

.row1 {
	background-color: #BA9F70;
	background-image: url('/ThePub/styles/ThePub/theme/images/gen_background.gif');
	padding: 4px;
}

.row2 {
	background-color: #AB8C5B;
	background-image: url('/ThePub/styles/ThePub/theme/images/gen_background2.gif');
	padding: 4px;
}

.row3 {
	background-color: #AB8C5B;
	background-image: url('/ThePub/styles/ThePub/theme/images/gen_background3.gif');
	padding: 4px;
}

.spacer {
	background-color: #A38553;
	background-image: url('/ThePub/styles/ThePub/theme/images/gen_background3.gif');
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #000000;
	color: #000000;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

a:link {
	color: #FFE081;
	text-decoration: none;
}

a:active, a:visited {
	color: #FFE081;
	text-decoration: none;
}

a:hover {
	color: #FFE081;
	text-decoration: underline;
}

a.forumlink {
	color: #733A1A;
	font-weight: bold;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-size: 16px;
}

a.topictitle {
	color: #733A1A;
	margin: 1px 0;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

a.topictitle:hover {
	color: #733A1A;
	text-decoration: underline;
}

a.topictitle:visited {
	color: #733A1A;
}

th a,
th a:visited {
	color: #C0C0C0 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}

a.subforum.read {
	background-image: url('/ThePub/styles/ThePub/theme/images/subforum_read.gif');
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 14px;
}

a.subforum.unread {
	background-image: url('/ThePub/styles/ThePub/theme/images/subforum_unread.gif');
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 14px;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	background-color : #9E8052;
	color : #000000;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	border-color : #A48553 #C7B188 #C7B188 #A48553;
	background: url('/ThePub/styles/ThePub/theme/images/gen_background.gif');
}

textarea {
	background-color: #A48553;
	color: #000000;
	background-image: url('/ThePub/styles/ThePub/theme/images/gen_background.gif');
	font-family : "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em; 
	line-height: 1.4em;
	font-weight: normal;
	border-color: #A48553 #C7B188 #C7B188 #A48553;
	padding: 2px;
}

select {
	color : #000000;
	background-color: #A48553;
	font-family : "Lucida Grande", Verdana, Helvetica, sans-serif;
	border-color : #A48553 #C7B188 #C7B188 #A48553;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

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

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	background-color: transparent;
	border: none;	
}

.post {
	background-image: url('/ThePub/styles/ThePub/theme/images/gen_background.gif');
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
}

.btnbbcode {
	background-color : #CE6300;
	color : #FFE081;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #423420;
	background: url("/ThePub/styles/ThePub/theme/images/button.gif");
}

.btnmain {
	background-color : #CE6300;
	color : #FFE081;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #423420;
	background: url("/ThePub/styles/ThePub/theme/images/button.gif");
}

.btnlite {
	background-color : #CE6300;
	color : #FFE081;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color : #423420;
	background : url("/ThePub/styles/ThePub/theme/images/button.gif");
}

.btnPageGo {
	background: none repeat scroll 0 0 #5A5239;
	border: 2px solid #423121;
	color: #FFE081;
	padding: 2px;
}

.btnPageGo strong {
	background-color: #91844F;
	border: 2px solid #423121;
	padding: 2px;
	text-decoration: none;
}

.btnPageGo a {
	background-color: #5A5239;
	border: 2px solid #423121;
	padding: 2px;
}

.btnPageGo a:hover {
	background-color: #91844F;
	border: 2px solid #423121;
	padding: 2px;
	text-decoration: none;
}

.btnfile {
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #E4EBD6;
	border-style: none;
	color: #000000;
	padding: 2px;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #5B0B0B;
	color: #FFFFFF;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	background-color: #5B0B0B;
	font-size: 0.85em;
	font-weight: bold;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #000000;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #A48553;
	background-image : url('/ThePub/styles/ThePub/theme/images/gen_background3.gif');
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: transparent;
	color: #000000;
	background-color: transparent;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	font-weight: bold;

}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 0.9em;
	font-family: Courier, 'Courier New', sans-serif;
	background-color: #A48553;
	background-image : url('/ThePub/styles/ThePub/theme/images/gen_background3.gif');
}

.syntaxbg {
   color: #FFFFFF;
}

.syntaxcomment {
   color: #FF8000;
}

.syntaxdefault {
   color: #0000BB;
}

.syntaxhtml {
   color: #000000;
}

.syntaxkeyword {
   color: #007700;
}

.syntaxstring {
   color: #DD0000;
}

/* Private messages
------------------ */

.pm_marked_colour {
   background-color: #F29904;
}

.pm_replied_colour {
   background-color: #97A356;
}

.pm_friend_colour {
   background-color: #006633;
}

.pm_foe_colour {
   background-color: #990000;
}

/* Misc
------------ */

img {
   border: none;
}

.sep {
   color: black;
   background-color: #FFA34F;
}

table.colortable td {
   padding: 0;
}

pre {
   font-size: 1.1em;
   font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
   white-space: nowrap;
}

.username-coloured {
   font-weight: bold;
}