
/*
  The original Leeds Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #fff;
	margin: 0;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { text-decoration: none; color : #6A6A6A; }
a:hover		{ text-decoration: none; color : #C40926; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: #D4D4D4; border-style: solid; border-width: 0px 0px 0px 0px; padding: 5px 0px 5px 0px; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #d3d3d3; border: 1px #DBDBDB solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #fdfdfd; }
td.row2	{ background-color: #f4f4f4; }
td.row3	{ background-color: #fafafa; }
td.row4	{ background-color: #f2f2f2; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(images/cellpic2.gif);
		
}

/* Header cells - the blue and silver gradient backgrounds */
th	{

	font-size : 11px;
	font-family: Tahoma, Verdana; 
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7b7b7b; height: 30px;
	background-image: url(images/cellpic3.gif);
	background-repeat: repeat-x;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic2.gif);
			background-color: #D5D3D3; border: #FFFFFF; border-style: solid; height: 27px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 27px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 30px; background-repeat: repeat-x; }
td.row3Right,td.spaceRow {
	background-color: #f3f3f3; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 2px 1px 2px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-left-color: #E76369; border-right-color: #A82823; border-width: 0px 0px 0px 0px; border-style: solid; }
th.thCornerL { border: #A82823; border-width: 0px 0px 0px 0px; border-style: solid; }
th.thCornerR { border: #E76369; border-width: 0px 0px 0px 0px; border-style: solid; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 16px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #151515; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #C40926; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #6A6A6A;  }
a.mainmenu:hover{ text-decoration: none; color : #C40926; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #C40926}
a.cattitle,a.cattitle:visited	{ text-decoration: none; color : #C40926; }
a.cattitle:hover{ color : #A0A0A0; text-decoration:none; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 11px; color : #555555; }
a.forumlink,a.forumlink:visited 	{ text-decoration: none; color : #555555; }
a.forumlink:hover{ text-decoration: none; color : #C40926; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #6A6A6A; }
a.nav:hover		{ text-decoration: none; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #555555; }
a.topictitle:link   { text-decoration: none; color : #555555; }
a.topictitle:visited { text-decoration: none; color : #555555; }
a.topictitle:hover	{ text-decoration: none; color : #C40926; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px;}
a.postlink:link	{ text-decoration: none; color : #393939 }
a.postlink:visited { text-decoration: none; color : #555555; }
a.postlink:hover { text-decoration: none; color : #C40926}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #d85050;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #efefef; border: #646363; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: none;}


/* Form elements */
input,textarea, select {
color : #000000;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;

}

/* The text input fields background colour */
input.post, textarea.post, select { background-color : #ffffff; border: 1px solid #c6c6c6; }

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
background-color :	#f6f5f5;
color :			#000000;
font-size:		11px; font-family: Verdana, Arial, Helvetica, sans-serif;
cursor:			pointer;
border: 1px solid #c6c6c6;
}

/* The main submit button option */
input.mainoption {
background-color:	#f9f9f9;
font-weight:		bold;
cursor:			pointer;
border: 1px solid #c6c6c6;
}

/* None-bold submit button */
input.liteoption {
background-color:	#f9f9f9;
font-weight:		normal;
cursor:			pointer;
border: 1px solid #c6c6c6;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #fdfdfd; border-style: none; }


#wrapper {
	width: 970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* stopka */

#footer {
	width: 970px;
	color: #fff;
	clear: both;
	font-family: verdana;
	font-size: 8pt;
	background: url(images/bg_footer.jpg) no-repeat;
	/*margin-top: 20px;*/
	/*margin-bottom: 5px;*/
	margin: 20px 0px 5px 0px;
	text-align: left;
}

#footer a {
	color: #000;
	text-decoration: none;	
}

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

#footer p {
	font-size: 7pt;
	margin: 7px 5px 0;
	float:left;
	clear: left;
	line-height: 230%;
}

#footer img.flaga {
	margin-left: 10px;
    margin-top: 6px;
	vertical-align: -1px;
}

#footer #copyright {
	color: #bbb;
	text-align: right;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	padding-top: 10px;
	margin-right: 5px;
	
}

#footer #copyright a {
	color: #bbb;
}

.spacerek {
height: 3px;
}

.post_rating {
	float: right;
	width: 330px;
	text-align: right;
	font-size: 8pt;
	vertical-align: middle;
}

.post_rating img {
	border: 0;
	vertical-align: middle;	
}

.post_rating .number {
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;;
    width: 25px;
	text-align: right;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

