@charset "UTF-8";

.pageFooter {
    margin: 0 auto;
}

.pageFooter .inner {
    background: #393939 url('../img/low-contrast-linen.png');
    color:#e2cdbc;
    transition: background-color 500ms ease-out;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3) ;
}

.pageFooter .inner:hover {
    background-color: #2b383e;
}

.pageFooter h2{
    color:#f3f3f3;
    border-color:#555;
}

.pageFooter a{
    color:#f3f3f3;
    font-size: 1.3em;
}

.pageFooter a:hover{
    color: #2387af;
}

.pageFooter .specialLink {
    text-align:center;
    padding:5px 0;
    margin-bottom: 5px;
}

.pageFooter hr{
    color:#f3f3f3;
    border-color:#777;
    border-style: dashed;
}

.pageFooter .specialLink hr {
    border-color:#bbb;
    border-style: dotted;
    margin:10px auto;
    border-bottom: none;
}