/*! CJCid print
    Author: Chris Cid
    URI: www.cjcid.com
—————————————————————— */

.main-navigation { display: none; }
.inner,
article,
.items-navigation a[href]::after { display: block; }
.footer small { border-top: none; }
.anchor::before { content: none; }

html,
body { background: none !important; }
html,
body,
.logo[href]::before { color: black; }
html { font-size: 16pt; }

article hgroup,
article footer,
article h1,
article h2,
article h3,
article h4,
article h5,
article h6,
article ul,
article ol,
article li,
article a,
article figure,
article pre { page-break-inside: avoid; }
article pre { white-space: normal; }

.logo[href],
article a[href] { text-decoration: none; }
.logo[href]::before,
.logo[href]::after { display: inline-block; margin-top: .75cm; }
.logo[href]::before { content: 'Chris Cid ⁂ CJCid '; font-size: 14pt; }
.logo[href]::after { content: 'www.cjcid.com'; font-size: 12pt; }
article a[href^='http']::after { content: attr(href); font-size: 7pt; }
.logo[href]::after,
article a[href]::after {
	margin-right: .25cm; margin-left: .15cm;
	font-family: 'Libertine Mono', Menlo, Monaco, 'Andale Mono', Consolas, 'Lucida Console', 'Courier New', Courier, monospace, monospace;
	font-feature-settings: normal; text-transform: none;
	color: #004c98;
}

.logo { position: static; width: 98vw; }
.header { height: 2.5cm; }
.logo-cjcid { float: left; margin-right: .5cm; width: 2.1cm; height: 2.1cm; }
main { padding-top: 1cm; }
.full-width,
.full-width img,
.full-width figcaption { min-width: 100%; width: 100%; }
.full-width figcaption { padding: 0; }
article .column,
article footer { margin-left: 2.5cm; }
article footer { margin-top: 1.5cm; }