/*
  The original Diddle Theme for phpBB version 2.0.12
 
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

/* General font families for common tags */
font,th,td,p { font-family: Comic sans MS }
a:link,a:active,a:visited { color : #000000; }
a:hover		{ text-decoration: underline; color : #000000; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{
	border: 1px solid #000000;
	background-image: url('http://img8.xooimage.com/files/e/a/d/fond2-2134f53.jpg');
}

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


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #transparent; }
td.row2	{ background-color: #transparent; }
td.row3	{ background-color: #transparent; }


/*
  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('http://img10.xooimage.com/files/b/0/c/banniere2-212b2fb.png');
		background-repeat: repeat;
}

/* Header cells - the rainbow gradient backgrounds */
th	{
	color: #000000; font-size: 15px; font-weight : bold;
	background-color: #FFFFFF; height: 25px;
	background-image: url('http://img10.xooimage.com/files/a/8/2/banniere1-212b300.png');
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url('http://img10.xooimage.com/files/b/0/c/banniere2-212b2fb.png');
			background-color:#FFFFFF; height: 28px;
}


/*
  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 :-)
*/

th.thCornerR {
	font-weight: bold;
	height: 28px;
	color: #000000;
}
td.spaceRow {
	background-color: #FFFFFF; }
td.catHead { font-size: 16px; border-width: 1px 1px 0px 1px; }
td.spaceRow	 { }
td.catBottom  { border-width: 0px 1px 1px 1px; }


/* General text */
.gen { font-size : 15px; color : #000000; }
.genmed { font-size : 14px; }
.gensmall { font-size : 12px; }
.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #000000; text-decoration: underline; }


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


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


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


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


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


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

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


/* The content of the posts (body of text) */
.postbody { font-size : 15px;}
a.postlink:link	{ text-decoration: none; color : #000000 }
a.postlink:visited { text-decoration: none; color : #000000; }
a.postlink:hover { text-decoration: underline; color : #000000}


/* Quote & Code blocks */
.code {
	font-family: Comic sans Ms; font-size: 14px; color: #000000;
	background-color: #FFFFFF; border: #40508B; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Comic sans MS; font-size: 14px; color: #40508B; line-height: 125%;
	background-color: #FFFFFF; border: #40508B; 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: 12px; font-family: Comic sans MS; 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 14px Comic sans MS;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF; 
    border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #FFFFFF;
	color : #000000;
	font-size: 14px; font-family: Comic sans MS;
}

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

/* None-bold submit button */
input.liteoption {
	background-color : #FFFFFF;
	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: #FFFFFF; border: 1px solid #000000; }
td.row3Right { 	background-color: #transparent;  }th.thCornerL {
	font-weight: bold;
	height: 28px;
	color: #000000;
} th.thBottom { } th.thBottom { 	font-weight: bold; height: 28px;  } 
th.thHead { font-size: 15px;  } th.thHead { 	font-weight: bold; height: 28px;  color: #000000;}  th.thLeft { 	font-weight: bold; height: 28px; color: #000000; }  th.thRight { 	font-weight: bold; height: 28px; color: #000000; } th.thSides { } th.thSides { 	font-weight: bold; height: 28px;  } th.thTop {
	font-weight: bold;
	height: 28px;
	color: #000000;
} td.catSides { } 

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


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url('http://img10.xooimage.com/files/f/o/formie-30d7c.css');