/*
	Canonfire Theme for phpBB2
	Created by Jakob Persson
	http://www.eddingschronicles.com
	
	Partially based on subSilver Theme by subBlue
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	scrollbar-face-color: #4E6072;
	scrollbar-highlight-color: #70879E;
	scrollbar-shadow-color: #3E4B58;
	scrollbar-3dlight-color: #63798D;
	scrollbar-arrow-color: #D4D4D4;
	scrollbar-track-color: #45525F;
	scrollbar-darkshadow-color: #384654;
	color: #000;
}

@font-face {
 font-family: GreyhawkGothic;
 src: url('http://www.canonfire.com/cf/themes/Canonfire/GreyhawkGothic.ttf');
}

a {
	text-decoration: none;
}

a:hover {
	color: red;
}

/* General font families for common tags */
/* font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } */

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; }

hr	{ height: 0px; border: solid #000000; 0px; border-top-width: 1px;}


hr.style-one {
    border: 0;
    height: 2px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}


.forumBox {
	border: 1px inset #333;
	border-radius: 12px;
	padding: 8px;
}

/* This is the border line & background colour round the entire page */
.bodyline	{
	background-color: #000000;
	border: 0px outset #000000;
}

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


/* Main table cell colours and backgrounds */

td.row1	{
	background-color: #BA9F70;
	opacity: 80%;
}
td.row2	{
	background-color: #AB8C5B;
}

td.row3	{
	background-color: #AB8C5B;
}


/*
  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: #000000;
	background-repeat: repeat-x;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #000000;
	font-size: 11px;
	font-weight : bold;
	background-color: #000000;
	height: 18px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-color:#000000;
	border: #000000;
	border-style: solid;
	height: 28px;
	background-repeat: repeat-x;
}

.admincolor {
	color: #D4000A;
}

a.admincolor:hover {
	color:	#FFE081;
	text-decoration: underline;
}


.modcolor {
	color: #006300;
}

a.modcolor:hover {
	color:	#FFE081;
	text-decoration: underline;
}



/*
  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: #9E8052; border-style: solid; height: 28px; }


td.row3Right {
	
	background-color: #AB8C5B;
	background-image : url(images/gen_background222.jpg);
}

td.spaceRow {
	background-color: #9E8052;  
	border-style: solid; 
	margin-bottom: 0px;
}


th.thHead,td.catHead { font-size: 16px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight { border-radius: 6px; border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-radius: 6px; border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
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 and toptic title etc. */
.maintitle,h1,h2	{
	font-weight: bold; 
	font-size: 18px; 
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	text-decoration: none; 
	line-height : 120%; 
	color : #000000;
}


/* Description */
.maindescr	{
	font-size: 16px; 
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	color : #FFE081;
}


.searchForums {
	display: inline-block;
	padding: 4px;
	margin: 2px;
	border: 1px outset black;
	background-color: #333;
	box-shadow: 1px 1px 3px #000000;
	border-radius: 8px;
	color: #FEE040;
	font-weight: bold;
	font-variant: small-caps;
}


.searchForums a {
	color: #FEE040;
	font-weight: bold;
	font-variant: small-caps;
}

.forumUser {
	display: inline-block;
	font-family: GreyhawkGothic;
	font-size : 18px;
	font-weight: bold;
	color: #333;
	text-align: left;
	width: 100%;
	padding: 4px;
}

.forumUser a {
	font-family: GreyhawkGothic;
	font-size : 18px;
	font-weight: bold;
	color: #333;
	text-align: left;
}

.forumAvatar {
	max-height: 100px;
	max-width: 100px;
	text-align: center;
}

.forumAvatar img {
	max-height: 100px;
	max-width: 100px;
}

.forumPostEdit {

}

/* General text */
.gen {
	font-size : 12px;
	font-family: Verdana, , Arial, Helvetica, sans-serif;
}


.genmed { font-size : 12px;  text-decoration:none;	font-family: Verdana, Arial, Helvetica, sans-serif; }
.gensmall { font-size : 11px;  text-decoration:none; color : #FFE081;font-family: Verdana, Arial, Helvetica, sans-serif; }
.gen,.genmed,.gensmall { color : #000; }
a.gen,a.genmed,a.gensmall { color: #000; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited	{ color: #000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: brown; text-decoration: none; }


/* General text inside table*/
.gentbl { font-size : 13px; 	font-family: Verdana, Arial, Helvetica, sans-serif;}
.gentblmed { font-size : 12px; 	font-family: Verdana, Arial, Helvetica, sans-serif;}
.gentblsmall { font-size : 11px; 	font-family: Verdana, Arial, Helvetica, sans-serif;}
.gentbl,.gentblmed,.gentblsmall { color : #000000; }

a.gentbl,a.gentblmed,a.gentblsmall { 
	color: #6A3921; 
	text-decoration: none; 
}

a.gentbl:hover,a.gentblmed:hover,a.gentblsmall:hover { 
	color: #FFE081; 
	text-decoration: underline; 
}


/*Newest user, shown on forum index page */
a.newestuser {	color : #FFE081; }
a.newestuser:visited {	color : #FFE081; }
a.newestuser:hover {	color : #FFFFFF; }
a.newestuser:active {	color : #FFFFFF; }



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



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


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

.forumTitle { font-weight: bold; font-size: 20px; color: brown; padding:6px; font-family: GreyhawkGothic; }

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


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.navtbl			{
	font-weight: bold;
	font-size: 14px;
	color : Black;
}

a.navtbl			{
	text-decoration: underline;
	color : #733A1A;
}

a.navtbl:hover		{ text-decoration: underline; }


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

.topictype {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
	font-size: 14px;
	color: #000000;
}

.jumpbox {
	text-align: right;	
}


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


/* Location, number of posts, post date etc */
.postdetails	{
	font-size : 12px;
	color : #333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.postdescription	{
	font-size : 10px;
	color : #333;
	font-style: italic;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* The content of the posts (body of text) */
.postbody {
	font-size : 14px;
	color : #222;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.postlink	{ text-decoration: underline; color: brown; }
a.postlink:visited { text-decoration: underline; color: brown; }
a.postlink:hover { text-decoration: underline; color: red;}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #A48553;
	border: #000000;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	background-image : url(images/gen_background3.jpg);
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 125%;
	background-color: #B69A6E;
	border: #000000;
	border-style: solid;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-image : url(images/gen_background2.jpg);
}


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






/* Form elements */
textarea {
	font-size: 11px;
	color : #000000;
	background-color : #A48553;
	background-image: url(images/gen_background.jpg);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color : #A48553 #C7B188 #C7B188 #A48553;
}


textarea {
	scrollbar-face-color: #7E0000;
	scrollbar-highlight-color: #BC0000;
	scrollbar-shadow-color: #660000;
	scrollbar-3dlight-color: #CE3100;
	scrollbar-arrow-color: #FFE081;
	scrollbar-track-color: #560000;
	scrollbar-darkshadow-color: #660000;	
}

/* The text input fields background colour */
input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #CE6300;
	color : #FFE081;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color : #CE3100 #9C0000 #9C0000 #CE3100;
	background : url(images/body_background.jpg);
}

input.checkbox {
	background-image: url(images/gen_background2.jpg);
	border-color : #A48553 #C7B188 #C7B188 #A48553;	
}


input.radio {
	background-image: url(images/gen_background2.jpg);
	border-color : #A48553 #C7B188 #C7B188 #A48553;	
}

input.login {
	background-image: url(images/gen_background3.jpg);
	border-color : #A48553 #C7B188 #C7B188 #A48553;	
}



/* The main submit button option */
input.mainoption {
	background-color : #CE6300;
	color : #FFE081;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color : #CE3100 #9C0000 #9C0000 #CE3100;
	background : url(images/body_background.jpg);
}

/* None-bold submit button */
input.liteoption {
	background-color : #CE6300;
	color : #FFE081;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color : #CE3100 #9C0000 #9C0000 #CE3100;
	background : url(images/body_background.jpg);
}


select {
	font-size: 11px;
	color : #FFE081;
	background-color:  #6A3921 ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-color : #A48553 #C7B188 #C7B188 #A48553;
}


/* 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: #A48553; 
	background-image: url(images/gen_background2.jpg);	
	border-style: none; 
}

