/* Global text
______________________________________________________________________________*/

body {
    font-family: 'Arial', sans-serif;
    font-size: 100%;
    color: #fff;
}

pre,
code {
    font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

hr {
    border: 0 #5e8197 solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin-bottom: 20px;
}

.fill hr{
    border: 0 #08141b solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin-bottom: 10px;
}

#footer-wrapper .fill hr{
    border: 0 #0d1d26 solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin-bottom: 10px;
}

.txt-center{
    text-align: center;
}
    
/*Buttons
______________________________________________________________________________*/
button{
    font-family: 'Amaranth', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}

button:hover{
    text-shadow: 0px 1px 1px #28495d;
}

.fill button{
    font-family: 'Amaranth', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 1px #28495d;
}

.fill button:hover{
    text-shadow: 0px 1px 1px #000;
}

/*Forms
______________________________________________________________________________*/
label, input, textarea{
    font-family: 'Arvo', serif;
}

input, textarea{
    color: #fff;
}

input:focus, textarea:focus{
    color: #132530;
}

.fill input{
    color: #fff;
}

.fill input:focus{
    color: #000;
}

/* Headings
______________________________________________________________________________*/

#header-wrapper #header-contents h1{
    font-size: 30px;
    text-shadow: 0px 2px 2px #000;
    margin: 40px 0 0 0;
    line-height: 28px;
    letter-spacing: 0.05em;
}

#footer-wrapper h1{
    font-size: 19px;
    text-shadow: 0px 1px 1px #000;
    line-height: 20px;
    letter-spacing: 0.08em;
    margin: 0 0 5px 0;
}

h1 {
    font-size: 28px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 700;
    text-shadow: 0px 1px 1px #000;
    letter-spacing: 0.05em;
}

.header-tagline{
    font-family: 'Amaranth', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
    text-shadow: 0px 1px 1px #000;
}

.button-text{
    text-align: center;
    margin: 5px 0 0 0;
    text-shadow: 0px 1px 1px #28495d;
    font-family: 'Amaranth', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.button-wrapper:hover .button-text{
    text-shadow: 0px 1px 1px #000;
}

h2 {
    font-family: 'Amaranth', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    text-shadow: 0px 1px 1px #000;
}

.fill h2{
    color: #a2bccc;
    margin-bottom: 10px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

/* Footer
______________________________________________________________________________*/
#footer-wrapper .fill #footer-links li{
    color: #879caa;
    font-family: 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}

#footer-wrapper .fill #footer-links li a{
    color: #879caa;
}

#footer-wrapper .fill #footer-links li a:hover{
    color: #fff;
}

/* Links
______________________________________________________________________________*/
a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    border-bottom: solid 1px;
}

/* Listings
______________________________________________________________________________*/

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    margin-left: 30px;
    font-family: 'Arvo', serif;
    margin-bottom: 3px; 
}

ul li ul{
    list-style: square;
}

.fill ul li, .fill ul li a{
    color: #8da9bb;
    font-family: 'Arvo', serif;
    margin-bottom: 3px;    
}

.fill ul li a:hover{
    color: #fff;
}

/* Navigation 
______________________________________________________________________________*/
#nav-wrapper li{
    text-align: center;
    font-family: 'Amaranth', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #db672e;
}

#nav-wrapper li a{
    color: #db672e;
    text-shadow: 0 1px 1px #000;
}

#nav-wrapper li a:hover{
    color: #ffdaca;
    text-shadow: none;
}

#nav-wrapper .drop-down:hover{
    color: #db672e;
}

#nav-wrapper .sub-nav li{
    text-align: left;
}

#nav-wrapper .active, #nav-wrapper .active a, #nav-wrapper .active a:hover{
    color: #fff !important;
    text-shadow: 0 2px 2px #000;
}

#nav-wrapper .active .sub-nav li a{
    color: #db672e !important;    
}

#nav-wrapper .active .sub-nav li a:hover{
    color: #fff !important;
    text-shadow: none !important;
}

/* Paragraphs
______________________________________________________________________________*/
p{
    line-height: 22px;
    margin-bottom: 20px;
    font-family: 'Arvo', serif;
}

#header-wrapper #header-contents #contact-tab p{
    font-size: 14px;
    margin-bottom: 0;
}

#footer-wrapper .contact-info{
    font-size: 14px;
    line-height: 18px;
}

#footer-wrapper .fill p{
    color: #879caa;
    font-size: 14px;
    margin-bottom: 10px;
}

#footer-wrapper .footer-tagline{
    font-family: 'Helvetica', 'Arial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    color: #879caa;
}

#footer-wrapper .footer-tagline a{
    color: #879caa;
}

.fill p{
    color: #8da9bb;
}

#contact-note{
    margin: 0;
    border-bottom: dotted 1px #5e8197;
}