@charset "UTF-8";

a, ul, button, section, p, article, body,label						{display:table;}
a, input, textarea, select, button 	{outline:none;}
button								{cursor:pointer; margin:0; padding:0;}
html 								{height:100%; background:#f0f0f0;}
a 									{text-decoration:none; color:#000;}
li									{list-style:none; padding:0;}

body {
	height:100%;
	width:960px;
	margin:0 auto;
}




/* CUSTOM */
@font-face {
	font-family:Century_Gothic;
	font-weight:bold;
	src:url(../fonts/Century_Gothic_B.otf);
}
@font-face {
	font-family:Century_Gothic;
	font-weight:normal;
  	src:url(../fonts/Century_Gothic.otf);
}


@font-face {
	font-family:Century_Gothic;
	font-style:italic;
  	src:url(../fonts/Century_Gothic_I.otf);
}

body, input, textarea {
	font:16px Century_Gothic, "Lucida Sans Unicode", "Lucida Grande", Verdana; 
	font-weight:normal;
}

#body {
	width:100%;
	height:100%;
	margin:0 auto;
	background:#fff;
	position:relative;
	display:table;
}

header 				{display:none;}
#nav_login 			{display:none;}
nav#main 			{display:none;}

article 			{width:100%; margin:0;}

/* BIOS */
#bios				{position:relative;}
#bios nav 			{display:none;}
#bios a.action		{display:none;}
#bios div#article	{float:left; line-height:22px; width:100%; margin-left:0;}
#bios h1			{width:100%; font-size:28px; padding-bottom:5px;}
#bios h1 small		{font-size:16px; font-weight:normal;}
#bios h2			{width:100%; font-size:24px; border-bottom:1px solid #909090; float:left; margin-bottom:10px; font-weight:normal;}
#bios h3			{width:100%; font-size:20px; float:left;}
#bios p.quote		{font-style:italic; font-size:13px; margin:10px 0 0 15px;}
/* BIOS END */


footer 				{display:none;}
