/*
  Sephia - modified the original subSilver Theme for phpBB version 2+ (Created by subBlue design)
  Modified by Ja_Szczur
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	margin: 0px;
	padding: 0px;
	background: #000 url() repeat-x;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	behavior: url(http://polishorigins.com/public/styles/csshover.htc); /* WinIE behavior call */
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #000; }
a:hover		{ text-decoration: underline; color : #3d2c17; }
hr	{ height: 0px; border: solid #ece1d4 0px; border-top-width: 1px; margin: 3px 0px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background: #b49a85 url(images/body_bg.jpg) repeat-x; border: 0px #ffffff solid; padding: 0px 26px !important; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #a07b5d solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #e6d9ca; }
td.row2	{ background-color: #ead9c6; }
td.row3	{ background-color: #e3d4c7; }
/* old values
td.row1	{ background-color: #c9bcac; }
td.row2	{ background-color: #d0b592; }
td.row3	{ background-color: #bfaf9d; }
*/
/*
  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.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #fff; font-size: 11px; font-weight : bold;
	background-color: #000; height: 25px;
	background-image: url(images/cellpic3.gif);

	/* js: light-mode ;-) */
	background-image: url(images/cellpic1.gif);
	color: #800;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#555; border: #FFFFFF; border-style: solid; height: 28px;
}
td.catHeadDark {
			background-image: url(images/cellpic3.gif);
}
td.catHeadDark .nav {
			color : #ffffff;
}


/*
  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: 29px;
	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: 28px; }
td.row3Right,td.spaceRow { /*#c0a482*/
	background-color: #e3c49f; border: #FFFFFF; border-style: solid; }
td.row3Right img, td.spaceRow img {
	border: 0px solid #FFFFFF; }

th.thLeftLight,th.thRightLight {
	color: #800;
	background-image: url(images/cellpic1.gif);
}
	
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* 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",Verdana, 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: #3d2c17; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
/*.menutable		{ width: 800px; height: 200px; vertical-align: down; background: transparent url(images/logo.jpg); }*/
.menutable		{ width: 800px; height: 170px; padding: 0px; background: transparent url(http://polishorigins.com/public/layout/logo.jpg) no-repeat; margin-bottom: 1px; }
.logo		{ display: block; width: 800px; padding: 3px 0px; background: transparent; font-size : 11px; color : #000000; margin-bottom: 1px; }
a.mainmenu,a.mainmenu:visited		{ text-decoration: none; color: #513e2f; color: #fff;  }
a.mainmenu:hover{ text-decoration: none; color : #000; color: #800; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color: #000; }
a.cattitle		{ text-decoration: none; color : #800; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #000; }
a.forumlink 	{ text-decoration: none; color : #5e492e; }
a.forumlink:hover{ text-decoration: underline; color : #e22; }


/* 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 : #5e492e; }
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 : #5e492e; }
a.topictitle:visited { text-decoration: none; color : #8e7558; }
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 : #c00; }
a.postlink:visited { text-decoration: none; color : #a00; }
a.postlink:hover { text-decoration: underline; color : #000; }


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #000080;
	background-color: #e4d0b8; border: #5e492e; 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: #e4d0b8; border: #5e492e; 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: underline;}


/* Form elements */
input,textarea, select {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color: #eee;
	padding: 2px;
}
input:hover {
	border-color : #bbb;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #ece1d4;
}

input { text-indent : 2px; }

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

/* The main submit button option */
input.mainoption {
	background-color : #ece1d4;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #ece1d4;
	font-weight : normal;
}

/* 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: #ece1d4; border-style: none; }


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

/* firefox :* */
img {
	border-width: 0px;
}

/* inpassa menu */

.mainTable {
	padding: 0px 5px;
/*	background: #b49a85 url(images/body_bg.jpg) repeat-x;*/	
}

.menuTd {
	padding: 0px 0px;
	background: #ece1d4;
	border-right: 2px solid #a07b5d;
}


/* rejestracja */

#cpo {
	height: 55px;
	width: 410px;
	margin: 0px auto;
	overflow: hidden;
	background-image: url(http://forum.polishorigins.com/templates/sephia/images/captcha_bg.gif);
}

div.cpo {
	width: 65px; 
	height: 50px; 
	background-image: url(http://forum.polishorigins.com/templates/sephia/images/userregister_po.jpg);
	float: left;
}

