/*
Theme Name: WEA theme for journals, version 1.4
Author: Jake McMurchie
Description: Based on Bootstrap
Template: WEA-parent-2
Version: 1.4
*/

/*
CHANGELOG
1.4.1 - 21/12/2020
Added instructions
	functions.php
	help/user-manual.php

1.4.0 - 26/08/2020
Replaced searchform
Changed layout

1.3.12 - 24/08/2020
Improved authors widget
	/php/authors.php

1.3.11 - 20/10/2017
Fixed date problems
	single-wea_issue.php
	single-wea_paper.php
	/php/papers.php

1.3.10 - 16/01/2017
Added post-type hook to improve ordering of Relevanssi search results
	functions.php

1.3.9 - 10/01/2017
Further improvements to searching (esp. for authors)
	search.php
	journal.css (inc. -et, -wer)

1.3.8 - 06/01/2016
Fixed bug with volume associated with a paper not correctly identified
	php/academic_metadata.php
Added search page
	search.php

1.3.7 - 27/09/2016
Updated layout of single issue page
	style.css
	php/papers.php

1.3.6 - 07/07/2016
Moved journal-specific stylesheet selection to option
Add lastpage to papers
	functions.php
	php/academic_metadata.php
	php/papers.php
	single-wea_paper.php
	page-repec.php

1.3.5 - 06/06/2016
Correction to RSS feed
	rss.php

1.3.4 - 24/09/2015
Added header.php to allow meta description to use the WEA settings long description
Removed wea-journal-longdescription setting (not used and now replced by wea-longdescription in parent)
	functions.php
	header.php

1.3.3 - 12/06/2015
Adjustments to stylesheet for consistency with OPD
	style.css
Amended journal stylesheet to incorporate OPD styling
	css/journal.css

1.3.2 - 23.03.2015
Added field to collect JEL codes
	php/papers.php

1.3.1 - 11/03/2015
Customised RSS feed for Philpapers
	functions.php
	rss.php ADDED

1.3.0 - 11/02/2015
Updated for new, generalised parent theme (v 2.3.1)
	style.css

1.2.9 - 10/11/2014
Amended repec listing
	deleted single-wea_issue-repec.php
	replaced with page-repec.php

1.2.8 - 30/09/2014
Added documentation to admin
Updated admin icons
Added ability to omit 'Abstract' subheading via custom fields
	php/issues.php
	php/papers.php

1.2.7 - 05/09/2014
Added footer.php file to include link to papers RSS feed in footer
	footer.php

1.2.6 - 02/07/2014
Minor alterations to styles and issues output
 journal-et.css
 issues.php
Added "omit from archives" and altered repec output to omit ticked papers
 papers.php
 single-wea_issue-repec.php
 
1.2.5 - 25/06/2014
Added RSS feed (for Philpapers
 functions.php
 feed.php
	
1.2.4 - 18/06/2014
Updated widget headings style
 style.css
 journal.css
 
1.2.3 - 12/06/2014
Added downloads widget
 functions.php

1.2.2 - 29/03/2014
Amended journal.css to modify colours of responsive navigation

1.2.1 - 27/03/2014
Amended single paper to display abstract only if abstract exists

1.2.0 - 20/02/2014
Refactored to make parent generic and to manage indepence of journal sites

1.1.0 - 07/02/014
Updated to make parent generic and journal themes more portable

1.0.1 - 19/12/2013
Updated for Google Scholar metadata
*/

@import url("../WEA-parent-2/style.css");



/* Typography and colours
================================================== */	
	
	.single span.subtitle { color: #888; }
	a:hover span.subtitle { color: #ffc000; }
	.authors, .author { color: #888; font-size: 12px; font-weight: normal; font-style: italic; }
	.wea_paper .authors { font-size: 16px; }
	.meta { color: #888; font-size: 12px; font-weight: normal; }
	
	p.pull-right img { -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1); margin-bottom: 15px; }




/* Layout
================================================== */

	article { margin-bottom: 5px; }
	article h3 { margin-bottom: 0; }
	
	p.subtitle, p.authors { margin-bottom: 0; }
	.authors { display: block; }
	
	p.download { margin-bottom: 20px; margin-left: 20px; }

	.single span.subtitle { display: block; font-size: 75%; }
	.single p.authors { margin-bottom: 10px; }

	.toc { margin-bottom: 20px; }
	.table-toc { width: 100%; margin-bottom: 10px; }
	.table-toc td { padding: 0 0 10px; vertical-align: top; }
	.table-toc td.article-data { padding-right: 40px; }
	.table-toc p.authors { margin-bottom: 0; }
	.articles { width: 80%; margin-bottom: 20px; }
	.pagenum { text-align: right; white-space: nowrap; }
	
	.fscf-div-form input, .fscf-div-form textarea { width: 50%; }
	.fscf-div-form input.fscf-input-captcha { width: 25%; }
	.fscf-div-form input.fscf-button-submit { width: auto; margin-top: 10px; padding: 5px 10px; }
	.fscf-required-indicator { margin-left: 5px; color: #888; }
	
	.sidebar h2 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 18px; font-weight: bold; }



/* Header
================================================== */
	
	header .row .row.local.banner { padding-top: 20px; padding-bottom: 20px; }
	header .row .row.local.banner p { margin: 0; padding: 10px 0 0; }