/* OVERRIDE OF BOOTSTRAP CONTAINER SIZE */
.container {
    width: 970px !important; /* for non-responsiveness  http://getbootstrap.com/getting-started/#disable-responsive  */
}

#top {
    padding: 10px 0px;
    background: url("/static/externalsite/main/img/bg_top.png") repeat-x !important;
}

#top .menu-link {
    margin-right: 15px;
    font: bold 13px Arial !important;
    text-decoration: none;
}

#top .usermenu-link {
    margin-right: 15px;
    font: normal 13px Arial !important;
    text-decoration: underline;
}

#top .usermenu-img {
    margin-right: 5px;
}

#header {
    height:109px;
    background: url("/static/externalsite/main/img/bg_header.png") no-repeat center top;

}

#header #logo {
    margin-top: 10px;
    margin-left: 30px;

}

#header .title {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#header .subtitle {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#header .righttext {
    margin-top: 22px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#header .righttext a {
    margin-right: 35px;
    color: #fff;
    border-bottom: 1px dashed #FFF;
}

#header .righttext a:hover {
    color: #fff;
    border-bottom: 1px dashed #FFF;
    text-decoration: none;
}


/* horizonatal menu */

#horizontal-menu {
    border-bottom: 1px #E6E6E6 solid;
    margin-bottom: 20px;
}

#horizontal-menu a.item {
    display: block;
    float: left;
    padding: 8px 18px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

#horizontal-menu a.item:hover {
    background-color: #f2f2f2;
}


/* #left-right-col */
#left-right-col {
    margin-bottom: 30px;
}



/*leftcol */

#leftcol {
    padding-left: 0px;

}

#leftcol-download {

    width: 224px;
    border: 3px solid #F0F0F0;
    padding: 10px 15px 2px 15px;
    font-size: 15px;
}

.leftmenu {

    width: 224px;
    border: 3px solid #F0F0F0;
    padding: 10px 15px 2px 15px;
    font-size: 15px;
}

    .leftmenu p {
        display: block;
        border-bottom: 1px #e5e5e5 solid;
    }

    .leftmenu p:last-child {
        border-bottom: none;
    }

    .leftmenu p.menutitle {
        font-weight: bold;
        color: #0071BC;
    }


    .leftmenu a {
        display: block;
    }


    .leftmenu a:hover {
        text-decoration: none;
    }

#leftcol-banners .banner1 {
    margin-top: 15px;
}



/* rightcol */
#rightcol p.title {
    margin-bottom: 25px;
    margin-top: 25px;
    border-bottom: 3px #0071BC solid;
    font-size: 22px;
}

#rightcol p.title-first {
    margin-top: 0px;
}

#rightcol .subtitle {
    font-weight: bold;
    margin-top: 30px;
}


#authors-index {

    float: right;
    padding: 10px 15px 2px 15px;
    margin: 0 0 10px 10px;
    width: 224px;
    border: 3px solid #F0F0F0;
    font-size: 15px;
}

    #authors-index p.menutitle {
        display: block;
        font-weight: bold;
        color: #0071BC;
    }

    #authors-index .pagination {
        margin-top: 0px;
    }


#articles-database-wrapper {
    /* min-height: 700px; */

}


#articles-database .article_link {
    display:block;
    width:100%;
    height:100%;
}

#articles-database .article_link:hover  {
    text-decoration: none;
    outline: none;
}



#articles-database .article-title {
    font-size: 16px;
    color: #222;

}

#articles-database .article-authors {
    font-style: italic;
    color: #333;

}

#articles-database .article-date {
    /* font-style: italic; */
    color: #333;

}



#footer {
    padding: 10px 0;
    background-color: #F5F5F5;
    border-top: 1px #ddd solid;

}

    #footer .footer-title {
        font-weight: bold;
    }














