/**
 * Genes & Cancer theme overrides — loaded after main.css and paper.css.
 * Provides:
 *   - per-journal literal colours that don't have a clean theme-var mapping
 *   - GC-only rules (conferenceContent, volumes-sage, emphasis, etc.)
 *   - per-journal layout numerics (occupation width, interview rules, etc.)
 *
 * If you change a colour or width here, mirror the corresponding entry in
 * theme-os.css.
 */


/* ── Per-journal literal colours (main.css) ──────────────────────────── */

#searchtable      { border-color: #8E44AD; }
.titlecell        { background-color: #9B59B6; }
#rightcol         { border-left-color: #9B59B6; }
#footer           { background-color: #8E44AD; }


/* ── Per-journal layout numerics (main.css) ──────────────────────────── */

#rightcol         { margin-bottom: 0; }
.occupation       { width: 225px; }
.interviewLink    { left: 5px; }
.currentInterviewDescription {
	width: 95%;
	margin-bottom: 2em;
	position: relative;
}


/* ── GC-only rules (main.css) ────────────────────────────────────────── */

.interviewText {
	text-align: justify;
	font-size: 11px;
	position: relative;
	left: 9px;
}
.toInterivews {
	height: 100%;
	padding-bottom: 1em;
	padding-top: 2em;
}

.conferenceContent { position: relative; left: 16px; }

.volumes-sage {
	background-color: #FFF;
	border-width: 1px;
	padding: 14px;
	border-color: #888;
	width: 567px;
	text-align: center;
	margin-top: 2em;
	box-shadow: 1px 1px 10px #E0E0E0;
}

.emphasis { font-weight: bold; }


/* ── Conference button placement + colours (main.css) ────────────────── */

.conferenceButtonLink {
	color: #8E44AD;
	background-color: #8E44AD;
	margin-top: 20px;
	width: 80%;
	left: 11px;
}
.conferenceButtonLink:hover { background-color: #b367d3; }
#subcontent > div.conferenceContent > a.conferenceButtonLink { color: #fff; }


/* ── paper.css overrides ─────────────────────────────────────────────── */

p.body-heading, p.Heading                                    { color: rgb(155, 89, 182); }
h2.body-heading                                              { color: rgb(155, 89, 182); }
.org > sup, span.AuthorSuper, span.AuthorNumber, .orglast > sup { color: rgb(155, 89, 182); }
#extendedInfo     { font-size: 1.1em; }
#vcard {
	margin-left: 10em;
	margin-top: -1em;
	width: 50em;
}
