/**
 * SLH style sheet
 */



/**
 * Import WebFonts
 */
  
@import url(https://fonts.googleapis.com/css?family=Signika:300,400);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,latin-ext);



/**
 * Hide default elements
 */

#breadcrumb {
	display: none; 
}

#header {
	display: none; 
}

#navbar {
	display: none; 
}



/**
 * Common HTML elements
 */

a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #F30;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

div {
	color: #333333;
}

p {
	margin: 1em 0;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 14px;
	width: 100%;
}

ul {
	list-style-type: square;
	margin: 10px 0 20px 0;
	padding: 0 0 0 20px;
}



/**
 * Main layout elements
 */
 
#body {
	border-top: 5px solid #000000;
	height: 100%;
	vertical-align: top;
}

#content {
	padding: 0 0 0 40px;
}

#header_custom {
	border-bottom: 1px solid #000000;
	display: block;
}

#headerTitle {
}

#headerTitle h1 {
	margin: 0 0 20px 0;
}


#leftSidebar {
	display: inline;
	float: left;
	height: 100%;
	margin: 20px 0;
	padding: 0;
	width: 20%;
}

#main {
	float: right;
}

#main h2 {
	background: none;
	border-bottom: 2px solid #999999;
	color: #000000;
	font-family: 'Signika', sans-serif;
	font-size: 26px;
	font-weight: 300;
	margin: 40px 0 20px 40px;
	padding-bottom: 20px;
}

#main h3 {
	color: #000000;
	font-family: 'Signika', sans-serif;
	font-size: 21px;
	font-weight: 300;
	margin: 60px 0 15px 40px;
}

#content h3 {
	margin-left: 0;
}

#main h4 {
	font-family: 'Signika', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.20;
	margin: 30px 0 10px 0;
}

#main h5 {
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: normal;
	line-height: normal;
	margin: 25px 0 8px 0;
}

#main h6 {
	font-family: 'Signika', sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: normal;
	line-height: normal;
	margin: 20px 0 8px 0;
}

#rightSidebar {
	display: none;
}

#sidebar div.block {
}

#sidebar div.block {
	background: none;
	border-bottom: 1px solid #FAFAFA;
	color: #666666;
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

#sidebar div.block a:link {
	color: #666666;
}

#sidebar div.block a:active {
	color: #666666;
}

#sidebar div.block a:visited {
	color: #666666;
}

#sidebar div.block a:hover {
	color: #F30;
}

#sidebar div.block span.blockTitle {
	display: none;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}



/**
 * Navigation bar
 */

#navbar_custom {
	color: #000000;
	display: block;
	font-family: 'Signika', sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: 20px 0 40px 0;
}

#navbar_custom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar_custom li {
	border-bottom: 1px dashed #000000;
	display: block;
	margin: 0;
	padding: 9px 0 10px 10px;
}



/**
 * Table styles
 */

table.info td {
	padding: 10px 20px 5px 5px;
}

table.listing td {
	padding: 10px 20px 5px 5px;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	background: #F0F0F0;
	font-weight: normal;
	padding: 20px 20px 5px 5px;
}

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

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

table.listing td.headseparator {
	line-height: 1%;
}

table.listing td.endseparator {
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #F0F0F0;
	line-height: 1%;
}

table.data td {
	padding-bottom: 5px;
}

table.data td.label {
	padding-right: 10px;
}

table.data td.separator {
	line-height: 1%;
	padding: 5px;
}

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

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

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

.highlightReviewerNotNotified, .highlightCopyediting {
	background: #EDEBC4;
}

.highlightNoDecision, .highlightLayoutEditing {
	background: #D8E9BD;
}

.highlightRevisedCopyUploaded, .higlightProofreading {
	background: #C6EBE4;
}

.highlightReviewerConfirmationOverdue {
	background: #9DD1E6;
}

.highlightReviewerCompletionOverdue {
	background: #74C5D8;
}

.fastTracked {
	background-color: #ABA;
}



/**
 * Form-specific elements
 */

span.pkp_form_error {
	color: #990000;
	font-weight: 400;
}

span.pkp_form_success {
	color: #009900;
	font-weight: 400;
}

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: 400;
}

.selectMenu, .textArea, .textField, .uploadField {
	background: #FAFAFA;
	background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#FAFAFA));
	background: -webkit-linear-gradient(top, #F7F7F7, #FAFAFA);
	background: -moz-linear-gradient(top, #F7F7F7, #FAFAFA);
	background: -ms-linear-gradient(top, #F7F7F7, #FAFAFA);
	background: -o-linear-gradient(top, #F7F7F7, #FAFAFA);
	background-image: -ms-linear-gradient(top, #F7F7F7 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
 */

ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px 0;
}

ul.menu a {
}

ul.menu li {
	display: inline;
	font-size: 14px;
	margin: 0;
	padding: 0 10px 0 0;
}

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

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

ul.steplist a {
}

ul.steplist li {
	display: inline;
	font-size: 14px;
	margin: 0;
	padding: 0 10px 0 0;
}

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