@charset "utf-8";

*:focus {
	outline:none;	
}
html {
	height:100%;	
}
body {
	font-family: Segoe, Segoe UI, DejaVu Sans, Verdana," sans-serif";
	font-size:110%;
	line-height:normal;
	margin: 0;
	padding: 0;
	color: #EEE;
	min-height:100%;
	background: #070920 url(images/scrolling-bg.png) no-repeat;
	-webkit-animation: backgroundScroll 60s linear infinite;
	animation: backgroundScroll 60s linear infinite;
}
 
@-webkit-keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -1600px 0;}
}
 
@keyframes backgroundScroll {
from {background-position: 0 0;}
to {background-position: -1600px 0;}
}

/*   Element/tag selectors   */

ul, ol, dl {
	padding: 0;
	margin: 0;
}
hr {
	height:2px;
	width:80%;
	background-color:#ffc012;
	margin:2em auto;
	border:none;
	text-align:center;
}
em {
	color: #ffc012;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1, h2, h3, h4, h4, h6 {
	font-family: serif;	
}
h1 {
	font-size:1.5em;
	color:#FFF;
}
h2 {
	font-size:1.4em;
	font-weight:bold;
	font-style:italic;
	color:#ffc012;
	}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.15em;
	font-weight: bold;
}
form {
	margin:16px;
	padding:16px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
input, form input, form textarea {
	background-color: #222;
	color:#ffc012;
	padding:3px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #888;
	vertical-align:text-top;
}
input, form input:focus, form textarea:focus {
	outline: none;
	background-color: #110;
	color: #ffc012;
}
form p {
	background: #333;
	padding: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
}
table {
	border:none;
}
#projects, #terms, #resources, #start, #contact {
	padding:1.5em 0em;
}
#Submit, #Submit2, #bigbutton {
	background-color:#666;
	font-size:150%;
	font-weight:bold;
	padding:0.5em;
	margin:0.5em;
	color:#eee;
}
#Submit:hover, #Submit2:hover, #bigbutton:hover {
	color:#f22;
	background-color:#FFEF9F;
	cursor: pointer;
	border:2px solid #ffc012;
}
#Submit:focus, #Submit2:focus, #bigbutton:hover {
	color:#ffc012;
	outline:none;
	background-color:#FFEF9F;
	border:2px solid #ffc012;
}
a img {
	border: none;
}
a:link {
	color: #2765D3;
	text-decoration: underline;
}
a:visited {
	color: #2765D3;
}
a:hover, a:active, a:focus {
	color: #FF8E00;
}
.container {
	max-width: 991px;
	min-width: 311px;
	background:transparent;
	margin: 0 auto;
}
.header {
	background:transparent;
	text-align:center;
	padding-top:12px;
}
.header img {
	max-width:90%;
	min-width:296px;
	margin:0 16px;	
}
.content {
	padding: 10px 0;
	margin: 0 15px;
}
.button {
	border:none;
	margin:0;
	padding:0;
}
.button a:link {
    border:none;
    color:white;
	background-color:#283297;
    padding:1em 1.5em;
    text-align:center;
    text-decoration:none;
    display:inline-block;
    font-size:110%;
    margin:0;
	outline:none;
    cursor:hand;
}
.button a:hover {
    background-color:#4C9DB5;
	color:white;
}
.button a:visited {
	color:white;
}
article {
  -webkit-columns: 2 460px;
  -moz-columns: 2 460px;
  columns: 2 460px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
article a {
	font-weight: bold;	
}
article p.nobreak {
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;	
}
article ul {
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;	
}
section {
  -webkit-columns: 2 460px;
  -moz-columns: 2 460px;
  columns: 2 460px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
section p.nobreak {
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;	
}

/* navbar area */

nav {
	font-family: 'Lora', serif;	
	margin: 5px 0 15px 0;
	padding:15px;
	background-color: rgba(137,137,137,0.50);
	display:block;
	height:auto;
	text-align: center;
	position:relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
nav a:link {
	text-decoration: none;
}
nav ul li {
	list-style-type: none;
	display: inline;	
}

/* updated navigation */

a.nav_button {
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-webkit-transition: all 0.25s ease;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #6190ef;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	margin: 5px 10px;
	padding: 11px 11px 13px 11px;
	min-width: 130px;
	text-decoration: none;
	text-shadow: #000000 1px 1px 1px;
	transition: all 0.1s ease;
}
a.nav_button:visited {
	color: #6190ef;
	text-decoration:none;
}
a.nav_button:hover {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    background-color: #fefce7;
    color: #ffad1a;
    padding: 11px 11px 13px 11px;
    transform: scale(1.1);
}
a.nav_button:active {
    color: #ffad1a;
}
a.nav_button:focus {
	color: #00CDC4;
}


/* footer */

.footer_top {
	padding: 10px 0;
	font-size:80%;
}
.footer_top h4 {
	padding-left:0;	
}
.footer_top ul li {
	list-style-type:none;	
}
.footer_top .fltrt {
	margin-right:80px;	
}
.footer_top .fltlft {
	margin-left:80px;	
}
.footer_bottom {
	padding: 20px 0 30px 0;
	font-size: 0.8em;
	color: #A4A4A4;
	margin: 0 15px;
}


/*  miscellaneous float/clear/style classes   */

.fltrt { 
	float: right;
	margin-left: 12px;
}
.fltlft {
	float: left;
	margin-right: 12px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.align_right {
	float:right;	
}
.faux_hr {
	height:1px;
	margin:20px auto;
	width:90%;
	background-color:#898989;
	display:block;
}
.indent_sub {
	margin-left:40px;
}
.nondescript_list {
	list-style-type:none;
	margin-left:40px;
}
.nondescript_list li {
	margin:0 0 0.5em 0;	
}
.ext_frame {
	width:95%;
	margin:0;
	padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #267280;
	scrolling:no;
}
.quiet_text {
	font-size: 0.8em;
	color: #898989;
}
.alignment_non_paragraph {
	padding-left:15px;	
}
.emobolden {
	font-weight:bold;
	font-size: 1em;	
}
.dark {
	color:#666;
}
.big1 {
	font-size:150%;
}
#extended_content, #articles, #submit_alert {
	display:none;
}
#site_examples ul {
	font-size:1.1em;
	margin-left:35px;
	list-style-type:none;	
}
#site_examples ul li {
	margin-top:10px;	
}

