@import        url("pygments.css");

body {
	font-family: Times, Times New Roman, serif;
}

h1, h2, h3,
h4, h5, h6 {
	font-weight: bold;
}

h1 {
  margin-block: 0.67em;
  font-size: 2em;
}

h1 a, h2 a,
h3 a, h4 a,
h5 a, h6 a {
	color: inherit;
	text-decoration: inherit;
}

h1 a:hover, h2 a:hover,
h3 a:hover, h4 a:hover,
h5 a:hover, h6 a:hover {
	text-decoration: inherit;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

img, table, pre {
	margin: 1em .5em;
	padding: .25em;
	border: thin solid silver;
	overflow: auto;
}

figure {
	display: block;
	margin: 1em auto;
	border: thin solid silver;
	text-align: center;
	font-size: .9em;
}

figure img {
	margin: .1em;
	padding: .1em;
	border: none;
	max-width: 100%;
	overflow: auto;
}

pre {
	margin: 1em .5em;
	padding: .75em;
	border: 1px solid silver;
	background: #111111;
	color: #ffffff;

	font-family: monospace;
	line-height: 1.15em;

	overflow: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-radius: 4px;
}

table th {
	font-weight: bolder;
	margin: .6em .5em;
}

table td {
	margin: .4em .5em;
}

table th,
table td {
	border: thin solid silver;
}

table tr {
	border: thin solid silver;
}



/******************************************************************************/
/*                              Specific Styles                               */
/******************************************************************************/


.page-head h1 {
	margin: .7em auto;

	font-size: 2.8em;
	text-align: center;
}

.widget ul li {
	margin: .1em .4em;

	text-decoration: none;
}

.page-content #page-title {
	font-size: .9em;
}


.page-content .post {
	clear: both;
	margin: 1em 0 3em 0;
}


.post .post-header {
	margin: 0;
	padding: .1em;
}


.post .post-header time {
	margin: 0;
	padding: 0;

	font-size: .7em;
	line-height: 1em;
}


.post .post-header h1 {
	margin: 0;
	padding: 0;

	border-bottom: thin solid silver;

	font-size: 1.5em;
	font-weight: bolder;
	font-style: normal;
	line-height: 1em;
}

.post .post-header h1:hover {
	border-bottom: thin solid #333;
}

.post .post-header .meta {
	font-size: .9em;
	text-decoration: none;
}


.post .post-content {
	clear: both;
	margin: 0;
	padding: .5em .1em;
}


.post .post-footer {
	clear: both;
	margin: 0;
	padding: .1em;

}


.post .post-footer .readmore {
	font-size: 0.8em;
	text-decoration: none;
}


.page-footer p {
	display: block;
	width: 60%;

	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#pagination {
	display: block;
	clear: both;
	text-align: center;
}



/******************************************************************************/
/*                                    Misc                                    */
/******************************************************************************/

// GitHub button

@media screen and (min-width: 800px) {
	#github-link {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 100px;
		background-image: url("../img/corner.png");
		margin: 0;
		border: none;
		text-decoration: none;
		color: transparent;
		font-size: 0;
	}
}

// Tag list

ul#tagslist {
	display: block;
	width: 75%;
	margin: 1em auto;
	list-style-type: none;
}

ul#tagslist li {
	display: inline-block;
	list-style-type: none;
	margin: .5em .2em;
	transition: transform 1s ease 0s;
	-o-transition: -o-transform 1s ease 0s;
	-ms-transition: -ms-transform 1s ease 0s;
	-moz-transition: -moz-transform 1s ease 0s;
	-webkit-transition: -webkit-transform 1s ease 0s;
}



ul#tagslist li:hover {
	transform: rotate(0deg) scale(1.2, 1.2) !important;
	-o-transform: rotate(0deg) scale(1.2, 1.2) !important;
	-ms-transform: rotate(0deg) scale(1.2, 1.2) !important;
	-moz-transform: rotate(0deg) scale(1.2, 1.2) !important;
	-webkit-transform: rotate(0deg) scale(1.2, 1.2) !important;
}






#editor{
  margin-left: 11em;
}

.CodeMirror{
  width: 36em;
  height: 480px;
}

.CodeMirror-MarkedLine{
  background-color: #f00;
}
.guttererror{
	width: 16px;

}
.guttererror a span, .guttererror a:visited span{
  display: none;
}
.guttererror a:hover span{
  display:block;
  position: absolute;
  left:0;
  top: 0;
  background-color: #fff;
  color: #900;
}




#units tbody tr th{
	text-align: left;
	background-color: #eef;
}
#units tbody tr td:first-child{
	text-align: right;
	background-color: #eee;
}
#units tbody tr td:last-child{
	text-align: left;
	font: 12pt Times, Times New Roman, serif;
}
.valueinput{
	width: 20em;
	font-family: Courier New, monospace;
}
#swatch{
	width: 3em; height: 3em;
	border: 1px solid #ccc;
}


figure {
  float: right;
  width: 20em;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin #2222AA solid;
  margin: 0 -22em;
  padding: 0.5em;
}


.gallerynext+ul li{
	width: 200px;
	border: solid #ccc;
	border-width: 0 1px 1px 0;

	background: #fff;
	padding: 10px;
	text-align: center;
	position: relative;
	float: left;
	display: inline;
	margin: 5px;
}
.gallerynext+ul a span{
/*\*/
	position: absolute;
	left:-9999px;
}
.gallerynext+ul a:hover span{
	top:10px;
	left:10px;
	width:202px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	/* text-transform:uppercase; */
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
}
.gallerynext+ul img{
	border:1px solid #eeeeee;
}
.pubsnext+ul li {
	list-style:none;
	display:table;
}
.pubsnext+ul img{
	width:200px;
	display:table-cell;
	float:left;
	vertical-align:top;
	margin-right: 1em;
}
.pubsnext+ul figcaption{
	display: table-cell;
	vertical-align: top;
}
.linkblocknext+ul{
	float:left;
}
.linkblocknext+ul li:first-child{
	display:block;
	font-size:150%;
	text-decoration:underline;
}
