@charset "utf-8";
body {
	color: #151515;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #00AAFF;
	min-width: 10px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: hsla(226,100%,50%,1.00);
	text-shadow: 1px 1px;
	-webkit-box-shadow: 1px 1px 15px px hsla(0,20%,98%,1.00);
	box-shadow: 1px 1px 15px px hsla(0,20%,98%,1.00);
	font-size: large;
}
#hero {
	position: relative;
	clear: left;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
#hero article {
	width: 36%;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 40px;
	right: 43px;
	background-color: #FCA36B;
	border-radius: 15px;
	color: #FFFFFF;
}
#hero h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: -7px;
}



#hero img {
	max-width: 100%;
	text-shadow: px 0px;
	-webkit-box-shadow: 1px 1px 15px 10px hsla(231,100%,50%,1.00);
	box-shadow: 1px 1px 15px 10px hsla(231,100%,50%,1.00);
}
h1, h2 {
	color: #3399CC;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 600;
}
h1 {
	font-size: 72px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	color: hsla(0,100%,100%,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(0,69,254,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(0,69,254,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(254,254,254,1.00) 0%,rgba(0,69,254,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(254,254,254,1.00) 0%,rgba(0,69,254,1.00) 100%);
}
#main {
	width: 58%;
	margin-left: 2%;
	float: left;
}
#sidebar {
	width: 34%;
	margin-left: 4%;
	float: left;
}
footer {
	clear: left;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #012DFB;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(0,60,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,60,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,60,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,60,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	font-size: xx-large;
}
figure {
	width: 420px;
}
figure img {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
}

figcaption {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.floatleft {
	margin-right: 10px;
	float: left;
}
.floatright {
	margin-left: 10px;
	float: right;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #001EFF;
}
a:visited {
	color: #FF944C;
}
a:hover, a:active, a:focus {
	color: #FEFDFD;
	text-decoration: none;
	font-size: x-large;
}
#mainnav ul {
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainnav a {
	width: 20%;
	display: block;
	float: left;
	text-align: center;
	background-color: #002CFB;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
	font-size: xx-large;
}
#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
	text-decoration: none;
	background-color: #43A6CB;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,61,250,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,61,250,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(0,61,250,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(0,61,250,1.00) 100%);
	font-size: xx-large;
	color: hsla(0,0%,100%,1.00);
}
article, aside, figure, footer, header, nav {
	display: block;
	text-align: center;
	font-size: x-small;
}
#wrapper p {
	font-weight: normal;
	min-height: 0%;
	font-size: xx-large;
	min-width: 0px;
	color: hsla(231,98%,51%,1.00);
	text-shadow: 5px 1px 15px hsla(233,100%,50%,1.00);
	text-align: center;
}
#wrapper a {
	font-size: xx-large;
}
