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

CSS for Aibakaland Forums (http://aibakaland.forumup.org) 
coded and designed by i heart aiba 
***************************************************************************/ 

/**************************************************************************** 
 General page style.
****************************************************************************/ 

body { 
	background-image: url(http://i9.photobucket.com/albums/a78/harumi_chikamatsu/2010/bg_g.png);
	margin: 20px 10px 0 20px; 
	background-position: top left;
	background-color: #98b56a;
	background-repeat: repeat;
} 
	

/****************************************************************** 
General font families for common tags. 
*****************************************************************/ 

font, th, td, p { 
	font-family: Helvetica, sans-serif; 
} 

a:link, a:active, a:visited { 
	color: #335933; 
} 

a:hover { 
	text-decoration: underline; 
	color : #577a4c; 
	cursor: pointer;
} 

hr { 
	width: 100%; 
	height: 0px; 
	border: solid #575c4b 0px; 
	border-top-width: 1px; 
} 

.fuHeaderCSS { 
	margin-right: auto; 
	margin-left: auto; 
} 


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

.bodyline	{ 
	border: 2px #ccc solid; 
	background-color : #fff; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
} 


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

.forumline { 
	background-color: #617f24; 
	border: 2px #fff solid; 
} 

.forumlineMenu { 
	position: relative; 
	top: 600px; 
	width: 190px; 
	border: 5px #fff solid; 
} 


/**************************************************************************** 
Main table cell colours and backgrounds. 
****************************************************************************/ 

td.row1 { 
	background-color: #fefefe; /* First two cells (new posts, title) */
	font-family: Helvetica, sans-serif;
	font-size: 11px; 
	letter-spacing: .5px; 
	padding: 5px 3px 3px 5px;
} 

td.row2 { 
	background-color: #fefefe; /* Last three cells (topics, posts, last post) */
	padding: 3px;
} 

td.row3 { 
	background-color: #e6f9be; /* Author */
	padding: 3px;
} 



/**************************************************************************** 
This is for the table cell below 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 { 
	height: 28px; 
	background-image: url(http://i9.photobucket.com/albums/a78/harumi_chikamatsu/2010/lgr.png); 
	background-repeat: repeat-x;
} 

/**************************************************************************** 
Header cells - the blue and silver gradient backgrounds. 
****************************************************************************/ 
	
th { /* Forum, Topics, Posts, Last Post */
	color: #fff; 
	height: 28px; 
	background-image: url(http://i9.photobucket.com/albums/a78/harumi_chikamatsu/2010/ggr.png); 
} 

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom { 
	background-image: url(http://i9.photobucket.com/albums/a78/harumi_chikamatsu/2010/lgr.png); 
	height: 28px; 
	color: #e33404;
} 

td.catHeadMenu { 
	background-image: url(http://i9.photobucket.com/albums/a78/harumi_chikamatsu/arashi/row1.jpg);  
	color: #974b8a; 
} 


/**************************************************************************** 
Setting additional nice inner borders for the main table cells. 
The names indicate which sides the border will be on. 
This can be ignored. 
****************************************************************************/ 

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: 1px #85b988 solid;
	height: 25px; 
} 

td.row3Right { /* Last post */
	background-color: #e6f9be; 
	border: #4b974f; 
	border-style: solid; 
} 

td.spaceRow { 
	background-image: url(http://i9.photobucket.com/albums/a78/harumi_chikamatsu/arashi/row1.jpg); 
	border: #84b88a; 
	border-style: solid; 
} 

th.thHead, td.catHead { /* Who is online */
	font-size: 12px; 
	border-width: 1px 1px 0px 1px; 
} 

th.thSides,td.catSides,td.spaceRow { 
	border-width: 0px 0px 0px 0px; 
} 

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 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; 
} 

.maintitle {  /* Forum title */
	font-weight: bold; 
	font-size: 18px; 
	font-family: Helvetica, sans-serif; 
	text-decoration: none; 
	line-height: 120%; 
	color: #3c5833; 
} 

h1 { 
	font-weight: bold; 
	text-decoration: none; 
	line-height: 120%; 
	color: #3d3e3d; 
} 

h2 { 
	font-weight: bold; 
	text-decoration: none; 
	line-height: 110%; 
	color: #3d3e3d; 
} 


/**************************************************************************** 
General text 
**************************************************************************/ 

.gen { 
	font-family: Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 12pt;
} 

.genmed { 
	font-size: 11px; 
} 

.gensmall { /* Who is online area + Page generation time*/
	font-size: 8pt; 
	color: #384c33;
} 

.gen, .genmed { 
	color: #253222; 
} 

a.gen, a.genmed, a.gensmall { 
	color: #335933; 
	text-decoration: none; 
} 

a.gen:hover, a.genmed:hover, a.gensmall:hover { 
	color: #504120; 
	text-decoration: underline; 
	cursor: pointer;
} 


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

.mainmenu { 
	font-size: 12px; 
	color: #385a39; 
} 

a.mainmenu { 
	text-decoration: none; 
	color: #385a39; 
} 

a.mainmenu:hover { 
	text-decoration: underline; 
	color: #385a39; 
	cursor: pointer;
} 


/**************************************************************************** 
Forum category titles 
**************************************************************************/ 

.cattitle { 
	font-weight: bold; 
	font-size: 12px; 
	letter-spacing: 1px;
	color: #354f3a; 
	padding-left: 5px;
} 

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

a.cattitle:hover { 
	text-decoration: underline; 
	cursor: pointer;
} 


/**************************************************************************** 
Forum title: text and link to the forums used in: index.php. 
**************************************************************************/ 
	
.forumlink	 { 
	font-weight: bold; 
	font-size: 14px; 
	letter-spacing: 2px; 
	color: #2d4e23; 
} 

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

a.forumlink:hover { 
	text-decoration: underline; 
	color: #54790c; 
	cursor: pointer;
} 


/*********************************************************************************************** 
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: #385a39; 
} 

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

a.nav:hover { 
	text-decoration: underline; 
	cursor: pointer;
} 


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

.topictitle { 
	font-weight: bold; 
	font-size: 11px; 
	color: #385a39; 
} 

a.topictitle:link { 
	text-decoration: none; 
	color: #2d572e; 
} 

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

a.topictitle:hover { 
	text-decoration: underline; 
	color: #2d572e; 
	cursor: pointer;
} 


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

.name { 
	font-size: 12px; 
	color: #3d4037; 
}


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

.postdetails { 
	font-size: 11px; 
	color: #424736; 
} 

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

.postbody { 
	font-size: 12px; 
} 

a.postlink:link { 
	text-decoration: none; 
	color: #335933; 
} 

a.postlink:visited { 
	text-decoration: none; 
	color: #525d4f; 
} 

a.postlink:hover { 
	text-decoration: underline; 
	color: #619150; 
	cursor: pointer;
} 


/*********************************************************************************************** 
Quote & Code blocks. 
************************************************************************************************/ 

.code { 
	font-family: Courier, sans-serif; 
} 

.quote { 
	font-family: Helvetica, sans-serif;
	border-left: 3px #757663 solid;
	padding: 5px; 
	line-height: 125%; 
} 


/*********************************************************************************************** 
Copyright and bottom info. 
************************************************************************************************/ 

.copyright { 
	font-size: 7.5pt; 
	font-family: Verdana, sans-serif; 
	color: #527853; 
	background: transparent !important;
} 

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

a.copyright:hover { 
	color: #527853; 
	text-decoration: underline; 
	cursor: pointer;
} 


/*********************************************************************************************** 
Form elements 
************************************************************************************************/ 

input, textarea, select { 
	color: #445d26; 
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border-color: 1px #ccc solid; 
} 

/*********************************************************************************************** 
The text input fields background colour. 
************************************************************************************************/ 

input.post, textarea.post, select { 
	background-color: #fff; 
} 

input { 
	text-indent: 2px; 
} 


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

input.button { 
	background-color: #FAFAFA; 
	color: #1c2016; 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
} 

/*********************************************************************************************** 
The main submit button option. 
************************************************************************************************/ 

input.mainoption { 
	background-color: #FAFAFA; 
	font-weight: normal; 
} 

/*********************************************************************************************** 
None-bold submit button. 
************************************************************************************************/ 

input.liteoption { 
	background-color: #FAFAFA; 
	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: #fefefe; 
	border-style: none; 
} 

.fuabuse, .fuundertool, .copyright, .fucopyright {
	background: transparent !important;
}


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

