/*
  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 {
	background-color: #B3B5E6;
	scrollbar-face-color: #D5D7FF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #3333CC;
	scrollbar-arrow-color:  #333333;
	scrollbar-track-color: #6B73B5;
	scrollbar-darkshadow-color: #3333CC;
	margin: 0;
}

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


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

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


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


/*
  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: #6B73B5;
		background-image: url('images/cellpic2.jpg');
		background-repeat: repeat-y
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #333333; font-size: 10px; font-weight : bold;
	background-color: #B3B5E6; height: 15px;
}

td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
			background-color: #B3B5E6; 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: #D5D7FF; border: #FFFFFF; border-style: solid; }
C
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 : #3333CC;
}
.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 : #000000; }
a.gen, a.genmed, a.gensmall { color: #333333; text-decoration: none; }
a.gen:hover, a.genmed:hover, a.gensmall:hover	{ color: #3333CC; text-decoration: underline; }


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


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11px ; letter-spacing: 1px; color : #333333; }
a.cattitle		{ text-decoration: none; color : #333333;  }
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 : #3333CC; }
a.forumlink 	{ text-decoration: none; color : #3333CC; }
a.forumlink:hover{ text-decoration: underline; color : #8C969C; }


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


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


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

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


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #3333CC }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #8C969C}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #84DEFF;
	background-color: #6B73B5; 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: #D5D7FF; 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: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #3333CC; text-decoration: underline;}


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

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #6B73B5;
	color : #FAFAFA;
	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 : #D5D7FF;
	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: #D5D7FF; border-style: none; }


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

/* Custom classes */

/* Table surrounding Frame css */

.frame-t {
	background-image: url('images/frame-t.png');
	background-repeat: repeat-x;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px
}
.frame-b {
	background-image: url('images/frame-b.png');
	background-repeat: repeat-x;
	padding-bottom: 9px;
	padding-left: 10px;
	padding-right: 10px
	
}
.frame-r {
	background-image: url('images/frame-r.png');
	background-repeat: repeat-y;
	background-position:  right 50%;
}
.frame-l {
	background-image: url('images/frame-l.png');
	background-repeat: repeat-y;
	background-position:  left 50%;
}
.table-pad {
	padding: 10px 10px 10px 10px;
}
.table-pad-nav {
	background-image: url('images/navarrow.gif');
	background-position:  left center;
	background-repeat: no-repeat; padding-left:35px; padding-right:10px; padding-top:10px; padding-bottom:10px
}

/* Breadcrum nav frame css */

.navframe-t {
	background-image: url('images/navframe-t.png');
	background-repeat: repeat-x
}
.navframe-b {
	background-image: url('images/navframe-b.png');
	background-repeat: repeat-x
}
.navframe-r {
	background-image: url('images/navframe-r.png');
	background-repeat: repeat-y;
	background-position:  right 50%;
}
.navframe-l {
	background-image: url('images/navframe-l.png');
	background-repeat: repeat-y;
	background-position:  left 50%;
}
.navframe-body {
	padding-bottom: 6px;
}

/* header */

#head {
	background-color: #D5D7FF;
	background-image: url('images/head-tile.png');
	background-repeat: repeat-x; background-position-y:50%
}
#head-right {
	background-image: url('images/head-right.png');
	background-repeat: repeat;
	background-position:  right bottom;
        height: 160px
}
#head-logo {
	background-image:url('images/kdm2logo.png');
	background-repeat: repeat;
	background-position:  left top;
	height: 160px
}
#head-links {
	background-color: #D5D7FF;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#head-links a:link {
	color: #3333CC;
	text-decoration: none;
}
#head-links a:visited {
	color: #3333CC;
	text-decoration: none;
}
#head-links a:hover {
	color: #9DADA1;
	text-decoration: underline;
}
#head-bottom {
	background-color: #D5D7FF;
	background-image: url('images/headlinks-bot.png');
	background-repeat: repeat-x;
	height: 19px; background-position-y:50%
}

/* border round content header and footer*/

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

.formholder {
	background-color: #89AEDB;
	margin: 4px 0px 4px 0px;
	border: 1px solid #FFFFFF;
	padding: 2px;
}

/* grey post entry foot*/

.postfoot {
	background-color: #89AEDB;
	color: #333333;
}

.marg-l {
	background-image: url('images/marg-l.png');
	background-position:  right 50%;
	background-repeat: repeat-y
}
.marg-r {
	background-image: url('images/marg-r.png');
	background-position:  left 50%;
	background-repeat: repeat-y
}

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

.quotehead {
	background-color: #B3B5E6;
	border: 1px solid #C569EB;
}