/* 
	Print Styles
	Author: Sebastien Marchal / BrockU
*/


/* Hide things
----------------------- */
#skip,
#quicklinks,
#main-menu-container,
#related-posts,
#comments,
#sidebar,
.sharethis,
#menu-utility,
#colophon #social,
#backtotop,
hr,
.wp-edit,
.thisissue,
.post-edit-link { display: none !important; }

/* Global Layout
----------------------- */

body {
	background: none !important;
	color: rgb(64, 64, 64);
	font-family: "Bliss Light", "Trebuchet MS", sans-serif;
	font-weight: 200;
	margin: 0 40px;
	}
	 
#wrapper,
#header,
#main,
#container { width: auto !important; }

#container {
	width: 80% !important;
	padding-top: 5px;
	clear: both !important;
	margin: 0 auto;
	}

#content {
	width: 100% !important;
	}



/*  Site Logo
----------------------- */
#header { 
	margin: 0 0 2em 0; padding: 0;
	float: none;
	width: 100%;
	}
#header #brand {
	width: 7%;
	float: right;
    content: url("../images/brocku-logo-cmyk.svg");
	}
	#header #brand svg { display: none !important; }

#header #subbrand {
	margin: 0; padding: 0;
	width: 20%;
	float: none;
	content: url("../images/the-brock-news-logo-cmyk.svg");
	}
	#header #subbrand svg { display: none !important; }

/* Headings
----------------------- */
#container h1 {
	margin: 0 0 .6em 0;
	color: #282828;
	font-size: 2em;
	font-family: "Crimson Text", Georgia, serif;
	font-weight: 400;
	line-height: 100%;
	}
	#container h1 span.prefix {
		padding-bottom: .5em;
		display: block; float: left;
		font-size: .3em;
		font-family: "Crimson Text", Georgia, serif;
		font-weight: 400;
		line-height: 100%;
		letter-spacing: .05em;
		text-transform: uppercase;
		color: #585858;
		}
	#container h1 span.taxonomy {
		display: block;
		clear: both;
		}
/* 	.category #container h1 { padding-bottom: .3em; margin-bottom: 0; border-bottom: 1px solid #e8e8e8; } */
	
#container h2 {
	margin: 2em 0 .5em 0;
	color: #282828;
	font-size: 1.4em;
	font-family: "Crimson Text", Georgia, serif;
	font-weight: 400;
	line-height: 100%;
	}
#container h3 {
	margin: 2em 0 .5em 0;
	color: #cc0000;
	font-size: .8em;
	font-family: "Crimson Text", Georgia, serif;
	font-weight: 400;
	letter-spacing: .05em;
	text-transform: uppercase;
	line-height: 120%;
	}
#container h4 {
	margin: 2em 0 .5em 0;
	color: #282828;
	font-size: 1em;
	font-family: "Bliss Bold", "Trebuchet MS", sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 120%;
	}
#container h5 {
	margin: 2em 0 .5em 0;
	color: #282828;
	font-size: 1.2em;
	font-family: "Bliss Bold", "Trebuchet MS", sans-serif;
	font-weight: bold;
	line-height: 120%;
	}
#container h6 {
	margin: 2em 0 .5em 0;
	color: #cc0000;
	font-size: .8em;
	font-family: "Bliss Bold", "Trebuchet MS", sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 120%;
	}
	
#content h1 + h2 { margin-bottom: .6em !important; }

/* top margin adjustment if heading is first element inside its container */
#content h2:first-child,
#content h3:first-child,
#content h4:first-child,
#content h5:first-child,
#content h6:first-child { margin-top: 0 !important; }


/* Content links
----------------------- */
#container a:link { color: rgb(237, 28, 36); text-decoration: underline; }
#container a:visited { color: rgb(237, 28, 36); text-decoration: underline; } 
#container a:hover { color: #444; text-decoration: underline; }
#container a:active { color: #333; text-decoration: underline; }


/* Content Elements
----------------------- */
/*
body .the-content {
	-webkit-column-count: 2;
	-webkit-column-width: 10em;
	-webkit-column-gap: 2em;
	}
*/
	
body p,
body ul li,
body ol li,
.entry-meta,
.entry-utility,
table {
	color: rgb(64, 64, 64) !important;
	font-size: 90% !important;
	font-family: "Bliss Light", "Trebuchet MS", sans-serif;
	}
#content p,
#content li,
#content blockquote { line-height: 130%; }
pre, blockquote {
	page-break-inside: avoid;
	}

#content .wp-caption {
	page-break-inside: avoid;
	font-size: 70%;
	}
#content .gallery {
	clear: both;
	}

#content .dropcap { display: block; }
#content .dropcap::first-letter {
	padding: 0 .1em 0 0;
	float: left;
	font-family: "Crimson Text", Georgia, serif;
	font-weight: 400;
	color: #282828;
	font-size: 3.2em;
	line-height: .90em;
	}
#content .page-intro .dropcap::first-letter,
#content .page-intro.dropcap::first-letter {
	padding: 0 .1em 0 0;
	font-size: 2.8em;
	line-height: .90em;
	}

#content p { 
	margin: 0 0 1.1em 0;
	line-height: 150%;
	font-size: 1.1em;
	}
#content p strong {
	font-family: "Bliss Bold", "Trebuchet MS", sans-serif;
	font-weight: bold;
	}
#content small {
	display: block;
	font-size: .8em;
	color: #989898;
	line-height: 120% !important;
	}	
	
#content .page-intro {
	margin: 0 0 1.1em 0;
	font-family: "Crimson Text", Georgia, serif;
	font-weight: 400;
	line-height: 130%;
	font-size: 1.4em !important;
	color: #282828;
	}

#content .taxonomy-description {
	margin: 0 0 1.1em 0;
	font-family: "Crimson Text", Georgia, serif;
	font-weight: 400;
	line-height: 130%;
	font-size: 1.2em;
	color: #282828;
	font-style: italic;
	}
	
#content em {
	font-style: italic;
	}

#content ul, #content ol {
	margin: 1.3em 0;
	line-height: 140%;
	font-size: 1.1em;
	}
	#content ul { list-style: square; }
	#content ol { list-style: decimal; }
#content ul li, #content ol li {
	margin: 0 30px 5px 40px;
	}

#content blockquote {
	margin: .5em 30px 1.5em 30px; padding-left: 20px;
	line-height: 140%;
	font-family: "Crimson Text", Georgia, serif;
	font-weight: 400;
	font-style: italic;
	border-left: 1px solid #282828;
	color: #282828;
	}
	#content blockquote strong {
		font-family: "Bliss Bold Italic", "Trebuchet MS", sans-serif;
		font-weight: bold;
		}

#content span.pull-quote { 
	margin: .5em 0 1em 1.2em; padding: .5em 0 .7em .9em;
	border-top: 1px solid #282828;
	border-bottom: 1px solid #e0e0e0;
	float: right !important;
	width: 30%;
	color: #282828;
	font-size: 1.6em;
	line-height: 140%;
	font-family: "Crimson Text", Georgia, serif;
	font-weight: 400;
	font-style: normal;
	}
	#content span.pull-quote:before {
		content: "\f10d";
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		font-size: 50%;
		margin: 8px 5px 0 -19px; vertical-align: top;
		color: #cc0000;
		}
	#content span.pull-quote:after {
		content: "\f10e";
		display: inline-block;
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		font-size: 50%;
		margin: 0 0 0 6px; vertical-align: bottom;
		color: #cc0000; white-space: nowrap;
		}

#content .the-content hr {
	margin: 3em auto;
	width: 40%; height: 1px;
	border: 0;
	background: #e8e8e8;
	visibility: visible;
	}


/*  Footer
----------------------- */
#colophon { 
	width: 80% !important;
	padding-top: 5px;
	clear: both !important;
	margin: 2em auto 1em auto; }
#colophon p.address {
	font-size: 60% !important;
	}
	#colophon p.address a { color: rgb(64, 64, 64); text-decoration: none; }

