	/*
Theme Name: WEA conferences 2
Author: Jake McMurchie
Description: Based on Bootstrap
Template: WEA-parent-2
Version: 2.1.7
*/

/*
CHANGELOG

2.1.7 - 21/03/2023
Updated theme to use latest WEA-parent-2 (v2.7.6)
Replaced instances of create_function (dropped from PHP 8)
Updated header.php to align with latest WEA-parent-2 (v2.7.6)
Changed papers shortcode output to use h3 for paper titles
	style.css
	functions.php
	header.php
	php/papers.php

2.1.6 - 04/09/2017
Added publications post type
	php/publications.php
	functions.php
	single-wea_paper.php

2.1.5 - 24/09/2015
Updated header to use wea-longdescription setting
	header.php

2.1.4 - 21/07/2015
Amended papers output to remove 'posted on' and consolidated output functions
	php/papers.php
	archive-wea_paper.php
	page-allpapers.php
	php/loop-papers.php REMOVED
	loop-papers.php REMOVED

2.1.3 - 14/06/2015
Added list option for getting papers
Added categories to papers
	php/papers.php
Added tag.php and made sure wea_papers displayed
	tag.php
	functions.php

2.1.2 - 18/05/2015
Added 'numberofcomments' shortcode
	functions.php

2.1.1 - 09/04/2015
Adjusted header display to place date of conference on left

2.1 - 24/02/2015
Changes to align with new parent-2 (v 2.3.1)
	style.css
	page-home.php (REMOVED)

2.0.2 - 05/11/2014
Button visited state colour
	style.css

2.0.1 - 20.10.2014
Bugfixes and style amendments

*/

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

/* Typography and colours
================================================== */
	
	.single span.subtitle { color: #888; }
	a:hover span.subtitle { color: #ffc000; }

	.subtitle, .author { color: #888; font-weight: normal; font-style: italic; }
	.single p.author { font-size: 18px; }

	.wea_paper .authors { font-size: 16px; }
	.meta { color: #888; font-size: 12px; font-weight: normal; }
	
	.fa-rss { color: #dd7000; }
	a:hover .fa-rss { color: #ffc000; }

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

	header h1 { padding: 0 15px; }

	.content h1, article { margin-bottom: 15px; border-bottom: 1px solid #ddd; padding-bottom: 14px; }
	article:last-child { border-bottom: none; padding-bottom: 0; }
	article h3 { margin-bottom: 0; }
	
	.author { display: block; margin-bottom: 15px; }
	.single p.author { margin-bottom: 30px; }

	div.tagcloud, div.tagcloud a { line-height: 17px; }
	
	.commentsclosed { float: left; }
	
	ul#recentcomments { list-style: none; padding: 0; }
	
	p.download { margin-bottom: 20px; }
	
	div#respond { margin-top: 20px; }
	
	.single span.subtitle { display: block; }
	.single p.authors { margin-bottom: 10px; }
	
	.books.table > tbody > tr > td { border-top: none; }
	.books.table tr { border-bottom: 1px solid #ddd; }
	.books.table tr:last-child { border-bottom: none; }

	.toc { margin-bottom: 20px; }
	.table-toc { width: 90%; margin-bottom: 10px; }
	.table-toc td { padding: 0 0 10px; vertical-align: top; }
	.table-toc td.article-data { padding-right: 10px; }
	.table-toc p.authors { margin-bottom: 0; }
	.articles { width: 80%; margin-bottom: 20px; }
	.pagenum { text-align: right; }
	
	.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; }

	.well { overflow: auto; }
