/* CSS Document */
a {text-decoration:none; color:#51e354;} 
a:hover {text-decoration:underline; color:#38daf7;}
p, span {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
body {background-image: url(../images/n00b/n00bFill.gif); background-repeat: repeat;}

/* Header */
#Header {height: 103px;	margin-bottom: 20px;}
#Header img{position:relative; left:22px;}
/* Header */

/*Main Div */

#container
{
	margin: 38px auto 0px auto;
	width: 800px;
	height: 100%;
}

#content {
	position:relative;
	left: 7px;
	width: 787px;
	top:40px;
	background-image:url(../images/n00b/n00bContentFill.gif);
	background-repeat:repeat-y;
	height: 100%;
	border: #51e354 dotted 0px;
	border-bottom-width: 2px;
}

#contentHome {
	position:relative;
	left: 7px;
	width: 787px;
	top:20px;
	background-image:url(../images/n00b/n00bContentFill.gif);
	background-repeat:repeat-y;
	height: 100%;
	border: #51e354 dotted 0px;
	border-bottom-width: 2px;
}

/*End Main Div */

/* Footer */

#Footer {
	position:relative;
	margin-bottom:0px;
	width: 761px;
   text-align:center;
}

#Footer p {
   color:#51e354;
   padding:0px 0px 0px 0px;
   line-height:15pt;
}

.copyright {
   color:#51e354;
   padding:35px 0px 0px 0px ;
   text-align:center;
}
#searchBar {
	position: absolute;
	left: 500px;
	top: -29px;
	width: 300px;
}
#socialButtons{
	position: absolute;
	left: 18px;
	top: -26px;
	width: 150px;
}
/*End Footer */



/* This is the Menu section */
#Menu {position:relative; z-index:+2;}

#Menu img.About {position:absolute; left: 0px;}
#Menu img.Training {position:absolute; left: 90px;}
#Menu img.Library {position:absolute; left: 221px;}
#Menu img.Logo {position:absolute; left: 347px; top: -33px;}
#Menu img.News {position:absolute; left: 448px;}
#Menu img.Defense {position:absolute; left: 504px;}
#Menu img.Cadets {position:absolute; left: 615px;}
#Menu img.FunStuff {position:absolute; left: 717px;}

/*End Menu */

#CenterColumn {
	position:relative;
  	left:250px;
    width:450px;
}

.noPosts{height:1350px;}

#Bio {
	position:absolute;
	width: 170px;
	left: 50px;
	top: 123px;
}

#Bio p {
 color: #FFFFFF;
 margin: 0px 10px 10px 10px;
}

#Bio span.about {
 color: #51e354;
 text-transform:uppercase;
 font-weight:bold;
 margin-left: 10px;
}

#Bio img.headShot {
 position: relative;
 left: 15px;
padding: 15px 0px;
}

.critters {
	margin: 20px 50px;

}

#Post {
	position:relative;
	width: 450px;
	left: 0px;
	margin-bottom: 0px;
	z-index:+2;
}

#Post h1 {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size:18px;
 color: #38f79f;
 margin-left:15px;
}

#Post p.date {
 font-size: 8px;
 color: #51e354;
 text-transform:uppercase;
 letter-spacing: 2px;
 margin-right:5px;
 font-weight: bold;
}

#Post p {
 font-size:12px;
 line-height: 15px;
 color: #FFFFFF;
 margin: 0px 10px 15px 15px;
}


#Post p.Sig {
 font-size:9px;
 color: #51e354;
 margin-top: 5px;
 }
 
.postFooter{
 position:relative;
 left: 350px;
 top: -30px;
 width: 80px;
 height: 60px;
 background-image: url(../images/n00b/worm.gif);
}

/*Archives Tab */

#Archives {
  position:relative;
  margin-top:20px;
}

#Archives p {
  margin: 0px 20px 10px 20px;
  line-height:14px;
}

#Archives span.archives {
 color: #38f79f;
 text-transform:uppercase;
 margin: 0px 25px 0px 20px;
}

#Archives a {
 color:#38f79f;
 text-decoration:none;
 }

#Archives a:hover {
 text-decoration:underline;
 color: #0ADDD3;
}

