.MozillaRocks {}

BODY {
	/*	
	background: #FFF url("./images/wallpaper-brown-light.jpg") no-repeat fixed center; 
	background-image: url("./images/wallpaper.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed; 
	*/

	margin: 0 2px;
	padding: 0;
	border: 0;
	
	background-color: rgb(0,0,25);
	color: rgb(160,160,190);

	vertical-align: top;
	text-align: center;
}

BODY, TD, DIV {
	font-family: Tahoma,Arial,Verdana,Helvetica,Sans-Serif;
}

A {color:#EEEEFF; text-decoration:none;}
A:link {color:#BBBBCC; text-decoration:none;}
A:active {color:#00FF00; text-decoration:none;}
A:visited {color:#BBBBCC; text-decoration:none;}
A:hover {color:#FF8822; text-decoration:none;}


div#logo {
	margin: 0;
	padding: 0;
	border: 0;
}

div#header {
	margin: 0;
	padding: 1px;
/*	border-top: 1px solid #DDE;
	border-bottom: 1px solid #DDE; */
}

div#body {
	width: 600px;
	margin: 0 auto;
	padding: 1px;
	text-align: left;
}

div#menu {
	margin: 2px;
	padding: 2px;
	color: rgb(50,50,75);
	border-top: 1px solid rgb(50,50,75);
	border-bottom: 1px solid rgb(50,50,75);
/*
	font-size: smaller;
*/
}

div#footer {
	margin: 2px;
	padding: 2px;
	color: rgb(50,50,75);
	font-size: smaller;
}


/* ----- News post styles ----- */
.posttitle {
	color: rgb(220,220,240);
	background-color: rgb(30,30,50);
	border: 1px solid rgb(50,50,70);
	font-size: 12pt;
	font-weight: Bold;
	padding: 4px 10px 6px 10px; /* top right bottom left */
}

.posttitlesub {
	color: rgb(160,160,190);
	font-size: 9pt;
	padding: 2px 10px 2px 10px; /* top right bottom left */
}

.postbody {
	color: rgb(220,220,240);
	background-color: rgb(120,120,150);
	border: 1px solid rgb(90,90,120);
	font-size: 10pt;
	padding: 4px 10px 4px 10px; /* top right bottom left */
}
