a {color: #61635f; text-decoration: none;}
a:hover {color:#c3c3c3}


.pkp_button_primary {
    background-color: #3e3f3d;
    background-image: linear-gradient(#009de5, #007ab2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.4);
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    border-color: #3e3f3d
}

.pkp_button_primary:hover, .pkp_button_primary:focus {
    text-decoration: none;
    background-color: #000;
    background-image: linear-gradient(#19b7ff, #006999);
    color: #fff
}

.pkp_button_primary:active {
    background-color: #00577f;
    background-image: linear-gradient(#008bcb, #004666)
}

.pkp_button_offset {
    background-color: #d00a6c;
    background-image: linear-gradient(#f41985, #d00a6c);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.4);
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    border-color: #d00a6c
}

.pkp_button_offset:hover, .pkp_button_offset:focus {
    text-decoration: none;
    background-color: #b8095f;
    background-image: linear-gradient(#f64a9f, #b8095f);
    color: #fff
}



.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    outline: 0;
    background: #ddd;
    border-color: #3e3f3d
}



.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button,
.page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: inline-block;
    padding: 0 1em;
    background: #3e3f3d;
    border: 1px solid #000;
    border-radius: 15px;
    box-shadow: none;
    font-size: 13px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    text-decoration: none
}

.cmp_button:hover, .cmp_button:focus, .pkp_head_wrapper .pkp_search button:hover,
.pkp_head_wrapper .pkp_search button:focus, .page_search .submit button:hover,
.page_search .submit button:focus {
    box-shadow: inset 0 0em 0em rgba(0, 0, 0, 0.1)
}

.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #3e3f3d;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #3e3f3d;
    text-decoration: none
}

.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover,
.obj_galley_link:focus {
    background: #3e3f3d;
    color: #fff
}

.pkp_navigation_primary ul a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #3e3f3d
}

.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #3e3f3d
}

.pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
    color: #000
}

.obj_announcement_summary .read_more {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #3e3f3d;
    text-decoration: none
}

.obj_announcement_summary .read_more:after {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f054";
    position: absolute;
    top: 2px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #3e3f3d;
    text-decoration: none;
    margin-bottom: 20px
}

.obj_announcement_summary .read_more:hover, .obj_announcement_summary .read_more:focus {
    color: #000
}

.cmp_announcements {
    margin-left: -10px;
    margin-right: -10px
}

.cmp_announcements > li {
    padding: 30px 10px;
    border-bottom: 0px solid #ddd
}

.cmp_announcements > li:last-child {
    border-bottom: none
}
.pkp_page_index .cmp_announcements {
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd
}

.header_view .return {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #000;
    text-align: center
}

  

.cmp_notification {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    background: #ddd;
    border-left: 5px solid #3e3f3d;
    font-size: 14px;
    line-height: 20px
}