/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		mundo2(Black Crystals Sub mod)
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	background-color:#1c1c1c;
	
	font-size: 100%;
}

body {
	height: 100%;
	min-height: 100%; 
	width: 800px;
	max-width: 800px;
	min-width: 800px;
	border: 0px;
	padding: 0px;
	margin: 15px auto;
	overflow: auto;
	
	border-style:solid;
	border-color:#555555;
	border-width:1px 1px;
	
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #dda; /* #cdc2b0; /* bylo #323D4F; */
	background-color: black; /* bylo #FFFFFF */
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	/* wykomentowalem margin: 0; */
}

#kontener { /* dodany przeze mnie DIV, potrzebny do utrzymania stopki na dole strony*/
	height: 100%;
	min-height: 100%; 
}

#wrapheader {
	min-height: 120px;
	height: auto !important;
	height: 120px;
/*	background-image: url('./images/background.gif');
	background-repeat: repeat-x;*/
/*	padding: 0 25px 15px 25px;*/
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	position: relative; /*to by sprowadzilo stopke na dol jesli zawierala by sie w kontenerze (w sensie innego DIVa o wysokosci 100% */
	bottom: 0;
	
	background-color: transparent;
	background-image: url('./images/stopka.jpg');
	background-repeat: no-repeat;
    background-position: bottom left;
	padding-bottom: 25px;
	
	text-align: center;
	clear: both;
}

#wrapnav {
	border: none;
	
	width: 100%;
	margin: 0;
	background-color: #f7f7f7;
	/* border-width: 0px;
	border-style: solid;
	border-color: #181818; /*#555; /* bylo #A9B8C2; */
}

#menubar {
	clear: both; /* jak zmodyfikuje naglowek to byc moze to niepotrzebne bedzie */
	
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.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 { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: white;
	font-family: Comic Sans MS, cursive; /* bylo "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: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	/* color: #dda; */
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	font-family: Comic Sans MS, cursive;
	font-weight: bold;
	font-size: 1.2em;
	color: #ddd;
	
	margin: 0;
	float: left;
	/* color: #dda; */
	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;
}

.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;
}

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;
}

.postauthor {
	font-size: 1.6em;
	/* color: #dda; */
}

.postdetails {
	color: #dda;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "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 {
	color: #500;
	font-weight: bold;
	
	background-color: #f33; /* bylo yellow; */
	
}

.nav {
	margin: 0;
	color: #dda;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: #dda;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.gen1 {
	font-family: Comic Sans MS, cursive;
	font-weight: bold;
	
	margin: 1px 1px;
	font-size: 1.2em;
	color: #ddd; /* bylo #111111; */
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.tablebg .row1 table tr td { white-space: normal; }  /*naprawia wystajaca tabelke w "nowych wiadomosciach" */

.gensmall { 
	/* white-space: normal;  naprawia wystajaca tabelke w "nowych wiadomosciach" */
	
	margin: 1px 1px;
	font-size: 1em;
}


.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: Comic Sans MS, cursive; /* bylo "Lucida Grande", Helvetica, Arial, sans-serif; */
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	font-family: Comic Sans MS, cursive;
	
	/* probuje pozbyc sie paskow ale to chyba nic nie daje*/
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0;
	margin: 0;
	
	color: #ddd; /* #DDD; */
	font-size: 1.3em; /* bylo 1.1em; */
	font-weight: bold;
	/* background-color: #181818; /* bylo #006699; */
	background: #181818; /* url('./images/tile_back.jpg') repeat-y scroll top left; /* (to ten rzad z podpisem kolumn) bylo url('./images/cellpic3.gif'); */
	white-space: nowrap;
	padding: 5px 5px; /* bylo 7px 5px; */
}

td {
	/* probuje pozbyc sie paskow ale to chyba nic nie daje*/
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0;
	margin: 0;
	
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	border-spacing: 0px;
	border-collapse: collapse;
	
	background-color: #181818; /* (siatka) bylo #A9B8C2; */
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	/* background: /* bylo white url('./images/cellpic2.jpg') repeat-y scroll top left; */
	background: black url('./images/cellpic4_turu_new.jpg') no-repeat scroll top left; /* bylo url('./images/cellpic1.gif'); */
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #181818; /*#181818; /* bylo #C7D0D7; */
	background-image: url('./images/cellpic3.gif'); /* bylo url('./images/cellpic1.gif'); */
	text-indent: 4px;
}

.row1 {
	background-color: #181818; /* bylo #f7f7f7; */
	padding: 4px;
}

.row2 {
	background-color: #181818; /* bylo #f7f7f7; */
	padding: 4px;
}

.row3 {
	/* background-color: #black; /* bylo #f7f7f7; */
	padding: 4px;
	
	border-width: 2px;
	border-style: solid;
	color: #FFCC66;
	border-color: #FFCC33;
	background-color: black;
}

.spacer {
	background-color: #D1D7DC;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #ddd; /* bylo #006597; */
	text-decoration: none;
}

a:active,
a:visited {
	color: #aaa; /* #ffa87b; /* #005784; */
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

a.forumlink {
	color: #ffc; /* bylo #069; */
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #aaa; /* #ffa87b; /* bylo #5493B4; */
	text-decoration: none;
}

th a,
th a:visited {
	color: #aaa !important; /* bylo #DDD !important; */
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #ddd; /* bylo #333333; */
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #555; /* bylo #A9B8C2; */
	background-color: black; /* bylo #FAFAFA; */
}

textarea {
	background-color: black; /* bylo #FAFAFA; */
	color: #ddd; /* bylo #333333; */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #555; /* bylo #A9B8C2; */
	padding: 2px;
}

select {
	color: #ddd; /* bylo #333333; */
	background-color: black; /* bylo #FAFAFA; */
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #555; /* bylo #A9B8C2; */
	padding: 1px;
}

option {
	color: #ddd; /* bylo #333333; */
	background-color: black; /* bylo #FAFAFA; */
	
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	color: #ddd; /* bylo #333333; */
	
	border: none;
	background-color: transparent;
}

.post {
	background-color: black; /* bylo white; */
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #ddd; /* bylo  color: #dda;  */
	background-color: black; /* bylo background-color: #EFEFEF;  */
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: black; /* bylo  #f7f7f7;   */
	border: 1px solid #555; /* bylo #A9B8C2; */
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: black; /* bylo  #f7f7f7;   */
	border: 1px solid #555; /* bylo #A9B8C2; */
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: black; /* bylo  #f7f7f7;   */
	border: 1px solid #555; /* bylo #A9B8C2; */
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	/* background-color: black; /* bylo #DEE3E7; */
	/* border-style: none;  */
	
	border-width: 2px;
	border-style: solid;
	color: #FFCC66;
	border-color: #FFCC33;
	background-color: black;
	
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #555; /* bylo #A9B8C2; */
	color: #fc3; /* #333333; */
	background-color: #1c1c1c;/* #555; /* bylo #A9B8C2; */
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #555; /* bylo #A9B8C2; */
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #1c1c1c; /* #FAFAFA; */
	color: #dda;
}

.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: #555; /* bylo #A9B8C2; */
	color: #333333;
	background-color: #555; /* bylo #A9B8C2; */
	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: #555; /* bylo #A9B8C2; */
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #dda;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #555; /* bylo #A9B8C2; */
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: red; /* ciekawe co to jest */
	background-color: #DDD;
}

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;
}












/* zmodyfikowany naglowek */

.naglowekmod {
	margin-bottom: 0px; /* bylo 5px; */
	padding: 0; /* 20px 25px 0px 25px; /* bylo 20px 25px; */
	background: black;
	background-image: url('./images/naglowek.jpg'); /* bylo url('./images/tile_back.jpg') */
	height: 137px; /*50px; /* bylo 55 */
	border-bottom: 0px solid #555; /* 1px solid #4787A7; */
}

.naglowekmod2 {
	margin-bottom: 0px; /* bylo 5px; */
	padding: 0; /* 20px 25px 0px 25px; /* bylo 20px 25px; */
	background: black;
	background-image: url('./images/naglowek2.jpg'); /* bylo url('./images/tile_back.jpg') */
	height: 137px; /*50px; /* bylo 55 */
	border-bottom: 0px solid #555; /* 1px solid #4787A7; */
}


#logodesc {
	margin: 38px 42px 0px 0px;
	
	float: right;
}

/* Search box
--------------------------------------------- */

fieldset {
	margin: 13px 0px 0px 10px;
	
	float: left;
	border: none;
}

#search-box {
	padding: 0;
	margin 0;
	border-spacing: 0;
	border: none; /* bylo 1px solid green; */
	position: relative;
	float: none; /* bylo right; */
	white-space: nowrap; /* For Opera */
	
	margin-top: 0px; /* bylo 30px; */
	margin-right: 0px; /* bylo 5px; */
	display: block;
	text-align: right;
	
}

#search-box #keywords {
	padding: 0;
	margin 0;
	border-spacing: 0;
	border: 1px solid #555; /* bylo 1px solid red; */
	background-color: transparent;
	background-image: url("./images/icon_textbox_search.gif");
	background-repeat: no-repeat;
    background-position: top left;
    height: 19px;
    width: 180px;
	padding-left: 33px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #555;
	font-size: 1.9em;
	font-weight: bolder;
	
}
