﻿/*This class contains all the html overrides in the Dor template*/
html, body {
    position: relative;
}


header {
    width: 100%;
    height: 120px;
    background-color: #FFF;
    background-image: url(../images/LinenBackground.jpg);
}


body {
    padding-top: 75px;
    color: #051a54;
    background-color: #e6e6e6;
    padding-bottom: 20px;
}

footer {
    background: #000e34;
    border-top: 1px solid #000;
    -moz-box-shadow: 0 5px 7px 5px #000b29;
    -webkit-box-shadow: 0 5px 7px 5px #000b29;
    box-shadow: 0 5px 7px 5px #000b29;
    color: #333;
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    min-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

footer ul {
    color: #105574;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

footer ul li {
    display: inline;
}

footer a {
    color: #999;
}

footer a:hover {
    color: #CCC;
}

input,
select,
textarea {
    max-width: 280px;
}

a {
    /*color: #f23f58;*/
    text-decoration: none;
}

a:hover,
a:focus {
    color: #d60e2a;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

hr {
    height: 0;
     border-top: 1px solid #ffffff;
}

img {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #00aca1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    color: #ffffff;
}