/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:		r2
	Based on style:	subSilver2
    --------------------------------------------------------------
*/

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

html {
    font-size: 100%;
}

body {
    padding: 0 15px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #000000;
    background-color: #9aa6c0;
    font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
}


/* Header
 ------------ */
#wareinfo {
    margin: 0 -15px;
    background: #58628C;
    padding: 0.5em;
    color: white;
    font-size: 110%;
    text-align: right;
}

#wareinfo a {
    color: #eee;
}

#wrapheader {
    margin: 0.5em 0;
    color: #ffffff;
    overflow: hidden;
    _zoom: 1;
}

#wrapheader a:hover {
    text-decoration: underline;
}

#logo {
    float: left;
    padding-right: 2em;
    width: auto;
}

#search-box {
    display: block;
    float: right;
    position: relative;
    margin: 0.5em 0.5em 0.2em 0;
    line-height: 1.2em;
    text-align: right;
    white-space: nowrap;
    _display: inline;
}

#search-box FORM {
    _width: 1%;
}

#search-box a {
    color: #ffffff;
}

#search-box input {
    font-size: 8pt;
}
#search-box input.button {
    padding: 1px 2px;
}

#site-description {
    margin: 0 240px;
    text-align: center;
}

#site-description p {
    margin-bottom:0.5em;
}

#mainmenu {
    font-weight: bold;
    font-size: 120%;
    clear: both;
    margin: 0 -240px;
}

#mainmenu a {
    border-right: solid 1px #000;
    line-height: 1.2em;
    padding: 0 0.6em 0 0.6em;
    white-space: nowrap;
}

#mainmenu a.last {
    border-right: 0;
}

#wrapcentre {
    margin: 15px 25px 0 25px;
}


/* Index Body
 ------------ */
#indexsearchlinks {
    display: block;
    margin-left: 0.5em;
    font-size: 1.1em;
}

#indexsearchlinks li {
    display:block;
    float:none;
    line-height:1.3em;
}


/* Overall Footer
 ------------ */
#wrapfooter {
    text-align: center;
    clear: both;
    margin: 0em;
    overflow: hidden;
}

.forumrules {
    background-color: #F9CC79;
    border-width: 1px;
    border-style: solid;
    border-color: #BB9860;
    padding: 4px;
    font-weight: normal;
    font-size: 1.1em;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
    color: red;
}

#pageheader {
    margin: 0 0 0.3em 0.5em;
}

#pageheader h2 {
    font-size: 1.2em;
    margin-right: 180px;
}

#pagecontent { }
#pagefooter { }


/*  Text
 --------------------- */
h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.7em;
    text-decoration: none;
}

h2 {
    font-weight: bold;
    font-size: 1.5em;
    text-decoration: none;
    line-height: 120%;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 120%;
}

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

p {
    font-size: 1.1em;
}

p.rightside {
    float: right;
    text-align: right;
    margin-right: 0.5em;
    overflow: hidden;
}

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

.rtl p.moderators {
    float: right;
}

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

.rtl p.linkmcp {
    float: left;
}

.breadcrumbs {
    display: block;
    margin: 0 0 0.3em 0.5em;
    font-weight: bold;
    overflow: hidden;
    _zoom: 1;
}

.breadcrumbs li {
    float: left;
    display: block;
    list-style-type: none;
    width: auto;
    margin-right: 0.1em;
    font-size: 1.2em;
}

p.forumdesc {

}

p.topicauthor {
    margin: 1px 0;
}

p.topicdetails {
    margin: 1px 0;
}

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

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

.postapprove img, .postreported img {
    vertical-align: bottom;
}

.postauthor {
    color: #000000;
}

.postdetails {
    color: #000000;
}

.postbody {
    font-size: 1.2em;
    line-height: 1.4em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

.postholder .postbody {
    width: 100%;
    overflow: auto;
    word-wrap: break-word;
}

.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: yellow;
}

.rep a, .rep strong {
    line-height: 12px;
}
.rep a.add, .rep a.neg {
    margin: 0 0.5em;
}
.rep a img {
    height: 12px; width: 12px;
    vertical-align: bottom;
}

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

.pagination {
    padding: 4px;
    color: black;
    font-size: 1em;
    font-weight: bold;
}

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

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

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

.admzone {
    clear: both;
    margin: 1em 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

.contacts {
    font-size: 120%;
    margin-bottom: 1em;
}

.contacts a {
    font-weight: bold;
}

.copyright {
    margin-bottom: 1.5em;
    color: #444;
}

.titles {
    font-weight: bold;
    font-size: 1.0em;
    text-decoration: none;
}

.error {
    color: red;
}


/* Tables
 ------------ */
th {
    color: #FFFFFF;
    font-size: 10pt;
    background-color: #7c8fb8;
    height: 25px;
    padding: 0.2em;
}

td {
    font-size: 8pt;
    padding: 0.5em;
}

td .gensmall, th .gensmall {
    font-size: 0.8em;
}

.editor select.gensmall {
    font-size: 1em;
}

td p, th p {
    font-size: 1em;
}

td.profile {
    padding: 4px;
}

.tablebg {
    margin-top: -1px;
}

.catdiv {
    background-color: #d6d7f1;
    height: 28px;
}
.rtl .catdiv {
    background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
    height: 28px;
    background-color: #d6d7f1;
    text-align: center;
}

.cat h4 a, .cat h4 a:visited {
    color: #000000;
}

.row1 {
    background-color: #dedfdf;
}

.row2 {
    background-color: #f7f7f7;
}

.row3 {
    background-color: #d1d7dC;
}

.spacer {
    background-color: #D1D7DC;
}

hr {
    height: 1px;
    border-width: 1px 0 0;
    border-color: #A1A1AC;
    border-right: 0 solid #A1A1AC;
    border-style: solid;
}

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

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

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
a:link {
    color: #33335f;
    text-decoration: none;
}

a:visited {
    color: #33335f;
    text-decoration: none;
}

a:hover {
    color: #b30000;
}

a:active {
    color: #33335f;
    text-decoration: none;
}

a.postlink:link {
    color: #006699;
}

a.postlink:visited {
    color: #5493B4;
}

a.postlink:hover {
    text-decoration: underline;
    color: #DD6900;
}

a.postlink-local:link {
    color: #006699;
}

a.postlink-local:visited {
    color: #5493B4;
}

a.postlink-local:hover {
    text-decoration: underline;
    color: #DD6900;
}

:active,
:focus {
    outline: none;
}


/* Forum List Body
 ------------ */
a.forumlink {
    font-weight: bold;
    font-size: 1.2em;
}

a.forumlink, a.forumlink:visited {
    color: #400080;
}

a.forumlink:hover {
    color: #DD6900;
}

.tablebg p.moderators {
    color: #708090;
    font-weight: normal;
}

.tablebg p.moderators a {
    color: #708090 !important;
    font-weight: normal !important;
}

.views {
    color: #708090;
}

p.subforums {
    margin-top: 0.5em;
    color: #555;
}

p.subforums a {
    font-weight: bold;
}

a.topictitle {
    margin: 1px 0;
    font-weight: bold;
    font-size: 1.2em;
}

a.topictitle:visited {
    color: #5493B4;
}

a.topictitle:hover {
    color: #DD6900;
}

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

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


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

fieldset {
    border: none;
}

input, textarea, select {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 9pt;
}

input {
    padding: 2px;
}

textarea {
    line-height: 1.4em;
    font-weight: normal;
    padding: 2px;
}

select {
    padding: 2px;
}

option {
    padding: 0 1em 0 0;
}

option.disabled-option {
    color: gray;
}

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

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

input.align-bottom {
    vertical-align: bottom;
}

.post {
    background-color: white;
    border-style: solid;
    border-width: 1px;
}

.btnbbcode {
    color: #000000;
    font-weight: normal;
    font-size: 1.1em;
    font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
    background-color: #EFEFEF;
    border: 1px solid #666666;
}

.btnmain {
    font-weight: bold;
    padding: 2px 0.5em;
}

.btnlite {
    font-weight: normal;
}

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

.helpline {
    background-color: #DEE3E7;
    border-style: none;
}


/* BBCode
 ------------ */
.attachtitle {
    margin: 10px 5px 0 5px;
    padding: 4px;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #A9B8C2;
    color: #333333;
    background-color: #A9B8C2;
    font-size: 0.85em;
    font-weight: bold;
}

.attachcontent {
    margin: 0 5px 10px 5px;
    padding: 5px;
    border-color: #A9B8C2;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.4em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    background-color: #FAFAFA;
    color: #4B5C77;
}

.attachcontent {
    font-size: 0.85em;
}

.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: #000000;
}

.pm_replied_colour {
    background-color: #A9B8C2;
}

.pm_friend_colour {
    background-color: #007700;
}

.pm_foe_colour {
    background-color: #DD0000;
}


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


/* Post Related
 ------------ */
.userinfo {
    overflow: hidden;
    word-wrap: break-word;
}

.postauthor {
    font-size: 120%;
}

.postinfo {

}

.postinfo hr {
    clear: both;
    display: block;
    margin: 0.5em 0;
}

.postinfo td {
    margin: 0;
    padding: 0;
}

.postinfo a.service {
    color: #000000;
}

.postinfo a.service:hover {
    color: #b30000;
}

.postdetails .title span {
    font-weight: bold;
}

blockquote {
    margin: 0.5em 2.5em;
    color: #444444;
    font-size: 100%;
}

blockquote blockquote {
    font-size: 100%;
}

blockquote label {
    color: #000000;
}

blockquote label[for='code']{
    color: #000000;
    margin: 0 -2.5em;
}

blockquote hr {
    margin: 0.5em 0;
}

blockquote pre {
    font-family: monospace;
    font-size: 100%;
    background: #fff;
    color: #006600;
    overflow: auto;
    white-space: nowrap;
    padding: 0.5em;
    margin: 0.5em -2.5em;
    border: solid 1px #a1a1ac;
    border-right: 0;
    border-left: 0;
}


/* BB Code Custom Buttons
 ------------ */
#addbbcode22 {
    width: 20px;
} /* Indent button */

#addbbcode24 {
    width: 30px;
} /* OFF button */

#addbbcode26 {
    width: 20px;
} /* Small button */

#addbbcode28 {
    width: 60px;
} /* Spoiler button */

#addbbcode30 {
    width: 30px;
} /* Strike button */