/* ‘An Anarchists Cookbook’: Index secondary stylesheet */

/* index design styles */
.blob_list {
	width: 100%;
	margin: 0em auto 2.5em 0em;
	font-size: 0.9em;
	color: mediumblue;
	text-align: left;
}
.blog_footer {
	margin: 2.5em 0.5em 0.5em 1.5em;
	font-family: blogAlt, serif;
	font-size: 0.9em;
	line-heighrt: 100%;
}
.blog_header {
	margin: 1em 1.2em 1em 1.2em;
}
.blog_intro {
	margin-top: 0em;
	margin-right: -0.5em;
	font-size: 0.85em;
}
.blog_section {
	width: 100%;
	margin: 2em auto 0em auto;
	padding: 0;
	font-size: 1.15em;
}
.blog_subsection {
	width: 100%;
	margin: 1em auto 0em auto;
	padding: 0;
	font-size: 1em;
}
.blog_spacer {
	display: inline-block;
	width: 2%;
	height: auto;
	margin: 0em;
	padding: 0.4em 0.2em 0.4em 0.2em;
	text-align: left;
	vertical-align: bottom;
	color: black;
	background: transparent;
	font-size: 0.9em;
	font-style: italic;
	line-height: 106%;
}
.blog_tab {
	display: inline-block;
	width: 8%;
	height: auto;
	margin: 0em 0.2em -0.05em 0em;
	padding: 0.2em 0.2em 0.3em 0.2em;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	text-align: center;
	vertical-align: bottom;
	color: midnightblue;
	background: lightsteelblue;
	border-style: solid;
	border-radius: 0.5em 0.5em 0em 0em;
	border-width: 2px 2px 1px 2px;
	border-color: dimgray;
}
.blogs_core {
	width: 100%;
	min-width: 640px;
}
.blogs_spacer {
	display: inline-block;
	width: 16%;
	height: auto;
	margin: 0em;
	padding: 0.4em;
	text-align: left;
	word-break: break-all;
	vertical-align: bottom;
	color: black;
	background: transparent;
	font-size: 1.05em;
	font-style: normal;
	line-height: 106%;
}
.blogs_tab {
	display: inline-block;
	width: 15%;
	height: auto;
	margin: 0em 0.2em -0.05em 0em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.97em;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	text-align: center;
	word-break: break-all;
	vertical-align: bottom;
	color: black;
	background: lightgrey;
	border-style: solid;
	border-radius: 0.5em 0.5em 0em 0em;
	border-width: 2px 2px 1px 2px;
	border-color: darkslategray;
}
.page_body {
	width: 100%;
	min-width: 640px;
	margin: 0;
	padding: 0.2em;
	font-family: blogMain, serif;
	font-size: 1.25em;
	font-weight: normal;
	color: black;
	text-align: left;
	vertical-align: top;
	background: mistyrose;
	border-style: solid;
	border-radius: 1em;
	border-width: 2px;
	border-color: darkred;
}
.page_content {
	width: 100%;
	max-width: 1024px;
	margin: 1.2em auto 1.5em auto;
	padding: 0;
}
.page_index {
	width: 92%;
	margin: 0em auto 0.5em auto;
	padding: 0.8em 1.2em 0.5em 1.2em;
	font-family: blogMain, serif;
	font-size: 1em;
	color: black;
	text-align: left;
	vertical-align: top;
	background: lavenderblush;
	border-style: solid;
	border-radius: 0.6em;
	border-width: 2px;
	border-color: brown;
}
.page_pretitle {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 1.25em;
	color: darkslategray;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	text-align: left;
}
.page_subtitle {
	margin-top: 0.3em;
	margin-bottom: 0em;
	font-size: 1.5em;
	color: darkred;
	font-weight: normal;
	font-style: normal;
	line-height: 130%;
	text-align: left;
}
.page_title {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 2.8em;
	color: crimson;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	text-align: left;
}
#index {
	font-size: 1.15em;
}
#tab_aacb {
	margin-bottom: -0.2em;
	font-family: blogMain, serif;
	font-size: 1.05em;
	font-weight: bold;
	background: mistyrose;
	border-color: black;
	border-style: solid solid none solid;
}


/* bookmarks styles */
.bookmarks_box {
	float: right;
	width: 50%;
	min-width: 320px;
	margin: 0em -0.4em 2em 2.5em;
	padding: 0.4em 0.6em 0.4em 0.6em;
	font-family: blogAlt, Palatino, Times, serif;
	font-size: 0.8em;
	color: #001f00;
	border-style: dotted;
	border-width: 1px;
	border-color: darkgreen;
	border-radius: 0.4em;
	background: ghostwhite;
}
.bookmarks_box_left {
	float: left;
	width: 50%;
	min-width: 320px;
	margin: 0em 0em 2.5em 0em;
	padding: 0.4em 0.6em 0.4em 0.6em;
	font-family: blogAlt, Palatino, Times, serif;
	font-size: 0.8em;
	color: #001f00;
	border-style: dotted;
	border-width: 1px;
	border-color: brown;
	border-radius: 0.4em;
	background: linen;
}
.bookmarks_help {
	font-family: blogAlt, Palatino, Times, serif;
	font-size: 1em;
	color: indigo;
	text-decoration: italic;
	text-indent: 0em;
}
.bookmarks_link {
	margin-top: 1em;
	margin-bottom: 1.5em;
	font-size: 0.7em;
	text-align: left;
	text-indent: 0em;
}
.bookmarks_list {
	margin-top: 0em;
	margin-bottom: 0.5em;
}
.bookmarks_ttl {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 1.15em;
	color: darkslategray;
}


/* copyright box */
.copyright {
	text-indent: 0em;
	line-height: 120%;
}
.copyright_box {
	float: right;
	width: 35%;
	min-width: 240px;
	margin: 0em -0.3em 2.5em 0em;
	padding: 0em;
	font-family: blogAlt, Palatino, Times, serif;
	font-size: 0.75em;
	color: darkslategray;
	text-align: right;
	border-style: none;
}
.copyright_logo {
	float: right;
	width: 120px;
	height: auto;
	margin: 0.5em 0em 0.2em 0.5em;
	border-style: none;
}


/* standard blog article styles */
article {
	overflow: auto;
	height: auto;
	margin: 0em -0.4em 1.2em -0.4em;
	padding: 0.4em 0.6em 0.3em 0.8em;
	font-family: blogMain, serif;
	font-size: 1em;
	color: black;
	line-height: 140%;
	background: mistyrose;
	border-style: solid;
	border-color: #2f0000;
	border-width: 1px;
	border-radius: 0.6em;
}
.blogabstract {
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-size: 0.85em;
	font-weight: normal;
	font-style: normal;
	color: black;
	line-height: 120%;
}
.blogdate {
	margin-top: 0em;
	margin-bottom: 0.2em;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	color: #1f1f1f;
	line-height: 120%;
	text-indent: 0em;
}
.blogextra {
	margin-top: 0em;
	margin-bottom: 0.2em;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: #2f2f2f;
	line-height: 110%;
	text-indent: 0em;
}
.blogimg {
	float: right;
	width: 35%;
	height: auto;
	margin: 0em 0em 1em 2em;
	padding: 0em;
	border-style: solid;
	border-color: #5f2f0f;
	border-width: 1px;
	border-radius: 0em; 
}
.blogimg_portrait {
	float: right;
	width: 20%;
	height: auto;
	margin: 0em 0em 1em 2em;
	padding: 0em;
	border-style: solid;
	border-color: dimgray;
	border-width: 1px;
	border-radius: 0em; 
}
.blogtitle {
	margin-top: 0em;
	margin-bottom: 0.3em;
	font-size: 1.25em;
	font-weight: normal;
	font-style: normal;
	color: black;
	line-height: 120%;
	text-indent: 0em;
}

