/* --------------------
-- Base
-------------------- */
header {
  display: block;
}

body {
	display: block;
}

body:focus {
  outline: none;
}

/* --------------------
-- Selected Elements
-------------------- */

::selection {
	text-shadow: none;
}

::-moz-selection {
	text-shadow: none;
}

/* --------------------
-- Hyperlinks
-------------------- */
/*
a:link {
	color: #00ffff;
}

a:visited {
	color: #00ffff;
}

a:hover {
	color: #96ffff;
	cursor: pointer;
}

a:active {
	color: #ffffff;
}
*/
/* --------------------
-- Div IDs
-------------------- */

#body {
	/*margin top, right, bottom, left*/
	/*margin top, left/right, bottom*/
	margin: 50px 10% 25px;
}

#header {
	position: fixed;
	top: 0px;
	right: 2%;
	z-index: 10;
}

#discordlink {
	color: white;
}

/* --------------------
-- Text
-------------------- */

p {
	font-family: Arial, Helvetica, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;

}

div {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;

}
/*
h1 {
	color: #00ffff;
}

h2 {
	color: #ffffffff;
}

h3 {
	color: #ffffffff;
}

h4 {
	color: #ffffffff;
}

h5 {
	color: #ffffffff;
}

h6 {
	color: #ffffffff;
}
*/
/* --------------------
-- Disqus
-------------------- */
/*
disqus_thread {
	width: 80%;
	top: -60px;
}

disqus_thread:selection {
	background: #ff0000;
	color: #00ff00;
	text-shadow: none;
}

#form {
	background: #404040;
	color: #ffffff;
	text-shadow: none;
}

#comment__share {
	background: #00ff00;
	color: #ff0000;
	text-shadow: none;
}