/*
  Ollie's styles reworked from subSilver Theme for phpBB version 2+ (http://www.subBlue.com)
because this Theme is well-tested unlike others. I had bad experiences with other templates. I'd rather spend time creating new styles than fixing other people's bugs. Same time, more pleasurable experience.
*/

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #F5E0A0;
}

table { 	font-family: verdana, arial, sans-serif;
	font-size:11px;  }

table a:link {
	color : #994800; text-decoration: none;
 }
table a:visited {
	color: #994800;

}
table a:hover {
	color: #CC6600;
	text-decoration: underline;
}
table a:active {
	color: #CC6600;
}


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

th.thHead,td.catHead { font-size: 12px; }


/* Main table cell colours and backgrounds */
td.row1	{ font-size : 12px; }
td.row2	{ font-size : 11px; }
td.row3	{ font-size : 10px; }

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

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #56542C; font-size: 9px; 
	background-color: #E4DAA6; height: 20px;
/* 	background-image: url(images/cellpic3.gif);*/
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
/*			background-image: url(images/cellpic1.gif);*/
			background-color:#ECE0A5; height: 20px;
}


/*
  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: 20px;
	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; height: 20px; }
td.spaceRow {
	background-color: #D0C798; 
/* border: #FFFFFF; border-style: solid;*/ }


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


/* General text */
.gen { font-size : 11px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 9px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #DA9F5B; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FAC174; text-decoration: underline; }

.gensmall a:link         {
	text-decoration: none; color: #DA9F5B;
}

.gensmall a:hover        {
	text-decoration: underline; color: #FAC174;
}


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


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 10px ; letter-spacing: 0px; color : #56542C}
a.cattitle		{ text-decoration: none; color : #56542C; }
a.cattitle:hover{ text-decoration: underline; }


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


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


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 10px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #994800; }
a.topictitle:visited { text-decoration: none; color : #56542C; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


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

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


/* The content of the posts (body of text) */
.postbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent	: 22px;
}

p {	margin-top: 0px; }


a.postlink:link	{ text-decoration: none; color : #56542C }
a.postlink:visited { text-decoration: none; color : #56542C; }
a.postlink:hover {
	text-decoration: underline;
	color : #DD6900;
}


/* Quote & Code blocks */
.code {
	font-family: Arial, 'Courier New', sans-serif; font-size: 11px; color: #56542C;
	background-color: #FCF7DE; 

border: #D1D7DC; 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: 11px; color: #444444; line-height: 125%;
	background-color: #FFFFCC; 
border: #A69F79; 
border-style: solid;	border-left-width: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 1px

}


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


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

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

input { text-indent : 2px; }

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

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

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


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
.border {
	border: 1px solid #664E2D;
}
/* ollie css */
.SmallLightText {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #F8F6C4;
}
.MENU {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #412B16;
	text-transform: uppercase;
}

.numbers {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold}
.Border {  border: 1px #000000 solid}
.MENUbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #95321F;
	text-transform: uppercase;
}


.TITLE {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #FFFFCC}
.subTITLE { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFF2BF}
.ListMenuLinks { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #00373E; letter-spacing: 1px }
.BorderLight { border: 1px #F5E08B solid}
.BorderDotted { border: 1px #FFFFCC dotted}
.smallYellow { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFF4CC}
.smallWhite { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FFF5D5}
.Medium { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #663300}
.subTITLEbig { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold; color: #56542C}
.normal {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #333333}
.smallYellowThin { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; color: #C7AB81}
.smallBlackThin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	list-style-image: url(http://www.information-ministry.com/_Images/ArrowBulletGr.gif);
	list-style-type: disc;
}

.BorderOlive { border: 1px solid #C16413}
.smallBlackThinB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	list-style-image: url(http://www.information-ministry.com/_Images/ArrowBulletBr.gif);
}
.smallYellowB { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #DDC188}
.BorderBrown { border: 1px solid #554635}
.BorderLighter { border: 1px #FFF0B7 solid}
.smallBlackThinB_Indent { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal ; padding-left: 20px ; color: #000000}
.buttonOrange {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; background-color: FEA723; border: 1 solid; cursor: hand}
.buttonYellow {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; background-color: #FFDD77; border: 1 solid; cursor: hand; color: #333333}
.inputTEXT {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; border:1px solid #666666; background:#FFFDF0; color: #333333}
.inputTEXT2 {font-family: Arial, Helvetica, sans-serif; font-size: 7pt; border:0; background:#CCCC99; color: #333333}
.smallRedThin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #993300;
}
.JTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #994800;

}
.normalV {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #333333
}
.smallGreenThin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	list-style-image: url(http://www.information-ministry.com/_Images/ArrowBulletGr.gif);
	list-style-type: disc;
	color: #7C6E12;
}
.buttonPosting {
	background-color : #E4DAA6;
	color : #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
}
.smallYellowDark {
font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #DDAA30
}
.genmed3 {
	font-size : 11px;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.navCAPS {
	font-weight: bold;
	font-size: 9px;
	color : #000000;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Asmallest {
	font: 10%/10% "Times New Roman", Times, serif;
	color: #ECE0A5;
}.MENU2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #DA9F5B;
	text-transform: uppercase;
}
.TITLE2 {
font-family: Tahoma; font-size: 24px; font-weight: bold; color: #382516
}
.TitleBgnd {
	font: bold 18px/30px Verdana, Arial, Helvetica, sans-serif; color: #999999;
	background: #202528 url(/images/TitleBgndBlue.gif) no-repeat right top;
}
.TitleBgnd a:link {
    text-decoration: underline; color: #CC6633; 
}
.TitleBgnd a:visited {
    text-decoration: underline; color: #C56118; 
}
.TitleBgnd a:hover,a:active {
    color: #FF6600;
}

.MenuTitles {
	font-size : 12px;
	color : #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #D9B168;
}

.MenuItems {
	font-size : 10px;
	color : #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.MenuItems a:link
{text-decoration: none; color: #333333;}
.MenuItems a:visited 
{text-decoration: none; color: #333333;}
.MenuItems a:hover
{text-decoration: underline; color: #CC6600;}


.MenuTitlesBooks {
	font-size : 12px;
	color : #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.MenuTitlesBooks a:link, a:visited 
{text-decoration: none; color: #994800;}

.MenuTitlesBooks a:hover
{text-decoration: underline; color: #CC6600;}
.MenuItemsSmall {
	font-size : 10px; color : #382516;
}
.MenuItemsSmall a:link
{text-decoration: none; color: #382516;}
.MenuItemsSmall a:visited 
{text-decoration: none; color: #382516;}
.MenuItemsSmall a:hover
{text-decoration: underline; color: #CC6600;}
.TitleBgndBlue {

	font: bold 14px/14px Verdana, Arial, Helvetica, sans-serif; color: #868893;
	background: #202528 url(/images/TitleBgndBlue.gif) no-repeat right top;
}
.TitleBgndRed {


	font: bold 14px/14px Verdana, Arial, Helvetica, sans-serif; color: #CD8140;
	background: #312017 url(/images/TitleBgndRed.gif) no-repeat right top;
}
.TitleBgndRed2 {



	font: bold 14px/14px Verdana, Arial, Helvetica, sans-serif; color: #CD8140;
	background: #73472C url(/images/TitleBgndRed2.gif) no-repeat right top;
}
.words {
	font-size: 30%; line-height: 30%; color: #312017;
}
.words a:active   { color: #312017;}   
.words a:link     { color: #312017;}
.words a:visited  { color: #312017;}
.words a:active   { color: #312017;}
.words a:hover    { color: #312017;}
.postbodySmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent	: 22px;
}
