/*
  The original Appalachia Theme for phpBB version 2+
  Created by Droshi
  Design by Kooky

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
#phpbb_body {
	background-color: #FFFFFF;
	scrollbar-face-color: #E8ECF4;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #E8ECF4;
	scrollbar-3dlight-color: #E0E7F1;
	scrollbar-arrow-color:  #587EA5;
	scrollbar-track-color: #EFF2F8;
	scrollbar-darkshadow-color: #015E8C;
}

#phpbb_body tr, #phpbb_body td {
	padding: 4px;
}

#phpbb_body * {
	line-height: normal;
	vertical-align: middle;
}

#phpbb_body *[valign="top"] {
	vertical-align: top;
}

#phpbb_body *[valign="middle"] {
	vertical-align: middle;
}

#phpbb_body *[valign="bottom"] {
	vertical-align: bottom;
}

#phpbb_body *[width="150"] {
	min-width: 150px;
}

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

/* This is the border line & background colour round the entire page */
#phpbb_body .bodyline	{ background-color: #FFFFFF; border: none }

/* This is the outline round the main forum tables */
#phpbb_body .forumline	{ background-color: #FFFFFF; border: 2px #7BA5BD solid; }

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

/*
  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
*/
#phpbb_body td.rowpic {
		background-color: #FFFFFF;
		background-image: url(/forum/templates/Appalachia/images/cellpic2.gif);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
#phpbb_body th	{
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #587EA5; height: 25px;
	background-image: url(/forum/templates/Appalachia/images/cellpic3.gif);
}

#phpbb_body td.cat, #phpbb_body td.catHead, #phpbb_body td.catSides, #phpbb_body td.catLeft, #phpbb_body td.catRight, #phpbb_body td.catBottom {
			background-image: url(/forum/templates/Appalachia/images/cellpic1.gif);
			background-color:#E0E7F1; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
  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 :-)
*/
#phpbb_body td.cat, #phpbb_body td.catHead, #phpbb_body td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
#phpbb_body th.thHead, #phpbb_body th.thSides, #phpbb_body th.thTop, #phpbb_body th.thLeft, #phpbb_body th.thRight, #phpbb_body th.thBottom, #phpbb_body th.thCornerL, #phpbb_body th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
#phpbb_body td.row3Right, #phpbb_body td.spaceRow {
	background-color: #E0E7F1; border: none;
}

#phpbb_body th.thHead, #phpbb_body td.catHead { font-size: 11px; border-width: 1px 1px 0px 1px; }
#phpbb_body th.thSides, #phpbb_body td.catSides, #phpbb_body td.spaceRow	 { border-width: 0px 1px 0px 1px; }
#phpbb_body th.thRight, #phpbb_body td.catRight, #phpbb_body td.row3Right	 { border-width: 0px 1px 0px 0px; }
#phpbb_body th.thLeft, #phpbb_body td.catLeft	  { border-width: 0px 0px 0px 1px; }
#phpbb_body th.thBottom, #phpbb_body td.catBottom  { border-width: 0px 1px 1px 1px; }
#phpbb_body th.thTop	 { border-width: 1px 0px 0px 0px; }
#phpbb_body th.thCornerL { border-width: 1px 0px 0px 1px; }
#phpbb_body th.thCornerR { border-width: 1px 1px 0px 0px; }

/* The largest text used in the index page title and toptic title etc. */
#phpbb_body .maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", #phpbb_body Verdana, #phpbb_body Arial, #phpbb_body Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
#phpbb_body .gen { font-size : 11px; }
#phpbb_body .genmed { font-size : 11px; }
#phpbb_body .gensmall { font-size : 10px; }
#phpbb_body .gen, #phpbb_body .genmed, #phpbb_body .gensmall { color : #000000; }
#phpbb_body a.gen, #phpbb_body a.genmed, #phpbb_body a.gensmall { color: #587EA5; text-decoration: none; }
#phpbb_body a.gen:hover, #phpbb_body a.genmed:hover, #phpbb_body a.gensmall:hover	{ color: #587EA5; text-decoration: underline; }

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

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

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

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

/* titles for the topics: could specify viewed link colour too */
#phpbb_body .topictitle, #phpbb_body h1, #phpbb_body h2	{ font-weight: bold; font-size: 11px; color : #000000; }
#phpbb_body a.topictitle:link   { text-decoration: none; color : #587EA5; }
#phpbb_body a.topictitle:visited { text-decoration: none; color : #587EA5; }
#phpbb_body a.topictitle:hover	{ text-decoration: underline; color : #587EA5; }

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

/* Location, #phpbb_body number of posts, post date etc */
#phpbb_body .postdetails		{ font-size : 10px; color : #000000; }

/* The content of the posts (body of text) */
#phpbb_body .postbody { font-size : 11px; line-height: 18px}
#phpbb_body a.postlink:link	{ text-decoration: none; color : #587EA5 }
#phpbb_body a.postlink:visited { text-decoration: none; color : #587EA5; }
#phpbb_body a.postlink:hover { text-decoration: underline; color : #587EA5}

/* Quote & Code blocks */
#phpbb_body .code {
	font-family: Courier, #phpbb_body Courier New, MS sans serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #E0E7F1; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

#phpbb_body .quote {
	font-family: Verdana, #phpbb_body Arial, #phpbb_body Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #E0E7F1; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

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

/* Form elements */
#phpbb_body input, #phpbb_body textarea, #phpbb_body select {
	color : #000000;
	font: normal 11px Verdana, #phpbb_body Arial, #phpbb_body Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
#phpbb_body input.post, #phpbb_body textarea.post, #phpbb_body select {
	background-color : #FFFFFF;
}

#phpbb_body input { text-indent : 2px; }

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

/* The main submit button option */
#phpbb_body input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
#phpbb_body input.liteoption {
	background-color : #FAFAFA;
	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 ;)
*/
#phpbb_body .helpline { background-color: #E8ECF4; border-style: none; }

