/* General Positioning CSS for the site
------------------------------------------ */

body {
  background-color: #000;
}

#body {
	font-family: verdana, sans-serif;
	color: #a0a0a0;
	background-color: #000;
       font-size: 12px;
       min-width: 700px;
       width: 95%;
       padding: 1%;
	padding-bottom: 0px;
       top: 15px;
	background-color: #000;
       border: 3px solid #214ab4;
	}

#block_1
	{
	background-color: #000000;
       border-width: 0px;
       clear: none;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
       clear: none;
	float: left;
	width: 190px;
	background-color: #000000;
       border-width: 0px;
}

div#article{
	margin-right: 165px;
	background-color: #000000;
       border-width: 0px;
}

div#side_menu{
	float: right;
       width: 150px;
	background-color: #000000;
       border-width: 0px;
}

#wrapper
	{
	position: relative;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
	
/* main window divs... head, banner, content, footer
------------------------------------------ */

div#head {
	margin: 0px;
	height: 50px;
	border-width: 0px;
	z-index: 5;
}

div#content {
	margin-top: 10px;
       border-width: 0px;
}

p.slogan{
	margin-top: -2px;
	color: #fff;
	text-align: left;
}
	
div#footer {
	position: relative;
	margin: 5px 0px 0px 0px;
	height: 100px;
	background: #000;
       text-align: center;
       border-width: 0px;
}

/* navigation
----------------------------------------------------*/

p.rights{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 9px;
	text-align: center;
}

a.adj{
	padding-left: 15px;
}

p.cen{
	text-align: center;
}

p.lef{
	padding-left: 5px;
}

/* side panel content-specific styles
---------------------------------------------------- */

a, a:visited {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	}
a:hover {
	background-color: #214ab4;
	color: #d0d0d0;
	}
	
/* table styling */

data {
	position: relative;
	left: 10px;
	border: solid 1px #fff;
	padding: 3px;
	}
	
p.title {
	text-align: center;
	font-size: 18px;
	font-color: #fff;
	}
	
.itemTable {
	background-color: #000022;
	}
	
.subTable {
	width: 200px;
	border-width: 3px 3px 3px 3px; 
	}

.subTableA {
	width: 300px;
	border-width: 3px 3px 3px 3px; 
	}
	
.subTableB {
	width: 700px;
	border-width: 3px 3px 3px 3px; 
	}

.subTableB {
	width: 400px;
	border-width: 3px 3px 3px 3px; 
	}

td.row2	{ background-color: #000044; }
td.row3	{ background-color: #000033; }
td.row4	{ background-color: #000022; }

td.row2,td.row3,td.row4 {
	color:#FFFFFF;
}

th	{
	color: #FFFFFF; font-size: 11px; font-weight : bold;
	background-color: #EFEFEF; height: 25px;
	background-image: url(phpbb/styles/subsilver2/theme/images/cellpic1.gif);
}

th.thTitle, th.thCornerL, th.thTop, th.thCornerR, th.thHead {
			color: #FFFFFF; font-size: 11px; font-weight : bold;
			background-image: url(phpbb/styles/subsilver2/theme/images/cellpic3.gif);
}

th.thHead,th.thTitle,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #000000; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #000022; border: #000033; border-style: solid;
}

th.thHead,th.thTitle,td.catHead { font-size: 12px; 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; }

input, select, textarea {
	color: #000;
	background-color: #FFF;
	}

input.button {
 	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 	background-color: #D7E5F2;
 	color: #102132;
 	margin-left: 12px;
 	margin-top: 3px;
 	margin-bottom: 2px;
}

input.delete {
 	background: url( http://www.shroudedbunnies.net/phpbb/styles/subsilver2/imageset/en/icon_post_delete.gif ) no-repeat;
 	border: 0px;
 	margin-left: 0px;
 	margin-top: 0px;
 	margin-bottom: 0px;
}

p.update{
	color: #FFFF00;
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 1px;
}



<!-- TEST FOR Drop Down Menu -->

#drop, #drop ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#drop a {
	display: block;
	width: 10em;
}

#drop li {
	float: left;
	width: 10em;
}

#drop li:hover ul, #drop li.sfhover ul {
	left: auto;
	background-color: #000033;
	border: #666666 solid 1px;
}

#drop li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#drop li:hover ul {
	left: auto;
	background-color: #000033;
	border: #666666 solid 1px;
}

img {
       border: 0px;
}

/* Article List Class */

div#side_menu {
	border: #666666 solid 1px;
       padding: 2px;
}

.list {
	margin-left: 0px;
}

p.quote {
	border: #666666 solid 1px;
	color: #eeeeee;
	padding: 2px;
}

h1 {
	color: #eeeeee;
	font-size: 20px;
}
