
/* BETA TESTING CSS */
.portalMainContainer {
  width: 100%;
}

.portalMainLeft {
  float: left;
  color: blue;
  width: 81%;
  padding-right: 4px;
}

.portalMainRight {
  float: left;
  width: 18%;
}

.portalMainBottom {
  clear: both;
}

.portalWelcome {
  width: 100%;
}

.portalMiniCal {
  float: left;
  width: 31%;
  padding-right: 2px;
  font-size: 10px;
}

.portalRecent {
  float: right;
  width: 68%;
  padding-left: 2px;
}

.portalRightBoxLeft {
  float: left;
  width: 50%;
  padding: 0px 2px 10px 0px;
  
  height: 180px;
}

.portalRightBoxRight {
  float: right;
  width: 49%;
  padding: 0px 0px 10px 2px;

  height: 180px;
}

.portalRightAd {
  clear: both;
  width: 100%;
  padding: 30px 0px 40px 0px;

  height: 180px;
}

#portalBeta {
}

#portalContentBeta {
  min-height: 180px;
}


/* END BETA TESTING CSS */


/* 02.04.12 */
div.LTNC {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;

	border: 0px solid #73694B;
}

div.LTN {
	background-color: #ADA998;
	float: left;
	width: 8%;
	text-align: center;
	height: 20px;
	border: 0px solid #ADA998;
	padding: 0px;
	maring: 0px;
}

div.LYC {
	position: fixed;
	top: 21px;
	left: 0px;
	z-index: 5;
	width: 100%;
	height: 72px;
	margin: 0;
	padding: 0;

	overflow: hidden;
	border: 0px solid #73694B;
}

div.LYC_CLEAR {
        width: 2%;
	font-size: 1px;
	background-color: #FFFDEC;
	float: left;
}
div.LTNC div.LYC_CLEAR {
	height: 21px;
}
div.LYC div.LYC_CLEAR {
	height: 72px;
}

div.LYC_Container {
	background-color: #FFFDEC;
	float: left;
	width: 8%;
	
	height: 72px;
	border: 0px solid #73694B;
	margin: 0px;
	padding: 0px;

	overflow: hidden;
}

div.LYC_Month 	{
	text-align: center; 
	vertical-align: middle;
	height: 15px;
	margin: auto;
	border-bottom: 1px solid #73694B;
}

div.LYC_IMG {
	text-align: center;
	display: block; 
	margin: auto;
	height: 54px;
	line-height: 54px;
}

div.LYC_IMGIMG {
	vertical-align: middle;
	margin: auto;
	}

div.LYC_LNK {
	text-align: center;
	vetical-align: middle;
	height: 15px;
	border-top: 1px solid #73694B;
}

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #831518;
	scrollbar-face-color: #FFFDEC;
	scrollbar-highlight-color: #FFFDEC;
	scrollbar-shadow-color: #ADA998;
	scrollbar-3dlight-color: #73694B;
	scrollbar-arrow-color:  #831518;
	scrollbar-track-color: #EEEDDB;
	scrollbar-darkshadow-color: #2E2A1A;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

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

/* This is the border line & background colour round the entire page */
.bodyline	{ 
	background-color: #FFFDEC; 
	border: 5px #2E2A1A solid; 
}

/* This is the outline round the main forum tables */
.forumline	{ 
	background-color: #FFFDEC; 
	border: 2px #73694B solid;
}

table, .bodyline, .forumline, td.row1, .row1, td.row2, .row2, td.row3, .row3, td, th	{
	border-radius: 12px;
        -moz-border-radius: 12px;
}

/* Main table cell colours and backgrounds */
td.row1, .row1	{ background-color: #EEEDDB; }
td.row2, .row2	{ background-color: #73694B; }
td.row3, .row3	{ background-color: #ADA998; }

/*
  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: #FFFDEC;
		background-image: url(templates/Appalachia/images/);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFDEC; 
	font-size: 12px; 
	font-weight : bold;
	background-color: #831518; 
	height: 25px;
	background-image: url(templates/Appalachia/images/);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	background-image: url(templates/Appalachia/images/);
	background-color:#ADA998; 
	border: #2E2A1A; 
	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 :-)
*/
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: #FFFDEC; border-style: solid; height: 28px;
 	color: #FFFDEC;
}
td.row3Right,td.spaceRow {
	background-color: #73694B; border: #2E2A1A; border-style: solid;
}

th.thHead,td.catHead { font-size: 14px; 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: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }

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

/* General text */
.gen { font-size : 14pt; }
.genmed { font-size : 12pt; }
.gensmall { font-size : 10pt; }
td,div,.gen,.genmed,.gensmall { color : #222222; }
a.gen,a.genmed,a.gensmall { color: #831518; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #831518; text-decoration: underline; }

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

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

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

/* 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 : #222222;}
a.nav			{ text-decoration: none; color : #831518; }
a.nav:hover		{ text-decoration: underline; }

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

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

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

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

/* Quote & Code blocks */
.code {
	font-family: ; font-size: 12px; color: #FFFDEC;
	background-color: #73694B; border: #73694B; border-style: solid;
	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: 12px; color: #FFFDEC; line-height: 125%;
	background-color: #73694B; border: #73694B; border-style: solid;
	border: 1px solid #831518; 
}

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

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

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

input { text-indent : 2px; }

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

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

/* None-bold submit button */
input.liteoption {
	background-color : #EEEDDB;
	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 { background-color: #ADA998; border-style: none; }

#portal, #portalBeta {
    width: 100%;
    border: solid 1px #73694B;
    margin-bottom: 10px;

}

#portal, #portalBeta, #portalHead, #portalContent {
     border-radius: 18px;
    -moz-border-radius: 18px;
}

#portalHead, #portalHead a {
    width: auto;
    background-color:#73694B;
    border: #73694B;
    border-style: solid;
    height: 20px;
    position: relative;
    font-weight: bold;
    font-size: 10pt;
    color: #FFFDEC;
}

#portalContent, #portalContentBeta {
    padding: 4px;
    background-color:#EEEDDB;
}

#portalLinks {
    line-height: 250%;
    font-size: 12px;
}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/Appalachia/formIE.css");

