/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subSGH
	Based on style:	subSilver2 
	Original author:	phpBB team ( http://www.phpbb.com/ )
	Modified by:		Flexis, conversion to phpBB3: karolhot
    --------------------------------------------------------------
*/

/* 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: Verdana, Helvetica, Arial, sans-serif;
	background-color: #f1f1e7;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;

	scrollbar-face-color: #ebebde;
	scrollbar-highlight-color: #f8f8f3;
	scrollbar-shadow-color: #dbd7cc;
	scrollbar-3dlight-color: #ebebde;
	scrollbar-arrow-color:  #dbd7cc;
	scrollbar-track-color: #f8f8f3;
	scrollbar-darkshadow-color: #dbd7cc;
}

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

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

#wrapfooter {
	text-align: center;
	clear: both;
	margin: 15px 25px 0 25px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	border-bottom: 1px solid #DCDACE;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menubar {
	margin: 0px;
}

#topbar {
	margin: 20px 0px 0px 0px;
   padding: 0px 10px;
}

#topbar .actions {
   font-size: 11px;
   padding: 3px 0px;
}

#topbar .actions img {
   margin: 0px 2px;
   position: relative;
   top: 2px;
}

#topbar a {
   color: #686254;
   text-decoration: none;
}

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

#lastVisit {
   padding-left: 24px;
}

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

#pageheader { margin-top: 15px; padding-left: 25px; }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
   margin: 0px;
   font-family: Tahoma;
   color: #900000;
   font-weight: bold;
   font-size: 14px;
   letter-spacing: 1px;
   padding-left: 8px;
}

h4 a,
h4 a:hover {
   color: #900000;
}

h5 {
   color: #686254;
   font-size: 10px;
   font-family: Verdana,Helvetica,Arial,sans-serif;
   padding-top: 5px;
   padding-left: 2px;
   
}

p {
	font-size: 11px;
}

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

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
   padding-right: 10px;
   margin-bottom: 10px;
}

.rtl p.linkmcp {
	float: left;
}

.breadcrumbsContainer {
   margin: 5px 0px;
}

#breadcrumbs {
   position: fixed;
   top: -28px;
   left: 0px;
   height: 46px;
   width: 100%;
   overflow: hidden;
   z-index: 1;
   cursor: pointer;
}

#breadcrumbs-mark {
   position: absolute;
   top: 37px;
   left: 49%;
   width: 17px;
   height: 8px;
   background-image: url('./images/navBar-arrow.png');
   background-repeat: no-repeat;
}

table.breadcrumbs {
   background-color: #ffffff;
	border: #dbd7cc solid;
   border-width: 1px 0px 1px 0px;
	padding: 0px 0px 1px 0px;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: #686254;
	font-weight: bold;
	white-space: normal;
	font-size: 11px;
   padding: 3px 25px 0px 25px;
   font-family: Tahoma;
}

p.breadcrumbs .index {
   color: #900000;
}

.rtl p.breadcrumbs {
	float: right;
}

.navRight {
   color: #686254;
   margin: 0;
   padding: 0px;
	float: right;
	white-space: nowrap;
	font-size: 11px;
   margin-right: 30px;
}

.navRight input {
   margin-left: 5px;
   border: solid #DCDACE 1px;
   background-color: #FFFFFF;
   font-size: 11px;
   height: 12px;
}

.navRight input.submit {
   background: none;
   border: none;
   position: relative;
   top: 2px;
}

p.datetime {
	color: #686254;
   margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 10px;
   padding: 0px 10px 0px 10px;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

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

.rtl p.searchbarreg {
	float: left;
}

.searchSep {
   font-size: 22px;
   color: #DBD7CC;
}

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

table.subforums {
   margin-left: 10px;
}

.subforums a,
.subforums a:visited {
   font-weight: bold;
   font-family: Tahoma;
   font-size: 11px;
   color: #900000;
}

.subforums a:hover {
   font-weight: bold;
   font-family: Tahoma;
   font-size: 11px;
   color: #900000;
   text-decoration: underline;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
   margin: 1px 0px;
	color: #686254;
	font-size: 10px;
}

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

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: #144F00 !important;
	font-weight: bold;
}

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

.moderatorbox {
   padding: 10px 10px 10px 10px !important;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #DBD7CC;
   color: #7A725D;
	background-color: #ebebde;
	font-size: 0.85em;
	font-weight: bold;
}

.moderatorbox img {
   margin-right: 5px;
}

.postauthor {
	font-size: 11px;
   color: #7A725D;
}

.black {
   color: #000000 !important;
}

.postInfo {
   color: #7A725D;
}

.postInfoSeparator {
   color: #DBD7CC;
}

.postdetails {
	color: #000000;
	font-size: 10px;
}

.avatarPadding {
   padding: 3px 10px 3px 0px;
}

.userDetails {
   margin: 10px -4px 10px -10px;
   padding: 4px 4px 4px 10px;
   border-color: #DBD7CC;
   border-style: dashed;
   border-width: 0px 0px;
   font-size: 9px;
   color: #7A725D;
}

.userRank {
   font-size: 9px;
   color: #7A725D;
}

div.postbody {
   padding: 3px;
}

.postbody {
	font-size: 12px;
	line-height: 18px;
   min-height: 20px;
}

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

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

.postsignature {
   padding: 20px 15px 20px 40px;
   margin-left: 0px;
   margin-right: -1px;
   margin-bottom: 15px;
   position: relative;
   left: -1px;
   z-index: 0;
   
   /*background-image: url('./images/quill-small.png');
   background-repeat: no-repeat;
   background-position: 25px 5px;*/
   
   border-color: #DBD7CC;
   border-style: dashed;
   border-width: 1px 0px 0px 0px;
   
   min-height: 15px;
   color: #7A725D;
   font-size: 11px;
}

.pmsignature {
   margin-top: 20px;
   margin-bottom: 0px;
}

.markUnread {
   padding-top: 5px;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	color: #900000;
}

.selected {
   color: #900000;
}

a.nav {
	text-decoration: none;
	color: #144F00;
}

a.nav:hover {
	text-decoration: underline;
}

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

.paginationContainer strong {
   background-image: url('./images/icon_mini_empty_long.gif');
   background-repeat: repeat-x;
   background-position: center;
   padding: 3px 7px;
   font-weight: bold;
   font-size: 11px;
   color:#900000;
}

.freeSpace {
   margin: 0px 4px;
}

.cattitle {
	font-family: Tahoma;
	font-weight: bold;
	padding-left: 8px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #8c0000;
}

a.cattitle {
	text-decoration: none;
	color: #900000;
}

a.cattitle:hover {
	text-decoration: underline;
}

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

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

.genmedium {
   margin: 1px 1px;
   padding-left: 15px;
   font-size: 11px;
   color: #686254;
}

.genmedium a,
.genmedium a:visited,
.genmedium a:hover {
   color: #900000;
   font-weight: bold;
}

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

.gen, .genmed, .gensmall {
	color: #686254;
}

.gen a, .genmed a, .gensmall a,
.gen a:hover, .genmed a:hover, .gensmall a:hover {
	color: #144f00;
}

a.gen, a.genmed, a.gensmall {
	color: #144f00;
	text-decoration: none;
}

a.gen:hover, a.genmed:hover, a.gensamll:hover {
	color: #144f00;
	text-decoration: underline;
}

.mainmenu {
	font-size: 11px;
	color: #000000;
}

.mainmenu  a ,
.mainmenu a:visited {
	text-decoration: none;
	color: #686254;
   letter-spacing: 0.2px;
}

.mainmenu a:hover {
   color: #686254;
	text-decoration: underline;
}

.mainmenu td {
   padding: 5px 0px 5px 5px;
}

.mainmenu img {

}

.mainmenu .nopadding {
   padding: 0px !important;
}

.mainmenu .minipadding {
   padding: 0px 3px !important;
}

.copyright {
	color: #686254;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: -1px;
}

.copyright a,
.copyright a:visited {
	color: #686254;
	text-decoration: none;
}

.copyright a:hover {
	color: #686254;
   text-decoration: underline;
}

.titles {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
   font-size: 18px;
   font-weight: bold;
   line-height: 120%;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	background-color: #216b00;

   /* IE */
   height: 37px;
   
	background-image: url('./images/cellpic30_new.gif');
	white-space: nowrap;
	padding: 0px 5px;
}

th {

}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
   padding-left: 10px;
}

.tablebg {
	background-color: #ffffff;
	border: 1px #dbd7cc solid;
   padding: 10px;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ffffff;
	background-image: url('./images/cellpic10_new.gif');
	background-repeat: repeat-x;
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: #dbd7cc 0px;
	border-style: solid;
	height: 35px;
	background-color: #dbd7cc;
	background-image: url('./images/cellpic10_new.gif');
	text-indent: 4px;
}

.row1 {
	background-color: #f8f8f3;
	border: solid #dbd7cc 1px;
	border-width: 0px 1px 1px 0px;
	padding: 6px;
}

.row2 {
	background-color: #f8f8f3;
	border: solid #dbd7cc 1px;
	border-width: 0px 1px 1px 0px;
	padding: 6px;
}

.row3 {
	background-color: #f8f8f3;
	border: solid #dbd7cc 1px;
	border-width: 0px 1px 1px 0px;
	padding: 6px;
}

.rowM {
	background-color: #f8f8f3;
	border: solid #dbd7cc 1px;
	border-width: 0px 1px 1px 0px;
	padding: 0px;
}

.rowM td {
   padding: 6px;
}

.darkrow {
   background-color: #EBEBDE;
   color: #7A725D;
}

.signature {
   padding: 0px !important;
}

.signature td {
   padding: 0px !important;
}

.spacer {
	/*background-color: #D1D7DC;*/
	margin: 0;
	padding: 0;
	border: #dbd7cc 0px;
	border-style: solid;
	height: 5px;
	background-color: #dbd7cc;;
	background-image: url('./images/cellpic10_new.gif');
}

hr {
	height: 0px;
	border: solid #dcdace 0px;
	border-top-width: 1px;
}

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

/* Links
 ------------ */
a {
	color: #144F00;
   text-decoration: none;
}

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

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

a.forumlink {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #144f00;
}

a.forumlink:hover {
	text-decoration: underline;
	color: #144f00;
}

a.searchForumLink {
   color: #900000;
   font-weight: bold;
}

a.searchTopicLink {
   color: #144F00;
   font-weight: bold;
}

a.topictitle {
	margin: 1px 0;
	font-weight: bold;
	font-size: 11px;
	color: #144f00;
}

a.topictitle:link {
	text-decoration: none;
	color: #144f00;
}

a.topictitle:visited {
	color: #144f00;
	text-decoration: none;
}

a.topictitle:hover {
	text-decoration: underline;
	color: #144f00;
}

.messagetitle {
   font-size: 11px;
}

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

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

a.postlink,
a.postlink:visited {
   color: #900000;
   font-weight: bold;
}

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

input {
	color: #000000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	padding: 1px;
	border: 1px solid #DCDACE;
	background-color: #FFFFFF;
}

textarea {
	background-color: #FFFFFF;
	color: #000000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #DCDACE;
	padding: 2px;
}

select {
	color: #000000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #DCDACE;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

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

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

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

.btnbbcode {
	color:#686254;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #DCDACE;
}

.fontColor {
   padding-right: 10px;
}

.colorPalette td {
   border: 1px solid #DCDACE;
}

.btnmain {
	background-color: #e5e3d6;
	border: 1px solid #c6c4b9;
   cursor: pointer;
	padding: 1px 20px;
	font-size: 11px;
   font-weight: bold;
   color: #900000;
}

.btnmain:hover {
   background-color: #900000;
   color: #F8F8F3;
}

.btnlite {
	background-color: #f5f3e6;
   border: 1px solid #DCDACE;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 11px;
   font-weight: bold;
   color: #144F00;
}

.btnlite:hover {
   background-color: #144F00;
   color: #F8F8F3;
}

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

.helpline {
	background-color: #F8F8F3;
	border: solid #DCDACE;
   border-width: 0px 0px 0px 0px;
   padding: 5px 5px 5px 5px;
   color: #900000;
   font-style: italic;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 20px 0 20px;
	padding: 5px 5px 5px 15px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #DBD7CC;
	color: #7A725D;
	background-color: #DBD7CC;
   background-image:url(./images/cellpic10_new.gif);
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 20px 10px 20px;
	padding: 15px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #DBD7CC;
	font-weight: normal;
	font-size: 11px;
	line-height: 125%;
	background-color: #FFFFFF;
	color: #000000;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #DBD7CC;
	color: #686254;
	background-color: #DBD7CC;
   background-image:url(./images/cellpic10_new.gif);
	font-size: 0.8em;
   font-weight: bold;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #DBD7CC;
	font-weight: normal;
	color: #000000;
	font-size: 11px;
	font-family: Courier, 'Courier New', monospace;
	background-color: #FFFFFF;
}

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

.messageActions {
   
   border-color: #DBD7CC;
   border-style: dashed;
   border-width: 1px 0px 0px 0px;
   color: #7A725D;
}


/* Misc
 ------------ */
img {
	border: none;
}

img.latex {
   margin: 3px;
}

.subline {
   position: relative;
   top: 2px;
}

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