body
{
	background-image: url("starbackground.jpg");
	font-family: calibri;
	color: #111111;
}

#mainContainer
{
	width:1400px;
	margin:auto;
}

#headerContainer
{
	background-color: #ffffff;
	padding: 2px;
	-webkit-border-radius: 30px;
	border: solid;
}

#linkContainer
{
	background-color: #ffffff;
	padding: 2px;
	margin-top: 5px;
	-webkit-border-radius: 30px;
	border: solid;
}

.mainHeading
{
	font-size: 80px;
	text-align: center;
	letter-spacing: 12px;
}

.taglineText
{
	text-align: center;
	font-style: italic;
	font-size: 26px;
}

#sidebarContainer
{	
	width:400px;
	min-width: 400px;
	max-width: 400px;
	float: left;
	margin-top:10px;
	
}

#newsContainer
{
	background-color: #ffffff;
	padding: 5px;
	-webkit-border-radius: 30px;
	border: solid;
	overflow: hidden;
}

#navitronContainer
{
	background-color: #ffffff;
	padding: 5px;
	-webkit-border-radius: 30px;
	border: solid;
	overflow: hidden;
	margin-top: 6px;
}

.widgetContainer
{
	background-color: #ffffff;
	padding: 5px;
	-webkit-border-radius: 30px;
	border: solid;
	overflow: hidden;
	margin-top: 6px;
}
#mainPage
{
	background-color: #ffffff;
	padding: 10px;
	-webkit-border-radius: 30px;
	border: solid;
	width:950px;
	min-width: 950px;
	max-width: 950px;
	float: left;
	margin-top: 10px;
	margin-left:6px;
	overflow: hidden;
}

.sticker
{
	background-color: #ffffff;
	padding: 10px;
	-webkit-border-radius: 30px;
	border: solid;
	width:950px;
	min-width: 950px;
	max-width: 950px;
	float: left;
	margin-top: 10px;
	margin-left:6px;
	overflow: hidden;
	font-size:30px;
}

.joininsticker
{
	background-color: #ffffff;
	padding: 10px;
	-webkit-border-radius: 30px;
	border: solid;
	width:950px;
	min-width: 950px;
	max-width: 950px;
	float: left;
	margin-top: 10px;
	margin-left:6px;
	overflow: hidden;
	font-size:30px;
	height: 1400px;
}

a.biglink
{
	font-size: 30px;
	margin-left: 20px;
	text-decoration: none;
	border-style: solid;
	padding: 10px;
	-webkit-border-radius: 30px;
	color: black;
	letter-spacing: 4px;
}

a.biglink:hover
{
	background-color: black;
	color: cyan;
}

#highlighted
{
	background-color: blue;
	color: white;
}

.dateformat
{
	font-family: monospace;
}
.timer
{
	font-size: 35px;
}

.bigcounter
{
	font-size: 50px;
}

.update
{
	color: red;
	font-weight: bold;
}

.thumbnail
{
	float: left;
}

.updatetext
{
	float: left;
	width: 750px;
	margin-left: 10px;
}

.planetProfilePic
{
	-webkit-border-radius: 14px;
}

.logoProfilePic
{
	-webkit-border-radius: 14px;
	display: BLOCK;
	margin-left: auto;
	margin-right: auto;
	width: 370px;
}

blockquote
{
	font-family: monospace;
	margin-top: 50px;
}

.missionStatement
{
	font-style: italic;
}