/*
Theme Name: Lutheran Peace Fellowship
Theme URI: https://lutheranpeace.org/
Author: SpiderLily Web Design
Author URI: http:/spiderlilyweb.com/
Description: Custom theme for the Lutheran Peace Fellowship
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hcm

LPF is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700);


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', Verdana, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	margin:0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration:none;
}

a:active,
a:hover {
	outline: 0;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {top: -0.5em;}

sub {bottom: -0.25em;}

img {border: 0;}

hr {
	box-sizing: content-box;
	height: 0;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {overflow: visible;}

button, select {text-transform: none;}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {line-height: normal;}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: black;
	font-size: 16px;
	line-height: 1.4;
	font-weight:400;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	display:block;
	font-family: 'Roboto Slab', serif;
	font-weight:normal;
	line-height:1.1;
	margin:12px 0;
	text-align:left;
	color:black;
}
h1 {font-size:36px; text-align:center; margin:24px 0;}
h2 {font-size:28px; margin:12px 0;}
.entry-header h2 {font-size:21px; margin: 6px 0;}
h2.widget-title {padding:12px 0 3px;}

h3 {
	font-size:24px;
	margin:12px 0;
}
h4 {
	font-size:19px;
	margin:12px 0 6px;
}
p {
	margin: 0 0 8px;
}
p.small {font-size:80%;}
.excerpt p.small {padding:6px 0;}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
  margin: 0 6% 16px 6%;
  clear:both;
}
blockquote:before {
  color: #cfcdfc;
  content: "\201C";
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.15em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
blockquote p.by {
	clear:both;
	float:right;
	font-style:italic;
	padding-bottom:18px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	background:#630237;
}

*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

#page {
	display: block;
	position:relative;
	max-width:1600px;
	margin: 0 auto;	
	background:white;
	}	

header, #primary {
	width:100%;
	float:left;
	}
#primary {background:white;}
#branding {background:#fdfcce;}	
.site-branding {
	float:left;
	width:100%;
	padding-top:10px;
	position:relative;
	}	
.logo {
	max-width:30%; 
	height:auto; 
	margin:12px 0 24px 1%;
	float:left;
}
.twocol {
	float:left;
	width:50%;
}

.site-main {
	float:left;
	width:100%;
}
.text-block { /* limit paragraph length */
	max-width:640px;
	width:95%;
	margin:0 auto;
}
.gallery-block {
	width:100%;
	margin:0 auto;	
}
.text-block ul {
	list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;	
}
.second-block {
	margin-top:40px;
}
/* for home page link boxes */

.flex-container {
	width:100%;
	display:flex;	
	margin:32px 0 12px;
}
.grid {
	flex-wrap:wrap;
}	
.content-block {
	flex:1;
	width:50%;
}
.grid-two {
	flex-grow: 1;
	width: 48%;
	padding:6px 1%;
	margin:0 1%;
	position:relative;
	display:inline-block;
	border: 1px #630237 solid;
}
.grid-two h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	margin:0;
	font-size:21px;	
}
.grid-two a, .grid-two a h3 {color:#630237;}
.grid-two a:hover, .grid-two a:hover h3 {color:#75790a;}
.grid-two p {
	margin:0 18px 0 0;
	font-size:15px;
	line-height:1.2em;
}
.grid-two img.alignleft {
	max-width: 32%;
	height:auto;
	margin-bottom:0;
	margin-right:0;
}
.link-info {
	max-width: 65%;
	width:65%;
	float:right;
}
a.page-link {
	position:absolute;
	bottom:8px;
	right:5px;
	font-size:24px;
}
.contents-left {
	float:left;
	width:90%;	
}
.contents-right {
	float:right;
	width:90%;	
}

/* full width */

.full-width {
	width:90%;
	max-width:900px;	
	margin: 0 auto;
}
.main-content {
	float:left;
	width:100%;
	margin-bottom:16px;
}

/* with sidebar */

.flexible {
	float:left; 
	width:100%;
	display:flex;
}
.content {
	float:left;
	width:70%;
	min-width:70%;
	max-width:70%;
	flex:1;
}
.sidebar{
	float:left;
	position:relative;
	width:28%;
	min-width:28%;
	max-width:28%;
	padding:16px 1%;
	flex:1;
	background: #fdfcce;
}

.text-wrap {
		margin:0 auto 24px;
		padding:0;
		max-width:720px;	
}

.twocolleft {
	float:left;
	width:46%;
}
.twocolright {
	float:right;
	width:46%;
}
a.more {
	position:absolute;
	right:12px;
	bottom:12px;
	font-style:italic;
}
a.more:after {
	content:" \00BB";
}
a.tag-cloud-link {
	line-height:1.2;
}

.entry-meta {
	padding-top:12px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
	margin:0 0 8px 24px;
	display: table;
}
ul > li::before, ol > li::before {
    display: table-cell; 
    text-align: right;
}
ul > li, ol > li {padding-left:0.7em;}
ol {
	list-style: decimal;
	margin:0 0 8px 24px;
	display: table;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {font-weight: 700;}

dd {margin: 0;}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*
 * Images
 */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
img.attachment-thumbnail,
.widget-area img,
img.featured-thumb,
img.wp-post-image {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.featured {margin-bottom:16px;}
.wp-caption {
	max-width:98% !important;
	width: auto !important;
}	
img.alignleft {
	margin-right: 0.7em;
	margin-bottom:16px;
}
img.alignright {
	margin-left: 1em;	
	margin-bottom:16px;
}
img.aligncenter {
	margin-bottom:16px;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption .wp-caption-text {
	font-size:12px;
	font-style:italic;
}
.widget_sp_image-description p {
	text-align:center;
	margin-bottom:16px;
}
.widget img.aligncenter {
	margin-bottom:6px;
}

body.pdf-archive div.gallery-icon {
	width:97% !important;
	text-align:left;
	display:block;
	padding:3px 0;
}
#mla_gallery-1 .gallery-item {
	margin: 0 !important;
}
body.pdf-archive .wp-caption-text {
	display:none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #5c0333;
}
p a, li a {font-weight:700;}
a:hover, a:focus, a:active {
	color: #8b9002;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

#primary a img:hover {opacity:0.8;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#site-navigation {
	width:100%;
	text-align:center;	
	font-size:18px;
	font-family:'Roboto Slab', serif;
}
/* set style for mega-menu custom menu widget */

ul.menu {
	list-style:none;
	margin:0; padding:0;	
}
.mega-sub-menu .textwidget {
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	line-height:1.3em;	
}
.mega-sub-menu .textwidget p {
	max-width:90%;
}
li.widget_nav_menu {
	border-left: 1px #630237 solid;	
}
.sidebar li, .widget_categories li {padding:0 0 3px 0;}
.widget_categories ul {
	list-style:none;
	margin:0;
	padding:0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	float:left;
}
.menu-toggle:after {content:" \25BC";}	
.toggled .menu-toggle:after {content:" \25B2";}	
.menu-toggle:before {content:url('images/nav-icon.png'); padding-right:6px; height:26px; vertical-align:text-top;}

button.menu-toggle {
	border:none;
	background: transparent;
	box-shadow:none;
	color:#161616;
	font-size:18px;
	border-radius:0;
	text-shadow:none;
	vertical-align:top;
	padding:6px;
	margin-left:10px;
}
button.menu-toggle:hover {opacity:0.8;}

/* sidebar menus */

#side-menu {
	float:left;
	width:12%;
	display:block;
	background-color:rgb(190, 232, 155);
	padding:10px 1%;
	margin-top:16px;
	font-size:17px;
}
.sidemenu a {color:black;}
.sidemenu a:hover {color:#004a00;}
.sidemenu ul {list-style:none;}
.sidemenu ul li {padding-bottom:3px;}
.sidemenu .current_page_item > a,
.sidemenu .current-menu-item > a {
	color:#004a00; font-weight:700;
}
.sidemenu .current_page_ancestor > a,
.sidemenu .current-menu-ancestor > a {
	color:#5889ba;
}

/* CONTAINING BLOCK FOR SEARCH, JOIN */

.header-block {
	float:right;
	margin:6px 1% 0 0;
	width:340px;
}

/* SEARCHFORM */

#searchform {
	display:inline-block; 
	margin:4px 6px 0 0; 
	vertical-align:middle;
	border:1px #cfcdfc solid;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	background:white;
	float:right;
	}
#searchform input[type="text"] {
	width:260px; 
	color:black;
	font-family: 'Open Sans', sans-serif;
	padding:5px 3px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	border:none;
}
#searchform input[type="image"] {vertical-align:middle; opacity:1.0;}
#searchform input[type="image"]:hover {opacity: 0.6;}

/* JOIN AND SUPPORT */

.join {
	clear:both;
	float:right;
	margin-top:8px;
	background:#cfcdfc;
	padding:0 3px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
a.dove {
	vertical-align:middle;
	background: url('images/single-dove-purple.png') 0 4px no-repeat;
	padding:6px 6px 6px 46px;
	font-family:'Roboto Slab', serif;
	font-size:18px;
	float:right;
}

/* BLOG */

.entry-meta {
	font-size:90%;
	margin-bottom:5px;
	font-style:italic;
	} 
#nav-below {
	padding:10px 0;
	width:100%;
	float:left;
	}
.nav-previous, .nav-next {
	display:block;
	width:48%;
	font-size:14px;
	font-style:italic;
	}	
.nav-previous {float:left;}
.nav-next {float:right;}	

/* adjust when we switch to mobile menu */
@media screen and (min-width: 62em) { 
	
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	#mobile-navigation {display:none;}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* GALLERY */

/* gallery overrides with responsive lightbox */

div.gallery-icon {
	width:13% !important; 
	text-align:center; 
	float:left; 
	display: inline-block;
	padding:5px 0.5% 10px 0;
	}

#primary .gallery img:hover {
	opacity:0.9;
	}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.nowrap {
	white-space:nowrap;
}	
.drop {
	padding-top:12px;	
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.wp-video {
	padding-bottom:30px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	width:100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.excerpt {
	max-width:98%;
}

a.learn-more {
	display:block;
	text-align:right;
	font-weight:700;
	padding-bottom:3px;
	border-bottom: 1px #5c0333 solid;
	margin-bottom:3px;
	font-size:14px;
}
.excerpt p {margin-bottom:0;}

/* Footer - Colophon */
.full-wrap {
	clear:both;
	float:left;
	width:100%;
	background:#fdfcce;	
	margin-top:1px;
}

#colophon {
	margin:12px auto;
	max-width:1600px;
	width:98%;
	background:#fdfcce;	
	padding: 0 1%;
}
#colophon a, #colophon a:visited {color:black; font-weight:400;}
#colophon ul {list-style-type:none;}
#colophon ul li {
	text-transform: uppercase;
	margin-top:8px;
	margin-bottom:8px;
}
#colophon ul li:first-of-type {
	margin-top:0;
}
#colophon ul li ul li {
	text-transform:capitalize;	
}
#colophon ul li ul li:first-of-type {
	margin-top:8px;
}
/* SOCIAL MEDIA AND CONTACT INFO*/
.footer-contact{
	float:left;
	max-width: 70%;
}
.social {
	float:right;	
}
.social img {
	width:36px;
	height:auto;
	margin-left:8px;
}
img.fb {
	display:inline-block;
	vertical-align:middle;
	float:right;
	padding-top:4px;
}
img.fb:hover {opacity:0.8;}

a.top-button {display:none;}

/*
Custom style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
	padding-top:12px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #5c0333;
	padding: 3px 5px;
	margin: 2px;
	background:#fdfcce;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
	background:white;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* reduced width menu, header and homepage adjustments*/
@media screen and (max-width: 73em) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {padding: 0px 20px 12px 20px;;}
	.home-text {
		width:100%;
		margin:0;
		float:left;
		padding:0;	
	}
	
	.button-block {padding-top:32px;}
}



@media screen and (max-width:66em) {
	.button-block {padding-top:12px;}
	.flexible {display:block; width:100%;}
	.content, .sidebar {flex:none; float:left; clear:both; width:98%; padding:0 1%; min-width:98%;
	max-width:98%;}
	aside.widget {
		margin: 0 auto 24px;
   		padding: 0;
    	max-width: 720px;
	}
	.three-col #secondary .widget {
		float:right;
	}	
	.contents-right {
		margin-right:2%
	}
	.contents-left {
		margin-left:2%
	}
	h2.tagline span {
		float:none;
		padding-left:0;
	}	
	.menu-footer-container {
		clear:both;
		width:100%;
	}
	div.gallery-icon {
		width:24.5% !important; 
	}

}


/* mobile menu and content styles */
@media screen and (max-width: 990px) {
	#site-navigation {
		position:absolute;
		top:0;
		left:0;	
	}
	.logo, .header-block {margin-top:46px;}
	.text-wrap {padding:0;}
}
@media screen and (max-width: 56.2em) {
	.site-branding {padding:0 0 8px;}
	.twocol, .text-block, .twocolleft, .twocolright {
		clear:both;
		width:99%;
		margin:0 0 12px 1%;
	}
	.flex-container.two, .flex-container.grid {display:block;}
	.excerpt {width:100%; margin-bottom:16px;}
	.grid-three {width:100%; padding:0;}
	.grid-three h2 {text-align:center;}
	.content-block {
		width:100%;	
	}
	.text-block {max-width:98%;}
	.contents-left, .contents-right {
		width:96%;
		margin:0 2%;
		float:left;
	}
	img.alignleft,img.alignright {
		float:none;
		margin:0 auto;
		display:block;	
	}
	.grid-two img.alignleft {float:left; margin:0; display:inline-block;}
	div.gallery-icon {
		width:32% !important; 
	}
}
@media screen and (max-width: 51em) {
	.flex-container {display:block; margin:12px 0;}
	.grid-two {flex:none; width: 96%; margin:12px 1%;}
	.link-info {float:left; margin-left:2%;}
}
@media screen and (max-width: 48em) {
	.logo {max-width:340px; float:none; display:block; margin:42px auto 6px;}
	.join {clear:none; margin-top:3px;}
	.header-block {clear:both; width:98%; margin: 0 1% 6px;}
	.text-wrap {max-width:96%;}
	#branding #searchform {float:left;}
	.header-social a img {
		max-width:30px;
	}
	a.subscribe {
		font-size:14px;
		padding:3px ;	
	}
	.grid-three h3 {font-size:18px;}
	.footer-menus {display:none;}
	.contact-block {width:90%;}
	#colophon a.top-button {
		display:block;
		font-weight:bold;
		text-align:center;
		background-color:#630237;
		color:#cfcdfc;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		font-size:16px;
		padding:3px 8px;
		margin:0 auto;
	}
	#colophon a.top-button:hover {
		background-color:#cfcdfc;
		color:#630237;
	}
	.footer-contact{
		float:left;
		width: 100%;
		min-width:100%;
		text-align:center;
		padding-top:8px;
	}
	.social {
		clear:both;
		float:none;	
		margin:0 auto;
		width:140px;
		display:block;
	}
	.social img {
		margin-left:0;
		margin-right:8px;
	}
}
@media screen and (max-width: 36.5em) {
	.header-block {width:300px; margin:0 auto; display:block; float:none;}
	.join {clear:both; display:block; float:left; margin:8px 0 8px 30px;}
}
@media screen and (max-width: 31em) {
	.logo {float:left;}
}
/*
 *
 * Base Print Styles, inline to save the HTTP request
 *
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
    .ir a:after { content: ""; }  /* Don't show links for images */
  a:after{content:" (" attr(href) ") ";font-size:12px;font-weight:normal;}	
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  body {font-size:12px;}
  .flexible {display:block;}
  .content, .sidebar, .text-wrap {width:100%; max-width:100%; clear:both;}
  #branding {display:none;}	
}