/*
	Styl pieknewlosypl zostal stworzony przez Kisiola (http://ventoos.info) dla stylerbb.net.
	Style pieknewlosypl was created by Kisiol (http://ventoos.info) for stylerbb.net.
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFF; border: 2px #6D0031 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFF; }


/* Main table cell colours and backgrounds */
td.row1, td.row2, td.row3, td.row3Right	{ background-color: #fff; }




/*
  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
*/


/* Header cells - the blue and silver gradient backgrounds */
th, th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR	{
	background-image: url(http://www.pieknewlosy.pl/wp-content/themes/vita/images/belka_title.png);
	padding-left: 8px;
	padding-right: 8px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height: 28px;
}



th a {color: #fff;}

th a:hover {color: #F5F5E6;}

.thmenu		{ font-size : 11px; color : #000000; }
a.thmenu		{ 
	text-decoration: none;
	color : #FFF0BB; padding-left: 5px; padding-right: 5px;
	font-weight: bold;
	}
a.thmenu:hover{ text-decoration: none; color : silver; }

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom, td.rowpic {
	background-color: #fff;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #6d0031;
	width: 442px;
	padding-left: 5px;
	height: 20px;
	}


/*
  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.spaceRow {
			background: url(http://www.pieknewlosy.pl/wp-content/themes/vita/images/belka_title.png) #6D0031; height: 2px;
			border: 0px; font-size: 11px; color: white;





/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",tahoma, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #6D0031; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #000; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #6D0031;  }
a.mainmenu:hover{ text-decoration: underline; color : #000; }


/* Forum category titles */
.cattitle, a.cattitle		{	background-color: #f5e8db;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #6d0031;
	width: 442px;
	padding-left: 5px;
	height: 20px;
	text-decoration: none;
	}

a.cattitle:hover{ text-decoration: none; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #6D0031; }
a.forumlink 	{ text-decoration: none; color : #6D0031; }
a.forumlink:hover{ text-decoration: underline; color : #000; }


/* 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 : #6D0031; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #6D0031; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #000; }


/* 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;}
a.postlink:link	{ text-decoration: none; color : #6D0031 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #000}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	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: tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; 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: tahoma, Arial, Helvetica, sans-serif; color: #fff;}
a.copyright		{ color: #fff; text-decoration: none;}
a.copyright:hover { color: #F5F5E6; text-decoration: none;}


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px tahoma, Arial, Helvetica, sans-serif;
	border-color : #F5F5E6;
}

/* The text input fields background colour */
input.post, textarea.post, select, input.button, input.mainoption, input.liteoption {
		font-family: Tahoma;
	background: #6d0031;
	font-size: 10px;
	color: #fff0bb;
	border: 1px solid #fff0bb;
	font-weight: bold;
}

input { text-indent : 2px; }


/* 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: #DEE3E7; border-style: none; }


.background {
	background-image: url(http://www.pieknewlosy.pl/img/top2.gif);
	width: 202px; 
	
}

.top {
font-family: Tahoma;
color: #fff0bb;
font-size: 10px;
padding-top: 2px;
}

.top :link{
font-family: Tahoma;
color: #fff0bb;
font-size: 10px;
padding-top: 2px;
 text-decoration: none;
}

.top :active{
font-family: Tahoma;
color: White;
font-size: 10px;
padding-top: 2px;
 text-decoration: none;
}

.top :visited{
font-family: Tahoma;
color: #fff0bb;
font-size: 10px;
padding-top: 2px;
 text-decoration: none;
}

.top :hover{
font-family: Tahoma;
color: White;
font-size: 10px;
padding-top: 2px;
 text-decoration: none;
}

.szukaj {
	background: White;
	border: 1px solid #6d0031;
	font-family: Tahoma;
	font-size: 10px;
	padding-left: 5px;
}

.button {
	font-family: Tahoma;
	background: #6d0031;
	font-size: 10px;
	color: #fff0bb;
	border: 1px solid #fff0bb;
	font-weight: bold;
}

.naglowek {
	background-image: url(http://www.pieknewlosy.pl/img/naglowek.gif);
	padding-left: 8px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fff0bb;
	width: 148px;
	height: 21px;
}

.news {
	background-image: url(http://www.pieknewlosy.pl/img/naglowek.gif);
	padding-left: 8px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fff0bb;
	width: 475px;
	height: 21px;
}

.box {
	background-color: #fffae8;
	font-family: Tahoma;
	font-size: 11px;
	color: #6d0031;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

.bckg {
	background-color: #fffae8;
	font-family: Tahoma;
	font-size: 11px;
	color: #6d0031;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bckg :active{
	font-family: Tahoma;
	font-size: 11px;
	color: #6d0031;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

.bckg :link{
	font-family: Tahoma;
	font-size: 11px;
	color: #6d0031;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}


.bckg :visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #6d0031;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

.bckg :hover{
	font-family: Tahoma;
	font-size: 11px;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

.reklama {
	background-color: White;
	padding-bottom: 20px;
}

.newsnag {
	background-color: #f5e8db;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #6d0031;
	width: 442px;
	padding-left: 5px;
	height: 20px;
}

.data {
	font-family: Tahoma;
	font-size: 10px;
	color: #c0a0af;
	padding-right: 5px;
}

.textnews {
	font-family: Tahoma;
	font-size: 11px;
}

.textnews :active{
	font-family: Tahoma;
	font-size: 11px;
	color: #6d0031;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
}

.textnews :link{
	font-family: Tahoma;
	font-size: 11px;
	color: #6d0031;
	font-weight: bold;
	text-decoration: none;
}

.textnews :visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #6d0031;
	font-weight: bold;
	text-decoration: none;
}

.textnews :hover{
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

.prawonag {
	background-image: url(http://www.pieknewlosy.pl/img/naglowek.gif);
	padding-left: 8px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fff0bb;
	width: 300px;
	height: 21px;
}

.tematbox {
	background-color: #40001d;
	padding-left: 8px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fff0bb;
	width: 300px;
	height: 21px;
	text-align: left;
}

.tematbox1 {
	background-color: #40001d;
	padding-left: 7px;
	font-family: Tahoma;
	font-size: 11px;
	color: #fff0bb;
	width: 300px;
	height: 21px;
	text-align: left;
}

.forumnag {
	background-color: #f5e8db;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #6d0031;
	width: 300px;
	padding-left: 5px;
	height: 20px;
}

.newsbig {
	background-image: url(http://www.pieknewlosy.pl/img/naglowek.gif);
	padding-left: 8px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #fff0bb;
	width: 773px;
	height: 21px;
}

.newsnag2 {
	background-color: #f5e8db;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #6d0031;
	width: 750px;
	padding-left: 5px;
	height: 20px;
}



/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");


