/* 
** flowertree - alternative stylesheet 2
** Other colors and another background picture.
** 
** Nov 13, 2006 - (version 1.1)
** 
** This is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) !
*/

/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* Background image: */
	background-image: url("https://rogueplanetstudios.com/Graphics/ComingSoonPage_whiteStars22.gif"); background-position: top center;
	background-repeat: no-repeat;
	/* BG-Color: */
	background-color: #000000;
	text-align: center;
	margin-top: 3em;
	margin-bottom: 3em;
}

.page {
	/* Page width: */
	width: 100%;
}

#logo {
	margin: 0 auto;
	text-align: center;
	font-family: times new roman, times;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: 1.7em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #005099;
}

#logo_black {
	/* logo color 2: */
	color: #666666;
}

#contentbox {
	/* Background image: */
	background-image: url("https://rogueplanetstudios.com/Graphics/SpaceTile02.gif");
	background-repeat: repeat;
	background-color: #000000;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	position:relative;
	z-index:24;
	margin: 0 auto;
	text-align: center;
	color: #666666;
	font-family: times new roman, times;
	font-size: 1.25em;
	margin-top: 0.3em;
	letter-spacing: 0.5em;
}

#menu a:link, #menu a:visited {
	color: #666666;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #005099;
	text-decoration: none;
}
								   
div#menu a:hover {z-index:25; background: none;}

div#menu a span {display: none;}

div#menu a:visited span {display:none;}

div#menu a {text-decoration: none; color:white;}

div#menu a:hover span {display: block; position: absolute; top:2.2em; left: 10em}
						
div#menu a:link, div#menu a:visited {text-decoration:none;}

div#menu a:hover {text-decoration:none}



#padding {
	padding: 1em;
}

#innerpage {
	/* Background image: */
	background-image: url("https://rogueplanetstudios.com/Graphics/ComingSoonPage_whiteStars2.gif"); background-position:Center;
	background-repeat: no-repeat;
	padding: 1em;
	height: 20em;
}
