/* HEADER */
#rt-top-surround {
	background-image: url(../images/carbonfiber1.png);
	background-size: 3%;
	background-repeat: repeat;
}



#rt-top-surround .title{ /*header module tile */
	padding-top: 10px;
	font-size: 20px;
	color: goldenrod;
	background-color: black;
	text-align: center;
	text-shadow: none;
}

/* BODY */
body{
	background-image: url(../images/skull.jpg);
	background-size: cover;
	-webkit-background-size: cover; /* Webkit */
	-moz-background-size: cover; /* Mozilla */
	-o-background-size: cover; /* Opera */
}

#rt-mainbody-surround { /* whole body */
	background-image: url(../images/skull.jpg);
	background-size: cover;
	-webkit-background-size: cover; /* Webkit */
	-moz-background-size: cover; /* Mozilla */
	-o-background-size: cover; /* Opera */
}
#rt-mainbody{ /*middle of body */
   background-image: url(../images/whitecf.png);
	background-size: cover;
	-webkit-background-size: cover; /* Webkit */
	-moz-background-size: cover; /* Mozilla */
	-o-background-size: cover; /* Opera */
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.component-content h2{ /* body article header */
	padding-top: 15px;
	color: goldenrod;
	background-color: black;
	text-align: center;
	text-shadow: none;
}
.title, .component-content h2{ /* kide chat header*/
	padding-top: 15px;
	color: goldenrod;
	background-color: black;
	text-align: center;
	text-shadow: none;
}
.KIDE_div * { /* kide chat */
	background-color: black;
}

/* FOOTER*/
.klatest{ /* body for latest forum posts */
	font-size: 15px;
	color: white;
	background-color: black;
}
#rt-footer-surround{ /* whole footer */
	background-color: black;
}

/* UDDEIM*/
#uddeim{
	background-color: black;
}





















