/*
	Avalon 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 {
	margin: 0px;
	background-color: #000000;
	color: #88817D;
	background-image: url(images/bghome.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}	

a {
	text-decoration: none;
}

a:hover {
	color:	#B1A8A2;
	text-decoration: underline;
}
.navlink {
	color: #B1A8A2;
	text-decoration: none;
}
a.navlink {
	color: #B1A8A2;
	text-decoration: none;
}
a.navlink:hover {
	color:	#CBC0BA;
	text-decoration: none;
}
.headnavlink {
	color: #D1C6C0;
	text-decoration: none;
}
a.headnavlink {
	color: #D1C6C0;
	text-decoration: none;
}
a.headnavlink:hover {
	color:	#DCD0CA;
	text-decoration: underline;
}
/* General font families for common tags */
/* font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif } */

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

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

/* This is the border line & background colour round the entire page */
.bodyline	{
	background-color: #EDEDED;
	background-image : url(images/gen_background2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

/* This is the outline round the main forum tables */
.forumline	{
	background-color: #DEDEDE;
	background-image : url(images/gen_background2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.forumline2	{
	background-image : url(images/gen_background2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}


/* Main table cell colours and backgrounds */

td.row1	{
	background-color: #FFFFFF;
	background-image : url(images/gen_background.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
td.row2	{
	background-color: #DEDEDE;
	background-image : url(images/gen_background2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

td.row3	{
	background-color: #D7D7D7;
	background-image : url(images/gen_background3.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}


/*
  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-image: url(images/bg_cell_h.gif);
	background-color:#FFFFFF;

	background-repeat: repeat-x;
	background-position:bottom;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FBEEE7;
	font-size: 13px;
	font-weight : bold;
	background-color: #000000;
	height: 38px;
	background-image: url(images/cellpic3.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url(images/bg_cell_h.gif);
	background-color:#FFFFFF;
	padding-left: 10px;
	height: 28px;
	background-repeat: repeat-x;
	background-position:bottom;
}

.admincolor {
	color: #D4000A;
}

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


.modcolor {
	color: #006300;
}

a.modcolor:hover {
	color:	#383124;
	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: #404040; border-style: solid; height: 29px; }


td.row3Right,td.spaceRow {
	background-color: #BA9F70; border: #404040; border-style: solid; background-image : url(images/bg_cell_h.gif); background-repeat:repeat-x; background-position:bottom;}


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,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { 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: 13px; font-family: "Verdana", "Verdana", Verdana, Arial, sans-serif;
			text-decoration: none; line-height : 120%; color : #D1C6C0;
}


/* Description */
.maindescr	{
	font-size: 14px; 
	font-family: "Verdana", "Verdana", Verdana, Arial, sans-serif;
	color : #262423;
}


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


.genmed { font-size : 11px; 	font-family: "Verdana", "Verdana", Verdana, Arial, sans-serif; }
.gensmall { font-size : 11px; 	font-family: "Verdana", "Verdana", Verdana, Arial, sans-serif; }
.gen ,.genmed,.gensmall { color : #000000; }
a.gen,a.gensmall,a.genmed  { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FBEEE7	; text-decoration: underline; }

/* Calendar */
.cal { font-size : 11px; 	font-family: "Verdana", "Verdana", Verdana, Arial, sans-serif; }
.cal { color : #FFFFFF; }
a.cal:hover	{ color: #FF0000	; text-decoration: underline; }

td.rowcal	{
	background-color: #FFFFFF;
	background-position:bottom;
	background-image : url(images/cal_background2.gif);
	background-repeat:repeat-x;
}
td.rowcal2	{
	background-color: #D9E5F3;
	background-position:bottom;
	background-image : url(images/cal_background1.gif);
	background-repeat:repeat-x;
}
td.rowcal3	{
	background-color: #33577F;
	background-position:bottom;
	background-image : url(images/cellpic3.gif);
	background-repeat:repeat-x;
}

.calline	{
	background-color: #FFFFFF;
	background-position:bottom;
	background-image : url(images/cal_background2.gif);
	background-repeat:repeat-x;
}

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

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

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


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



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


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


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


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

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

a.navtbl			{
	text-decoration: none;
	color : #262423;
}

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


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

.topictype {
	font-family: "Verdana", "Verdana", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #262423;
}

.jumpbox {
	text-align: right;	
}


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


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

td.spaceRow {
	background-color: #262423;
	background-image : url(images/cellpic3.gif);
}


/* The content of the posts (body of text) */
.postbody {
	font-size : 12px;
	color : #262423;
}

a.postlink	{ text-decoration: underline; color : #383124 }
a.postlink:visited {
	text-decoration: underline;
	color: #262423;
}
a.postlink:hover { text-decoration: underline; color : #494543}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #262423;
	background-color: #ffffff;
	border: #A39A96;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	/* background-image : url(images/gen_background.gif);
	background-repeat:repeat-x;
	background-position:bottom;*/
}

.quote {
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262423;
	line-height: 125%;
	background-color: #ffffff;
	border: #A39A96;
	border-style: dotted;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	/* background-image : url(images/gen_background.gif);
	background-repeat:repeat-x;
	background-position:bottom;*/ 
}


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





/* Form elements */
input,textarea {
	font-size: 11px;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


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

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



/* The main submit button option */
input.mainoption {
	font-size: 11px;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* None-bold submit button */
input.liteoption {
	font-size: 11px;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


select {
	font-size: 11px;
	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


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

.wttip td, .wttip th { 
	background: url('http://lootup.net/ttip.png'); 
	font-family: Arial; 
	font-size: 12px; 
	line-height: 16px; 
	color: white; 
	border-left: none; 
	border-right: none;
	border-top: none;
	border-bottom: none;
}

.wttip table.shrink b { font-size: 10px; line-height: 15px }
.wttip table.shrink td, .wttip table.shrink th { font-size: 10px; line-height: 14px }

.wttip th { padding: 3px; height: 8px }
.wttip td { padding: 8px 4px 1px 9px }
.wttip div.indent { padding-left: 0.6em }
.wttip table { background-color: transparent }

.wttip td table { border-spacing: 0; border-collapse: collapse }
.wttip td table th, .wttip td table td { background: none }
.wttip td table th { padding: 0 0 0 4em; text-align: center; font-weight: normal }
.wttip td table td { padding: 0 }