
/*******************************
 *                             *
 *   PAGE ELEMENT STYLING      *
 *                             *
 *******************************/

html, body {
    font: 14pt "Times New Roman",serif;
    margin: 0px;
    height: 100%;
}

img{
    border: 0px none;
}

td{
   padding-right: 1em;
}

p{
   margin-left: .2em;
}

div#content {
    position: relative;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding-bottom: 125px;
    line-height: 1;
}

div#content h3 {
    font-size: 16pt;
    font-weight: bold;
    color: #274c64;
}

div#content h4{
    font-weight: normal;
    font-style: italic;
    color: #414141;
}

div#content a { 
    color: #274c64;
    text-decoration: none;
}

div#content a:visited {
    color: #711907;
}

div#content a:hover {
    color: black;
    background-color: #dae2ea;
}

blockquote{
    margin-left: 0;
    background: url(/media/img/quote-mark.png) 10px -4px no-repeat;
}

blockquote p{
    margin-left: 45px;
}


/*******************************
 *                             *
 *   HEADER STYLING            *
 *                             *
 *******************************/

div#header {
    position: relative;
    clear: both;
    background: url(/media/img/header.png);
    width: 100%;
    height: 34px;
}

a#logo {
    position: absolute;
    bottom: 1px;
    left: 0.5em;
}

a#disclaimer-link {
    position: absolute;
    bottom: 5px;
    right: 0.5em;
}

div#small-sub-header {
    padding-top: 2em;
    margin-bottom: 2em;
}

div#small-sub-header a:hover {
    background: #ffffff;
}

div#unpublished-note {
    width: 100%;
    font-size: 9pt;
    text-align: center;
    color: yellow;
    margin-bottom: 1px;
    padding-bottom: 2px;
    background: #bb2a0b;

}

/*******************************
 *                             *
 *   NAVBAR ITEM STYLING       *
 *                             *
 *******************************/


div#root-nav {
    float:right;
    clear:both;
}

div#root-nav table {
    color: white;
    background: #bb2a0b;
    border-collapse: collapse;
    border: solid 1px black;
}

div#root-nav td.nav-choice {
    padding-right: 0em;
    text-align: center;
    font-size: 8pt;
    width: 6em;
}

div#root-nav td.nav-choice a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
}

div#root-nav td.nav-selected a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
}

div#root-nav td.nav-choice a:hover {
    padding-right: 0em;
    color: yellow;
}

div#root-nav td.nav-selected {
    padding-right: 0em;
    text-align: center;
    font-size: 8pt;
    width: 6em;
    text-align: center;
    background: #c4715f;
}

/*******************************
 *                             *
 *   FOOTER STYLING            *
 *                             *
 *******************************/

div#non-foot {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -125px;
}

div#footer {
    color: white;
    background: url(/media/img/footer.png);
    height: 125px;
    font-size: 9pt;
      
}

div#footer-content {
    position: relative;
    width: 100%;
    height: 100%;
}

div#license {
    position: absolute; 
    left: 1em;
    top: 40px;
}

div#hafd-badge {
    position: absolute; 
    right: 1em;
    top: 40px;
    text-align: right;
}

/*******************************
 *                             *
 *   OTHER ELEMENTS            *
 *                             *
 *******************************/

div.media-item {
    float: right;
    clear: right;
    padding-top: 1em;
    padding-bottom: 1em;
}

div.memo-signature {
    float: right;
    clear: right;
    text-align: right;
    font-style: italic;
    font-size: 10pt;
    padding-right: 2em;
}

img.signature{
    margin-right: -2em;
    display:block;
    clear:both;
    }

div.hafd-big-img {
    margin-left: 130px;
    padding-top: 5em;
    margin-bottom: 2em;
}

div.center-column-media-ref{
    padding-top: 5em;
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /* \*/display: block;/**/
}

div.center-narrow-column {
    padding-top: 2em;
    line-height: 1.4;
    padding-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    width: 460px;
}

div.center-wide-column {
    padding-top: 2em;
    font: 11pt Verdana,serif;
    line-height: 1.4;
    padding-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    width: 608px;
}

div.right-narrow-column {
    line-height: 1.4;
    padding-bottom: 3em;
    margin-left:  212px;
    width: 450px;
}

div.badges {
    position: absolute;
    right: 5px;
    bottom: 130px;
}

/*******************************
 *                             *
 *   BLOG STYLING              *
 *                             *
 *******************************/
div.blog-content {
    font: 11pt Verdana,serif;
    line-height: 1.4;
    padding-bottom: 3em;
}

div.blog-item-container {
    position: relative;
    margin-right: 130px;
}

div.blog-item-info {
    position: absolute;
    width: 115px;
    top: .5em;
    font-size: 10pt;
    color: #a1a8ac;
    text-align: right;
}

div#content div.blog-item-info a {
    color: #b1b1b1;
}

div#content div.blog-item-info a:hover {
    color: #787e84;
    background-color: #ffffff;
}

div.blog-item {
    width: 608px;
    margin-left: 130px;
}

div#content div.blog-item h3 a{
    color: #274c64;
}

div#content div.blog-item h3 {
   margin-bottom: 0;
}

div#content div.blog-item h4 {
   margin-top: 0;
}

div#content div.blog-item h3 a:hover{
    background-color: #ffffff;
}

div.blog-item div.pub-date {
    position: relative;
    left: -100px;
}

div#content div.blog-item div.section-content h3 {
    font-size: 12pt;
    margin-left: 0;
}
    
div.read-more {
    font-size: 10pt;
    margin-top: -2em;;
    text-align: right;
}

div.section-content {
    margin-bottom: 5ex;
}

div.section-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.blog-page-handler {
    font-size: 10pt;
    margin-right: 130px;
    margin-top: 2em;
    text-align: right;
}

/*******************************
 *                             *
 *   MEDIA ITEMS               *
 *                             *
 *******************************/

div#content div.media-ref-item a:hover {
    background: #ffffff;
}

/*******************************
 *                             *
 *   SIDEBAR STYLING           *
 *                             *
 *******************************/


div#sidebar{
    width: 130px;
    float:right;
    font-size: 10pt;
}

div#sidebar h2{
    color: #667b88;
    font-size: 10pt;
}

div#sidebar ul{
    list-style: none;
    line-height: 0;
    padding-left: .2em;
    margin-left: .2em;
}

div#sidebar a {
    color: #8fa0ab;
}

div#sidebar a:visited {
    color: #7d8c95;
}
