/* 
** 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/RP_LogoWhite125pxTall.png"); background-position:Top Center;
	background-repeat: no-repeat;
	/* BG-Color: */
	background-color: #000000;
	text-align: center;
	margin-top: 8em;
	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: 1em;
	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/GrayBlocks45blue_01.png"); background-position:Left Center;
	background-repeat: no-repeat;
	background-color: #000000;
	filter: Alpha(opacity=85);
	padding: 1em;
	height: 20em;
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #000000; 
	filter: Alpha(opacity=75); 
	opacity: .7; 
	float: right; 
	width: 20em; 
	height: 23.8em;
	padding: 0.5em;
	font-family: times new roman, times;
	font-size: 0.8em;
	color: #888888;
	overflow: auto;
	  scrollbar-3dlight-color:#222;
      scrollbar-arrow-color:#FFF;
      scrollbar-base-color:#000;
      scrollbar-darkshadow-color:#222;
      scrollbar-face-color:#000;
      scrollbar-highlight-color:#222;
      scrollbar-shadow-color:#222;
}

#content p {
	font-size: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: times new roman, times;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #005099;
}

/* link colors */
#content a:link {
	text-decoration: none;
	color: #005099;
}

#content a:visited {
	text-decoration: none;
	color: #005099;
}

#content a:hover, #content a:active {
	text-decoration: none;
	color: #33201D;
}
