/* NAMING CONVENTIONS...
	1. Wrappers- 
		- covers the entire site
		-covers the outlines for the main container
		-covers the main container (header / body / footer)
	2. Containers-
		-covers the header
		-covers the body
		-covers the footer
	3. Blocks-
		a. menuBlocks
		-covers the menus in header / body / footer.
		b. imgBlocks
		-covers the logo and pix in header / body / footer.
		c. txtBlocks
		-covers text in the header / body / footer.
// end description */

/* =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=
Global positioning elements for the website
 =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.= */
html {
	overflow-y: scroll;
	background: #000000 url('../lays/bg.jpg') no-repeat right top;
	font-family: 'Trebuchet MS', Verdana, Arial;
	color: #DEC899;
	}
	#fullWrapper {
		width: 100%;
		height: 96%;
		margin: 0px;
		}
	h2, h3 { color: #cccccc; }
	hr {	color: #111111; }
	
	a { font-size: 11px; }
	a:link {
		text-decoration: none;
		border: none;
		color: #33CCFF;
		}
	a:visited {
		text-decoration: none;
		color: #00CC99;
		}
	a:hover {
		color: #CF292A;
		text-decoration: overline underline;
		}
	a:active {
		text-decoration: overline underline;
		color: #9966ff;
		}

/* =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=
Formatting for the header section
 =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.= */
#headerContainer {
	height: 225px;
	margin: 3px 2px 0 5px;
	}
	.catchphrase {
		background: transparent;
		font-family: Verdana, Arial;
		font-size: 10px;
		color: #ccc;
		padding: 0 60px 60px 0;
		}
	#logoBlock {
		width: 308px;
		float: left;
		}
	#txthdrBlock {
		margin: 20px 0 0 0;
		text-align: center;
		color: #ccc;
	}
		.txthdrBlock ul {
			text-align: left;
			font-size: 11px;"
			}
/* =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=
Formatting for the body section
 =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.= */
 	#bodyContainer {}
		div.utils {
			color: #ccc;
			text-align: left;
			width: 86%;
		}
			div.utils span {
				font-weight: bold;
				padding-left: 20px;
				color: #DEC899;
			}
/* =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=
Unique body elements
 =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.= */
	.descBlock {
		font-size: 12px;
		color: #cccccc;
	}
		#newsframe {
			width: 86%;
			padding: 0 35px 40px 30px;
			height: auto;
			font-family: 'Trebuchet MS', Verdana, Arial;
			font-size: 11px;
			z-index: 1;
		}
		#gbook {
			padding: 0 0 0 128px;
		}
			#gbformBlock {
				height: 340px;
				width: 98%;
				text-align: left;
				float: left;
			}
		#plog {
			width: 86%;
			padding: 0 35px 10px 30px;
			height: auto;
			font-family: 'Trebuchet MS', Verdana, Arial;
			font-size: 12px;
			z-index: 1;
		}
		.authid {
			font-size: 13px;
			font-weight: bold;
			color: #DEC899;
			line-height: 32px;
		}
		.authdate, .authupdate {
			font-weight: normal;
			color: #888888;
		}
		.theposts {
			margin: 0 18px;
			text-align: left;
			color: #cccccc;
		}
		span.explain { display:block; line-height: 12px; font-size:11px; color:#999999; }
		.biolinks {
			text-align: right;
			padding: 54px 10px 0 0;
			_padding-top: 70px; /*IE 6 only*/
		}
/* =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=
Form styles
 =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.= */
	form {
		font-family: 'Trebuchet MS', Verdana, Arial;
		font-size: 12px;
		font-weight: bold;
		}
/* =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=
Footer Styles
 =.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.=.= */
	#footContainer {
		background-color: #444;
		position: fixed;
		height: 30px;
		width: 100%;
		margin-left: -8px;
		font-family: Verdana, Arial;
		font-size: 9px;
		opacity: 1.0;
		filter: alpha(opacity=100);
		bottom: 0px;
		padding: 6px 0 6px 0;
		text-align: center;
		z-index: 100;
	}
	.counterBlock {
		background: transparent;
		position: fixed;
		border-top: 1px #DEC899;
		height: 30px;
		opacity: 1.0;
		filter: alpha(opacity=100);
		bottom: 2px;
		right: 8px;
	}
		
