/*
  The original Kelten 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: #FFFFFF;
	background-image :   url(images/body_background_2.jpg);
	scrollbar-face-color: #B9976E;
	scrollbar-highlight-color: #B57A32;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #B57A32;
	scrollbar-arrow-color:  #584C38;
	scrollbar-track-color: #383828;
	scrollbar-darkshadow-color: #251E15;
}

a { color: #5E548D; text-decoration: none; }
a:hover { color: #9B4E46; text-decoration: none;}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }

hr	{ height: 0px; border: solid #AA8E75 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ 
	background-color: #FFFFFF;
	border: 1px #8D8874 solid;
	background-image:  url(images/body_background_1.jpg);
}

/* This is the outline round the main forum tables */
.forumline	{ 
	background-color: #000000;
	border: 2px #AA8E75 solid;
}


/* Main table cell colours and backgrounds */
td.row1	{ 
	background-color: #CBB995;
	background-image:  url(images/table_row_1.jpg);
}
td.row2 { 
	background-color: #BDA986;
	background-image:  url(images/table_row_2.jpg);
}
td.row3	{ 
	background-color: #AC9C78;
	background-image:  url(images/table_row_3.jpg);
}


/*
  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(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #000000; font-size: 11px; font-weight : bold;
	background-color: #B9976E; height: 25px;
	background-image: url(images/tablehead.gif);
	background-repeat: repeat;
}

th.navigation {
	background-image: url(images/table_row_2.jpg);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	color: #000000; font-size: 11px; font-weight : bold;
	background-image: url(images/tablehead.gif);
	background-repeat: repeat;			
	height: 27px;
}


/*
  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 {
	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; height: 27px; }
td.row3Right,td.spaceRow {
	background-color: #AA8E75;
	/*background-image:  url(images/table_row_1.jpg);*/
	border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title etc. */
.maintitle,h1,h2	{
	font-weight: bold;
	font-size: 28px;
	font-family: "ElGar", "Times New Roman";
	text-decoration: none;
	line-height : 120%;
	color : #F7EED4;
}
a.maintitle 		{ text-decoration: none; color : #F7EED4;  }
a.maintitle:visited {  color : #F7EED4; }
a.maintitle:hover   { color : #D4D6F7; }



/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #5E548D; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #9B4E46; text-decoration: none;}

.genLight { font-size : 12px; color : #F7EED4;}
.genmedLight { font-size : 11px; color : #F7EED4;}
.gensmallLight { font-size : 10px; color : #F7EED4;}
a.genLight,a.genmedLight,a.gensmallLight { color: #F7EED4; text-decoration: none; }
a.genLight:hover,a.genmedLight:hover,a.gensmallLight:hover	{ color: #D4D6F7; }


/* The register, login, search etc links at the top of the page */
.mainmenu		   { font-size : 11px; color : #F7EED4 }
a.mainmenu 		   { text-decoration: none; color : #F7EED4;  }
a.mainmenu:visited {  color : #F7EED4; }
a.mainmenu:hover   { color : #D4D6F7; }


/* Forum category titles */
.cattitle		   { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #F7EED4}
a.cattitle  	   { text-decoration: none; color : #F7EED4; }
a.cattitle:visited {  color : #F7EED4; }
a.cattitle:hover   {color: #D4D6F7;}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{
	font-weight: bold;
	font-size: 14px;
	color : #A75E05;
	font-family: "Times New Roman", Times, serif;
}
a.forumlink 	    { text-decoration: none; color : #A75E05; }
a.forumlink:visited { color : #A75E05; }
a.forumlink:hover   { color : #FF7E00; }

/* 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 : #000000;}
a.nav			{ text-decoration: none; color: #5E548D; }
a.nav:visited   { color : #5E548D; }
a.nav:hover		{ color: #9B4E46; }


/* titles for the topics: could specify viewed link colour too */
.topictitle {
	font-weight: bold;
	font-size: 28px;
	font-family: "ElGar", "Times New Roman";
	text-decoration: none;
	line-height : 120%;
	color : #5E548D;
}
.topictitleSmall {
	font-weight: bold; font-size: 11px; color : #000000;
}

a.topictitle, a.topictitleSmall 		        { text-decoration: none; color : #5E548D;  }
a.topictitle:link, a.topictitleSmall:link       { text-decoration: none; color : #5E548D; }
a.topictitle:visited, a.topictitleSmall:visited {  color : #5E548D; }
a.topictitle:hover, a.topictitleSmall:hover     { color : #9B4E46; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #5E548D }
a.postlink:visited { text-decoration: none; color : #5E548D; }
a.postlink:hover { text-decoration: underline; color : #9B4E46}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #444444;
	background-color: #F8E7BF; border: #AA8E75; border-style: solid;
	background-image: url(images/code_quote_background.jpg);
	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: 11px; color: #444444; line-height: 125%;
	background-color: #F8E7BF; border: #AA8E75; border-style: solid;
	background-image: url(images/code_quote_background.jpg);
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #8D8874; letter-spacing: -1px;}
a.copyright		{ color: #8D8874; text-decoration: none;}
a.copyright:hover { color: #F7EED4; text-decoration: underline;}


/* Form elements */
input,textarea {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post {
	background-color : #F3E1BA;
	background-image:  url(images/table_row_1.jpg);
}

select {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #E3D3AB;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {	
	color : #000000;
	background-color : #B9976E;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #B9976E;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #B9976E;
	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 { 
	color : #000000;
	background-color: #AD9976;
	background-image:  url(images/table_row_2.jpg);
	border-style: none;
}

.WeatherBlock {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 50%;
}

.WeatherDescriptionBlock {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

.WeatherDescription {
	width: 26em;
	font-size : 12px;
}

.WeatherDescriptionSmall {
	width: 26em;
	font-size : 10px;
}

.WeatherImage {
	float:left;
	margin-bottom: 10px;
	padding-right: 10px;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
