/**
 * Default edited style sheet
 */



/**
 * Import WebFonts
 */
  
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);



/**
 * Import styles
 */

@import url("../../lib/pkp/styles/themes/default/pnotify.css");
@import url("../../lib/pkp/styles/themes/default/notificationIcons.css");
@import url("../../styles/pdfView.css");




/**
 * Hide custom elements
 */

#header_custom {
	display: none; 
}

#navbar_custom {
	display: none; 
}

#sidebarDevelopedBy.block {
	display: none; 
}

#sidebarHelp.block {
	display: none; 
}

#sidebarFontSize.block {
	display: none; 
}

/* 


/**
 * Main layout elements
 */

#header {
	background-color: #ABA;
}

#footer {
	background-color: #ABA;
}


body {
	background: #FDFDFD;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.26px;
	line-height: 1.31;
	margin: 0;
	padding: 0;
	text-align: left;
	
}

div {
}

label {
	font-size: 11px;
}

ol {
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
}

p {
	margin: 0 0 12px 0;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 11px;
	width: 100%;
	/*padding-top: 10px;*/
}

tt {
	font-size: 11px;
}

ul {
	list-style-type: square;
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
}



/**
 * Main layout elements
 */

#accessKey {
	margin: 0 0 30px 0;
}

#accessKey img {
	display: inline;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

#announcements {
}

#announcements h3 {
}

#announcementList h4 {
	margin: 0;
}

#announcementsHome {
	margin: 40px 0;
}

#announcementsHome h3 {
}

#announcementsHome h4 {
	margin: 15px 0 10px 0;
}

#articleCoverImage {
	clear: left;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}

#articleCoverImage img {
	border: 1px solid #F0F0F0;
	display: block;
}

#articleFontSize {
	float: right;
}

#articleFontSize img {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#authorString {
	font-size: 15px;
}

#body {
	height: 100%;
	vertical-align: top;
}

#container {
	margin: 0 auto;
	max-width: 1100px;
	min-width: 760px;
	padding: 0 20px;
	overflow: hidden;

	
}

#content {
	border-top: none;
	font-size: 1em;
	padding: 10px 40px 20px 10px;
}

#content img.accessLogo {
	display: inline;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

#footer {
}

#footerContent {
}

#header {
	background: #57627A;
	margin: 0 0 1px 0;
}

#header h1 {
	margin: 0;
}

#headerTitle {
}

#headerTitle h1 {
	color: #E8E8E8;
	font-family: 'PT Sans', sans-serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
	padding: 20px 10px;
	text-align: left;
}

#homepageImage img {
	border: 1px solid #F0F0F0;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#issueCoverImage {
	margin-bottom: 20px;
}

#issueCoverImage a:link, .issueCoverImage a:link {
}

#issueCoverImage a:active, .issueCoverImage a:active {
}

#issueCoverImage a:visited, .issueCoverImage a:visited {
}

#issueCoverImage a:hover, .issueCoverImage a:hover {
}

#issueCoverImage img {
	border: 1px solid #F0F0F0;
	display: block;
}

#leftSidebar {
	display: none;
}

#main {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 80%;
}

#main h2 {
    background: none repeat scroll 0 0 #8C929B;
    border-radius: 1px;
    color: #ffffff;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-indent: 8px;
    text-transform: uppercase;
	text-align: left;
}

#main h3 {
	font-family: Arial Narrow, Helvetica Nueue, Helvetica, sans-serif;
	line-height: 140%;
	height: 140%;
	text-indent: 0;
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	text-transform: uppercase;
	color: #30708b;
	border-bottom: 1px solid #D2D8DE;
	
}

#main h4 {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.20;
	
}

#main h5 {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
	margin: 25px 0 8px 0;
}

#main h6 {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
	margin: 20px 0 8px 0;
}

#rightSidebar {
	float: right;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 0em 0em 1em 0em;
	width: 20%;
}

#sidebar div.block {
background: #E0DAC8;
border-bottom: 1px solid #FFFFFF;
color: #333333;
font-size: 12px;
padding: 15px 5px 10px 10px;
border-left: 1px solid #FFF;
}

#sidebar div.block a:link {
	color: #333333;
}

#sidebar div.block a:active {
	color: #333333;
}

#sidebar div.block a:visited {
	color: #333333;
}

#sidebar div.block a:hover {
	color: #CC3300;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	font-size: 10px;
	letter-spacing: 0.12px;
	line-height: 1.97;
	text-transform: lowercase;

}

#sidebar div.block span.blockTitle {

letter-spacing: 0.05em;
color: #57627A;
font-weight: bold;
font-size: 12px;
width: 181px;
/*margin: 0px 0px 0px -5px;*/
}

#topBar {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 30px;
}



/**
 * Navigation bar
 */

#navbar {
       
    background: #F0EBD8 none repeat scroll 0% 0%;
    margin-right: 0px;
    padding: 5px;       
    padding-top: 0.5em;       
    padding-bottom: 0.5em;
    border-bottom: 1px solid #fff;


}

#navbar a {
    font-size: 0.95em;
    letter-spacing: 0.05em;
    color: #57627A;
    font-weight: bold;
}


#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar li {
	font-size: 13px;
	letter-spacing: 0.13px;
	line-height: normal;
	padding: 0 10px 0 0;
}

#navbar li a {
	text-decoration: none;
}


/**
 * Breadcrumb
 */
 
#breadcrumb {
	
background: #D6D7DB none repeat scroll 0% 0%;	
font-size: 0.7em;
letter-spacing: 0.12px;
line-height: normal;
padding-top: 3px;
padding-bottom: 3px;
font-style: italic;
border-bottom: 1px solid #FFF;

}

#breadcrumb span.current {
	font-weight: bold;
	padding: 0 5px 0 5px;
color: #798A95;
}

#breadcrumb a {
	padding: 0 5px 0 5px;
	text-decoration: none;
color: #798A95;
}

#breadcrumb a.current {
	font-weight: bold;
color: #798A95;
}



/**
 * Additional text styles
 */

pre {
	background: #F0F0E8;
	font-size: 15px;
}

span.nested {
	padding: 0 4px 0 0;
}



/**
 * Table styles
 */

table.announcements {
}

table.announcements td {
	padding: 10px 10px 10px 0;
}

table.announcements td.description {
	width: 85%;
}

table.announcements td.endseparator {
	border-bottom: 1px solid #CCCCCC;
	border-top: none;
	line-height: 0;
	padding: 10px 0 0 0;
}

table.announcements td.headseparator {
	border-bottom: none;
	border-top: none;
	line-height: 0;
	padding: 0;
}

table.announcements td.intro {
}

table.announcements td.more {
	text-align: right;
	width: 15%;
}

table.announcements td.nodata {
	font-style: italic;
	text-align: center;
}

table.announcements td.posted {
	font-style: italic;
}

table.announcements td.separator {
	border-top: 1px dotted #CCCCCC;
	line-height: 0;
	padding: 5px 0;
}

table.announcements td.title {
	width: 85%;
}

table.announcements tr.details {
	vertical-align: bottom;
}

table.announcements tr.description {
	vertical-align: top;
}

table.announcements tr.intro {
}

table.announcements tr.title {
	vertical-align: top;
}

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	padding-top: 10px;
	text-align: right;
}

table.data td {
	padding-bottom: 0px;

}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.data td.label {
	padding-right: 5px;
text-align: right;
}

table.data td.separator {
	line-height: 0;
	padding: 5px 0;
}

table.data td.value {
}

table.data tr {
}

table.info {
}

table.info td {
	padding: 10px 10px 10px 5px;
}

table.info td.heading {
	padding-left: 0;
}

table.listing td {
	padding: 10px 10px 10px 5px;
}

table.listing td.endseparator {
	border-bottom: 1px solid #CCCCCC;
	line-height: 0;
	padding: 10px 0 0 0;
}

table.listing td.headseparator {
	line-height: 0;
	padding: 0;
}

table.listing td.nodata, table.info td.nodata {
	font-style: italic;
	text-align: center;
}

table.listing td.separator, table.info td.separator {
	border-top: none;
	line-height: 0;
	padding: 5px 0;
}

table.listing tr.data td {
	border-bottom: 1px dotted #CCCCCC;
}

table.listing tr.data td.drag {
	cursor: move;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	background: #F0F0F0;
	padding: 20px 10px 10px 5px;
	text-transform: uppercase;
}

table.nested tr {
	margin: 0;
	padding: 0;
}

table.notifications {
	margin: 0 0 10px 0;
}

table.notifications td.notificationContent p {
	margin: 0;
}

table.tocArticle a:link {
	font-size: 12px;
}

table.tocArticle td.tocTitle {
	font-size: 12px;
}

.tocArticleTitleAuthors {
	width: 80%;
}

.tocAuthors {
	color: #666666;
	font-style: italic;
	font-weight: 700;
	padding: 10px 0 20px 0;
	vertical-align: top;
}

.fastTracked {
	background: #AABBAA;
}

.highlightReviewerNotNotified, .highlightCopyediting {
	background: #EDEBC4;
}

.highlightNoDecision, .highlightLayoutEditing {
	background: #D8E9BD;
}

.highlightRevisedCopyUploaded, .higlightProofreading {
	background: #C6EBE4;
}

.highlightReviewerConfirmationOverdue {
	background: #9DD1E6;
}

.highlightReviewerCompletionOverdue {
	background: #74C5D8;
}

.tocArticleCoverImage img {
	border: 1px solid #F0F0F0;
	float: left;
	margin: 0 10px 10px 0;
	width: 100px;
}

.tocArticleGalleysPages {
	width: 20%;
}

.tocGalleys {
	text-align: right;
}

.tocPages {
	font-size: 12px;
	text-align: right;
}


/**
 * Form-specific elements
 */

span.pkp_form_error {
	color: #990000;
	font-weight: 700;
}

span.pkp_form_success {
	color: #009900;
	font-weight: 700;
}

ul.pkp_form_error_list {
	color: #990000;
}

.button {
	-webkit-border-radius: 0;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-border-radius: 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	background: #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
	background: -webkit-linear-gradient(top, #f0f0f0, #e0e0e0);
	background: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
	background: -ms-linear-gradient(top, #f0f0f0, #e0e0e0);
	background: -o-linear-gradient(top, #f0f0f0, #e0e0e0);
	background-image: -ms-linear-gradient(top, #f0f0f0 0%, #e0e0e0 100%);
	border: 1px solid #707070;
	padding: 6px 12px;
	border-radius: 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	color: #333333;
	font-size: 10px;
	margin: 2px;
	vertical-align: middle;
}

.button:hover {
	background: #D9D9D9;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#d9d9d9));
	background: -webkit-linear-gradient(top, #ebebeb, #d9d9d9);
	background: -moz-linear-gradient(top, #ebebeb, #d9d9d9);
	background: -ms-linear-gradient(top, #ebebeb, #d9d9d9);
	background: -o-linear-gradient(top, #ebebeb, #d9d9d9);
	background-image: -ms-linear-gradient(top, #ebebeb 0%, #d9d9d9 100%);
	border: 1px solid #525252;
	color: #333333;
}

.button:active {
	background: #D9D9D9;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#d9d9d9));
	background: -webkit-linear-gradient(top, #ebebeb, #d9d9d9);
	background: -moz-linear-gradient(top, #ebebeb, #d9d9d9);
	background: -ms-linear-gradient(top, #ebebeb, #d9d9d9);
	background: -o-linear-gradient(top, #ebebeb, #d9d9d9);
	background-image: -ms-linear-gradient(top, #ebebeb 0%, #d9d9d9 100%);
	border: 1px solid #525252;
	color: #333333;
	position: relative;
	top: 1px;
	left: 1px;
}

.defaultButton {
	font-weight: 700;
}



.selectMenu, .textArea, .textField, .uploadField {
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
	background: -webkit-linear-gradient(top, #FFF, #FFF);
	background: -moz-linear-gradient(top, #FFF, #FFF);
	background: -ms-linear-gradient(top, #FFF, #FFF);
	background: -o-linear-gradient(top, #FFF, #FFF);
	background-image: -ms-linear-gradient(top, #FFF 0%, #FAFAFA 100%);
	border: 1px solid #CCCCCC;
	padding: 4px 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	color: #333333;
	font-size: 10px;
	margin: 2px;
}

/**
 * Other organizational elements
 */

a.action, a.file {
	font-weight: 700;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
}

a.rtAction {
	font-size: 10px;
	text-transform: uppercase;
}

div.progressbar {
	background-image: url(../../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 505px;
	z-index:1;
}

div.rtBlock {
}

div.rtBlock a {
	text-decoration: none;
	text-transform: none;
}

div.rtBlock ul {
	padding: 0;
	margin: 0;
}

div.rtSeparator {
	border-bottom: 1px dotted #CCCCCC;
	line-height: 0;
	padding: 0;
	width: 100%;
}

div.rtSeparatorThin {
	border-bottom: 1px dotted #CCCCCC;
	line-height: 0;
	padding: 5px 0 5px 0;
	width: 100%;
}

div.rtBlock li {
	list-style-type: none;
}

div.separator {
	border-bottom: none;
	line-height: 0;
	padding: 10px 0;
}

div.warningMessage {
	background: url(../../templates/images/icons/icon_alert.gif) no-repeat 3px 40%;
	margin: 5px;
	padding: 5px 5px 5px 25px;
}

label.error {
	color: #CC0000;
}

ol.editorialTeam {
}

ol.editorialTeam li {
	list-style: none;
}

ol.editorialTeam, ol.editorialTeam li {
	margin-left: 0;
	padding-left: 0;
}

span.disabled, label.disabled {
	color: #666666;
}

span.formRequired {
}

span.heading {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #CCCCCC;
}

span.rtSubtitle {
	font-size: 10px;
	text-transform: uppercase;
}

table.notifications {
	margin: 0 0 10px 0;
}

table.notifications td.notificationContent p {
	margin: 0;
}

td.notificationContent {
	padding: 0 5px;
}

td.notificationFunction {
	padding: 0 5px;
	text-align: right;
}

ul.filter {
	list-style-type: none;
	padding: 0;
}

ul.filter li {
	display: inline;
}

ul.menu {
	margin: 6px 0 30px 0;
	padding: 0;
}

ul.menu a {
}

ul.menu li {
	display: inline;
	margin: 0;
	padding: 0 15px 0 0;
	text-transform: uppercase;
}

ul.menu li.current {
	font-weight: 700;
}

ul.pkp_form_error_list {
	margin: 6px 0 30px 0;
}

ul.plain {
	list-style-type: none;
}

ul.steplist {
	list-style-type: decimal;
	margin: 6px 0 30px 0;
	padding: 0;
}

ul.steplist a {
}

ul.steplist li {
	display: inline;
	margin: 0;
	padding: 0 15px 0 0;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: 700;
}

.homepageImage img {
	border: 1px solid #F0F0F0;
	float: left;
	margin: 0 auto;
	margin: 10px 10px 10px 0;
	text-align: center;
	width: 100px;
}

.issueCoverImage img {
	border: 1px solid #F0F0F0;
	float: left;
	margin: 10px 10px 10px 0;
	width: 100px;
}

.nowrap {
	white-space: nowrap;
}

.throbber {
	background: url(../../lib/pkp/templates/images/throbber.gif) no-repeat;
	display: none;
	height: 25px;
	margin-left: 50%;
	margin-top: 5%;
	width: 25px;
}

.ui-pnotify-title {
	font-size: 14px;
}

.ui-pnotify-text {
	font-size: 10px;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
	font-size: 11px;
}

*html #main {
	margin-right: 5%;
} 

