/*<group=Layout>*/

/* Layout Only; Don't Change */

html, body {
	margin: 0;
	padding: 0;
	}

#header {
	margin-bottom: 0px;
	}

	
#side {
	float: left;
	margin-left: -1px;
	padding-left: 1px;
	}
	
	
#content {
	padding: 10px;
	}
	
#footer, .spacer {
	clear: both;
	}

.spacer {
	visibility: collapse;
}

/*</group>*/

/*<group=Actual Layout>*/

body {
	background-color: black;
/*	text-transform: lowercase; */
	color: #D7DFE3;
	font: 14px Courier New, Courier, mono;
}

/* Settings Retained for CSS Development */

#headerr {
	height: 90px;
	width: 728px;
/*
	background: red;
*/
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#additionalbgwrapper {

}

#side {
	width: 270px;
}

#content {
	margin-left: 270px;
}

#footer {

}
	
/*</group>*/

/*<group=Navigation>*/

#nav {

}

#nav a {color: #D7DFE3; text-decoration: none; text-transform: lowercase; border-bottom: none; padding-right: 8px; border-right: solid #D7DFE3 2px;}

#nav a:hover {color: #940200; text-decoration: overline underline; text-transform: none; border-bottom: none;}

/*<group=1st Line (MP, MF, ZM)>*/

#nav #line1 {
	
}

#nav #line1 .last {
	border-right-style: none;
}
	
/*</group>*/

/*<group=2nd Line (M, M2, SM)>*/

#nav #line2 {
	
}

#nav #line2 .last {
	border-right-style: none;
}
	
/*</group>*/

/*<group=3rd Line (Chat, Forum, MM)>*/

#nav #line3 {

}

#nav #line3 a {

}

#nav #line3 .last {
	border-right-style: none;
}
	
/*</group>*/
	
/*</group>*/

/*<group=Links>*/

a {
	color: white;
/*	border-bottom: 1px dashed #FFFFFF; */
	text-decoration: none;
}

a:hover {
	color: #940200;
	text-transform: none;
/*	border-bottom: 1px dashed #940200; */
}
	
/*</group>*/

/*<group=Sidebar>*/

#sidebarhead {
	background: url(/tinylogo.jpg);
	width: 270px;
	height: 154px;
	display: block;
	text-indent: -9999px;
	border-style: none;
}

/* Top-Most Heading */

#side h3, #side h4 {
	cursor: pointer;
	background-color: #940200;
	color: #E9DB94;
	margin: 0px;
	margin-top: 2px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

#side h3 a, #side h4 a {
	display: block;
	color: #E9DB94;
	border-style: none;
}

/*<group=Level 1 Heading>*/
	
/*</group>*/

/* UL Fixes & Add A Bottom Margin */

#side ul {
	padding: 0px;
	margin: 0px;
	padding-left: 16px;
	list-style: none;
	background: #940200;
}

/*<group=Links (In a UL)>*/

#side li a {
	color: #E9DB94;
	text-decoration: none;
	text-transform: lowercase;
	border-style: none;
}

#side li a:hover {
	color: #E9DB94;
	text-decoration: none;
	text-transform: none;
	border-bottom: none;
}

#content li {
	padding-bottom: 10px;
	border-bottom: 20px;
}
	
/*</group>*/
	
/*</group>*/

h1 {
	color: #D7DFE3;
	text-align: center;
	font-size: x-large;
}

/*<group=Front Page>*/

#largelogo {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.legal {
	font-size: 10px;
	text-indent: 0px;
}

#footer .apple {
	border-bottom: none;
	font: italic bold 24px Arial, Helvetica, sans-serif;
	display: inline-table;
	padding: 4px;
	margin: 0px;
}

#footer .apple:hover {
	color: #D7DFE3;
	text-shadow: 4px 4px 4px #FFFFFF;
	text-transform: lowercase;
	border-bottom: none;
}

span.warning {
	color: red;
	}
/* /index.html */
	
/*</group>*/
