/**
 * Platform customization
 *
 * Copyright (c) 2013 Tomek Grycuk
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * $Id$
 */

@import url("jqueryUi.css");

html body, html select, html input, html form, html textarea {
	font-family: Arial, “Helvetica Neue”, Helvetica, Tahoma, sans-serif;
	color: #444;
	background-color: #fff;
}

#container {
	min-width: 880px !important;
}

#header_wrapper {
	width: 100%;
	background-color: #600;
	background-image: url('/public/site/PCPCG_header_bg_2800x200px.png');
	background-repeat: no-repeat;
	background-position:center 0;
}

#header {
	min-height: 170px;
	background-color: #600;
	margin: 0px auto;
	max-width: 1280px;
	/*min-width: 880px !important;*/
}

#leftTitle {
	min-height: 170px;
	width: 5%;
	margin: 0;
	padding: 0;
	border 0;
	background-color: #600;
	background-image:url('/public/site/PCPCG_lewy_5x200px.png');
	background-repeat:repeat-x;
	float: left;
}

#headerTitle {
	min-height: 170px;
	width: 95%;
	min-width: 792px !important;
	margin-left: 5%;
	background-image:url('/public/site/PCPCG_5960x200px.png');
	background-repeat:no-repeat;
	overflow:visible;
	text-align: left;
}

#header h1 {
	line-height: 1.3;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 2em;
	background-color: #600;
	color:  #fff;
	padding: 0.5em 0px 0px 0px;
	max-width: 960px;
	float: left;
}

a {
	color: #660000 !important;
}

a:link {
	color: #660000 !important;
}

a:hover {
	color: #eecccc;
	background: none;
	text-decoration: underline !important;
}

#main {
	border-top: 0;
	margin-top: 0;
	border-bottom: 0;
	padding-bottom: 0;
	margin-left: 5%;
	width: 73%;
}

#body {
	margin: 0px auto;
	max-width: 1280px;
	font-size: 1.1em;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: #225533;
	text-decoration: none !important;
}

#footer a, #content .tocTitle a, #issues a, #sidebar a {
	text-decoration: none;
}

#content .tocTitle a:hover, #issues a:hover {
	text-decoration: underline !important;
}

#navbar {
	text-align: left;
	border-bottom: 1px dotted #660000;
	font-size: 1.1em;
}

ul.menu li {
	padding: 0px 0.5em 0px 0px;
}

ul.menu a:hover {
	text-decoration: underline;
	border-bottom: 0px solid #660000;
}

#breadcrumb {
	border-bottom: 1px dotted #660000;
	text-align: left;
	padding: 0.3em 0;
	font-style: italic;
}

#content {
	border-top: 0;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

#main h2 {
	margin: 0;
	padding: 0.8em 0 0.5em 0;
	font-size: 1.4em;
	color: #333;
}

#main p {
	margin: 0 0 1em 0;
}

#main p.action {
	clear: left;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#content h3.homepageJournalTitle {
	font-size: 1.6em;
	font-family: "Times New Roman", Times, Georgia, serif;
	letter-spacing: 2px;
	padding: 0.1em 0;
	margin: 0.6em 0;
	color: #222;
	border-bottom: 1px dotted #660000;
	border-top: 1px dotted #660000;

}

.accepted_papers h3 {
	display: none;
}

#main .accepted_papers h2 {
	font-size: 2em;
	border-top: 1px dotted rgb(3, 97, 39);
	padding: 0.5em 0 0 0;
	margin-top: 1em;
}

.homepageImage img {
	float: left;
	margin: 4px 10px 0px 0px;
	border: 1px solid #818181;
	-moz-box-shadow: 2px 3px 5px #444;
	-webkit-box-shadow: 2px 3px 5px #444;
	box-shadow: 2px 3px 5px #444;
}

#articleAbstract div {
	text-align: justify;
	line-height:1.5em;
}

#homepageImage img {
	-moz-box-shadow: 2px 3px 5px #444;
	-webkit-box-shadow: 2px 3px 5px #444;
	box-shadow: 2px 3px 5px #444;
	border:1px solid #818181;
	float:left;
	margin: 4px 16px 4px 0px;
}

p {
	text-align: justify;
}

#sidebar div.block span.blockTitle {
	border-bottom: 1px dotted #660000;
	border-top: 1px dotted #660000;
	margin-bottom: 0.8em;
	font-weight:bold;
	font-size: 1em;
	padding: 0.4em 0;
}

#main input.textField {
	background: none;
}

#main textarea.textArea {
	width: 95%;
}

input.textField, textarea.textArea, .ui-widget-content {
	background: none;
	border: 1px solid #aaa;
	border-radius: 3px 3px 3px 3px;
	padding: 0.2em;
}

input.uploadField {
	background: none;
	border: 1px solid #aaa;
	border-radius: 3px 3px 3px 3px;
	padding: 0.15em 0.2em;
}

.ui-widget-content {
	width: 94%;
	font-size: 1em;
}

.ui-accordion-header {
	background: none;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

#simpleSearchInput select {
	background: none;
	border: 1px solid #aaa;
	border-radius: 3px 3px 3px 3px;
	width-min: 150px;
	/*display: none;*/
}

#simpleSearchInput label[for=simpleQuery] {
	font-weight:bold;
}

#footer {
	background: none;
	border-top: 3px solid #9ecaab;
	min-height: 0px;
	margin-top: 8px;
	padding: 4px 0;
	text-align: left;
	color: #444;
	clear: left;
}

#footer a {
	color: #444 !important;
}

#footer a:hover {
	text-decoration: underline !important;
	color: #333 !important;
}

input.button {
	border: 1px solid #aaa;
	border-radius: 3px 3px 3px 3px;
	padding: 0.15em 0.2em;
	background-color: #eee;
	background: -moz-linear-gradient(center bottom , #ccc 0px, #eee 60%) repeat scroll 0% 0% #eee;
}

input.button:hover {
	box-shadow: 0px 0px 2px 1px rgb(204, 204, 204);
}

input.defaultButton {
	color: #444;
}

#sidebar {
	font-size: 1.1em;
}

#sidebar input.textField {
	width: 170px;
}

#sidebarUser, #sidebarNavigation {
	margin-bottom: 16px;
}

#sidebarUser #remember, #sidebarUser label[for=remember], #sidebarDevelopedBy, #sidebarHelp, #sidebarFontSize {
	display: none;
}

#sidebarLanguageToggle {
	margin-bottom: 0.8em;
}

#sidebarUser .button {
	float: right;
}

#sidebarUser input.textField {
	width: 100px;
}

#sidebar .blockSubtitle {
	font-weight:bold;
	margin-bottom: 0.5em;
}

#sidebar li {
	margin: 0.6em 0;
	padding-left: 0;
}

#sidebar div.block {
	padding-bottom: 0;
}

#sidebar ul {
	margin-bottom: 1em;
	list-style-type: none;
	padding-left: 1em;
}

#sidebar ul li:before {
	content: '\00BB\0020';
}

#sidebarWebFeed, #sidebarPublisher, #sidebarRTArticleTools {
	margin-bottom: 1em;
}

#sidebarWebFeed img {
	vertical-align: middle;
}

#sidebarWebFeed ul li:before {
	content: '';
}

#sidebarPublisher img{
	border: 0;
}

#simpleSearchForm {
	margin-bottom: 0.5em;
}
#simpleSearchForm .button {
	width: 100%;
	height: 2rem;
	margin-left: 1px;
	background: url("/public/site/search-icon_16x.png") no-repeat 1rem .5rem;
}

#rightSidebar {
	padding-top: 3.2em;
	border-bottom: 0;
	margin-right: 5%;
}

#main li {
	padding-top: 0.6em;
}

#main table {
	margin-top: 1em;
}

#main td {
	padding: 0 0 0.8em 0;
}

#main td.separator {
	margin-top: 0.4em;
}

#search input.textField {
	width: 60%;
}

#search select {
	background: none;
	border: 1px solid #aaa;
	border-radius: 3px 3px 3px 3px;
	padding: 0.15em 0.2em;
}

#main p {
	line-height:1.5em;
}

#reviewOptions input.textField, #lists input.textField {
	width:30px;
}

#notifications input.textField, #navigationBar input.textField {
	width:200px;
}

#authors input.textField, #indexing input.textField, #submissionSupportingAgencies input.textField, #titleAndAbstract input.textField {
	width:95%;
}

#authors {
	line-height: 1.5;
}

#articleAbstract h4, articleSubject h4 {
	margin-bottom:0;
}

div[id^='issue-'] {
	width: 22% !important;
	float: right;
	margin-right: 0.5em;
}

#content div[id^='issue-'] h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 0.5em;
	font-size: 1.1em;
}

div[id^='issue-'] .issueDescription {
	float: right;
}

div#issues h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.3em;
	float: left;
}

.float-right {
	float: right;
}

select.selectMenu {
	background: none;
	border: 1px solid #aaa;
	border-radius: 3px 3px 3px 3px;
	padding: 0.15em 0.2em;
}

table.tocArticle {
	padding-bottom:0
}

#main table {
    margin-top: 0;
}

#main table.tocArticle .tocPages, #main table.tocArticle .tocGalleys {
	text-align: left;
	padding: 0.1em 0;
}

#main table.tocArticle .tocPages {
	margin-top:0.6em;
}

#main table.tocArticle .tocTitle {
	padding: 0.5em 0;
	font-size: 1.1em;
/*	font-weight:bold;
	text-transform: uppercase; */
}

#main table.tocArticle .tocAuthors {
	padding-left: 0px;
	font-style: italic;
}

#main table.tocArticle td {
	display:block;
	padding: 0;
}

.tocArticleTitleAuthors, .tocArticleGalleysPages {
	width: 100%;
}

#pdfDownloadLinkContainer, #fullscreenShow {
	margin: 0.8em 0;
	font-size: 0.9em;
}

#topBar {
	padding-top: 0;
	padding-bottom: 0;
}

label {
	padding-right: 0.4em;
}

tr.mceLast {
	font-size:0em;
}

ul.steplist {
	margin-bottom: 1em;
}

.simpleQuery {
	display:none;
}
@media(max-width: 880px) {
	#container {
	width: 100%;
	min-width: auto !important;
	}
}