/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		  Gfxword
	Based on style:	  subSilver (the default phpBB 2 style)
	Original author:  subBlue ( http://www.subBlue.com/ )
	Modified by:	  Sharky ( http://Sharky.er.pl/  http://BoardBB.pl/ )
	
	Copyright 2009 phpBB Group, Gfxword.pl & Sharky.er.pl
    --------------------------------------------------------------
*/

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

html {
	font-size: 100%;
}

body {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #5b5b5b;
	background: #3b3b3b url('./images/background.gif') repeat-x;
	font-size: 10px;
	margin: 0 0 22px 0;
}

#header {
    background: url('./images/header.gif') no-repeat top;
}

#wraphead {
	width: 960px;
	height: 36px;
	margin: 0 auto;
	background: #0e0e0e url('./images/wraphead.gif') no-repeat top;
}

#wrapheader {
	background-color: #0e0e0e;
	width: 932px;
	padding: 15px 14px 0 14px;
	margin: 0 auto;
}

#wrapcentre {
	background-color: #0e0e0e;
	width: 932px;
	padding: 5px 14px 0 14px;
	margin: 0 auto;
}

#wrapfooter {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 65px;
	text-align: center;
	background: #0e0e0e url('./images/wrapfoot.gif') no-repeat bottom;
}

#logodesc {
	padding: 0 14px 15px 14px;
}

#datebar {
	padding: 20px 0 0 0;
}

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

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

.forumrules h3 {
	color: #a13c3c;
}

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

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


/* Nawigacja
 ------------ */
#menubar {
	background: #0e0e0e url('./images/menubar.gif');
	height: 35px;
	width: 906px;
	padding: 0 0 0 18px;
	margin-bottom: 10px;
	float: left;
}

#menubar_l {
	background: #0e0e0e url('./images/menubar_left.gif');
	width: 4px;
	height: 35px;
	float: left;
}
 
#menubar_r {
	background: #0e0e0e url('./images/menubar_right.gif');
	width: 4px;
	height: 35px;
	float: right;
}
 
#sep {
    background: #0e0e0e url('./images/menusep.gif');
	width: 26px;
	height: 35px;
	float: left;
}
 
/*  Text
 --------------------- */
h1 {
	color: #999999;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Tahoma, 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: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

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

h5 {
	margin: 0;
	color: #999999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

h6 {
	margin-top: 10px;
	color: #f6f6f6;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float: left;
}

p {
	font-size: 1.1em;
}

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

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	color: #3e3e3e;
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

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

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
	color: #767676;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	color: #1b1b1b;
	padding: 2px 0;
	white-space: nowrap;
} 

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 {
	color: #999999;
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: #a13c3c;
	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;
}

.postauthor {
	color: #5b5b5b;
}

.postdetails {
	color: #5b5b5b;
}

.postbody {
	color: #767676;
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-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: yellow;
}

.nav {
	margin: 0;
	color: #5b5b5b;
	font-weight: normal;
}

.pagination {
	padding: 4px;
	color: #5b5b5b;
	font-size: 1em;
	font-weight: normal;
}

.cattitle {

}

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

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

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

.copyright {
	color: #5b5b5b;
	font-size: 10px;
	font-family: Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: #a13c3c;
}


/* Tables
 ------------ */
th {
	color: #575757;
	font-weight: normal;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background: #131313 url('./images/cellpic1.gif');
	white-space: nowrap;
	padding: 7px 5px;
	height: 30px;
}

td {
	padding: 2px;
}

td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #0c0c0c;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #131313;
}
.rtl .catdiv {
	background-color: #131313;
}

.cat {
	height: 29px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #131313;
	text-indent: 4px;
}

.cat_left {
	WIDTH: 20px;
	background: #131313 url('./images/cat_left.gif') no-repeat;
}

.cat_right {
	background: #131313 url('./images/cat_right.gif') no-repeat right;
}

.row1 {
	background-color: #0e0e0e;
	padding: 5px;
}
p#shoutbox .row1, p#shoutbox .row2 { 
	height: auto;
	clear: both;
}
p#shoutbox .row1 img, p#shoutbox .row2 img {
	vertical-align: middle;
}

.row2 {
	background-color: #0e0e0e;
	padding: 5px;
}

.row3 {
	background-color: #0e0e0e;
	padding: 5px;
}

.row4 {
	background-color: #0e0e0e;
	border-top: 1px #1b1b1b solid;
	border-bottom: 1px #1b1b1b solid;
	padding: 10px 0 10px 0;
}

.spacer {
	background-color: #0e0e0e;
}

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

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

/* Links
 ------------ */
a:link {
	color: #4584d1;
	text-decoration: none;
}

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

a:hover {
	color: #5c99e4;
	text-decoration: none;
}

a.bread {
    color: #767676;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a.bread:hover {
    color: #8a8a8a;
	text-decoration: none;
}

a.forumlink {
	color: #4584d1;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a.topictitle {
	margin: 1px 0;
	color: #767676;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a.topictitle:visited {
	color: gray;
	text-decoration: none;
}
a.topictitle.unread_topictitle {
	color: #4584d1;
	text-decoration: none;
}

a.leader {
    color: #3e3e3e;
	font-weight: normal;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

a.cat {
    color: #999999;
	font-weight: bold;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a.cat:hover {
	text-decoration: none;
}

a.cat2 {
    color: #8a8a8a;
	font-weight: normal;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a.cat2:hover {
    color: #999999;
	text-decoration: none;
}

th a,
th a:visited {
	color: #5b5b5b !important;
	font-weight: normal;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

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

input {
	cursor: pointer;
	color: #5b5b5b;
	font-family: Tahoma, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #121111;
	background-color: #131313;
}

textarea {
	background-color: #131313;
	color: #5b5b5b;
	font-family: Tahoma, "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #121111;
	padding: 2px;
	cursor: pointer;
}

select {
	cursor: pointer;
	color: #5b5b5b;
	background-color: #131313;
	font-family: Tahoma, "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #121111;
	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: #131313;
	border-style: solid;
	border-width: 1px;
}

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

.btnmain {
	font-weight: bold;
	background-color: #131313;
	border: 1px solid #121111;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #131313;
	border: 1px solid #121111;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

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

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


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

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

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #121111;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #131313;
	color: #5b5b5b;
}

.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: #121111;
	color: #333333;
	background-color: #121111;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #121111;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #5b5b5b;
	font-size: 0.85em;
	font-family: Tahoma, Monaco, 'Courier New', monospace;
	background-color: #131313;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #5b5b5b;
}

.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: #767676;
	background-color: #767676;
}

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;
}
#msg li {
	list-style: none;
}
#msg dt {
   white-space: nowrap;
   margin-right: 4px;
}
#msg dd input {
	margin: 0 3px;
	vertical-align: middle;
}
