
linkNormal {
	color:#0590e1;
}

a:hover {
	color:#87d2fd;
	text-decoration:none;
}

a:focus {
	border-bottom:1px dashed rgba(255, 255, 255, 0.85);
	color:#87d2fd;
	text-decoration:none;
}

a:active {
	color:#FFFFFF;
	text-decoration:none;
}

a:visited {
	color:#0590e1;
	text-decoration:none;
}

h2 {
	color:rgba(24, 24, 24, .9);
	border-bottom:solid 2px rgba(0,0,0, 0.25);
}

h3 {
	color:rgba(24, 24, 24, .9);
	border-bottom:solid 1px rgba(0,0,0, 0.1);
	margin-bottom:12px;
}

span.noteLinkLight {
	border-bottom:1px dashed rgba(255, 255, 255, 0.85);
	background-color:rgba(255, 255, 255, 0.2);
	cursor:pointer;
}

span.noteLink {
	border-bottom:1px dashed rgba(0, 0, 0, 0.85);
	background-color:rgba(0, 0, 0, 0.06);
	cursor:pointer;
}


div.lightboxClose {
	position:absolute;
	top:4px;
	left:10px;
	font-family:'Maven Pro';
	font-size:12px;
	color:rgba(255, 255, 255, 0.8);
	
}

div.lightbox {
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	padding-top:20px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.9)), color-stop(50%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#e6000000',GradientType=0 );
	background: linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.75) 50%,rgba(0,0,0,0.9) 100%);
	margin-left: auto;
	margin-right: auto;
	display:none;
	cursor:pointer;
	vertical-align: middle;
}

div.noteStyle {
	font-family: 'Architects Daughter', cursive;
	font-size:16px;
	padding:5px;
	-webkit-box-shadow:0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	   -moz-box-shadow:0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
			box-shadow:0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-border-radius:0 0 160px 0 / 0 0 9px 0;    
             border-radius:0 0 160px 0 / 0 0 9px 0;
}

div.frontpageScribble {
	font-family:'Architects Daughter', cursive;
	font-size:12px;
	color:rgba(0, 0, 0, 0.4);
	-webkit-transform:rotate(-6deg);
	-moz-transform:rotate(-6deg);
	-o-transform:rotate(-6deg);
	-ms-transform:rotate(-6deg);
	transform:rotate(-6deg);
}

div.logoText {
	font-family:'Maven Pro';
	font-size:128px;
}

div.menuText {
	font-family:'Maven Pro';
	color:rgba(2, 66, 103,1);
	font-size:28px;
	cursor:pointer;
}

div.subMenuText {
	font-family:'Maven Pro';
	color:rgba(255, 255, 255, 0.8);
	font-size:18px;
	cursor:pointer;
}

div.contentTitle {
	font-family:'Maven Pro';
	color:#FFFFFF;
	opacity:1.0;
	font-size:36px;
	position:absolute;
	top:10px;
	left:10px;
}

div.contentLogo {
	font-family:'Maven Pro';
	color:rgba(255, 255, 255, 0.8);
	font-size:36px;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

div.contentCopy {
	font-family:'Maven Pro';
	color:#000000;
	opacity:0.9;
	font-size:16px;
	position:absolute;
	top:60px;
	bottom:10px;
	left:10px;
	right:10px;
	overflow:auto;
	padding:20px;
	padding-bottom:60px;
}

span.contentAside {
	font-family:'Maven Pro';
	font-size:12px;
}



div.contentScreen {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

div.yellowNote {
	background: rgb(239,224,122);
	background: -moz-linear-gradient(top, rgba(239,224,122,1) 0%, rgba(249,242,187,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,224,122,1)), color-stop(100%,rgba(249,242,187,1)));
	background: -webkit-linear-gradient(top, rgba(239,224,122,1) 0%,rgba(249,242,187,1) 100%);
	background: -o-linear-gradient(top, rgba(239,224,122,1) 0%,rgba(249,242,187,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,224,122,1) 0%,rgba(249,242,187,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe07a', endColorstr='#f9f2bb',GradientType=0 );
	background: linear-gradient(top, rgba(239,224,122,1) 0%,rgba(249,242,187,1) 100%);
}

div.blueNote {
	background: rgb(123,224,239);
	background: -moz-linear-gradient(top, rgba(123,224,239,1) 0%, rgba(187,240,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(123,224,239,1)), color-stop(100%,rgba(187,240,249,1)));
	background: -webkit-linear-gradient(top, rgba(123,224,239,1) 0%,rgba(187,240,249,1) 100%);
	background: -o-linear-gradient(top, rgba(123,224,239,1) 0%,rgba(187,240,249,1) 100%);
	background: -ms-linear-gradient(top, rgba(123,224,239,1) 0%,rgba(187,240,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7be0ef', endColorstr='#bbf0f9',GradientType=0 );
	background: linear-gradient(top, rgba(123,224,239,1) 0%,rgba(187,240,249,1) 100%);
}

div.redNote {
	background: rgb(239,123,138);
	background: -moz-linear-gradient(top, rgba(239,123,138,1) 0%, rgba(249,187,194,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,123,138,1)), color-stop(100%,rgba(249,187,194,1)));
	background: -webkit-linear-gradient(top, rgba(239,123,138,1) 0%,rgba(249,187,194,1) 100%);
	background: -o-linear-gradient(top, rgba(239,123,138,1) 0%,rgba(249,187,194,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,123,138,1) 0%,rgba(249,187,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7b8a', endColorstr='#f9bbc2',GradientType=0 );
	background: linear-gradient(top, rgba(239,123,138,1) 0%,rgba(249,187,194,1) 100%);
}

div.purpleNote {
background: rgb(227,123,239);
background: -moz-linear-gradient(top, rgba(227,123,239,1) 0%, rgba(244,187,249,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,123,239,1)), color-stop(100%,rgba(244,187,249,1)));
background: -webkit-linear-gradient(top, rgba(227,123,239,1) 0%,rgba(244,187,249,1) 100%);
background: -o-linear-gradient(top, rgba(227,123,239,1) 0%,rgba(244,187,249,1) 100%);
background: -ms-linear-gradient(top, rgba(227,123,239,1) 0%,rgba(244,187,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e37bef', endColorstr='#f4bbf9',GradientType=0 );
background: linear-gradient(top, rgba(227,123,239,1) 0%,rgba(244,187,249,1) 100%);
}

div.greenNote {
background: rgb(140,239,123);
background: -moz-linear-gradient(top, rgba(140,239,123,1) 0%, rgba(195,249,187,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,239,123,1)), color-stop(100%,rgba(195,249,187,1)));
background: -webkit-linear-gradient(top, rgba(140,239,123,1) 0%,rgba(195,249,187,1) 100%);
background: -o-linear-gradient(top, rgba(140,239,123,1) 0%,rgba(195,249,187,1) 100%);
background: -ms-linear-gradient(top, rgba(140,239,123,1) 0%,rgba(195,249,187,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cef7b', endColorstr='#c3f9bb',GradientType=0 );
background: linear-gradient(top, rgba(140,239,123,1) 0%,rgba(195,249,187,1) 100%);
}

div.orangeNote {
background: rgb(239,181,123);
background: -moz-linear-gradient(top, rgba(239,181,123,1) 0%, rgba(249,219,187,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,181,123,1)), color-stop(100%,rgba(249,219,187,1)));
background: -webkit-linear-gradient(top, rgba(239,181,123,1) 0%,rgba(249,219,187,1) 100%);
background: -o-linear-gradient(top, rgba(239,181,123,1) 0%,rgba(249,219,187,1) 100%);
background: -ms-linear-gradient(top, rgba(239,181,123,1) 0%,rgba(249,219,187,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efb57b', endColorstr='#f9dbbb',GradientType=0 );
background: linear-gradient(top, rgba(239,181,123,1) 0%,rgba(249,219,187,1) 100%);
}

div.greenGradient {
	background: rgb(1, 63 ,6);
	background: -moz-linear-gradient(top, rgba(1, 63, 6,1) 61px, rgba(230, 255, 232,1) 63px, rgba(246, 255, 247,1) 100%);
	background: -webkit-linear-gradient(top, rgba(1, 63, 6,1) 61px, rgba(230, 255, 232,1) 63px, rgba(246, 255, 247,1) 100%);
	background: -o-linear-gradient(top, rgba(1, 63, 6,1) 61px, rgba(230, 255, 232,1) 63px, rgba(246, 255, 247,1) 100%);
	background: -ms-linear-gradient(top, rgba(1, 63, 6,1) 61px, rgba(230, 255, 232,1) 63px, rgba(246, 255, 247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05e114', endColorstr='#87fd8f',GradientType=0 );
	background: linear-gradient(top, rgba(1, 63, 6,1) 61px, rgba(230, 255, 232,1) 63px, rgba(246, 255, 247,1) 100%);
}

div.purpleGradient {
	background: rgb(62, 26, 80);
	background: -moz-linear-gradient(top, rgba(62, 26, 80,1) 61px, rgba(246, 229, 255,1) 62px, rgba(251,243,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(62, 26, 80,1) 61px, rgba(246, 229, 255,1) 62px, rgba(251,243,255,1) 100%);
	background: -o-linear-gradient(top, rgba(62, 26, 80,1) 61px, rgba(246, 229, 255,1) 62px, rgba(251,243,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(62, 26, 80,1) 61px, rgba(246, 229, 255,1) 62px, rgba(251,243,255,1) 100%);
	background: linear-gradient(top, rgba(62, 26, 80,1) 61px, rgba(246, 229, 255,1) 62px, rgba(251,243,255,1) 100%);
}

div.orangeGradient {

	background: rgb(117,62,3);
	background: -moz-linear-gradient(top, rgba(117,62,3,1) 61px, rgba(255,238,220,1) 62px, rgba(255,251,247,1) 100%);
	background: -webkit-linear-gradient(top, rgba(117,62,3,1) 61px, rgba(255,238,220,1) 62px, rgba(255,251,247,1) 100%);
	background: -o-linear-gradient(top, rgba(117,62,3,1) 61px, rgba(255,238,220,1) 62px, rgba(255,251,247,1) 100%);
	background: -ms-linear-gradient(top, rgba(117,62,3,1) 61px, rgba(255,238,220,1) 62px, rgba(255,251,247,1) 100%);
	background: linear-gradient(top, rgba(117,62,3,1) 61px, rgba(255,238,220,1) 62px, rgba(255,251,247,1) 100%);
}

div.blueGradient {

background: rgb(20, 52, 71);
background: -moz-linear-gradient(top, rgba(20, 52, 71,1) 61px, rgba(229, 246, 255,1) 62px, rgba(245, 251, 255,1) 100%);
background: -webkit-linear-gradient(top, rgba(20, 52, 71,1) 61px, rgba(229, 246, 255,1) 62px, rgba(245, 251, 255,1) 100%);
background: -o-linear-gradient(top, rgba(20, 52, 71,1) 61px, rgba(229, 246, 255,1) 62px, rgba(245, 251, 255,1) 100%);
background: -ms-linear-gradient(top, rgba(20, 52, 71,1) 61px, rgba(229, 246, 255,1) 62px, rgba(245, 251, 255,1) 100%);
background: linear-gradient(top, rgba(20, 52, 71,1) 61px, rgba(229, 246, 255,1) 62px, rgba(245, 251, 255,1) 100%);
}


div.blueGradientUpper {
	background: rgb(2, 49, 76);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(2, 66, 103,1) 100%);
	background: -webkit-linear-gradient(top, rgba(2, 49, 76,1) 0%, rgba(2, 66, 103,1) 100%);
	background: -o-linear-gradient(top, rgba(2, 49, 76,1) 0%, rgba(2, 66, 103,1) 100%);
	background: -ms-linear-gradient(top, rgba(2, 49, 76,1) 0%, rgba(2, 66, 103,1) 100%);
	background: linear-gradient(top, rgba(2, 49, 76,1) 0%, rgba(2, 66, 103,1) 100%);
}

div.blueGradientLower {
	background: rgb(203,236,254);
	background: -moz-linear-gradient(top, rgba(203,236,254,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(203,236,254,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(203,236,254,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(203,236,254,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(top, rgba(203,236,254,1) 0%, rgba(255,255,255,1) 100%);
}


img.imageBox {
	border:dashed 2px rgba(255, 255, 255, 0.5);
}

img.imageCenter {
	border:solid 2px rgba(255, 255, 255, 0.5);
	display:block;
	margin-left: auto;
	margin-right: auto;
}