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

a {
	color: #006633 !important;
}
a:active {
	color: #006633;
}
a:hover {
	color: #006633;
}
a:link {
	color: #006633 !important;
}
a:visited {
	color: #006633;
}
#sidebar div.block span.blockTitle {
	border-bottom: 1px dotted #006633;
	border-top: 1px dotted #006633;
}
#breadcrumb {
	border-bottom: 1px dotted #006633;
}
div.separator {
	border-bottom: 1px dotted #006633;
}
.homepageJournalTitle {
	border-top: 1px dotted #006633;
}
#main h2 {
	color: #006633;
}
#navbar {
	border-bottom: 1px dotted #006633;
}
span.highlight {
	border-bottom: 1px dotted #006633;
}
table.listing td.endseparator {
	border-top: 1px dotted #006633;
}
table.listing td.headseparator {
	border-top: 1px dotted #006633;
}
#header_wrapper {
        background-color: #5c9a5c;
	background-image: url('/public/journals/1/GQ_header_bg_2800x200px.png');
}
#header {
	background-color: #5c9a5c; /* #a8d2b4; #66cc66; #336600; #477519; */
}
#header h1 {
	background-color: #5c9a5c;
	color: #006633;
	padding-top: 20px;
}
#leftTitle {
	background-color: #5c9a5c;
	background-image:url('/public/journals/1/GQ_lewy_5x200px.png');
}
#headerTitle {
	background-color: #5c9a5c;
	background-image:url('/public/journals/1/GQ_5960x200px.png');
}
#footer a, #content .tocTitle a, #issues a {
	text-decoration: none;
}
#footer {
	background: none;
	border-top: 2px solid #5c9a5c;
	border-bottom: 0;
	min-height: 0px;
	margin-top: 8px;
	padding: 4px 0;
	text-align: left;
	color: #444;
}
#footer a {
	color: #444 !important;
}
#footer a:hover {
	background: none;
	text-decoration: underline;
	color: #333 !important;
}
#content p a {
	text-decoration: underline;
}
#content p a:hover {
	text-decoration: none;
}

div[id^='issue-'] h4.accepted, div[id^='issue-'] h4.FORTHCOMING, div[id^='issue-'] h4.Forthcoming, div[id^='issue-'] h4.papers {
	display: none;
}
