/**
 *  * styles/common.css
 *   *
 *    * Copyright (c) 2013-2015 Simon Fraser University Library
 *     * Copyright (c) 2003-2015 John Willinsky
 *      * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *       *
 *        * Site-wide shared stylesheet.
 *         *
 *          */

/**
 *  * Notifications
 *   * FIXME: (Re)move once OJS styles are consolidated with new styles and themes
 *    */

a, .pkp_page_index .journals h3 a,.view a,.current a {
 background-color: transparent;
 color:#706753;	
}

a:hover, .pkp_page_index .journals h3 a:hover,.view a:hover,.current a:hover {
 background-color: transparent;
 color:#ff610b;
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    padding-left: 5%;
}

.pkp_page_index .journals h3 {
 margin: 10px 0;
 font-size: 1.8em;
 font-weight: 700;
 line-height: 1em;	 
}

.pkp_page_index .journals .thumb {
	float: none;
    width: 0%;
    padding-right: 0px;
    display: none;
}

.description {
	display: none;
}

.page_information .description {
	display:block !important;
}

.page_information .description {
	display:block !important;
}

.obj_announcement_full .description {
    margin-top: 40px;
    display: block !important;
}


.pkp_structure_footer_wrapper {
 background: #242729
}

.pkp_structure_footer {
 text-align: center
}
.pkp_footer_content {
 padding: 30px;
 text-align: center;
 color:#ffffff;	 
}

a .pkp_footer_content {
 color:#ffffff;	 
 text-decoration: none;	
}

.pkp_footer_content a,.pkp_footer_content a:hover {
 color:#ffffff;	 
 text-decoration: none;
 font-size: 1.4em;
 font-weight: bold;
}

.pkp_brand_footer {
 display: none;
 padding: 30px
}

@media (min-width: 768px) {
 .pkp_page_index .journals > ul > li {
  margin: 0 -20px;
  padding: 20px;
  border-top: transparent;	 
  border-bottom: 0.2em dotted #b2a891;
 }
	
@media (min-width: 768px) {
 .pkp_structure_main:before,.pkp_structure_main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: transparent;
 }
 .pkp_structure_main:after {
  left: 728px
 }
}	

.profile a {
	font-weight: bold;
}

.pkp_structure_head {
    background-color: transparent;
    border: none;
    background-image: url('../../public/site/pageHeaderTitleImage_pt_BR.jpg');
	border-top: 4px solid #ff9313;
}

.pkp_navigation_user > li > a {
		color: #ffffff;
}
	
.pkp_navigation_user_wrapper {
    position: absolute;
    top: 0;
    left: 2%;
    right:100%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ff9313;
    border-radius: 0px 0px 6px 6px;
    width: 240px;
    color: #ffffff;
}
	
.pkp_navigation_user {
    text-align: left;
    font-size: 13px;
    padding-right: 20px;
}

.pkp_page_index .journals .thumb + .body {
    float: right;
    width: 100%;
}

.pkp_page_index .journals .thumb {
    padding-right: 0px;
    display: none;
}

.pkp_page_index .journals .thumb {
    float: none;
    width: 0%;
    padding-right: 0px;
}

