/*
	Chronicles 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: #793d00;
        background-image : url('images/body_background.jpg');
	scrollbar-face-color: #793d00;
	scrollbar-highlight-color: #ffedc5;
	scrollbar-shadow-color: #ffedc5;
	scrollbar-3dlight: #ffedc5;
	scrollbar-arrow-color: #ffedc5;
	scrollbar-track-color: #793d00;
	scrollbar-darkshadow-color: #ffedc5;
	
}




a {
	text-decoration: none;
}

a:hover {
	color:	#FFE081;
	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: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif; }




a:hover		 { color: #FD8100; text-decoration: none}
hr	{ border-left:medium solid #000000; border-right:medium solid #000000; border-top:1px solid #000000; border-bottom:medium solid #000000; height: 0px; 0px }


/* This is the border line & background colour round the entire page */
.bodyline	{
	background-color: #484848;
	border: 1px outset #FFE081;
	background-image : url('images/body_background.jpg');
}

/* This is the outline round the main forum tables */
.forumline	{
	background-color: #ffedc5;
	border: 1px #ffedc5 solid;
	background-image : url(images/gen_background.jpg);
}


/* Main table cell colours and backgrounds */
td.row1	{
	background-color: #BA9F70;
        background-image : url('images/gen_background.jpg');
       	border-top : 1px #D2B296 solid;
	border-right : 1px #372719 solid;
	border-bottom : 1px #372719 solid;
	border-left : 1px #D2B296 solid;
	
}
td.row2	{
       background-color: #AB8C5B;
        background-image : url('images/gen_background2.jpg');
       	border-top : 1px #D2B296 solid;
	border-right : 1px #372719 solid;
	border-bottom : 1px #372719 solid;
	border-left : 1px #D2B296 solid;
}

td.row3	{
	background-color: #AB8C5B;
       background-image : url('images/gen_background.jpg');
       	border-top : 1px #D2B296 solid;
	border-right : 1px #372719 solid;
	border-bottom : 1px #372719 solid;
	border-left : 1px #D2B296 solid;
}


/*
  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: #9E8052;
	background-image: url('images/cellpic1.jpg');
	background-repeat: repeat-x
}



/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF;
	font-size: 18px;
	font-weight : bold;
	background-color: #424242;
	height: 25px;
	background-image: url('images/cellpic3.gif');
}



td.cat, td.catHead, td.catSides, td.catLeft, td.catRight, td.catBottom {
   color: #FFE081;
	font-size: 18px;
	font-weight : bold;


	background-image: url('images/cellpic1.jpg');
	background-color:#9E8052;
	border: medium solid #FFE081;
        border-style: solid;
	height: 28px;
	background-repeat: repeat-x
}

.admincolor {
	color: #FF0000;
}

a.admincolor:hover {
	color:	#FF0000;
	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: #404040; border-style: solid; height: 28px; }


td.row3Right, td.spaceRow {
	background-color: #BA9F70; border: medium solid #404040; background-image : url('images/gen_background.jpg');}


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: 22px; font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
			text-decoration: none; line-height : 120%; color : #FFE081;
}


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


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

}


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

/* General text inside table*/
.gentbl { font-size : 11px; 	font-family: Verdana, , Arial, Helvetica, sans-serif;}
.gentblmed { font-size : 12px; 	font-family: Verdana, , Arial, Helvetica, sans-serif;}
.gentblsmall { font-size : 12px; 	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 : #FFE081; }
a.newestuser:active {	color : #FFE081; }



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


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


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


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

/* 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: none;
	color : #733A1A;
}

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


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

.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 : 14px; color : #000000;}
a.name	{ font-size : 14px; color : #000000; }
a.name:visited	{ font-size : 14px; color : #404040; }
a.name:hover	{ font-size : 14px; color : #404040; }


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

td.spaceRow {
	background-color: #A48553;
	background-image : url('images/gen_background3.jpg');
}


/* The content of the posts (body of text) */
.postbody {
        
	font-size : 16px;
	color : #000000;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, Times, serif;
}

a.postlink	{ text-decoration: none; color : #8B0000}
a.postlink:visited { text-decoration: none; color : #8B0000; }
a.postlink:hover { text-decoration: underline; color : #8B0000}


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

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

.quotediv{
background: #A48553 url('images/gen_background3.jpg');border:1px solid #000000;padding:5px;width:90%;font-weight:11px; text-align:left; 
margin-top:10px
}

/* Code blocks */ 
.codetitle{background: #A48553 url('images/gen_background3.jpg');border:1px solid #000000;padding:5px;width:90%;font-weight:bold; text-align:left; 
margin-top:10px} 
.codediv{border-left:1px solid #000000; border-right:1px solid #9ca9b4; border-bottom:1px solid #000000; background:#A48553; color:#FFE081;border-top:0px none; 
padding:5px;overflow:auto;width:90%;height:50px;text-align:left; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Courier, Courier New, sans-serif}


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





/* Form elements */
 input,textarea, select {  
        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: #793d00;
	scrollbar-highlight-color: #ffedc5;
	scrollbar-shadow-color: #ffedc5;
	scrollbar-3dlight: #ffedc5;
	scrollbar-arrow-color: #ffedc5;
	scrollbar-track-color: #793d00;
	scrollbar-darkshadow-color: #ffedc5;
	
}

/* 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: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background : url('images/body_background.jpg');; border-left-color:#CE3100; border-right-color:#9C0000; border-top-color:#CE3100; border-bottom-color:#9C0000
}

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


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

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



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

/* 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: 12px;
	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 
}
.table1 { 
   border:1px dashed #000000; FONT-SIZE: 12px; 
   COLOR: #000000; 
   LINE-HEIGHT: 125%; 
   FONT-FAMILY: Verdana, Arial; 
   background-image: url('images/gen_background2.jpg'); 
}
.imgfade{filter:alpha(opacity=75); -moz-opacity:0.5}
.imgfull{filter:alpha(opacity=100); -moz-opacity:1}

/* Gets rid of the need for border="0" on hyperlinked images */
img{border:0 solid}

abbr, acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

/*-- mod : profile cp --*/
.admincolor, a.admincolor, a.admincolor:link, a.admincolor:active, a.admincolor:visited {
	color: #FF0000;
	font-weight: bold;
}
a.admincolor:hover {
	color:	 #FF0000;
	text-decoration: underline;
}

.lessadmincolor, a.lessadmincolor, a.lessadmincolor:link, a.lessadmincolor:active, a.lessadmincolor:visited {
	color:  #FF0000;
	font-weight: bold;
}
a.lessadmincolor:hover {
	color:	 #FF0000;
	text-decoration: underline;
}

.modcolor, a.modcolor, a.modcolor:link, a.modcolor:active, a.modcolor:visited {
	color: #006600;
	font-weight: bold;
}
a.modcolor:hover {
	color:	{T_BODY_HLINK};
	text-decoration: underline;
}
.usercolor, a.usercolor, a.usercolor:link, a.usercolor:active, a.usercolor:visited {
	color :#6a3921;   
}  
a.usercolor:hover {
	color:#6a3921;
	text-decoration: underline;
}

/* //bt */
.seed, .leech						{ font-size : 12px; }
.seedmed, .leechmed			{ font-size : 11px; }
.seedsmall, .leechsmall	{ font-size : 10px; }

.seed, .seedmed, .seedsmall			{ color: #ED5237; }
.leech, .leechmed, .leechsmall	{ color: #228b22; }

.dlWill			{ color: #993333; }
.dlDown			{ color: #228b22; }
.dlComplete	{ color: #993333; }
.dlCancel		{ color: #993333; }

.dlBgr1		{ background-color: #ADBAC6; }
.dlBgr2		{ background-color: #D6DBDE; }
.dlBgr3		{ background-color: #D6DBDE; }

.tDL			{ color: #993333; font-weight: bold; }
.tDLDown	{ color: #228b22; font-weight: bold; }
.tDLCmpl	{ color: #993333; font-weight: bold; }


.prow1	{ background-color: #733a1a; background-image : url(images/gen_background.jpg); border: 1px outset #993333;}
.prow2	{ background-color: #ffedc5; background-image : url(images/gen_background.jpg); border: 1px outset #993333;}
.prow3	{ background-color: #ffedc5; background-image : url(images/gen_background.jpg); border: 1px outset #993333;}

input.pOrdSel {
	background-color: #EFEFEF;
	border: 0px solid #EFEFEF;
	color: #333333;
	font-size: 12px;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	width: 18px;
}


.btTbl	{ background-image : url(images/gen_background2.jpg);  border: 0px #98AAB1 solid; border: 1px outset #9E8052; }
.btHead { background-image : url(images/gen_background2.jpg);  font-size: 12px; font-weight: bold; text-align: center; padding: 1px 0px 1px 0px; border: 1px outset #9E8052;}

/* //bt end */


/* The buttons used for bbCode styling in message post */


.spaceRow { padding: 3px 0px 0px 0px }

.attachrow		{ font: 11px; color: #000000; border: 0px #98AAB1 solid; border: 1px outset #9E8052; }
.attachheader	{ font: 11px; color: #000000; border: 1px #9E8052 solid; background-image : url(images/gen_background2.jpg); }
.attachtable	{ font: 12px; color: #000000; border: 1px #9E8052 solid; border-collapse: collapse; }


.li {
	color:	#FFE081;
}

/* YouTube.com */
.youtube   {
   border: 5px dotted

 #800000;
     width: 425px;
}
.youtube .youtubeContainer   {
   position: relative;
}
.youtube .youtubeContainer .youtubeToggler   {
   color: #793d00;
   cursor: pointer;
   cursor: hand;
   font-size: 15px;
   font-weight: bold;
   position: absolute;
   right: 0;
   top: 0;
}


