/*============================================================================*\
TDMS, 2014 TheDarkTiger
\*============================================================================*/
@font-face
{
	font-family: 'Aaargh';
	src: local('Aaargh.ttf'), url('../fnt/Aaargh.woff') format('woff'), Sans-Serif;
}

/*============================================================================*/

header
{
	border: 1px solid blue;
	
	position: fixed;
	
	float: top left;
	/*display: inline-block;
	vertical-align: top;*/
}

nav
{
	border: 1px solid blue;
	
	color: blue;
	
	position: fixed;
	text-align: center;
	width: 80%;
	
	float: top;
	display: inline-block;
	/*margin-left: 128px;*/
}
nav ul
{
	list-style-type: none;
}
nav li
{
	display: inline-block;
}

section
{
	border: 1px solid blue;
	background-color: #FEF7;
	margin: 16px;
	/*margin-top: 128px;*/
}
footer
{
	border: 1px solid blue;
	
	background: url("hr.png") no-repeat top;
}

/*============================================================================*/

body
{ 
	background-color: #100221;
}
em
{
	color: hotpink;
	background-color: #FEE7F0;
	font-size: 1.2em;
	font-style: italic;
}
strong
{
	color: lime;
	font-size: 1.2em;
	font-style: bold;
}
p
{
	color: #000;
	font-family: Aaargh;
	
	text-align: justify;
}

/*============================================================================*/

figure
{
	background-color: aliceblue;
	text-align: center;
	
	margin: auto;
	border: 2px red;
	box-shadow: 4px 4px 4px black inset;
	
	width: 50%;
	min-width: 32px;
}

/*============================================================================*/

h1
{
	color: goldenrod;
	border-left: 4px blue;
}
h2
{
	color: darkgoldenrod;
}
h3
{
	color: #D8CE9D;
}


/*============================================================================*/

.Intro
{
	color: grey;
}
.Code
{
	color: silver;
	background: url("code_corner.PNG") no-repeat top right, black;
	
	margin: auto;
	border: 1px grey solid;
	padding: 4px;
	
	width: 80%;
	
	font-family: Courier, serif;
}

/*============================================================================*/

#Footer
{
	color: silver;
	background: url("code_corner.PNG") no-repeat top right, black;
	border: 1px grey solid;
	font-family: Courier, serif;
}