/* * * CUSTOM FONTS * * */
@font-face {
	font-family: allencreed;
	src: url('fonts/SourceSansPro-Regular.otf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: ac-Med;
	src: url('fonts/SourceSansPro-Semibold.otf');
	font-weight: medium;
	font-style: normal;
}
@font-face {
	font-family: ac-Bold;
	src: url('fonts/SourceSansPro-Bold.otf');
	font-weight: bold;
	font-style: normal;
}

/* * * NORMALIZE * * */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* * * DOCUMENT STYLES * * */
body {
	background: #112f50;
	font-family: allencreed, Lucida Sans, Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
* {
	font-family: inherit;
}


.home {
	display: block;
	width: 100%;
	height: 90%;
	margin: 0 0 auto 0;
}
.logo {
	display: block;
	width: 100%;
	margin: 10% auto 2% auto;
}
.logo img {
	display: block;
	width: 50%;
	margin: auto;
}
.tag {
	display: block;
	margin: 0 auto 2% auto;
	color: #ddd;
	font-size: 1.4em;
	letter-spacing: 1.1em;
	text-align: center;
}
.tag p {
	margin-right: -1.1em;
}



a	{text-decoration: none; cursor: crosshair;}
a:link	{color: #9933cc;} /*9933cc*/
a:visited	{color: #9933cc;} /*9933cc*/
a:active	{color: #9999cc;} /*9999cc*/

input, select, textarea	{font-family: sans-serif,helvetica; font-size: 8pt;}
ul	{list-style: circle outside; line-height: 1.2em}
.fnote	{font-size: 10pt; letter-spacing: normal;}
.footer	{font-size: 8pt; color: #9933cc;}/*cc66ff*/
.nav	{font-size: 8pt; letter-spacing: .15em;}
.alert	{color: #d00000;}
.smallnorm	{font-size: 9pt; letter-spacing: normal;}
.std	{
	font-family: sans-serif,helvetica;
	font-size: 10pt;
	letter-spacing: .2em;
	color: #999999;
}
.credit	{font-size: 10px;}
