/* 'An Anarchists Cookbook' Base Stylesheet */


/* bespoke fonts */
@font-face {
	font-family: blogMain;
	src: url("/blogs/includes/aac-Main.woff") format('woff'); /* Essays 1743 */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: blogMain;
	src: url("/blogs/includes/aac-Main-bold.woff") format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: blogMain;
	src: url("/blogs/includes/aac-Main-bold_italic.woff") format('woff');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: blogMain;
	src: url("/blogs/includes/aac-Main-italic.woff") format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: blogAlt;
	src: url("/blogs/includes/aac-Alt.woff") format('woff'); /* Orwell */
	font-weight: normal;
	font-style: normal;
}


/* generic element styles */
a:link, a:visited {
	color: darkblue;
	background: transparent;
	text-decoration: underline;
	text-decoration-style: dotted;
	border-style: none;
}
a:hover {
	background: lemonchiffon;
	text-decoration: underline;
	text-decoration-style: solid;
	border-style: none;
}
a:focus {
	color: white;
	background: black;
	text-decoration: underline;
	text-decoration-style: solid;
	border-style: dotted;
	border-width: 1px;
	border-color: gold;
}
a:link.blob, a:visited.blob {
	padding: 0.2em 0.4em 0.2em 0.4em;
	color: darkred;
	background: khaki;
	border-style: solid;
	border-color: darkred;
	border-width: 1px;
	border-radius: 0.6em;
}
a:hover.blob {
	border-style: solid;
	color: red;
	background: yellow;
	border-width: 2px;
	border-color: yellow;
}
a:focus.blob {
	border-style: solid;
	color: white;
	background: black;
	border-width: 2px;
	border-color: black;
}
a:link.os, a:visited.os {
	color: darkred;
	background: transparent;
}
a:hover.os {
	color: crimson;
	background: aliceblue;
}
a:focus.os {
	color: white;
	background: black;
}
a:link.self, a:visited.self {
	color: darkgreen;
	background: transparent;
}
a:hover.self {
	color: green;
	background: azure;
}
a:focus.self {
	color: white;
	background: black;
}
a:link.src, a:visited.src {
	color: darkmagenta;
	background: transparent;
}
a:hover.src {
	color: magenta;
	background: aliceblue;
}
a:focus.src {
	color: white;
	background: black;
}
body {
	background: darkslategray;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
dl {
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight: normal;
	font-style: normal;
	font-size: 1.15em;
	line-height: 133%;
}
em {
	font-family: blogAlt, Palatino, Times, serif;
	font-size: 105%;
}
em.main {
	font-family: blogMain, serif;
	font-size: 100%;
}
li {
	margin-top: 0.3em;
	margin-bottom: 0em;
}
li.pack {
	margin-top: 0em;
	margin-bottom: 0.2em;
}
li.pad {
	margin-top:0em;
	margin-bottom: 0.8em;
}
li.space {
	margin-top: 0em;
	margin-bottom: 1.2em;
}
ol {
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 133%;
}
p {
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-weight: normal;
	font-style: normal;
	line-height: 133%;
	text-indent: 1em;
}
p.quote {
	margin-top: 0em 1.5em 0.4em 1.5em;
	font-family: blogAlt, serif;
	font-weight: normal;
	font-style: normal;
	line-height: 125%;
	text-indent: 1em;
	color: #2f0000;
}
sup {
	vertical-align: 0.6em;
	line-height: 0;
	font-size: 0.6em;
}
sup.ref {
	vertical-align: 0.6em;
	line-height: 0;
	font-size: 0.6em;
	color: darkblue;
}
sub {
	font-size: 0.6em;
}
ul {
	margin-top: 0em;
	margin-bottom: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 125%;
}


/* blog standard intro */
.blog_contacts {
	width: 45%;
	min-width: 320px;
	margin: 2.5em auto 2.5em 0em;
	padding: 0em;
	font-family: blogAlt, Palatino, Times, serif;
	font-size: 0.9em;
	color: saddlebrown;
	line-height: 105%;
}
.blog_contacts_image {
	float: left;
	width: 210px;
	height: 30px;
	margin: 0.2em 0.5em 0.5em 0em;
	padding: 0em;
	border-style: none;
}
.blog_intro {
	float: right;
	width: 45%;
	min-width: 300px
	margin: 1em 0em 2em 2.5em;
	padding: 0.2em 0.5em 0.1em 0.4em;
	font-family: blogAlt, Palatino, Times, serif;
	font-size: 1em;
	color: #002f00;
	background: seashell;
	text-align: right;
	border-style: dotted;
	border-radius: 0.5em;
	border-color: saddlebrown;
	border-width: 1px;
}
.blog_intro_graphic {
	float: right;
	width: 35%;
	min-width: 120px;
	margin: 0.2em 0em 0.5em 0.8em;
	padding: 0em;
	border-style: none;
}
.blog_intro_image {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin: 0em auto 0em auto;
	padding: 0em;
	border-style: solid;
	border-color: darkred;
	border-width: 1px;
	border-radius: 0.4em;
}
.blog_intro_ttl {
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 110%;
}
.blog_intro_text {
	margin-top: 0em;
	margin-bottom: 0.2em;
	font-size: 0.85em;
	font-weight: normal;
	font-style: normal;
	line-height: 110%;
}


/* reference asides styles */
.aside {
	float: right;
	width: 120px;
	margin: 0.5em -3em 1em 1.5em;
	padding: 0.2em 0.5em 0.4em 0.5em;
	color: #002f00;
	font-family: blogAlt, serif;
	font-size: 0.8em;
	background: ghostwhite;
	text-align: center;
	line-height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #2f001f;
	border-radius: 0.3em;
}
.aside_embed {
	float: none;
	width: 100%;
	margin: 0em auto 1em auto;
	padding: 0.2em 0.5em 0.4em 0.5em;
	color: #002f00;
	font-family: blogAlt, serif;
	font-size: 0.8em;
	background: ghostwhite;
	text-align: center;
	line-height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #2f001f;
	border-radius: 0.3em;
}
.aside_group {
	float: right;
	width: 120px;
	margin: 1.5em -1.5em 1em 1.5em;
	padding: 0em;
	color: black;
	background: transparent;
	text-align: center;
	border-style: none;
}
.aside_group_side {
	float: right;
	width: 120px;
	margin: 1.5em -5em 1em 2em;
	padding: 0em;
	color: black;
	background: transparent;
	text-align: center;
	border-style: none;
}
.aside_left {
	float: left;
	width: 120px;
	margin: 0.5em 2.5em 1em -3em;
	padding: 0.2em 0.5em 0.4em 0.5em;
	color: #002f00;
	font-family: blogAlt, serif;
	font-size: 0.8em;
	background: ghostwhite;
	text-align: center;
	line-height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #2f001f;
	border-radius: 0.3em;
}
.aside_left_group {
	float: left;
	width: 120px;
	margin: 1.5em 2.5em 1em -2.5em;
	padding: 0em;
	color: black;
	background: transparent;
	text-align: center;
	border-style: none;
}
.aside_left_group_side {
	float: left;
	width: 120px;
	margin: 1.5em 2.5em 1em -6em;
	padding: 0em;
	color: black;
	background: transparent;
	text-align: center;
	border-style: none;
}
.aside_left_side {
	float: left;
	width: 120px;
	margin: 0.5em 2.5em 1em -7em;
	padding: 0.2em 0.5em 0.4em 0.5em;
	color: #002f00;
	font-family: blogAlt, serif;
	font-size: 0.8em;
	background: ghostwhite;
	text-align: center;
	line-height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #2f001f;
	border-radius: 0.4em;
}
.aside_side {
	float: right;
	width: 120px;
	margin: 0.5em -7em 1em 1.5em;
	padding: 0.2em 0.5em 0.4em 0.5em;
	color: #002f00;
	font-family: blogAlt, serif;
	font-size: 0.8em;
	background: ghostwhite;
	text-align: center;
	line-height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #2f001f;
	border-radius: 0.4em;
}


/* generic content styles */
.big {
	font-size: 125%;
	color: indigo;
}
.boxtitle {
	text-align: center;
	color: darkblue;
	font-size: 1.3em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-family: blogMain, serif;
	font-weight: normal;
	font-style: normal;
	text-indent: 0em;
}
.caption {
	font-family: blogAlt, Palatino, Times, serif;
	font-size: 0.95em;
	font-weight: normal;
	font-style: normal;
	color: saddlebrown;
	line-height: 110%;
	text-align: center;
	text-indent: 0em;
}
.centre {
	text-indent: 0em;
	text-align: center;
}
.coda {
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 110%;
	font-weight: bold;
	color: #2f002f;
	line-height: 135%;
}
.heading {
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
	color: darkred;
	line-height: 120%;
	text-align: left;
}
.image_border {
	margin: 0em auto 0em auto;
	padding: 0em;
	border-style: solid;
	border-color: darkred;
	border-width: 1px;
}
.image_left_border {
	float: left;
	margin: 0.5em 2.5em 1.5em 0em;
	padding: 0em;
	border-style: solid;
	border-color: darkred;
	border-width: 1px;
}
.image_left {
	float: left;
	margin: 0.5em 2.5em 1.5em 0em;
	padding: 0em;
	border-style: none;
}
.image_none {
	border-style: none;
	margin: 0em auto 0em auto;
}
.image_right_border {
	float: right;
	margin: 0.5em 0em 1.5em 2.5em;
	padding: 0em;
	border-style: solid;
	border-color: darkred;
	border-width: 1px;
}
.image_right {
	float: right;
	margin: 0.5em 0em 1.5em 2.5em;
	padding: 0em;
	border-style: none;
}
.image_scaled_border {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin: 0em auto 0em auto;
	padding: 0em;
	border-style: solid;
	border-color: darkred;
	border-width: 1px;
}
.image_scaled_none {
	width: 100%;
	height: auto;
	object-fit: cover;
	margin: 0em auto 0em auto;
	padding: 0em;
	border-style: none;
}
.intro {
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-size: 110%;
	font-weight: bold;
	line-height: 135%;
	text-indent: 0em;
	color: #002f00;
}
.introduction {
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-size: 110%;
	line-height: 135%;
	text-indent: 0em;
	color: #3f002f;
}
.large {
	font-size: 110%;
}
.left {
	float: left;
	margin: 1em 3em 2em 0em;
	padding: 0.6em 1.2em 0.8em 1.2em;
	text-align: left;
	background: transparent;
	border-style: dotted;
	border-color: darkred;
	border-width: 1px;
	border-radius: 0.67em; 
}
.left_none {
	float: left;
	margin: 1em 3em 2em 0em;
	padding: 0em;
	background: transparent;
	text-align: left;
	border-style: none;
}
.mini {
	font-size: 75%;
}
.mono {
	font-family: "Lucida Console", Monaco, monospace;
}
.ni {
	text-indent: 0em;
}
.quote {
	margin-top: -0.2em;
	margin-bottom: 0.8em;
	font-family: blogAlt, Palatino, "Times", serif;
	font-size: 108%;
}
.quotesrc {
	margin-top: -0.6em;
	margin-bottom: 1.2em;
	font-family: blogMain, serif;
	font-style: normal;
	font-size: 0.8em;
	text-align: right;
}
.right {
	float: right;
	margin: 1em 0em 2em 3em;
	padding: 0.6em 1.2em 0.8em 1.2em;
	text-align: right;
	background: transparent;
	border-style: dotted;
	border-color: darkred;
	border-width: 1px;
	border-radius: 0.67em; 
}
.right_none {
	float: right;
	margin: 1em 0em 2em 3em;
	padding: 0em;
	background: transparent;
	text-align: right;
	border-style: none;
}
.small {
	font-size: 90%;
}
.subheading {
	margin-top: 1.8em;
	margin-bottom: 0.3em;
	font-size: 1.15em;
	font-weight: normal;
	font-style: normal;
	color: saddlebrown;
	line-height: 120%;
	text-align: left;
}
.summary {
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 110%;
	color: #002f1f;
	line-height: 135%;
}
.textbox {
	float: right;
	margin: 1em 0em 1.5em 2.5em;
	padding: 0.8em 1.2em 0.8em 1.2em;
	color: #2f0000;
	font-size: 1em;
	background: oldlace;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: brown;
	border-radius: 0.5em;
}
.ud {
	text-decoration: underline;
	text-decoration-style: dotted;
}
.ul {
	text-decoration: underline;
	text-decoration-style: solid;
}
.url {
	font-family: "Lucida Console", Monaco, monospace;
	color: darkslategray;
}

