.no-padding { padding: 0px}



/* Border shadowed style */
.or-spacer {
    margin-top: 50px;
    width: 100%;
    position: relative;
}

.or-spacer .mask {
    overflow: hidden;
    height: 20px;
}


.or-spacer .mask::after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 8px #B6B6B6;
}

/* end Border shadowed style */

.site-name .navbar-brand, .page-header {
    font-family: 'Lora', serif;
    color: rgb(119, 4, 4);
    text-shadow: -1px -1px 2px rgba(150, 150, 150, 1);
}

.navbar-brand { font-size: 25px}


.panel-default > .panel-heading, .pkp_block .title {
   
    border-color: #ddd;   
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;    
}



.journal_index { 
    /* background: url('../images/bg_transparent.png') repeat; */   
    /* background-image: linear-gradient(to bottom, rgba(255, 254, 254, 0.6) 0%,rgba(223, 222, 222, 0.6) 100%), url('../images/image_header.jpg'); */
      /* background: url('../images/nav-one.png') repeat; */

    /* background: url('../images/assets/header_red.jpg') top right no-repeat;
 */

  
    min-height: 140px;
    margin: -20px 0px 20px;
    padding: 20px 0px 20px;
    -webkit-box-shadow: inset 0px -4px 5px -3px rgba(166,166,166,0.29);
    -moz-box-shadow: inset 0px -4px 5px -3px rgba(166,166,166,0.29);
    box-shadow: inset 0px -4px 5px -3px rgba(166,166,166,0.29);
    border-bottom: 2px solid rgb(255, 255, 255);
  
}


.journal_index .site_description {
    border: 1px solid rgb(231, 231, 231);
    background: white;
    border-radius: 10px;
    margin-left: 10px;
    
}

.journal_index .about_site { 
    font-size: 13px;
    padding: 20px 5px;
   
}



.journal_index h1 { 
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    font-style: italic;
    color: rgb(74, 74, 75);
}


.journal_index .statement {
    margin-top: -5px
}


.journal_index .site_logo {
   
   
    border: 1px solid rgb(231, 231, 231);
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
   
}

.block_make_submission a {
    border: 1px solid  red;

}

.user_navigation { padding: 2px;
}


.site_header { 
    border-top: 1px solid rgb(233, 233, 233);
}


.pkp_structure_page { 
    background: rgb(253, 253, 253);
}


#main_content {
    padding-top: 20px;
}


.main_content main {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 5px -3px rgba(166,166,166,0.35);
-moz-box-shadow: 4px 4px 5px -3px rgba(166,166,166,0.35);
box-shadow: 4px 4px 5px -3px rgba(166,166,166,0.35);
    background: white;
    padding: 20px;
}

.page-header {
    padding: 0px !important;
    margin-top: 0px !important;
}

#main-navigation  li a { font-size: 1.1em;}
#main-navigation  li a:hover { background: none; color: #5863e9; font-weight: bold;}


#main-site > div > div > h2 { margin-top: 10px;}

.page-header h2 { 
    font-size: 2em;
}


.media ul.nav-pills  { display: block; float: right; margin-top: 10px;}

.media .media-heading {
    font-size: 1.4em;
    font-family: 'Lora', serif;    
    border-bottom: 1px dotted rgb(207, 207, 209);
    margin-bottom: 10px;
}

.media-left img { 
    max-width: 200px;
}

.media .nav-pills li a { 
    border: 1px solid rgb(213, 213, 214);
    margin-right: 10px;
    padding: 8px 10px;
    border-radius: 4px;
    
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.99) 47%, rgba(237,237,237,0.97) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,0.99)), color-stop(100%, rgba(237,237,237,0.97)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.99) 47%, rgba(237,237,237,0.97) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.99) 47%, rgba(237,237,237,0.97) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,0.99) 47%, rgba(237,237,237,0.97) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,0.99) 47%, rgba(237,237,237,0.97) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );

}




.current_issue .page-header h2 {
    font-size: 24px;
   
}

h3 { font-size: 22px;}


footer[role="contentinfo"] {
    background: url('../images/footer_bg.png') repeat;
    color: white;
    padding-top: 50px;
 
}



footer .fa { margin-right: 10px; font-size: 1.3em; color: #858585}




.contact_section .email_header { font-size: 1.7em;}
.contact_section .fa { font-size: 1.1em; margin-right: 20px; color : #b35900}
.contact_section .contact .fa { font-size: 1.4em; margin-bottom: 10px;}


