/*
  The StarArmy Theme for phpBB version 2+
  by Wesley Davis and selected contributors
*/

/*Navigation Menu - modified from Listamatic*/
#navcontainer { border-bottom: 1px #0000ca solid; }
#navlist
	{
	margin: 0;
	padding: .5em 0;
	list-style-type: none;
	background-color: #00007e;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
#navlist li { display: inline; border: 0px; font-size: 12px; margin: 0; }
#navlist li a
	{
	margin: 0;
	text-decoration: none;
	background-color: #00007e;
	color: #ffffff;
	padding: .5em 2em;
	}
#navlist li a:hover { background-color: #0000ca; color: #fff; }
#navlist li a#current { background-color: #0000ca; }
/* Thats it for the navigation menu */

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000040;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #FFCCCC;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	padding: 0px;
	margin: 0px;
	background-color: #000040;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}


/* This is the border line & background colour round the entire page */
.bodyline	{ border: 2px #CCCCFF solid; }

/* This is the outline round the main forum tables */
.forumline	{ border: 2px #000020 solid; }

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


/* 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: #FFFFFF; text-decoration: underline;}
