@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');

body
{
	margin:0;
	font-family:"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:29px;
	background-color:#bdbdc2;
}

a
{
	text-decoration: none;
	color: #007090;
}

a:hover
{
	text-decoration: underline;
}

h1 > a, h2 > a, h3 > a, h4 > a
{
	color: #000000;
}

h1,h2,h3,h4
{
	margin:0;
	line-height:180%
}

h1
{
	font-family:"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:24px;
	font-weight:700;
}

h2
{
	font-family:"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:22px;
	font-weight:700;
}

h3
{
	font-family:"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:18px;
	font-weight: bold;
}

h4
{
	font-family:"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:18px;
	font-weight:normal;
}

blockquote
{
	color: #505050;
	border-left: 2px solid #ccc;
	margin: 0 10px;
	padding: 10px 10px;
}

img
{
	max-width: 100%;
}

hr
{
	border: 0;
    height: 1px;
	color: #ccc;
	background-color: #ccc;
}

.centering
{
	margin:0 auto;
	min-width:360px;
	max-width:760px;
}

.masthead
{
	padding:5px 12%;
	margin:30px 0 0 0;
	color: #505050;
}

.masthead a
{
	color: #505050;
}

a.toplink
{
	display: block;
	margin:10px 0 0 15px;
	float: right;
	color: #505050;
}

.contents
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:18px;

	padding:12%;
	margin:30px 0 0 0;
	background-color:#ffffff;

	position: relative;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(200, 200, 200, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(200, 200, 200, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(200, 200, 200, 0.1);
}

.contents:before, .contents:after
{
	position: absolute;
	width: 40%;
	height: 10px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.contents:after
{
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

.toc
{
	font-family:"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
}

.toc h2
{
	margin-left: 20px;
}

.toc a.toclink, .toc span
{
	display:inline-block;
}

.toc a.toclink
{
	min-width: 220px;
}

.toc .date
{
	display: inline-block;
	vertical-align: baseline;
	text-align: right;
	min-width: 75px;
	margin-right: 25px;
	color: #505050;
	font-size: 13px;
}

.contents .postdate
{
	float: right;
	font-family:"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	margin-top: 0.8em;
	margin-left: 5px;
	color: #909090;
}

.readingShort, .readingMed, .readingLong
{
	padding: 0px 5px;
	margin-left: 15px;
	color: #707070;
	font-size: 75%;
	font-style: italic;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	display: block;
	float: right;
}

.readingShort
{
	color: #cccccc;
}

/*
.readingMed
{
	background-color: #ddffff;
}

.readingLong
{
	background-color: #ffffcc;
}
*/

.readingLong
{
	font-weight: bold;
}

.draft
{
	padding: 0 0 20px 0;
	color: #900000;
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size: 24px;
	font-weight: bold;
}

.permalink
{
	float: right;
	margin-top: 0.4em;
	margin-left: 5px;
}

.comments
{
	background-color: #ffffee;
}

.more
{
	margin: 12px 0 8px 0;
	font-size: 16px;
	text-align: center;
}

.postCategories
{
	font-family:"Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #505050;
	margin-top: 50px;
}

.footer
{
	margin: 12px 0;
	line-height:24px;
	color: #707070;
	text-align: center;
}
