@charset "utf-8";

body    {
    margin: 0px;
    color: #151515;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    background-color: #EFF5F8;
}

#wrapper {
    background-color: #FFFFFF;
    width: 100%;
    min-width: 740px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#hero {
    position: relative;
    clear: left;
}

#nomenclatureHero aside {
	width: 42%;
	position: absolute;
	left: 5px;
	float: left;
	clear: left;
	border-radius: 40px;
	background-image: -webkit-linear-gradient(139deg,rgba(136,46,247,1.00) 0%,rgba(66,25,183,1.00) 100%);
	background-image: -moz-linear-gradient(139deg,rgba(136,46,247,1.00) 0%,rgba(66,25,183,1.00) 100%);
	background-image: -o-linear-gradient(139deg,rgba(136,46,247,1.00) 0%,rgba(66,25,183,1.00) 100%);
	background-image: linear-gradient(311deg,rgba(136,46,247,1.00) 0%,rgba(66,25,183,1.00) 100%);
	padding-top: 19px;
	padding-right: 19px;
	padding-bottom: 19px;
	padding-left: 19px;
	opacity: 0.9;
	top: 125px;
}

#hero article {
	width: 36%;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 40px;
	right: 9px;
	background-color: #680507;
	color: #FFFFFF;
	border-radius: 15px;
}

#hero h2 {
	color: #F6BE39;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: -7px;
}


#hero img {
	max-width: 100%;
	opacity: 1;
}

h1, h2 {
    color: #3399CC;
    font-style: normal;
    font-weight: 600;
}

h1 {
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

#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;
    padding-left: 2%;
    background-color: #43A6CB;
    color: #FFFFFF;
}

figure {
    width: 420px;
}

figure img {
	padding: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
	opacity: 1;
}

figcaption {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.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: #FF6600;
}

a:visited {
    color: #FF944C;
}

a:hover, a:active, a:focus {
    color: #7F3300;
    text-decoration: underline;
}

#mainnav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#mainnav a {
    width: 20%;
    display: block;
    float: left;
    background-color: #4D4D4D;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
}

#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
    text-decoration: none;
    background-color: #43A6CB;
}

article, aside, figure, footer, header, nav {
    display: block;
}
#grayloch {
	float: left;
	position: absolute;
	bottom: 6px;
	color: #EF2FF1;
	font-size: large;
	background-color: #2A2828;
	opacity: 0.9;
}
