@charset "utf-8";
/* CSS Document */
body {
    margin: 0 auto;
    font-family: Helvetica, Arial, sans-serif;
    color: black;
}
a:link, a:visited {
    color: #B2B2B2;
	text-decoration: none;
}

a:hover {
    color: #052383;
	text-decoration: underline dashed;
}

.wrapper {
	overflow: auto;
	width: 1100px;
}
header {
    text-align: center;
    height: 200px;
    background-color: #fffff;
    color: #635A23;
    border-bottom: 5px solid #FD5;
    border-top: 5px solid #FD5;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(73,71,139,0.17);
    box-shadow: 0px 0px 3px 0px rgba(73,71,139,0.17);
    background-repeat: no-repeat , repeat-x;
    background-position: 45% center, 0 0;
    background-size: 100% auto, auto auto, auto;
    background-image: url("") , url();
}
background-image {
    color: hsla(183,69%,41%,1.00);
}
header h2 {
	margin-top: 1em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	text-shadow: 0px 0px 12.48px rgba(0, 0, 0, 0.5);
	color: #00ff00;
	line-height: 0.8em;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 66px;
	font-weight: 400;
}
header p {
	margin: 0;
	line-height: 5em;
	font-family: LucidaGrande;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 0px 3px 4px rgba(0, 0, 1, 0.38);
	letter-spacing: .5em;
}
nav {
    background-color: #688;
    text-align: center;
    background-image: -webkit-linear-gradient(90deg,rgba(9,127,163,1.00) 0%,rgba(14,98,152,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(9,127,163,1.00) 0%,rgba(14,98,152,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(9,127,163,1.00) 0%,rgba(14,98,152,1.00) 100%);
    -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
nav ul li {
	margin: 0;
	display: inline-block;
}
nav ul li a:link  , nav ul li a:visited{
    padding-top: 0.5em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0.5em;
    display: block;
    text-decoration: none;
    border-left: 1px solid #DDD;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    border-top: 1px solid #DDD;
    color: #ffffcc;
    font-family: 'Source Sans Pro';
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    background-color: #2F3516;
    border-collapse: separate;
    border-spacing: 5px 0px;
}
.logowhite {
	color: #FFF;
}
main {
	overflow: auto;
}
main aside {
	padding: 10px;
	width: 20%;
	border-bottom: 3px solid #069;
	border-top: 5px solid #069;
	min-height: 150px;
	font-size: 90%;
}
main aside h2 {
	font-size: 120%;
}
main > section {
    width: 58%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    margin: 0 1%;
    box-sizing: border-box;
    color: #86204C;
    font-size: x-large;
}
main section h1 {
	margin: 0 0 5px 0;
	font-size: 42px;
	font-family: BreeSerif;
	color: #000000;
	font-weight: 700;
	line-height: 22px;
}
main section article h2 {
	font-size: 28px;
	font-family: 'Source Sans Pro';
	color: #009900;
	font-weight: 700;
	line-height: 22px;
}
main section article p {
    font-family: 'Source Sans Pro';
    color: #000000;
    font-size: 25px;
    font-weight: 400;
    line-height: 22px;
}
.sidebar1 {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
main .sidebar1 {
}

.sidebar1 p {
    margin: 0 0 .5em 0;
    font-family: 'Source Sans Pro';
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}
.sidebar2 {
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #9D2559;
    color: #FFFFFF;
}
.sidebar2 p {
	margin: 0 0 .5em 0;
	font-family: 'Source Sans Pro';
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}
footer {
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
    clear: both;
    margin: 10px 0;
    background-color: #CCC;
    font-size: 90%;
    border-top: solid 3px #666;
    background-image: -webkit-linear-gradient(90deg,rgba(3,75,9,1.00) 0%,rgba(3,185,36,1.00) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(3,75,9,1.00) 0%,rgba(3,185,36,1.00) 100%);
    background-image: linear-gradient(0deg, #034b09 0%, #03b924 100%);
    text-shadow: 0px 0px #502C64;
}
footer p {
	margin: 0 0 5px 0;
}
.sidebar1 blockquote {
    padding: 0;
    margin: 0 0 20px 0;
    color: hsla(354,77%,39%,1.00);
}
.sidebar1 blockquote p {
    padding: 0 .5em;
    margin: 0 0.5px 0;
    text-indent: -0.4em;
    font-size: large;
}
.sidebar1 blockquote cite {
    display: block;
    font-size: 90%;
    text-align: right;
    font-style: italic;
}
footer {
    color: #2474747;
}
.wrapper header h2 {
    color: hsla(250,54%,43%,0.25);
    font-style: oblique;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
ul li a {
}
ul li a {
    color: hsla(359,62%,69%,1.00);
    list-style-type: lower-greek;
    list-style-position: inside;
body {
}
