/** General **/

body {
    background-color: #A3A3A3;
}

body, p {
    font-family: "asapregular", helvetica, arial, sans-serif;
    font-size: 13px;
    line-height: 19px;
}

body {
    line-height: 17px;
}

a {
    color: #752012;
}

a:hover {
    color: #752012;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "arvoregular", courier, "times new roman", serif;
    color: #752012;
}

h1.black, h2.black, h3.black, h4.black, h5.black, h6.black {
    color: black;
}

hr.thick {
    border-top: solid 3px #57180E;
}

hr.dotted {
    border-top: dashed 2px #E3E3E3;
}

@media (min-width: 1200px) {
    .container {
        width: 1080px;
    }
}

.media {
    overflow: hidden;
}

#footer {
    background-color: #762013;
    color: white;
    font-weight: bold;
    padding: 10px;
}

#header {
    background-color: #762013;
    color: white;
}

#content {
    padding-left: 30px;
    padding-right: 30px;
    background-color: white;
    padding-bottom: 40px;
}

#site-search input {
    height: 30px;
}

#site-search button {
    height: 30px;
    border-radius: 0px 4px 4px 0px;
}

#xs-site-search {
    padding: 10px 15px;
}

.site-slogan {
    background: #762013;
    text-align: center;
    color: white;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-left: -30px;
    margin-right: -30px;
    padding: 10px;
}

/** End General **/

/** Header **/

#site-logo {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 45px;
    margin-right: -10px;
    border-right: solid white 2px;
}

#site-logo img {
    height: 85px;
}

.mobile-logo, .mobile-logo:hover {
    color: white;
    font-family: "arvoregular", courier, "times new roman", serif;
}

#oe-logo-text {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#oe-logo-text a  {
    font-family: "arvoregular", courier, "times new roman", serif;
    font-size: 36px;
    line-height: 36px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #000 ;
    color: white;
}

#oe-logo-text .logo-the {
    font-size: 16px;
    line-height: 16px;
}

.ohs-logo {
    margin-top: 15px;
    text-align: center;
    font-size: 0.85em;
}

.ohs-logo img {
    height: 55px;
}

.site-search {
    margin-top: 30px;
}

.site-search a {
    color: white;
    font-weight: bold;
}

.site-search .advanced-link {
    margin-top: 5px;
}

.site-search button {
    background-color: #A3A3A3;
}

#site-menu {
    background: #57180E;
    font-family: "asapregular", helvetica, arial, sans-serif;
    font-size: 14px;
}

#site-menu ul li a {
    margin-right: 45px;
}

#site-menu ul.dropdown-menu li a {
    margin-right: 0px;
}

/** End Header **/

/** Front page **/

/** navbar overrides **/

.navbar-nav > li> a:hover, .navbar-nav > li> a:focus {
    background-color: inherit;
}

.navbar-nav > li > a:hover > span, .navbar-nav > li > a:focus > span {
    border-bottom: solid 4px #762013;
}

.navbar-nav > li > a {
    color: white;
    margin-right: 20px;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
    background-color: #752012;
}

/** end nav bar overrides **/

/** Misc. **/
#uploading {
    height: 50px;
    width: 50px;
    background: url("../img/loader.2a6692973429.gif") no-repeat;
}

.loading {
    background: url("../img/loader.2a6692973429.gif") no-repeat;
}
.loading h4 {
    margin-top: 0;
    margin-left: 5px;
}
.loading > span {
    margin-left: 18px;
    font-weight: bold;
}

.navbar-logo {
    padding: 5px 5px 5px 5px;
    margin-left: 15px;
    margin-bottom: 0px;
    background-color: gray;
}

.oep-mini-logo {
    float: right;
    margin-left: 5px;
    height: 30px;
    width: 30px;
    background: url("../img/oep_mini_logo.82ff2b9d8efa.png") no-repeat;
}

.ohp-mini-logo {
    float: right;
    margin-left: 5px;
    height: 30px;
    width: 30px;
    background: url("../img/ohp_mini_logo.7772ea900f87.png") no-repeat;
}

.media-file {
    height: 125px;
}

.media-file:hover {
    background-color: #EEE;
}

#site-messages {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.site-message {
    width: 400px;
    border-radius: 5px;
    padding-right: 3px;
    padding-top: 3px;
}

.site-message ul {
    padding-left: 25px;
    margin-bottom: 5px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.status-text {
    font-weight: bold;
    font-size: .8em;
    color: white;
    padding: 3px;
    border: solid white 1px;
    border-radius: 5px;
}

.success-text {
    background-color: #3c763d;
}

.danger-text {
    background-color: #a94442;
}

.in-progress-text {
    background-color: peru;
}

.submitted-text {
    background-color: olive;
}

.in-review-text {
    background-color: indianred;
}

.published-text {
    background-color: cadetblue;
}

.rejected-text {
    background-color: darkred;
}

.mainmenu-admin-list ul li,
{
    height: 100px;
}

.pdf-download-logo {
    background: url("../img/pdficon_large.c00c8db0462b.png") no-repeat;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 7px;
}

.pdf-download-logo-small {
    background: url("../img/pdficon_small.1e6564578728.png") no-repeat;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 16px;
    padding-bottom: 0px;
    margin-bottom: -2px;
}

.pdf-download-logo:hover {
    background-color: rgba(0,0,0,0.1);
}

.pdf-download-logo:active {
    background-color: white;
}

.agreement-container {
    max-height: 300px;
    overflow-y: scroll;
    border: solid #A3A3A3 1px;
    padding: 5px;
}

hr.authors {
    margin-top: 5px;
    margin-bottom: 5px;
}

/** End Misc. **/


/** Search Page Results **/
#search-loading-results {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.25);
    z-index: 10;
    width: 100%;
    height: 100%;
}

#search-results-container {
    position:relative;
}

.search-result {
    position: relative;
    margin: 10px;
    padding: 10px;
    border: dashed #DDD 2px;
}
.search-result img {
    height: 100px;
    margin: 10px;
}
.search-result .image-container {
    height: 100px;
    width: 100px;
    overflow: hidden;
}
.search-result-title {
    font-size: 1.25em;
    font-weight: bold;
}

.site-info {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    font-style: italic;
    background-color: #f5f5f5;
    border-left: 2px dashed #DDD;
    border-bottom: 2px dashed #DDD;
}

#search-loading-gif {
    position: relative;
    background: url("../img/ajax-loader.69f58b3c2cff.gif") no-repeat;
    height: 70px;
    width: 70px;
    margin-top: 150px;
    margin-left: 46%;
}
#search-loading-gif-text {
    position: absolute;
    font-weight: bold;
    color: white;
    top: -25px;
    width: 200px;
    left: -25px;
}

.search-page-order select {
    height: 28px;
}
.search-page-order .input-group-addon {
    background-color: #222;
    color: white;
    font-weight: bold;
}

#search-form {
    margin-top: 30px;
}

#search-filters h4, #search-filters h5 {
    background-color: #222;
    color: white;
}
#search-filters h4 {
    border-radius: 5px 5px 0px 0px;
    margin: -19px -19px 0px -19px;
    padding: 7px;
}
#search-filters h5 {
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 0px;
    padding: 5px;
}
#search-filters .input-group {
    margin-bottom: 3px;
}
h5#search-filter-site {
    border-radius: 3px;
    margin-bottom: 3px;
}
#search-filters select {
    border-radius: 0px;
}
/** End Search Page **/


/** Bootstrap overrides **/
.nav li {
    font-weight: bold;
    border-radius: 0px;
}

.navbar-toggle {
    border: 1px solid white;
}

.navbar-toggle span {
    background-color: white;
}

.form-control {
    padding: 3px;
    height: auto;
}

.btn {
    padding: 3px;
    height: auto;
    font-weight: bold;
}

.btn-primary {
    background-color: #752012;
    border-color: #752012;
}

.btn-primary:hover {
    background-color: #57180E;
    border-color: #752012;
}

.btn-primary:active {
    background-color: #752012;
    border-color: #752012;
}

.btn-primary:focus {
    background-color: #752012;
    border-color: #752012;
}

.sidebar-nav {
    padding: 9px 0;
}
/** End Bootstrap Overrides **/

/**
 * The following rules alter the drop down menus behaviour.
 * Instead of clicking to reveal a dropdown, now you just 
 * over the menu item to reveal the dropdown.
 */
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
/** End dropdown menu alter **/


/** Admin Menu **/
.admin-menu {
    background-color: #a3a3a3;
}
.admin-menu li a {
    color: white;
}
.admin-menu li a:hover {
    color: black;
}
.admin-menu ul.dropdown-menu {
    background-color: #a3a3a3;
}
/** End Admin Menu **/

/** Admin Dashboard **/
.progress-wrap {
    text-align: center;
    border: solid #AAA 1px;
    border-radius: 5px;
}

.progress-text {
    margin-bottom: -20px;
}

.review-progress {
    width: 0px;
    height: 20px;
    padding: 0px;
    background-color: rgb(43,194,83);
    border-radius: 5px;
}
/** End Admin Dashboard **/

/** Front Page **/

.featured-article {
    margin-bottom: 10px;
}

.featured-article a {
    font-weight: bold;
}

.featured-article .media {
    height: 200px
}

.featured-article img {
    width: 100%;
}

.event a {
    font-weight: bold;
}

.event .media {
    margin-bottom: 20px;
}

.event .media img {
    height: 200px;
}


.about .row {
    margin-bottom: 10px;
}

.about img {
    width: 100%;
    max-width: 150px;
}

.green-tree {
    color: green;
    font-size: 48px;
    margin-right: 10px;
    margin-top: 10px;
}

.research-categories ul > li {
    margin-bottom: 5px;
}
.research-categories ul > li:last-child {
    margin-bottom: 0;
}
.research-categories ul > li > a {
    font-family: "arvoregular", courier, "times new roman", serif;
}
.research-categories ul > li > a:hover {
    color: black;
}

.front-page-carousel {
    height: 300px;
    background-color: #f5d5a4;
    margin-left: -30px;
    margin-right: -30px;
}

.front-page-carousel .image-container {
    padding: 0;
    height: 300px;
    overflow: hidden;
}

.front-page-carousel .description {
    margin-top: 40px;
    margin-left: 30px;
}

.front-page-carousel .carousel-indicators {
    bottom: 0px;
}

.front-page-carousel .carousel-control.left {
    background: none;
}

.front-page-carousel .carousel-control.right {
    background: none;
}

.front-page-carousel .carousel-inner .image-container {
    background-color: black;
}

.front-page-carousel .carousel-inner .item img {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.front-page-carousel .carousel-control span {
    background-color: rgba(118, 32, 19, 0.75);
    height: 45px;
    width: 55px;
    border-radius: 3px;
    padding-top: 10px;
    top: 47%;
}

.front-page-carousel .mobile-slideshow-title {
    position: absolute;
    background-color: #f5d5a4;
    top:0;
    width: 100%;
}
/** End Front Page **/

/** Comments **/
.comment {
    padding: 5px;
    max-width: 800px;
    border-left: solid darkgray 1px;
    border-top: solid darkgray 1px;
}

.comment-title {
    font-weight: bold;
}

.comment-header {
    background-color: #EEE;
    padding-left: 8px;
}

.comment-footer {
    height: 30px;
    padding-bottom: 4px;
    padding-left: 8px;
}
.comment-text {
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/** End Comments **/

/** Article Public View **/
.fancybox-audio-container {
    padding: 20px;
}

.fancybox-video-container {
    padding: 20px;
}

/** End Article Public View **/

/** Chosen Overrides **/

.chosen-container-multi .chosen-choices {
    border-radius: 0px;
    border: 1px solid #cccccc;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: inherit;
    height: 30px;
    margin: 0px;
    padding: 0px;
    padding-left: 3px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
    display: inline-block;
    padding: 3px;
    padding-right: 20px;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 4px;
    -webkit-user-select: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px;
}

.chosen-container-active .chosen-choices{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/** End Chosen Overrides **/

/** Browse Entries Page **/

.alpha-pager > li > a {
    background-color: #752012;
    border-color: #752012;
    color: white;
    font-weight: bold;
}
.alpha-pager > li > a:hover {
    background-color: #eee;
    color: #752012;
}
.alpha-pager > li.active > a {
    background-color: white;
    border-color: #752012;
    color: #752012;
}
.alpha-pager > li.active > a:hover {
    background-color: #eee;
    border-color: #752012;
    color: #752012;
}

.alpha-list {
    font-family: "arvoregular", courier, "times new roman", serif;
}
.alpha-list > li {
    margin-top: 10px;
}

.browse-themes {
    font-family: "arvoregular", courier, "times new roman", serif;
    margin-top: -10px;
}

.browse-themes .article-link {
    margin-top: 5px;
    margin-bottom: 5px;
}

/** End Browse Entries **/

/** Viewport **/
@media (max-width: 768px) {
    #content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .front-page-carousel {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .site-slogan {
        margin-left: -10px;
        margin-right: -10px;
    }

    .container {
        margin-left: -15px;
        margin-right: -15px;
    }
}
/** End View Port **/
