@charset "utf-8";
/* CSS Document */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 28, 2013 06:43:42 PM America/New_York */
@font-face {
    font-family: 'ScratchRegular';
    src: url('Scratch_-webfont.eot');
    src: url('Scratch_-webfont.eot?#iefix') format('embedded-opentype'),
         url('Scratch_-webfont.woff') format('woff'),
         url('Scratch_-webfont.ttf') format('truetype'),
         url('Scratch_-webfont.svg#ScratchRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* reset margins */
html, body, div, h1, h2, p, ul, li,
blockquote, canvas, footer, section {
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
	vertical-align:top;
}

body {
	margin: auto;
	background-color:#071727;
	min-width:360px;
	}

#iframe-obj{
	position:relative;
	top:100px;
	padding-bottom:55%;
	height:0px;
	margin-left:50px;
	margin-right:50px;
}

.app-obj{
	position: absolute;
	width : 100%;
	height: 100%;
	border-style:none;
}

#sticky{
	position: fixed;
	z-index: 5;
	width: 100%;
	min-width:360px;
	background-color: #071727;
}

.desc {
  padding-top: 100px;
}

.descNarrow {
  padding-top: 100px;
	position:relative;
	padding-left: 200px;
}

@media only screen and (max-width: 694px) {
    .desc, .descNarrow{
		padding-top: 120px;
    }
	.catnav {
		top:116px!important;
	}

}

#titlebar{	
	margin-left:50px;
	margin-right:50px;
	margin-top:10px;
	border-top:1px;
	border-bottom:1px;
	border-style: solid;
	border-color: #6cf;
	background-color: #0b243d;
	font-size: 2em;
	font-family:'ScratchRegular';
	color:white;
	font-style: normal;
	text-align: center;
	line-height: .9em;
	padding-top:10px;
	padding-bottom:10px;
}

#navgurob{
	position:relative;
	top:10px;
	left:50px;
	text-align: left;
	float:left;
	z-index: 2;
}

#navizin{
	position:relative;
	top:10px;
	right:50px;
	text-align: right;
}

#navizin a{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    background-color: #b3f9cf;
	border:1px;
    border-bottom:1px;
	border-style: solid;
	border-color: #6cf;
    color: #0b243d;
    padding: 2px 14px 4px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: .8em;
    cursor: pointer;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#navizin a:hover{
	background-color: white;
	transition: 0.3s;    
    }

#navgurob a{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    background-color: #b3f9cf;
	border:1px;
    border-bottom:1px;
	border-style: solid;
	border-color: #6cf;
    color: #0b243d;
    padding: 2px 14px 4px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: .8em;
    cursor: pointer;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#navgurob a:hover{
	background-color: white;
	transition: 0.3s;    
    }

#gllinks a{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    color: #6cf;
    padding: 0px 4px;
    text-align: center;
    text-decoration:underline;
    display: inline-block;
    font-size: 1em;
    cursor: pointer;
}

#gllinks a:hover{
	background-color: #0b243d;
	color: #b3f9cf!important;
   }

p {
	text-align: left;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: .9em;
	color: white;
	line-height: 140%;
	letter-spacing: .1em;
	padding-bottom : .5em;
}

p a{
	color: #6cf;
}

p a:hover{
	color: #b3f9cf;
}

h1 {
	text-align: left;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: bold;
	font-size: 1.1em;
	color:#6cf;
	padding-bottom : .5em;
	padding-top: 4px;
}

h2 {
	text-align: left;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: regular;
	text-decoration: underline;
	text-decoration-color: #6cf;
	font-size: 1.1em;
	padding-top: 4px;
	color:#6cf;
	font-variant: small-caps;
}

#desc{
	border-top:1px;
	border-style: solid;
	border-color: #6cf;
	margin-left:50px;
	margin-right:50px;
}

#reset{
	text-align: center;
	
}

#reset a{
	position: fixed;
	bottom: 12px;
	right: 12px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1em;
	font-weight:normal;
	text-align: center;
	letter-spacing: .1em;
	color: white;
	text-decoration: none;
	background-color:#005ef9;
	height:24px;
	width:120px;
	transition:color 0.2s ease-out, background 0.2s ease-out;
}

#reset a:hover {
	color: #005ef9;
	text-decoration: none;
	background-color:white;
}

.zbuts{
	text-align:left;
}

.zbuts a{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 1em;
	font-weight:normal;
	text-align: center;
	letter-spacing: .1em;
	color: white;
	text-decoration: none;
	margin-top: 10px;
	margen-left: 400px;
	cursor: pointer;
	display: inline-block;
	height:24px;
	width:100px;
	background-color:#005ef9;
	transition:color 0.2s ease-out, background 0.2s ease-out;
}

.zbuts a:hover {
	color: #005ef9;
	text-decoration: none;
	background-color:white;
}

.infoadded {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: .8em;
	color:#b3f9cf;
	background-color: #071727;

	text-align: right;
}

#footer {
	clear:both;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: .8em;
	color:#6cf;
}

#footer a{
	color: #6cf;
}
#footer a:hover{
	color: #b3f9cf;
}

hr {
	border-width: 1px;
	border-style: solid;
	color:#6cf;
}

#cat{
	width: 200px;
	text-align: center;
}

#cat img{
	margin:6px;
	padding:4px;
	border:1px solid #071727;	
}

#cat img:hover{
	border:1px solid #6cf;	
}

#cat p{
	font-size: .8em;
	text-align: center;
	line-height: 120%;
}