/*
	BonesSilver
	A variant of Bones
	Based on and inspired by subSilver and boneSilver
	© 2003 Jeremy Rogers (aka Thoul)

	boneSilver created by Richard Beckman, Jr. - http://www.beckman-ministries.com/
*/

/* Basic HTML tag formatting */
body
{
	color: #000000;
	background-color: #BDBA9B;
	font-size: 1em;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

div
{
	color: #000000;
	background-color: inherit;
}

table
{
	font-size: 1.0em;
	background-color: #E5E5E5;
	border: none;
	vertical-align: middle;
}

tr
{
	font-size: 1.0em;
	background-color: #E5E5E5;
	vertical-align: middle;
}

th
{
	color: #EF6B00; 
	font-size: 11px; 
	font-weight : bold;
	background-color: #5E3501; 
	height: 25px;
}

td
{
	background-color: inherit;
	text-align: left;
	font-size: 1.0em;
	vertical-align: middle;
}

.topNavigation {

	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	text-align: right;

}


.nav {
	font-weight: bold;
	font-size: 110%;
}

a
{
	color : #FFF2CF;
	text-decoration: none;
	font-size: 1.0em;
}

a:hover
{
	color: #895C33;
	text-decoration: underline;
}

hr
{
	color: #D1D7DC;
	background-color: #D1D7DC;
	width: 98%;
	text-align: center;
	height: 9px;
	border: 3px ridge;
}

/* CLASSES */

/* header - Top area of pages */
.header
{
	position: relative;
	width: 100%;
	background-image: url(images/header_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: bottom;
}

/* logo - Logo area of pages */
.logo
{
	position: relative;
	text-align: left;
	width: 100%;
	vertical-align: middle;
	margin-bottom: 0px;
}

.banner {
	margin-top: 58px;
	margin-right: 15px;
	float: right;
}

.footer
{
	clear: both;
	width: 100%;
	font-size: 60%;
	text-align: center;
	padding-top: 20px;
}

.mainOrange {

	background-color: #EF6B00;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	

}


.newsContent {
	background-color: inherit;
}



.rightAlignedTopTextOnIndex {
	float: right;
	text-align: right;
	font-size: 60%;
	padding-right: 5px;
	padding-top: 5px;
}

.leftAlignedTopTextOnIndex {
	float: left;
	text-align: left;
	font-size: 60%;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 0px;
}



/* leftcol - Left column of pages */
.leftcol
{
	float: left;
	border: none;
	color: inherit;
	background-color: inherit;
	padding: 0px;
	width: 25%;
}

/* leftcol - Left column of pages */
.middleCol
{
	float: left;
	border: none;
	color: inherit;
	background-color: inherit;
	padding: 0px;
	width: 100%;
}

.rightCol {


	float: right;
	border: none;
	color: inherit;
	background-color: inherit;
	padding: 0px;
	width: 75%;


}

.newsContent {
	font-size: 80%;
	margin-left: 5px;
}



.mainBorderedBox
{
	margin-bottom: 10px;
	border: 2px solid #895C33;
	padding: 1px;
	color: inherit;
	clear: left;
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	margin-top:5px;
}


.newsArticle1 {

	height: 172px;
	background-color: #BDBA9B;
	margin-bottom: 1px;
}

.newsArticle2 {

	height: 172px;
	background-color: #B5AA9C;
	margin-bottom: 1px;
}

.newsArticle3 {

	background-color: #BDBA9B;
	margin-bottom: 1px;
}

.darkTitle {
    color: rgb(239, 107, 0);
    font-size: 12px;
    font-weight: bold;
    background-color: rgb(94, 53, 1);
    height: 28px;
    line-height: 220%;
	margin-bottom: 1px;
	text-align: center;
	vertical-align: center;
}


.boldTitle {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	color: #FFF2CF;
	background-color: #8D5E36;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	vertical-align: middle;
	line-height: 180%;
}

.threadName {
	font-weight: bold;
	font-size: 70%;
}

.threadInfo {
	margin: 1em;
	font-size: 60%;
}
.threadInfo2 {
	margin: 3em;
	font-size: 60%;
}

.newsInfo {
	font-weight: bold;
	font-size: 70%;
	margin: 1em;
}

.smallCentered {
	text-align: center;
	font-size: 60%;
	width: 100%;
}

.SmallTextWhiteBackground {
	color: #000000;
	background-color: #BDBA9B;
	font-size: 0.6em;
	text-align: left;
	vertical-align: middle;
	margin: 1px;
}

.SmallTextWhiteBackgroundCentered {
	color: #000000;
	background-color: #BDBA9B;
	font-size: 0.6em;
	text-align: center;
	vertical-align: middle;
	margin: 1px;
	padding-bottom: 5px;
}

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


a.dark {
	color: #5E3501;
	font-size: inherit;
}

a.dark.hover {
	color: #EF6B00;
	text-decoration: underline;
}


.EmptyBoxWithMargin {
	margin: 10px;
}

.spacerrow
{
	height: 1px;
	line-height: 1px;
}


/* Main table cell colours and backgrounds */

.row1	{ 
	background-color: #BDBA9B; 
	font-size: inherit;
	margin-bottom: 1px;
}

.row2	{ 
	background-color: #B5AA9C; 
	margin-bottom: 1px;
}


.headline
{
	font-weight: bold; 
	font-size: 20px; 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height : 120%; 
	color : #000000;
}


.smalltext
{
	font-size: 0.8em;
	font-weight: normal;
}




/* Form elements */
input, textarea, select
{
	color : #000000;
	background-color : inherit;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
	border-color : #FFFFFF;
}

/* The text input fields background color */
input.post, textarea.post, select
{
	background-color : #FFFFFF;
	border-width: 1px;
	margin: 1px;
}

/* input.profile - profile and registration fields */
input.profile
{
	width: 150px;
	background-color : #FFFFFF;
	border-width: 1px;
	margin: 1px;
}

textarea.post
{
	font-size: 0.9em;
	width: 98%;
}

input.text
{
	text-indent : 2px;
}

/* input.button, input.bbcode - Form Button Controls
	input.button - All standard form buttons
	input.bbcode - BBCode Control Buttons
*/
input.button, input.bbcode
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color : #EFEFEF;
	color : #000000;
	font-size: 1em;
	border:	1px solid #006699;
	margin: 1px;
	padding-right: 4px;
	padding-left: 4px;
}



input.checkbox
{
	vertical-align: middle;
}





input.button:active, input.bbcode:active, input.button:hover:active, input.bbcode:hover:active
{
	color: #FFFFFF;
	background-color : #000000;
	border: 1px #006699 solid;
}

input.button:hover, input.bbcode:hover
{
	color: #EFEFEF;
	background-color : #006699;
	border: 1px #000000 solid;
}

