﻿/* 
beginning reset
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: rgb(208, 195, 162) url('../images-new/bg-map.jpg') no-repeat fixed left 50%;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* 
here ends the reset
*/
html {
}
body {
	color: #333333;
	text-align: left;
	background-color: rgba(222, 222, 244, 0.9);
	background-image: url('../images/gb-synsio.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	padding-left: 15%;
	background-attachment: fixed;
	font-family: 'Varela', sans-serif;
	font-size: 100%;
	min-width: 450px;
	max-width: 62em;
}
header {
	padding-left: 0em;
}
nav {
	position: fixed;
	top: 11.7em;
	left: 0px;
}
section {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQ5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4Nzg3ODciIHN0b3Atb3BhY2l0eT0iMC40OSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(80,105,160,0.7) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(135,135,135,0.7))); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, rgba(80,105,160,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, rgba(80,105,160,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, rgba(80,105,160,0.7) 0%,rgba(255,255,255,0.7) 100%); /* IE10+ */;
	background: linear-gradient(to bottom, rgba(80,105,160,0.7) 0%,rgba(255,255,255,0.7) 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dffffff', endColorstr='#7d878787',GradientType=0 ); /* IE6-8 */;
	c padding-left: 30px;
	margin-left: 0%;
	margin-right: 4em;
	margin-top: 1em;
	padding: 3em;
	min-width: 900px;
	min-height: 750px;
	border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
}
footer {
	position: relative;
	left: 0px;
	padding-left: -2em;
}
img {
	border: 0 none;
	display: block;
	padding: 1em 0 0 0;
	box-shadow: 10px 10px 20px rgba(104, 108, 135, 0.7);
	-moz-box-shadow: 10px 10px 20px rgba(104, 108, 135, 0.7);
	-webkit: 10px 10px 20px rgba(104, 108, 135, 0.7);
}
figcaption {
	font-size: 90%;
	font-style:oblique;
	color: rgba(0, 0, 0, 0.6);
	padding: 0 0 1em 0;
}
a:link {
	color: rgba(0, 0, 0, 0.9);
	-webkit-transition: color 1s ease-in;
	-o-transition: color 1s ease-in;
	transition: color 1s ease-in;
	text-decoration: none;
	text-decoration: none;
	text-shadow: 0px 0px 9px #242b32;
}
a:visited {
	color: rgba(0, 0, 0, 0.9);
	text-decoration: none;
}
a:hover {
	color: rgba(192, 192, 192, 0.9);
	border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.5);
}
a:active, focus {
	color: rgba(255, 51, 9, 0.9);
	transition: color 0.5s ease-in;
	background-color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}
a.noBckgr:hover {
	text-decoration: none;
	background-color: transparent;
}
.logo {
	font-size: xx-large;
	color: #69f;
	text-shadow: 4px 2px 7px navy;
}
p {
	font-size: 100%;
	padding: 0.6em 0 0 0;
	color: rgba(0, 0, 0, 0.7);
}
h1 {
	padding-top: 35px;
	font-size: 150%;
	color: #69f;
	letter-spacing: 3px;
	text-shadow: 4px 2px 7px navy;
}
h2 {
	padding: 1em 0 0 0;
	font-size: 110%;
	color: #fff;
	text-shadow: 4px 2px 7px navy;
}
h3 {
	font-size: 95%;
}
h4 {
	font-size: 87%;
	font-weight: lighter;
	padding-top: 1em;
}
h5 {
	font-size: 80%;
	padding: 0 0 3em 20px;
}
h6 {
	font-size: 60%;
	color: rgba(0, 0, 0, 0.8);
	padding: 0 0 3em 0;
	font-stretch: expanded;
}
.clickImages {
	font-size: 60%;
	color: rgba(255, 255, 255, 0.7);
	margin-top: -19px;
}
#cse-search-box {
	margin-left: 20px;
}
