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


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	scrollbar-face-color: #2376E1;
	scrollbar-highlight-color: #2376E1;
	scrollbar-shadow-color: #2376E1;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #333333;
	scrollbar-track-color: #444444;
	scrollbar-darkshadow-color: #98AAB1;
	margin: 0;
        width 100%;
        height 100%;
background: black url(http://img2.xooimage.com/files/1/3/a/bg-15f60af.jpg) repeat-y center top;
	font-size: 100%;
background-attachment: fixed;
}

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


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #222222;  padding: 12px;}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #999999;  }


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

/*
  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://img.xooimage.com/files/');
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #ffffff; font-size: 10px; font-weight : bold;
	background-image: url('http://img6.xooimage.com/files/b/5/a/cellpic3-c63c8a.gif');
        background-color: #222222; height: 37px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color: #222222; border: #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; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 11px;}
th.thSides,td.catSides,td.spaceRow	 { }
th.thRight,td.catRight,td.row3Right	 { }
th.thLeft,td.catLeft	  { }
th.thBottom,td.catBottom  {}
th.thTop	 { }
th.thCornerL {  }
th.thCornerR { }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 11px; color : #2376E1;
}
.maintitle,h1,h2 a:link {
	text-decoration: none;
}
.maintitle,h1,h2 a:visited {
	text-decoration: none;
}

/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #ffffff; }
a.gen,a.genmed,a.gensmall { color: #2376E1; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #2376E1; text-decoration: underline; }


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


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


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


/* 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 : #ffffff;}
a.nav			{ text-decoration: none; color : #2376E1; }
a.nav:hover		{ text-decoration: underline; }


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


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

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


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


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #DEDFDE; border: #666666; border-style: solid;
	border-left-width: 1px; border-top-width: 0px; 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: #DEDFDE; border: #666666; border-style: solid;
	border-left-width: 1px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; letter-spacing: -1px;}
a.copyright		{ color: #ffffff; text-decoration: none;}
a.copyright:hover { color: #ffffff; text-decoration: underline;}


/* Form elements */
form {
	margin: 0px;
	padding : 0;
}
input , textarea , select {
color : #2376E1;
font : normal 9px Verdana, Arial, Helvetica, sans-serif;
background-color : #222222;
border : 1px solid #666666;
margin : 0;
padding : 1px;
}

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

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

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


/* 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');

/* Custom classes */

/* Table surrounding Frame css */

.frame-t {
	background-image: url('http://demo.phpbb3styles.net/styles/X-Treme/theme/images/cu.png'); weight="350"  height="48";
	background-image: url('http://img8.xooimage.com/files/6/e/6/box_02-57f0db.png'); height="48";
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
}
.frame-b {
	background-image: url('http://img3.xooimage.com/files/6/9/5/box_11-63f215.png');
	background-repeat: repeat-x;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px;
}
.frame-r {
	background-image: url('http://img49.xooimage.com/files/2/4/9/box_09-c61976.png');
	background-repeat: repeat-y;
	background-position: right;
}
.frame-l {
	background-image: url('http://img47.xooimage.com/files/e/9/b/box_08-c61934.png');
	background-repeat: repeat-y;
	background-position: left;
}
.table-pad {
	padding: 10px 10px 10px 10px;
}
.table-pad-nav {
	padding: 10px 10px 10px 35px;
	background-image: url('http://img8.xooimage.com/files/d/a/9/forum_link-cc6b63.png');
	background-position: center left;
	background-repeat: no-repeat;
}

/* Breadcrum nav frame css */

.navframe-t {
	background-image: url('http://img2.xooimage.com/files/n/a/navframe-t-33585.png');
	background-repeat: repeat-x;
}
.navframe-b {
	background-image: url('http://img5.xooimage.com/files/n/a/navframe-b-33586.png');
	background-repeat: repeat-x;
}
.navframe-r {
	background-image: url('http://img8.xooimage.com/files/n/a/navframe-r-33587.png');
	background-repeat: repeat-y;
	background-position: right;
}
.navframe-l {
	background-image: url('http://img7.xooimage.com/files/n/a/navframe-l-33588.png');
	background-repeat: repeat-y;
	background-position: left;
}
.navframe-body {
	padding-bottom: 6px;
}

/* header */

#head {
	background-color: #222222;
	background-image: url('http://img7.xooimage.com/files/h/e/head-tile-33589.png');
	background-position: bottom;
	background-repeat: repeat-x;
}
#head-right {
	background-image: url('http://img4.xooimage.com/files/h/e/head-right-3358a.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}
#head-logo {
	background-image: url('http://img9.xooimage.com/files/l/o/logo-3358b.png');
	background-repeat: no-repeat;
	background-position: top left;
	height: 100px;
}
#head-links {
	background-color: #222222;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#head-links a:link {
	color: #2376E1;
	text-decoration: none;
}
#head-links a:visited {
	color: #2376E1;
	text-decoration: none;
}
#head-links a:hover {
	color: #2376E1;
	text-decoration: underline;
}

/* border round content header and footer*/

.content {
	}
	
/* bordered grey background to some form elements */

.formholder {
	background-color: #222222;
	margin: 4px 0px 4px 0px;
	border: 1px solid #999999;
	padding: 2px;
}

/* grey post entry foot*/

.postfoot {
	background-color: #222222;
	color: #333333;
}

.head-content {
	background-color: #DEDFDE;
}

.quotehead {
	background-color: #222222;
	border: 1px solid #666666;
}
a {
outline:0;
}