/**
 * styles/common.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 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
 */
@import url("../lib/pkp/styles/themes/default/pnotify.css");
@import url("../lib/pkp/styles/themes/default/notificationIcons.css");

.ui-pnotify-title {
	font-size: 0.8em;
}

.ui-pnotify-text {
	font-size: 0.6em;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
	font-size: 0.8em;
}

/**
 * Common HTML elements
 */

body {
	margin: 0 !important;
	padding: 0 !important;
	background-color: #FBFBF3 !important;
	color: #999999 !important;
	font-family: Verdana,Arial,Helvetica,sans-serif !important;
}

div {
	line-height: 140%;
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a:link {
	color: #a37549;
}

a:visited {
	color: #a37549;
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	font-size: 1em;
}

input.defaultButton {
	background-color: #375;
	color: #FBFBF3;
	font-weight: bold;
}


/**
 * Main layout elements
 */

#container {
	min-width: 1100px;
	line-height: 125%;
}
.pkp_structure_head
{
    background-image: url(../../../images/masthead.jpg) !important;
    background-repeat: no-repeat !important;	
    background-color: inherit!important;
}
.pkp_structure_head {
	padding: 0 !important;
	margin: 0 !important;
	background-image: url(../../../images/headerbg.jpg) !important;
    background-repeat: repeat !important;
    background-position: left top !important;
	text-align: center !important;
	height: 225px !important;
}

.pkp_head_wrapper {
	text-align: left;
	background-image: url(../../../images/masthead.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;
	margin: 0 !important;
	height: 225px !important;
}

#headerTitle {
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#header h1 {
	margin: 0 auto;
	padding: 0.5em 0 0.25em 0;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	line-height: 1em;
}

#body {
	margin: 0 auto;
}

#footer {
	position: relative;
	clear: both;
	padding: 0;
	margin: 0;
	background-image: url(../images/footerbg.gif);
    background-repeat: repeat;
    background-position: left top;
	text-align: center;
	height: 123px;
	width: 100%;
}

#footerContent {
	height: 123px;
	text-align: right;
	padding: 0;
	margin: 0;
	background-image: url(../images/footerlogo.jpg);
    background-repeat: no-repeat;
    background-position: left top;
	font-size: length 5;
}

#main {
	padding: 0.5em 0em 2em 0em;
	margin: 0px;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: large;
	color: #565656;
}

#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: Xlarge;
	color: #b5906d;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: XXlarge;
	color: #563423;
}

#navbar {
	min-width: 630px;
	padding-left: 520px;
	padding-top: 55px;
	padding-bottom: 0.5em;
}

#breadcrumb {
	padding-top: 87px;
	padding-left: 85px;
	font-size: 0.7em;
}

#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 0.7em;
}

#content h3 {
    /*
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.35em;
    */
}

#content h4 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.5em;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}

#rightSidebarEncap {
	width: 210px;
	float: right;
	height: 450px;
	padding: 15px;
	margin-right: 5%;
	background-image: url(../images/sidebar.gif);
    background-repeat: no-repeat;
    background-position: left top;
	text-decoration: none;
	font-size: medium;
	letter-spacing: 0.05em;
	color:#e0dad6;
}

#aimhs {
	width: 205px;
	height: 89px;
	float: right;
	clear: right;
	/* background-image: url(../images/aimhs.png);
	*/
    background-repeat: no-repeat;
    background-position: right top;
	margin-bottom: 30px;
	margin-right: 7%;
}


/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.05em;
	color:#c1b7b0;
}

#headerHelp a {
	text-decoration: none;
	font-size: 0.60em;
	font-weight: bold;
	letter-spacing: 0.05em;
	color:#c1b7b0;
}

#rightSidebarEncap a {
	text-decoration: none;
	font-size: medium;
	letter-spacing: 0.05em;
	color:#FFFFFF;
}


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.8em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
	white-space: nowrap;
}

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing tr.highlight {
	background: yellow;
}

table.listing td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 0.5em 1em 0.5em;
}

table.listing tr.fastTracked {
	background-color: #ABA;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px dotted #000;
	font-size: 0.5em;
	line-height: 25%;
}

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27;
	width: 505;
	z-index:1;
}

#inlinePdf.fullscreen {
position: fixed;
width: 97%;
height: 95%;
left: 20px;
top: 7px;
z-index: 1002;
}
#fullscreenHide {
padding: 2px;
background-color: white;
display: none;
position: fixed;
bottom: 3px;
right: 3px;
z-index: 1003;
}

/**
 * Table of contents
 */

h4.tocSectionTitle {
}

table.tocArticle {
	width: 100%;
}

table.tocArticle td.tocTitle {
	width: 70%;
	height: 100%;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
}

table.tocArticle td.tocAuthors {
	padding-left: 30px;
	font-style: italic;
	vertical-align: top;
}

table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}

.tocArticleCoverImage{
float: right;
}

.tocArticleGalleysPages{
float:right;
}

.tocAuthors{
padding-left: 30px;
font-style: italic;
vertical-align: top;
}



#headerNavigationContainer{
    text-align: left;
    background-image: url(/OJS/images/masthead.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0;
    height: 225px;
}
.pkp_head_wrapper{
    padding-top:47px!important;
}
.pkp_navigation_primary > li > a{
    margin:0!important;
}
#pkp_content_nav{
    border-bottom: 2px dotted #000;
}

.pkp_site_name{
    display:none;
}


#pkp_content_nav{
    
}

ul.pkp_nav_list {
    margin: 0!important;
    padding: 0!important;
}

ul.pkp_nav_list li {
    margin: 0!important;
    padding: 0!important;
    padding-right: 1.8em!important;
    display: inline!important;
}

ul.pkp_nav_list li {
    margin: 0!important;
    padding: 0!important;
    padding-right: 1.5em!important;
    display: inline!important;
}
li {
    display: list-item!important;
    text-align: -webkit-match-parent!important;
}

#pkp_content_nav a {
    font-size: 0.85em;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #c1b7b0;
}
ul#pkp_content_nav a {
    font-size: 0.85em;
    text-transform: uppercase!important;
    text-decoration: none;
}
ul#pkp_content_nav a {
    font-size: 0.85em;
    text-transform: uppercase!important;
    text-decoration: none;
}
a:visited {
    color: #a37549;
}
ul.pkp_nav_list li a{
    text-transform: uppercase;
}

#navigationPrimary{
}
.pkp_navigation_primary_wrapper{
    
    margin:0px!important;
    margin-right:0px!important;
    max-width:100%;
    //text-align: center;
    //width: 100%;
}
#pkp_content_nav{
    padding-left:27.2%!important;
}
.pkp_navigation_primary > li > a:hover, .pkp_navigation_primary > li > a:focus{
    border:none!important;
}
#navigationUserWrapper{
    display:none;
}
.pkp_head_wrapper .pkp_search{
    display:none!important;
}
.pkp_structure_content.has_sidebar{
    margin:0;
    width:100%;
    background:#fff!important;
}
.pkp_structure_main{
    float: left;
    width: 63%!important;
    padding-left: 10%!important;
    display: inline;
    overflow: hidden;
}
.pkp_structure_main:before, .pkp_structure_main:after{
    background:none;
}
.pkp_structure_main:before{
    background:none!important;
    width:0px!important;
    position:inherit!important; 
    display:none!important;
    content:''!important;   
}
.pkp_site_name:before, .pkp_navigation_primary_wrapper:before, .pkp_navigation_user:before, .pkp_structure_content:before, .pkp_structure_footer:before, .pkp_site_name:after, .pkp_navigation_primary_wrapper:after, .pkp_navigation_user:after, .pkp_structure_content:after, .pkp_structure_footer:after{
    display: none;
}
.pkp_structure_sidebar{
    padding-left:30px;
    width: 210px;
    float: right;
    height: 450px;
    padding: 15px;
    margin-right: 5%;
    background-image: url(../../../images/sidebar.gif);
    background-repeat: no-repeat;
    background-position: left top;
    text-decoration: none;
    font-size: medium;
    letter-spacing: 0.05em;
    color: #e0dad6;
    font-size: 1.0em;
    margin-right: 38px;
}


#simpleQuery{
    background-color: #F0F0E8;
    color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    border-bottom: 2px solid #E8E8E1;
    border-right: 2px solid #E8E8E1;
    font-size: 1em;
    width:128px;
    height:22px;
}

#searchField{
    background-color: #F0F0E8;
    color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    border-bottom: 2px solid #E8E8E1;
    border-right: 2px solid #E8E8E1;
    font-size: 1em;
    width:174px;
    height:23px;
    margin-top:2px;
}

#simpleSearchForm .button{
    color:#000;
    margin-top:2px;
}

.blockTitle, .blockSubtitle{
        font-size: 0.90em;
}

#sidebarUser strong{
    font-size: 1.0em;
}

#sidebarNavigation ul li a, #sidebarUser ul li a
{
    text-decoration: none;
    font-size: medium;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

#sidebar-username, #sidebar-password{
    width:107px;
    height:22px;
}
input.button{
    color:#000;
}
.pkp_block{
    padding:0!important;
}
.pkp_block span.title{
    color:#fff;
    font-size: 1em;
    font-weight: normal;
}



.pkp_block .content ul {
    margin: 0.25em 0 0.75em 0!important;
    padding: 0 0 0 2.5em!important;
    list-style-type: disc!important;
}

.pkp_block .content ul li a {
    text-decoration: none;
    font-size: medium;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    
}
.pkp_block .content ul li{
    padding:0!important;
}

.pkp_structure_content{
    padding-top:0!important;
}


.pkp_structure_footer_wrapper{
    position: relative;
    clear: both;
    padding: 0;
    margin: 0;
    background-image: url(../../../images/footerbg.gif)!important;
    background-repeat: repeat;
    background-position: left top;
    text-align: center;
    height: 123px;
    width: 100%;
}

.pkp_structure_footer{
    height: 123px;
    text-align: right;
    padding: 0;
    margin: 0;
    background-image: url(../../../images/footerlogo.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    margin-left:0!important;
}
.pkp_brand_footer{
    display:none;
}

.pkp_site_name:before, .pkp_navigation_primary_wrapper:before, .pkp_navigation_user:before, .pkp_structure_content:before, .pkp_structure_footer:before, .pkp_site_name:after, .pkp_navigation_primary_wrapper:after, .pkp_navigation_user:after, .pkp_structure_content:after, .pkp_structure_footer:after{
    display:none!important;
}

.pkp_structure_head{
    border-bottom:0!important;
}

.page_index_journal{
    margin-top:30px;
}

.obj_issue_toc .articles > li{
    margin-bottom:0;
}

.current_issue h2{
}

#journalDescription{
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
    font-size: large;
    color: #565656;
    font-size: 1.0em;
    //margin-left:-30px!important;
    //margin-right:-30px!important;
}
.pkp_page_index .homepage_image{
    margin-top:20px!important;
}

.obj_issue_toc .sections:not(:first-child){
    margin-top:0px!important;
}
.obj_issue_toc .section{
    padding-left:0px!important;
    padding-right:0px!important;
    margin-top:0px!important;
    border-top:none!important;
    border-bottom: 1px dotted #000;
    padding: 12px 0px!important;
    margin:0px 0px!important;
    margin-top:15px!important;
    color:#563423!important;
}
 .obj_issue_toc .section h2{
    color: #563423!important;
 }
.obj_issue_toc .section:last-child{
    border-bottom:none;    
}

.obj_issue_toc .articles > li{
    margin-bottom:5px!important;
}

.obj_article_summary > .title{
    text-decoration: underline;
        font-family: Georgia,'Times New Roman',Times,serif!important;
    font-weight: normal!important;
}
.obj_article_summary .authors{
    //padding-left: 30px;
    font-style: italic;
    vertical-align: top;
}

.current_issue_title, .obj_issue_toc .heading{
    //margin-left:-30px!important;
}

.pkp_structure_main h2{
    //margin-left:-30px!important;
    left:0!important;
    padding-left:0!important;
    font-family: Georgia,'Times New Roman',Times,serif!important;
}

.current_issue_title{
    //margin: 0em 1em 0.25em 0em!important;
    padding-top: 0.75em!important;
    font-family: Georgia,'Times New Roman',Times,serif!important;
    font-weight: normal!important;
    font-size: 1.8em!important;
    line-height: 1.35em!important;
    color: #563423!important;
}
.description{
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
    color: #565656;
}

.homepage_image img{
    width:680px!important;
    height:290px!important;
}
.pkp_page_index .homepage_image{
    margin-left:0px!important;
}

.pkp_structure_main p{
    line-height:20px;
}
.pkp_structure_main{
    padding-bottom:10px!important;
}



.cmp_breadcrumbs ol li{
    display:inline!important;
}
.cmp_breadcrumbs ol li.current h1{
    display:inline-block;    
}
.obj_issue_summary .title, .series{
    font-family: Georgia,'Times New Roman',Times,serif!important;
    font-weight: normal!important;
    font-size: 1.5em!important;
}
.page_issue_archive .issues_archive > li{
    padding-left:0!important;
    padding-top:10px!important;
    padding-bottom:10px!important;
    border-bottom: 1px dotted #000!important;
}
.page_issue_archive .issues_archive > li:last-child{
    border-bottom:none!important;   
}
.page_issue_archive .issues_archive > li a{
    text-decoration:underline;   
}
.cmp_breadcrumbs{
    display:block!important;
    padding-left:10px;
    background-image: url(../../../images/headerbg.jpg);
    background-position: 50px 89%;
}
.page_about ul li a{
    font-size:15px!important;
        font-family: Georgia,'Times New Roman',Times,serif!important;
    font-weight: normal!important;
}

.page_about #content h3{
    margin: 0em 1em 0.25em 0em;
    padding-top: 0.75em;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
    font-size: 2em;
    line-height: 1.35em;
    color: #563423;
    padding-top:1em;
    padding-bottom:1em;
}
#aimhs{
    margin-top:30px;
}
.page_issue_archive .issues_archive{
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.pkp_head_wrapper, .pkp_structure_head{
    height:124px!important;
}
.pkp_structure_content.has_sidebar{
    margin-top:20px;
}

.pkp_structure_main p{
    margin:1em 0px!important;
    line-height:20px!important;
}
.published{
    margin-top:5px!important;
    font-family: Georgia,'Times New Roman',Times,serif;
}
.read_more, .cmp_pagination{
    font-family: Georgia,'Times New Roman',Times,serif;
}

.cmp_breadcrumbs ol{
    margin-bottom:0px!important;
}
.page_about #content h3{
    padding-bottom:5px!important;
}
.series{
    padding-top:0.75em!important;
    border-top: 1px dotted #000;
    margin-top:2px;
}
.page_issue_archive .issues_archive > li{
    border:none!important;
}
.page_issue_archive .issues_archive > li a{
    font-size:1.5em;
}
a.cover{
    display:none!important;
}

.pkp_page_issue a.cover{
	display:block!important;
}

a.file{
    float:right!important;
}
a.file img{
    width:100px!important;
}
.pkp_structure_main h2{
    margin:0px!important;
    margin-top:10px;
    font-family: Georgia,'Times New Roman',Times,serif!important;
}

.current_issue_title, .pkp_page_index .current_issue .current_issue_title, .section h2{
    margin: 0em 1em 0.25em 0em!important;
    padding-top: 10px!important;
    font-family: Georgia,'Times New Roman',Times,serif!important;
    font-weight: normal!important;
    font-size: 1.5em!important;
    line-height: 1.35em!important;
}
ul.articles{
    margin-top:20px!important;
}
.obj_article_summary > .title{
    font-size:1.0em!important;
    //text-transform:uppercase!important;
}
.cmp_breadcrumbs a{
    font-family: verdana!important;
}

#register, .page_submissions, .search_instructions{
        font-family: Georgia,'Times New Roman',Times,serif;
}
.page_submissions, .search_instructions{
    color:#565656;
}
p.search_title{
    margin: 0em 1em 0.25em 0em;
    padding-top: 0.75em;
    font-family: Georgia,'Times New Roman',Times,serif;
    font-weight: normal;
    font-size: 1.5em;
    margin: 0!important;
}

.pkp_controllers_extrasOnDemand{
    display:block!important;
    margin-top:20px;
}
.cmp_form .label{
    font-style: normal!important;
}

.pkp_structure_main #reviewerAdvancedSearchFiltersWrapper h4 {
    margin-top:20px!important;
}

#reviewerAdvancedSearchFiltersWrapper .extrasContainer select[name*="Year"] {
    width: 6em;
    float:right;
    margin-left:5px;
}
#reviewerAdvancedSearchFiltersWrapper .extrasContainer select[name*="Month"] {
    width: 10em;
}
#reviewerAdvancedSearchFiltersWrapper .extrasContainer select[name*="Day"] {
    width: 4em;
}

.page_about ul li.show{
    list-style-type:none!important;
}

.page_editorial_team {
    font-family: Georgia,'Times New Roman',Times,serif!important;
    font-size:1.3em!important;
    font-weight:normal;
}

.page_editorial_team h4{
    color:#565656;
}

.page_editorial_team ol li{
    list-style-type:decimal!important;
    color:#565656;
}

.page_editorial_team ol li a{
    color: #a37549;
    text-decoration:underline;
}

.editorial_policies{
    font-family: Georgia,'Times New Roman',Times,serif!important;
    font-weight:normal;
    font-size:1.0em!important;
    color:#565656!important;
}
.editorial_policies h3{
    margin-top:20px!important;
}

#siteMap, #publisher{
    font-family: Georgia,'Times New Roman',Times,serif!important;
    font-weight:normal;
    font-size:1.2em!important;
}
#publisher{
    font-size:1.3em;
}

.team_info{
    font-family: Georgia,'Times New Roman',Times,serif!important;
    font-weight:normal;
    font-size:1.2em!important;
}
.team_info h2{
    color: #b5906d;
    font-size: 1.5em!important;
    margin: 0em 1em 0.25em 0em!important;
    padding-top: 0;   
}
.team_info .defaultButton{
    color:#fff!important;
}

.submission_content{
    font-family: Georgia,'Times New Roman',Times,serif!important;
    font-weight:normal;
    font-size:1.0em!important;
    color:#565656!important;
}
.submission_content h3{
    margin-top:20px!important;
}


@media (max-width: 915px){
    #pkp_content_nav{
        padding-left:50%!important;
    }
    
}

#navigationPrimary #register{
    font-family: verdana;
}




/* autor info detail */

.artical_author_info{
	color: #332f2f;
	/*font-weight: bold;*/
	
}
.artical_author_info .artical_author_info_border{
	border-bottom: 1px dotted #999;
	margin:8px 0px;
}









