html, body {
    height:100%;
    background-color: #141614;
    /* background-color: #121412;
    background-color: #192B2B; */
    text-align: center;
}

main {
	min-height : 600px;
    margin: auto;
	width : 960px;
    background-color: inherit;
    font-family: Quicksand, Raleway, Arial, Sans-Serif;
}

header {
    float: left;
    background-color: inherit;
}

logo {
    margin-top: 16px;
}

subtitle {
    float: left;
	color: #B3A780;
    font-size: 19px;
	font-weight: 500;
    margin: -148px 0 0 10px;
}

rarc {
    float: left;
    text-align: left;
    margin-top: 35px;
    margin-left: 110px;
}

nav {
    float: left;
    margin-top: -16px;
    margin-left: 190px;
    text-align: left;
    font-size: 17px;
    background-color: inherit;
}

section {
    min-height: 500px;
    padding-top: 20px;
    color: #CDC9A5;
    text-align: justify;
    border-top: 1px solid #9C8F72;
    clear: both;
}

article {
    font-size: 20px;
    width: 705px;
    float: left;
}

aside {
    font-size: 16px;
    color: #9F9876;
    font-weight: 500;
    width: 225px;
    float: right;
    padding-bottom: 35px;
}

footer {
    height: 80px;
    background-color: inherit;
    color: #CDC9A5;
    font-weight: 500;
    border-top: 1px solid #9C8F72;
    clear: both;
}


header, section, footer, aside, nav, main, article, figure {
    display: block; 
}

a {
    color: #A5725F;
    font-weight: 500;
    text-decoration: none;
}

a:hover {
    color: #D2886D;
    font-weight: 500;
    text-decoration: none;
}

h1 {
    font-size: 56px;
    margin-top: 0;
}

h2 {
	color: #EED8AE;
    font-size: 24px;
    margin-bottom: -18px;
    margin-top: 0px;
}

h3 {
	color: #EED8AE;
    font-size: 18px;
    margin-bottom: -12px;
    margin-top: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #9C8F72;
}

img.right {
    float: right;
    margin: 10px 0 10px 10px;
    border: 3px solid #404040;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 60%;
    border: 3px solid #404040;
}

img.status {
    float: right;
    border: 0px;
}

img.rigs {
    float: right;
    margin: 10px 0 10px 10px;
    border: 0px;
}

ul.mainmenu {
    list-style-type: none;
}

li.mainmenu {
    width: 185px;
    background-color: #CCB47D;
    padding: 2px 8px 2px 23px;
    border-top: 1px #202020 solid;
}

a.mainmenu {
    color: #404040;
    font-weight: 500;
    text-decoration: none;
}

a.mainmenu:hover {
    color: #ffffff;
    font-weight: 700;
}

daynight {
	color: #EED8AE;
    font-size: 16px;
    font-weight: 500;
}
bandgood {
    float: right;
    width: 50%;
    color: #404040;
    background-color: #A5E38F;
    text-align: center;
}
bandfair {
    float: right;
    width: 50%;
    color: #404040;
    background-color: #E6DE62;
    text-align: center;
}
bandpoor {
    float: right;
    width: 50%;
    color: #404040;
    background-color: #EB7373;
    text-align: center;
}

.indent {
    margin: 30px;
}

.contact {
    font-weight: 500;
    color: #8B864E;
}

.details {
    font-weight: 400;
    color: #CDC9A5;
}

.map {
    margin: 40px auto;
    text-align: center;
}

ul {
    list-style-type: none;
}

#by_date {
    margin-top: -10px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #8B7765;
}

#post_item {
    margin: 0 8px 20px 8px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #8B7765;
}

.submit_button {
    background-color: #8B864E;
    border: none;
    color: #0E3030;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Quicksand, Raleway, Arial, Sans-Serif;
    font-size: 18px;
    font-weight: 500;
}

.submit_button:hover {
    background-color: #CDBA96;
    color: #192B2B;
    font-weight: 700;
}

.footer_row:after {
    content: "";
    display: table;
    clear: both;
}

.footer_column {
    float: left;
    width: 22%;
    padding: 12px;
    font-size: 14px;
    color: #9F9876;
    font-weight: 500;
    text-align: left;
}
