body
	{
		font-family: fjallaoneregular, "courier";
		line-height: 1.2em;
		/* background: linear-gradient( #222222, #111111 ); */
		background-color: #cecede;
		height: 100%;
	}

html
	{
		height: 100%;
	}

a:visited
	{
		color: #ff0000;
	}

#logo
	{
		margin: 0 auto;
		width: 100px;
		height: 48px;
		overflow: hidden;
		padding-bottom: 1em;
	}

#logo img
	{
		width: 100%;
		height: 100%;
	}

#container
	{
		margin: 0 auto;
		min-width: 300px;
		max-width: 85%;
		border: 1px solid;
		border-top: none;
		border-bottom-left-radius: .618em;
		border-bottom-right-radius: .618em;
		overflow: auto;
		transition: all 300ms ease;
	}

#header
	{
		padding: 0 0 0 0;
		padding-top: 1em;
		background: linear-gradient( #111111, #666666 ); /* , #111111 ); */
	}

ul.tabs
	{
		display: none;
		list-style-type: none;
		list-style-position: outside;
		width: 85%;
		margin: 0 auto;
		line-height: 3em;
		height: 4em;
		padding: 0 0;
		clear: both;
	}

ul.tabs li
	{
		float: left;
		width: 100%;
		height: 100%;
		padding: 0 0;
		margin: 0 0;
		cursor: pointer;
		display: list-item;
		text-align: center;
		background: linear-gradient( #cccccc, #ffffff );
		font-size: 10pt;
	}

ul.tabs li.navtab
	{
		background: linear-gradient( #000000, #666666 );
		font-size: 12pt;
		color: #fff;
	}

ul.tabs li a, ul.tabs li a:active, ul.tabs li a:hover, ul.tabs li a:visited
	{
		overflow: hidden;
		cursor: pointer;
		text-decoration: none;
		color: #000000;
		border: 1px solid #000;
		margin: 0 -1px;
		height: 100%;
		width: 100%;
		display: block;
		line-height: 1em;
	}

ul.roundtop li:first-child, ul.roundtop li:first-child a
	{
		/*border-bottom-left-radius: .618em;*/
		border-top-left-radius: .618em;	
	}

ul.roundtop li:last-child, ul.roundtop li:last-child a
	{
		/*border-bottom-right-radius: .618em;	*/
		border-top-right-radius: .618em;	
	}

ul.tabs li:hover, ul.tabs li.selected
	{
		background: linear-gradient( #ffffff, #cccccc );
		letter-spacing: .1em;
	}

ul.tabs li.navtab:hover, li.navtab.selected
	{
		background: linear-gradient( #666666, #000000 );
	}

ul.tabs li.navtab.selected a 
	{
		color: #000;
	}

@-webkit-keyframes bgease
	{
		from { color: #000; }
		to { color: #fff; }
	}

li.poo
	{
		/* background: linear-gradient( #aaaafa, #ccccff ); */
		/* background: linear-gradient( #aaaafa, #9999cc ); */
		-webkit-animation: bgease 4s infinite;
		-o-animation: bgease 4s infinite;
		-animation: bgease 4s infinite;
		animation: bgease 4s infinite;
	}

ul.tabs li.selected, ul.tabs li.navtab.selected
	{
		background: linear-gradient( #ccccff, #aaaafa );
	}

ul.tabs li.navtab a
	{
		color: #fff;
	}

#scaffold
	{
		padding: 0 0 1em 0;
		margin: 0 0;
		background-color: #666666; /*: linear-gradient( #666666, #111111 ); */
	}

#stage
	{
		width: 85%;
		margin: 0 auto;
		padding: 1em 0;
		background-color: #fff;
		border-bottom-left-radius: .618em;
		border-bottom-right-radius: .618em;
		border: 2px solid #444;
	}

#content
	{
		clear: both;
		padding: 0 1em;
		overflow: auto;
	}

#msgError
	{
		padding: .618em .618em;
		background-color: #efd0c0;
		border-radius: .618em;
		border: 2px solid #522;
		margin: .618em auto;
		width: 80%;
	}

.coinfo
	{
		display: none;
	}

h1, a.title
	{
		display: block;
		text-decoration: none;
		color: #000;
		clear: both;
		font-size: 22pt;
		line-height: 1.618em;
		float: left;
	}

br { clear: both; }

.coinfo table.coinOverview
	{
		font-size: 11pt;
		width: 100%;
	}

.coinfo table.nodeOverview td:first-child
	{
		padding-left: 10px;
	}

a#mailto
	{
		display: block;
		float: left;
		text-decoration: none;
		margin: 1em auto;
		text-align:center;
		width: 100%;
	}

#content > a.title > div.icon
	{
		float: left;
		display: text-inline;
		margin-top: .178em;
		margin-right: .218em;
		width: 32px;
		height: 32px;
	}

li a
	{
		position: relative;
	}

li > a > img
	{
		width: 32px;
		height: 32px;
		position: relative;
		top: .5em;
	}

a.title > img
	{
		width: 32px;
		height: 32px;
	}

span.undertitle
	{
		display: block;
		clear: both;
		font-size: 8pt;
		line-height: 1.1em;
		margin-top: 1.2em;
	}

span.alias
	{
		clear: both;
	}

td
	{
		padding-right: 1em;
	}

ul.tabs li.navtab
	{
		height: 100%;	
		line-height: 2em;	
	}

ul.tabs li.navtab a
	{
		line-height: 2em;
	}

ul.tabs + ul.tabs
	{
		line-height: 2em;
		height: 2em;
		padding: 0 0;
	}

div.about
	{
		display: none;
		padding: 1em 1em 0 1em;
	}

.code
	{
		display: inline-block;
		float: left;
		color: #f00;
		margin: 1em 1em;
	}

.warning {
	color: #f00;
	font-weight: 900;
}

ul.tabs li {
	min-width: 70px;
}

@media (max-width: 800px) {
	#container {
		margin: 0 0;
		max-width: 100%;
	}
}

.question {
	margin-bottom: 1em;
	margin-top: 1em;
}

.questionTitle {
	font-weight: 900;
	color: #00f;
}

.answer {
	padding: 1em 1em;
}

.answer ul.list {
	margin-left: 1em;	
	margin-top: 1em;
	margin-bottom: 1em;
}
