@import url(font-awesome.min.css);
/* @import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900"); */

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		word-break: break-all;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

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

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}


/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	body {
		/* background: #f4f4f4; */
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body, input, select, textarea,
	#sidebar .mini-post {
		color: #402020;
		font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		/*
		*/
		font-size: 10pt;
		line-height: /*1.75*/2.0;
	}
	
	body #sidebar {
		color:#FFFFFF;
		text-shadow: none;
		}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 10pt;
			}

		}

		@media screen and (max-width: 1024px) {

			body, input, select, textarea {
				font-size: 10pt;
			}

		}

		@media screen and (max-width: 980px) {

			body, input, select, textarea {
				font-size: 10pt;
			}

		}

		@media screen and (max-width: 736px) {

			body, input, select, textarea {
				font-size: 10pt;
			}

		}

		@media screen and (max-width: 480px) {

			body, input, select, textarea {
				font-size: 10pt;
			}

		}

	a,
	#sidebar .mini-post a {
		-moz-transition: color 0.4s ease, border-bottom-color 0.4s ease;
		-webkit-transition: color 0.4s ease, border-bottom-color 0.4s ease;
		-ms-transition: color 0.4s ease, border-bottom-color 0.4s ease;
		transition: color 0.4s ease, border-bottom-color 0.4s ease;
		border-bottom: solid 2px rgba(128, 0, 0, 0.1);
		/* color: inherit; */
		color:  #800000;
		text-decoration: none;
	}

		a:before,
		#sidebar .mini-post a:before {
			-moz-transition: color 0.4s ease;
			-webkit-transition: color 0.4s ease;
			-ms-transition: color 0.4s ease;
			transition: color 0.4s ease;
		}

		a:hover,
		#sidebar .mini-post a:hover {
			border-bottom-color: transparent;
			color: #AC1920 !important;
		}

			a:hover:before,
			#sidebar .mini-post a:hover:before {
				color: #AC1920 !important;
			}
			
	#sidebar a {
		color:  #D8D8D8;
		text-decoration: none;
	}

		#sidebar a:hover {
			border-bottom-color: transparent;
			color: #FFFFFF !important;
		}

			#sidebar a:hover:before {
				color: #FFFFFF !important;
			}

	strong, b {
		color: #3c3b3b;
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		letter-spacing: 0.25em;
		line-height: 1.65;
		margin: 0 0 1em 0;
		text-transform: uppercase;
		font-family: 'Times New Roman', '游明朝' , YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;

	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			border-bottom: 0;
		}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.25em;
	}

	h4 {
		font-size: 1.0em;
	}

	h5 {
		font-size: 0.75em;
	}

	h6 {
		font-size: 0.7em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px rgba(160, 160, 160, 0.3);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(160, 160, 160, 0.075);
		border: solid 1px rgba(160, 160, 160, 0.3);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(160, 160, 160, 0.3);
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}

/* Author */

	.author {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: -moz-flex-end;
		-webkit-justify-content: -webkit-flex-end;
		-ms-justify-content: -ms-flex-end;
		justify-content: flex-end;
		border-bottom: 0;
		font-size: 0.6em;
		font-weight: 400;
		letter-spacing: 0.25em;
		text-transform: uppercase;
		white-space: nowrap;
	}

		.author .name {
			-moz-transition: border-bottom-color 0.4s ease;
			-webkit-transition: border-bottom-color 0.4s ease;
			-ms-transition: border-bottom-color 0.4s ease;
			transition: border-bottom-color 0.4s ease;
			border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
			display: block;
			margin: 0 1.5em 0 0;
		}

		.author img {
			border-radius: 100%;
			display: block;
			width: 4em;
		}

		.author:hover .name {
			border-bottom-color: transparent;
		}

/* Blurb */

	.blurb h2 {
		font-size: 1.2em;
		margin: 0 0 1.5em 0;
	}

	.blurb h3 {
		font-size: 1.0em;
	}

	.blurb p {
		font-size: 0.9em;
	}






/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
			color:#AC1920 !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.suffix:before {
			float: right;
		}



/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(160, 160, 160, 0.3);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li > * {
					text-decoration: none;
					border: 0;
				}

					ul.icons li > *:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					ul.icons li > * .label {
						display: none;
					}



	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 700;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

/* Mini Post */

	.mini-post {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		/*background: #ffffff;
		border: solid 1px rgba(160, 160, 160, 0.3);*/
		margin: -1em -1em 1em -1em;
		padding:0.9em;
	}

		.mini-post .image {
			overflow: hidden;
			width: 100%;
		}

			.mini-post .image img {
				-moz-transition: -moz-transform 0.4s ease-out;
				-webkit-transition: -webkit-transform 0.4s ease-out;
				-ms-transition: -ms-transform 0.4s ease-out;
				transition: transform 0.4s ease-out;
				width: 100%;
			}

			.mini-post .image:hover img {
				-moz-transform: scale(1.05);
				-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
			}

		.mini-post header {
			padding: 1.25em 4.25em 0.1em 1.25em ;
			min-height: 4em;
			position: relative;
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
		}

			.mini-post header h3 {
				font-size: 0.9em;
			}

			.mini-post header .published {
				display: block;
				font-family: 'Hiragino Mincho ProN';
				font-size: 0.75em;
				font-weight: 400;
				letter-spacing: 0.25em;
				margin: -0.625em 0 1.7em 0;
				text-transform: uppercase;
			}

			.mini-post header .author {
				position: absolute;
				right: 2em;
				top: 2em;
			}

	.mini-posts {
		margin: 0 0 2em 0;
	}

		@media screen and (max-width: 1024px) {

			.mini-posts {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-flex-wrap: wrap;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				/*
				width: calc(100% + 2em); */
			}

				.mini-posts > * {
					margin: 2em 2em 0 0;
					width: calc(50% - 2em);
				}

				.mini-posts > :nth-child(-n + 2) {
					margin-top: 0;
				}

		}

		@media screen and (max-width: 480px) {

			.mini-posts {
				display: block;
				width: 100%;
			}

				.mini-posts > * {
					margin: 0 0 2em 0;
					width: 100%;
				}

		}

/* Post */

	.post {
		padding: 4em 4em 2em 4em ;
		background: #ffffff;
		margin: 0 0 3em 0;
		position: relative;
	}

		.post header {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			border-bottom: solid 1px rgba(160, 160, 160, 0.3);
			left: -3em;
			margin: -3em 0 3em 0;
			position: relative;
			width: calc(100% + 6em);
		}

			.post header .title {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-ms-flex: 1;
				padding: 3.75em 3em 3.3em 3em;
			}

				.post header .title h2 {
					font-weight:bold;
					font-size: 2em;
					line-height:2em;
				}
				.post header .title h2 span {
						display:none;
						}

				.post header .title > :last-child {
					margin-bottom: 0;
				}

			.post header .meta {
				padding: 3.75em 3em 1.75em 3em ;
				/*border-left: solid 1px rgba(160, 160, 160, 0.3);*/
				min-width: 17em;
				text-align: center;
				width: 17em;
			}

				.post header .meta > * {
					margin: 0 0 1em 0;
				}

				.post header .meta > :last-child {
					margin-bottom: 0;
				}

				.post header .meta .published {
					color: #3c3b3b;
					display: block;
					font-size: 0.7em;
					letter-spacing: 0.25em;
					margin-top: 0.5em;
					text-transform: uppercase;
					white-space: nowrap;
				}

		.post .image.featured {
			overflow: hidden;
		}
		.post .image.featured.fit {
			width:100%;
			height:60px;
		}

			.post .image.featured img {
				-moz-transition: -moz-transform 0.4s ease-out;
				-webkit-transition: -webkit-transform 0.4s ease-out;
				-ms-transition: -ms-transform 0.4s ease-out;
				transition: transform 0.4s ease-out;
			}

			.post .image.featured:hover img {
				-moz-transform: scale(1.05);
				-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
			}

		.post footer {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
		}

			.post footer .actions {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
			}

			.post footer .stats {
				cursor: default;
				list-style: none;
				padding: 0;
			}

				.post footer .stats li {
					border-left: solid 1px rgba(160, 160, 160, 0.3);
					display: inline-block;
					font-size: 0.6em;
					font-weight: 400;
					letter-spacing: 0.25em;
					line-height: 1;
					margin: 0 0 0 2em;
					padding: 0 0 0 2em;
					text-transform: uppercase;
				}

					.post footer .stats li:first-child {
						border-left: 0;
						margin-left: 0;
						padding-left: 0;
					}

					.post footer .stats li .icon {
						border-bottom: 0;
					}

						.post footer .stats li .icon:before {
							color: rgba(160, 160, 160, 0.3);
							margin-right: 0.75em;
						}

		@media screen and (max-width: 980px) {

			.post {
				border-left: 0;
				border-right: 0;
				/*
				left: -3em;
				width: calc(100% + (3em * 2)); */
			}

				.post header {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					padding: 3.75em 3em 1.25em 3em ;
					border-left: 0;
				}

					.post header .title {
						-ms-flex: 0 1 auto;
						margin: 0 0 2em 0;
						padding: 0;
						text-align: center;
					}
					

					.post header .meta {
						-moz-align-items: center;
						-webkit-align-items: center;
						-ms-align-items: center;
						align-items: center;
						display: -moz-flex;
						display: -webkit-flex;
						display: -ms-flex;
						display: flex;
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						border-left: 0;
						margin: 0 0 2em 0;
						padding-top: 0;
						padding: 0;
						text-align: left;
						width: 100%;
					}

						.post header .meta > * {
							border-left: solid 1px rgba(160, 160, 160, 0.3);
							margin-left: 2em;
							padding-left: 2em;
						}

						.post header .meta > :first-child {
							border-left: 0;
							margin-left: 0;
							padding-left: 0;
						}

						.post header .meta .published {
							margin-bottom: 0;
							margin-top: 0;
						}

						.post header .meta .author {
							-moz-flex-direction: row-reverse;
							-webkit-flex-direction: row-reverse;
							-ms-flex-direction: row-reverse;
							flex-direction: row-reverse;
							margin-bottom: 0;
						}

							.post header .meta .author .name {
								margin: 0 0 0 1.5em;
							}

							.post header .meta .author img {
								width: 3.5em;
							}

		}

		@media screen and (max-width: 736px) {

			.post {
				padding: 3em 3em 0.1em 3em ;
				left: -1.5em;
				margin: 0 0 2em 0;
				width: calc(100% + (1.5em * 2));
			}

				.post header {
					padding: 3em 1.5em 0.5em 1.5em ;
					left: -1.5em;
					margin: -1.5em 0 1.5em 0;
					width: calc(100% + 3em);
				}

					.post header .title h2 {
						font-size: 1.5em;
						line-height:2em;
					}

		}

		@media screen and (max-width: 480px) {
			.post {
				padding: 2em 2em 1em 2em ;
				}
			.post header {
				padding: 2em 1em 0 1em;
				}
			.post header .title {
				padding: 0 1em 0 1em;
				margin-bottom:1.5em;
				}
				.post header .title h2 span {
						display:inline !important;
						}
			.post header .meta {
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				.post header .meta > * {
					border-left: 0;
					margin: 0.5em 0 0 0;
					padding:0 0 0 0;
				}

				.post header .meta .author .name {
					display: none;
				}

			.post .image.featured {
				/*
				margin-left: -1.5em;
				margin-top: calc(-1.5em - 1px);
				width: calc(100% + 3em);
				*/
			}

			.post footer {
				-moz-align-items: stretch;
				-webkit-align-items: stretch;
				-ms-align-items: stretch;
				align-items: stretch;
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

				.post footer .stats {
					text-align: center;
				}

					.post footer .stats li {
						margin: 0 0 0 1.25em;
						padding: 0 0 0 1.25em;
					}

		}

/* Section/Article */

	.special {
		text-align: center;
	}
	.special p {
		font-size:2em;
		font-weight:bold;
	}

	header p {
		font-size: 0.9em;
		letter-spacing: 0.25em;
		line-height: 1.5;
		margin-top: -2em;
		text-transform: uppercase;
	}


/* Header */

	body {
		padding-top: 4.5em;
	}

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		/*background-color: #ffffff;*/
		/*border-bottom: solid 1px rgba(160, 160, 160, 0.3);*/
		height:  3.5em;
		left: 0;
		line-height:  3.5em;
		/*padding-bottom:1.0em;*/
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
	}

		#header .global {
				display: none;
			}

		#header a {
			color: inherit;
			text-decoration: none;
		}
		
		#header i { color:#AC1920; padding-right:2em; }


		#header ul {
			list-style: none;
			margin: 0;
			padding-left: 0;
		}

			#header ul li {
				display: inline-block;
				padding-left: 0;
			}

		#header h1 {
			height: 3.5em;
			line-height: inherit;
			padding: 0 0 0 1.5em;
			white-space: nowrap;
		}
		#header nav {
			height: 3.5em;
			}

			#header h1 a {
				font-size: 0.9em;
			}

		#header .links {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			border-left: solid 1px rgba(160, 160, 160, 0.3);
			height: 3.5em;
			line-height: inherit;
			margin-left: 1.5em;
			overflow: hidden;
			padding-left: 1.5em;
		}

			#header .links ul li {
				border-left: solid 1px rgba(160, 160, 160, 0.3);
				line-height: 1;
				margin-left: 1em;
				padding-left: 1em;
			}

				#header .links ul li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#header .links ul li a {
					border-bottom: 0;
					font-size: 0.9em;
					letter-spacing: 0.25em;
					text-transform: uppercase;
				}

		#header .main {
			height: 3.5em;
			line-height: inherit;
			text-align: right;
			color: #AC1920;
		}
		#header .global {
			height: inherit;
			line-height: inherit;
			text-align: left;
		}

			#header .main ul, #header .blobal ul {
				height: inherit;
				line-height: inherit;
			}

				#header .main ul li {
					border-left: solid 1px rgba(160, 160, 160, 0.3);
					height: 3.5em;
					line-height: inherit;
					white-space: nowrap;
				}
				#header .global ul li {
					border-right: solid 1px rgba(160, 160, 160, 0.3);
					height: 3.5em;
					line-height: inherit;
					white-space: nowrap;
				}

					#header .main ul li > * {
						display: block;
						float: left;
					}
					#header .global ul li > * {
						display: block;
						float: right;
					}

					#header .main ul li > a, #header .global ul li > a {
						text-decoration: none;
						border-bottom: 0;
						color: #AC1920;
						overflow: hidden;
						position: relative;
						text-indent: 4em;
						width: 4em;
					}

						#header .main ul li > a:before, #header .global ul li > a:before {
							-moz-osx-font-smoothing: grayscale;
							-webkit-font-smoothing: antialiased;
							font-family: FontAwesome;
							font-style: normal;
							font-weight: normal;
							text-transform: none !important;
						}

						#header .main ul li > a:before {
							display: block;
							height: inherit;
							left: 0;
							line-height: inherit;
							position: absolute;
							text-align: center;
							text-indent: 0;
							top: 0;
							width: inherit;
						}
						#header .global ul li > a:before {
							display: block;
							height: inherit;
							right: 0;
							line-height: inherit;
							position: absolute;
							text-align: center;
							text-indent: 0;
							top: 0;
							width: inherit;
						}

		#header form {
			margin: 0;
		}

			#header form input {
				display: inline-block;
				height: 2.5em;
				position: relative;
				top: -2px;
				vertical-align: middle;
			}

		#header #search {
			-moz-transition: all 1.0s ease;
			-webkit-transition: all 1.0s ease;
			-ms-transition: all 1.0s ease;
			transition: all 1.0s ease;
			max-width: 0;
			opacity: 0;
			overflow: hidden;
			padding: 0;
			white-space: nowrap;
		}

			#header #search input {
				width: 12em;
			}

			#header #search.visible {
				max-width: 12.5em;
				opacity: 1;
				padding: 0 0.5em 0 0;
			}

		@media screen and (max-width: 980px) {

			#header .links {
				display: none;
			}
			#header .global {
				display: block;
			}
			#header .main .search {
				display: none;
			}


		}

		@media screen and (max-width: 736px) {

			#header {
				height: 3.5em;
				line-height:  3.5em;
			}

				#header h1 {
					padding: 0 0 0 1em;
				}

				
		}

/* Wrapper */

	#wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-moz-transition: opacity 1.0s ease;
		-webkit-transition: opacity 1.0s ease;
		-ms-transition: opacity 1.0s ease;
		transition: opacity 1.0s ease;
		margin: 0 auto;
		max-width: 100%;
		opacity: 1;
		padding: 3.5em;
		width: 120em;
	}

		body.is-menu-visible #wrapper {
			opacity: 0.15;
		}
		body.is-book-visible #wrapper {
			opacity: 0.15;
		}

		@media screen and (max-width: 1680px) {

			#wrapper {
				padding: 0 3em;
			}

		}

		@media screen and (max-width: 1024px) {

			#wrapper {
				display: block;
				
			}

		}

		@media screen and (max-width: 736px) {

			#wrapper {
				padding: 1.5em;
			}

		}

/* Main */

	#main {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-ms-flex: 1;
		width: 100%;
	}

/* Sidebar */

	#sidebar {
		margin-right: 3em;
		min-width: 22em;
		width: 22em;
	}

		#sidebar > * {
			/*border-top: solid 1px rgba(160, 160, 160, 0.3);*/
			margin: 3em 0 0 0;
			padding: 3em 0 0 0;
		}
		#sidebar > :first-child {

			margin-top: 0;
			padding-top: 0;
		}

		@media screen and (max-width: 1024px) {

			#sidebar {
				/*border-top: solid 1px rgba(160, 160, 160, 0.3);*/
				margin: 0 0 0 0;
				min-width: 0;
				padding: 0 0 0 0;
				width: 100%;
			}

		}

/* Intro */

	#intro .logo {
		border-bottom: 0;
		display: inline-block;
		margin: 3em 0 1.5em 0;
		overflow: hidden;
		position: relative;
		width: 9em;
	}

		#intro .logo img {
			display: block;
			margin-left: 0;
			width: 9.0em;
		}

	#intro header h1 {
		font-size: 1.5em;
		line-height:2.5em;
		color:#FFFFFF;
		text-shadow:none;
	}

	#intro header p {
		font-size: 0.9em;
		color:#FFFFFF;
		text-shadow:none;
	}

	@media screen and (max-width: 1024px) {

		#intro {
			margin: 0 0 3em 0;
			text-align: center;
		}

			#intro header h1 {
				font-size: 1.5em;
			}

			#intro header p {
				font-size: 0.9em;
			}

	}

	@media screen and (max-width: 736px) {

		#intro {
			margin: 0 0 1em 0;
			padding: 0 0;
		}
		
			#intro .logo {
				margin: 0;
				width: 6em;
			}
			#intro .logo img {
				width: 6em;
				}

			#intro > :last-child {
				margin-bottom: 0;
			}

			#intro .logo {
				margin: 0 0 0 0;
			}

			#intro header h1 {
				font-size: 1.25em;
			}

			#intro header > :last-child {
				margin-bottom: 0;
			}

	}

/* Footer */

	#footer .icons {
	}

	#footer .copyright {
		font-size: 0.75em;
		letter-spacing: 0.25em;
		text-transform: uppercase;
	}

/* Book */

	#book {
		-moz-transform: translateX(25em);
		-webkit-transform: translateX(25em);
		-ms-transform: translateX(25em);
		transform: translateX(25em);
		-moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		/*background: #FFFFFF;
		border-left: solid 1px rgba(160, 160, 160, 0.3);
		box-shadow: none;*/
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 25em;
		z-index: 10002;
	}
	
	#menu {
		-moz-transform: translateX(-25em);
		-webkit-transform: translateX(-25em);
		-ms-transform: translateX(-25em);
		transform: translateX(-25em);
		-moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		/*background: #ffffff;
		border-right: solid 1px rgba(160, 160, 160, 0.3);
		box-shadow: none;*/
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		position: fixed;
		left: 0;
		top: 0;
		visibility: hidden;
		width: 25em;
		z-index: 10002;
	}
	
	#book i, #menu i { color:#AC1920; padding-right:2em; }

		#book > *, #menu > * {
			/*border-top: solid 1px rgba(160, 160, 160, 0.3);*/
		}

			#book > * > :last-child, #menu > * > :last-child {
				margin-bottom: 0;
			}

		#book > :first-child, #menu > :first-child {
			border-top: 0;
		}

		#book .links, #menu .links {
			list-style: none;
			padding: 0;
		}

			#book .links > li, #menu .links > li {
				border: 0;
				border-top: dotted 1px rgba(160, 160, 160, 0.3);
				margin: 1.0em 0 0 0;
				padding: 1.0em 0 0 0;
			}

				#book .links > li a, #menu .links > li a {
					display: block;
					border-bottom: 0;
				}

					#book .links > li a h3, #menu .links > li a h3 {
						-moz-transition: color 0.4s ease;
						-webkit-transition: color 0.4s ease;
						-ms-transition: color 0.4s ease;
						transition: color 0.4s ease;
						font-size: 1.2em;
						font-weight:bold;
					}

					#book .links > li a p, #menu .links > li a p {
						font-size: 0.9em;
						letter-spacing: 0.15em;
						margin-bottom: 0;
						text-decoration: none;
						text-transform: uppercase;
					}

					#book .links > li a:hover h3, #menu .links > li a:hover h3 {
						color: #AC1920;
					}

				#book .links > li:first-child, #menu .links > li:first-child {
					border-top: 0;
					margin-top: 0;
					padding-top: 0;
				}
				
				.space { height:50%; }

		body.is-book-visible #book, body.is-menu-visible #menu {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			visibility: visible;
		}

		@media screen and (max-width: 736px) {

			#book > *, #menu > * {
				padding: 0.5em;
			}

		}