﻿body {
	background-repeat:no-repeat;
	margin:0px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	 font-size: 15px;
	color: #FFFFFF;
}
:focus {
	outline:none;
}

html {overflow-y: scroll;}

.wf-loading:after {
    /*
    first up, we need
    to define some content
    */
    content: "loading fonts..";
    /*
    let's now give it some
    dimensions, a background
    color and position
    it on the page
    */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*
    okay, so what do we want
    our label to actually
    look like?
    */
    color: #135040;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 20em;
    text-align: center;
}

.template-background {
	background-image: url('images/grid.png');
	background-repeat: no-repeat;
	background-color: #060000;
}
.template-red-line {
	border-bottom: 2px solid #FF0000;
}
.template-logo {
	padding-right: 5px;
}
.template-menu {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FFFFFF;
	margin-bottom: 13px;
	margin-left: 10px;
	font-weight: bold;

}
.template-menu-bars {
	color: #FF0000;
}
.template-foundations-of-the-future {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	transform: scale(1,1.1); /* W3C */;
	-webkit-transform: scale(1,1.1); /* Safari and Chrome */;
	-moz-transform: scale(1,1.1); /* Firefox */;
	-ms-transform: scale(1,1.1); /* IE 9 */;
	-o-transform: scale(1,1.1);
	margin-bottom: 12px;
	text-transform: uppercase;
}
.template-foundations-of-the-future-cell {
	border-bottom: 2px solid #FF0000;
	text-align: right;
}
a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 28px;
	color: #FFFFFF;
	text-align: left;
	border-top: 3px solid #FF0000;
	display: inline-block;
	transform: scale(1,1.1); /* W3C */;
	-webkit-transform: scale(1,1.1); /* Safari and Chrome */;
	-moz-transform: scale(1,1.1); /* Firefox */;
	-ms-transform: scale(1,1.1); /* IE 9 */;
	-o-transform: scale(1,1.1);
	margin-bottom: 4px;
}
.quotes {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	font-style: italic;
}
.red-text {
	color: #FF0000;
	font-weight: bold;
}


.footer {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a.footer {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a.footer:visited {
	color: #FFFFFF;
	font-weight: bold;
}
a.footer:active {
	color: #FFFFFF;
	font-weight: bold;
}
a.footer:hover {
	color: #FF0000;
	font-weight: bold;
}
