/*----------------------------------FONTS*/

@font-face {
    font-family: 'deliciousroman';
    src: url('fonts/delicious-roman-webfont.eot');
    src: url('fonts/delicious-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/delicious-roman-webfont.woff2') format('woff2'),
         url('fonts/delicious-roman-webfont.woff') format('woff'),
         url('fonts/delicious-roman-webfont.ttf') format('truetype'),
         url('fonts/delicious-roman-webfont.svg#deliciousroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*---------------------------------RESET*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none ;}
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none; } /* Gets rid of IE's blue borders */
a:focus {
	outline: none;
}

/*---------------------------------BASIC*/

body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial;
	font-size: 14px;
	color: #000000;
	text-align: center;
	line-height: 1.2;
}

h1 {
	font-family: Helvetica, Arial;
	font-size: 40pt;
	color: #a20000;
	margin: 10px 0 0 0;
}

h2 {
	font-size: 12pt;
	//font-style: italic;
	color: #252525;
	margin-bottom: 7px;
}

p {
	font-size: 12pt;
	color: #252525;
	text-align: left;
}

a {
	color: #0081ff;
	text-decoration: none;
	background: #eef5ff;
}

a:hover {
	text-decoration: underline;
}

/*---------------------------------MAIN*/

#header {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #252525;
}
	

#container {
	width: 1100px;
	margin: 0 auto;
}

/*---------------------------------UNITY*/

#unityPlayer {
	width: 960px;
	height: 600px;
	margin: 30px auto 20px;
	background: #000;
	cursor: default;
}

.content {
	margin: auto;
	width: 960px;
}

.broken, .missing {
	margin: auto;
	position: relative;
	top: 50%;
	width: 193px;
}

.broken a, .missing a {
	height: 63px;
	position: relative;
	top: -31px;
}

.broken img, .missing img {
	border-width: 0px;
}

.broken {
	display: none;
}

/*---------------------------------SKILL ICONS*/

#controls {
	width:960px;
	margin: 0 auto 50px;
}

ul#controlsbox li {
	display: inline;
	margin-right: 55px;
}

ul#controlsbox li p {
	display: inline;
	position: relative;
	bottom: 13px;
	margin: 0 0 0 5px;
	font-weight: bold;
	font-size: 11pt;
}

ul#controlsbox li.inactiveskill p {
	color: #aaa;
	text-decoration: line-through;
}

ul#controlsbox li.last {
	margin-right: 0;
}

ul#controlsbox li img {
	display: inline;
	width: 40px;
	height: 40px;
	background: #000;
}


/*----------------------------------TEXT CONTENT*/
#textcontent {
	margin: 0 150px 50px 150px;
	font-size: 10pt;
	line-height: 26px;
}

#footer {
	margin: 50px auto;
	font-size: 10pt;
	line-height: 20px;
}

#footer p {
	text-align: center;
}