#loading
{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #000;
}

#moreFun
{
	font-size: 16px;
	font-weight: 200;
	display: none;
}

#privateMode1
{
	font-size: 24px;
	font-weight: 200;
	display: none;
}

#privateMode2
{
	font-size: 16px;
	font-weight: 200;
	display: none;
}

#loadingText
{
	font-size: 24px;
	font-weight: 200;
}

#main
{
	position:absolute; left:0px; top:0px; /**/ display: none; height:auto; width:100%;
}

#header
{
	position: relative;
	width:100%;
	height:50px;
}

#menu
{
	position: absolute;
	left:10px;
	top:20px;
	color:#FFF;
	font-size: 28px;
	font-weight:200;
	overflow-x: hidden;
}

#headerSignUp
{
	position: absolute;
	right:10px;
	top:16px;
	color:#FFF;
	font-size: 18px;
	font-weight:bold;
	display: none;
	text-shadow:0px 1px #222;
	text-decoration: none;
}

#iNeedSpace
{
	position: relative;
	top:10px;
	font-size:32px;
	font-weight: 200;
	width:100%;
	text-align: center;
}
#apps
{
	position: relative;
	top:10px;
	width:100%;
}

.spaceItem
{
	position: relative; top:0px; width:90%; padding-left:5%; padding-right:5%; height:100px; margin-top:10px; border-bottom: 1px solid rgb(63,151,191);
}

.spaceItemIcon
{
	position: absolute; width:80px; height:80px; left:10px; top:10px; background-color: #FFF; border-radius:10px;
}

.spaceItemName
{
	position: absolute; left:100px; top:10px; font-size:22px; color:#FFF; font-weight:200;
}

.spaceItemGetButton
{
	position: absolute; right:10px; width:90px; height:40px; top:30px; font-size:14px; color:#FFF; text-align: center; line-height: 3; border-radius:10px; border:2px solid rgb(227,136,16);
}

.spaceAlsoAvailable
{
	position: relative; top:0px; width:90%; padding-left:10%; height:40px; margin-top:10px; font-size: 18px; font-weight: 200; overflow-x: hidden; 
}

.spaceAlsoAvailableText
{
	position: absolute; top:15px; left:20px;
}

.spaceAlsoAvailableLine
{
	position: absolute; top:25px; left:150px; width:100%; border-bottom:1px solid #FFF;
}

.spaceCategorySelectorDiv
{
	position: relative; height:30px; width:100%; padding-top: 10px;
}

.spaceCategorySelectorDivSocial
{
	width:100px; height:30px; font-size:16px; background-color: #FFF; border-radius: 30px; color:rgb(63,151,191); text-align: center; border:1px solid #FFF; line-height: 1.7; margin-right: 30px;
}

.spaceCategorySelectorDivGames
{
	width:100px; height:30px; font-size:16px; background-color: transparent; border-radius: 30px; color:#FFF; text-align: center; border:1px solid #FFF; line-height: 1.7
}

#sideBar
{
	position: absolute; width:50%; top:0px; height:100%; left:-50%; background-color: #333; z-index:1000; overflow-x: hidden; box-shadow: inset -1px -1px 5px 1px #222; font-weight: 200;
}

#sideBarSpaceBG
{
	position: relative; left:0px; width:100%; height:auto; background-color: #FFF; border-bottom:2px solid #666; border-top:1px solid #666; margin-top:10px; padding-top: 5px; padding-bottom: 5px;
}

.sideBarItem
{
	position: relative; left:0px; width:100%; height:40px; color:#EEE; border-bottom: 1px solid #666; padding-top:15px; font-size:18px; padding-left: 10px;
}

.link
{
	text-decoration: none; color:#FFF;
}

.signUpLink
{
	width:80%;
	left:10%;
	border-radius: 10px;
	height:40px;
	border:2px solid rgb(227,136,16);
	background-color: transparent;
	font-size:20px;
	color:#FFF;
	text-decoration: none;
}

#installText
{
	display: none;
	font-size:24px;
	font-weight:200;
}