/*

  LIFT -theme for phpBB version 2+

  Created by Pekka Husa  

  http://www.peteliuz.net



  Copyright LIFT Oulu. All rights reserved.

  

  Note: If you want to use this theme, please contact

  the designer. You have to get a licence from the designer if 

  you wish to change, modify or edit this theme.



  Distribution of this theme is not allowed without the designer's

  permission!

  

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2

  theme administration centre. When you have finalised your style you could cut the final CSS code

  and place it in an external file, deleting this section to save bandwidth.

*/



/* General page style. The scroll bar colours only visible in IE5.5+ */

body {

	background: #131b32 url(images/logo_ja_taustakuva.jpg) no-repeat;
	background-position: top center;
	margin-top: 147px;
	margin-bottom: 60px;
	color: #7a879e;
	
	scrollbar-face-color: #0b0b14;
	scrollbar-highlight-color: #141424;
	scrollbar-shadow-color: #08080e;
	scrollbar-3dlight-color: #141424;
	scrollbar-arrow-color:  #bf0101;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
		
	/*scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #ff0000;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;*/     

}


/* General font families for common tags */

font,th,td,p { text-align: none; color: #7a879e; font-family: Verdana, Arial, Helvetica, sans-serif }

a:link,a:active,a:visited { text-decoration: none; color : #bf0101; }

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

hr	{ height: 0px; border: none 0px; border-top-width: 1px; color: #7a879e;}



/* This is the border line & background colour round the entire page */

.bodyline	{

	background-color: #000000;
	border: none;
	color: #030305;
}



/* This is the outline round the main forum tables */

.forumline	{

	background-color: #000000;
	border: solid 1px #000000;
	color: #7a879e;
	
}


/* Main table cell colours and backgrounds */

td.row1	{

	background-color: #08080e;

	border: solid 1px #141424;
	
	color: #bf0101;

}

td.row2	{

	background-color: #0b0b14;
	border: solid 1px #141424;
	color: #bf0101;

}

td.row3	{

	background-color: #0b0b14;
	border: solid 1px #141424;
	color: #bf0101;

}

td.forumtable1 {

	background-color: #08080e;
	border: solid 1px #141424;
	color: #7a879e;

}

td.forumtable2 {

	background-color: #000000;
	color: #7a879e;
	padding: 10px;
	text-align: justify;

}


/*

  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 blueish-reddish background.

  However, you could replace this with a bitmap specific for each forum

*/

td.rowpic {

	background-image:  url(images/otsikkopalkki.jpg);
	color: #bf0101;

}


td.rowpic2 {

	background-image: #060912 url(./images/otsikkopalkki2.jpg);

	color: #bf0101;

}



/* Header cells - the blueish-redish gradient backgrounds */

th	{

	color: #E2D6BE; font-size: 9px; font-weight : bold; font-variant: normal; height: 28px;

	background-image: url(images/otsikkopalkki.jpg);

}



td.cat,td.catSides,td.catLeft,td.catRight,td.catBottom {

	color: #bf0101; font-size: 12px; font-weight : bold; font-variant: small-caps; border: none; height: 28px;		

        background-image:  url(images/otsikkopalkki.jpg);

}

td.catBottom2 {

	color: #bf0101; font-size: 12px; font-weight : bold; font-variant: small-caps; border: none; height: 28px;		

        background-image:  url(images/otsikkopalkki3.jpg);

}



/*

  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 {

	font-family: verdana, Arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; font-variant: normal; border: none; height: 28px; font-variant: small-caps;
	height: 28px;
	border: none;

}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {

	font-family: verdana, Arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; font-variant: normal; border: none; height: 28px; font-variant: small-caps; color: bf0101;
	border: none;
}

td.row3Right,td.spaceRow {

border: none;

}


th.thHead,td.catHead { 
margin-left: 20px; 
color: #bf0101;
font-family: verdana, Arial, helvetica, sans-serif; 
font-weight: bold; 
font-size: 12px; 
font-variant: small-caps; 

}

th.thSides,td.catSides,td.spaceRow	 { }

th.thRight,td.catRight,td.row3Right	 { }

th.thLeft,td.catLeft	  { }

th.thBottom,td.catBottom  { }

th.thTop	 { 
margin-left: 20px; 
font-family: verdana, Arial, helvetica, sans-serif; 
color: #bf0101; 
font-weight: bold; 
font-size: 12px; 
font-variant: small-caps;
}

th.thCornerL { 
margin-left: 20px; 
font-family: verdana, Arial, helvetica, sans-serif; 
color: #bf0101; 
font-weight: bold; 
font-size: 12px; 
font-variant: small-caps; 
}

th.thCornerR { 
margin-left: 20px; 
font-family: verdana, Arial, helvetica, sans-serif; 
color: #bf0101; 
font-weight: bold; 
font-size: 12px; 
font-variant: small-caps;
}

/* Message explanation text */

.explanation { 
font-family: verdana, Arial, helvetica, sans-serif; 
color: #7a879e; 
font-weight: normal; 
font-size: 10px; 
}

/* The largest text used in the index page title and topic title etc. */

.maintitle	{

	font-weight: bold; font-size: 14px; font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;

	text-decoration: none; line-height : 120%; color : #bf0101;

}

/* General text */

.gen { font-size : 11px; color: #7a879e; }

.genmed2 { font-size : 10px; color: #7a879e; }

.genmed { font-size : 10px; color: #7a879e; font-variant: normal;}

.gensmall { font-size : 9px; color: #7a879e; }

.gensmall2 { font-size : 9px; color: #7a879e; }

.gensmall3 { font-size : 9px; color: #7a879e; }


a.gen,a.genmed,a.gensmall,a.gensmall2 { color: #bf0101; text-decoration: none; font-variant: normal; }

a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #ffffff; }

a.gensmall3,a.genmed2 { color: #bf0101; text-decoration: none; }

a.gensmall3:hover,a.genmed2:hover { color: #ffffff; text-decoration: none; }


/* The register, login, search etc links at the top of the page */

.mainmenu		{
	font-size : 11px;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
}

a.mainmenu		{ color: #ffffff; text-decoration: none; font-variant: none; }

a.mainmenu:hover{ color: #bf0101;}

a.mainmenu:active{ color: #bf0101;}

a.mainmenu:visited{ color: #ffffff;}



/* Forum category titles */

.cattitle		{ font-weight: bold; font-size: 10px; font-variant: normal; letter-spacing: 1px; color : #ffffff}

a.cattitle		{ text-decoration: none; color : #ffffff; }

a.cattitle:hover{

	color: #bf0101;;

}



/* Forum title: Text and link to the forums used in: index.php */

.forumlink		{ font-weight: bold; font-size: 11px; font-variant: normal; color : #ffffff; }

a.forumlink 	{ text-decoration: none; color : #bf0101; }

a.forumlink:hover { color : #ffffff; }

a.forumlink:active { color : #bf0101; }



/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */

.nav			{ font-weight: bold; font-size: 10px; color : #7a879e;}

a.nav			{ text-decoration: none; color : #bf0101; }

a.nav:hover		{ color: #ffffff; }

a.nav:active 	{ color: #bf0101; }

a.nav:visited 	{ color: #bf0101; }


/* Used for the navigation text in "Who is online bar" & the forum cat. titles" */

.nav2			{ font-weight: bold; font-size: 11px; font-variant: normal; color : #7a879e; font-variant: small-caps;}

a.nav2			{ text-decoration: none; color : #bf0101; }

a.nav2:hover		{ color: #ffffff; }

a.nav2:active 	{ color: #bf0101; }

a.nav2:visited 	{ color: #bf0101; }





/* Used for the navigation text in index.php "Last posts, unanswered etc." */

.nav3			{ font-weight: font-size: 11px; color : #7a879e;}

a.nav3			{ text-decoration: none; color : #bf0101; }

a.nav3:hover		{ color: #ffffff; }

a.nav3:active 	{ color: #bf0101; }

a.nav3:visited 	{ color: #bf0101; }





/* titles for the topics: could specify viewed link colour too */

.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #ffffff; }

a.topictitle:link   {

	text-decoration: none;

	color : #bf0101;

	font-size: 11px; font-variant: normal; font-weight: bold;

	}

a.topictitle:visited { text-decoration: none; color : #bf0101; }

a.topictitle:visited { text-decoration: none; color : #bf0101; }

a.topictitle:hover	{ text-decoration: none; color : #ffffff; }



/* search user posts topic titles (results) */

/*.topictitle2,h1,h2	{ font-weight: bold; font-size: 11px; color : #E2D6BE; }

a.topictitle2:link   {

	text-decoration: none;

	color : #E2D6BE;

	font-size: 11px; 

}

a.topictitle2:visited { text-decoration: none; font-size: 11px; color : #E2D6BE; }



a.topictitle2:hover	{

	color : #FFFFFF;

	font-size: 11px;

}

.topictitle3,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }

a.topictitle3:link   {

	text-decoration: none;

	color : #000000;

	font-size: 11px; 

}

a.topictitle3:visited { text-decoration: none; color : #000000; }



a.topictitle3:hover	{

	color : #000000;

	font-size: 11px; 


}
*/

/* Name of poster in viewmsg.php and viewtopic.php and other places */

.name			{ font-size : 11px; color : #bf0101;}



/* Location, number of posts, post date etc */

.postdetails		{ font-size: 10px; color: #7a879e; }

.postdetails2		{ font-size: 9px; color: #7a879e; font-weight: normal; font-variant: normal; }



/* The content of the posts (body of text) */

.postbody { font-size : 11px; line-height: 18px; color: #7a879e;}

a.postlink:link	{ font-weight: bold; text-decoration: none; color : #bf0101}

a.postlink:visited { font-weight: bold; text-decoration: none; color : #bf0101; }

a.postlink:hover {  font-weight: bold; color : #ffffff}


/* Quote & Code blocks */

.code {

	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #12ff00;

	background-color: #08080e; border: solid 1px #131322;

	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: 10px; color: #bf0101; line-height: 125%;

	background-color: #08080e; border: solid 1px #131322;}

}


/* Copyright and bottom info */

.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #7a879e; letter-spacing: -1px;}

a.copyright		{ color: #7a879e; text-decoration: none;}

a.copyright:hover { color: #ffffff;}



/* Form elements */

input,textarea, select {

	color : #bf0101;

	font: normal 11px Verdana, Arial, Helvetica, sans-serif;

	background-color: #000000;

	border: solid 1px #470000;

}

textarea.post, select {

	background-color : #000000;

	color: 7a879e;

	border: solid 1px #470000;

}



input {

	text-indent : 2px;

	color: #bf0101;

	background-color: #000000;

	border: solid 1px #470000;
}



/* The buttons used for bbCode styling in message post */

input.button {

	background: #08080e; /* url(images/button_bgr.jpg);*/	

	background-color : #000000;

	color : #bf0101;

	font-size: 11px;

	font-weight: bold;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;

	border: #470000 solid 1px;  

}



/* The main submit button option */

input.mainoption {

	background: #08080e; /* url(images/button_bgr.jpg);*/

        font-weight : bold;

        color : #bf0101;

		border: #470000 solid 1px;     

}



/* None-bold submit button */

input.liteoption {

		background: #08080e; /* url(images/button_bgr.jpg);*/

        font-weight : bold;

        color : #bf0101;

		border: #470000 solid 1px;

}



/* 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 {

	border: solid 1px #470000;
	
	border-style: none;

	color: #7a879e;

}



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

@import url("templates/subSilver/formIE.css");

.gensmall2  { color : #7a879e;  } td.catHead { 			background-image:  url(images/otsikkopalkki.jpg); border: none; height: 28px;

 } 

/* The text input fields background colour */

input.post {

	background-color : #000000;

	color: #bf0101;

	border: solid 1px #470000;

 }