/*=================================*/
/* Pico Default Theme
/* By: Gilbert Pellegrom
/* http: //dev7studios.com
/* Modified by: Winnie Soon
/* Modified by: Miguel Carvalhais
/*=================================*/

@font-face {
	font-family: OpenSauce;
	src: url(../../../assets/fonts/OpenSauceOne-Regular.ttf);
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: OpenSauce;
	src: url(../../../assets/fonts/OpenSauceOne-Italic.ttf);
	font-style: italic;
	font-weight: 400;
}

@font-face {
	font-family: OpenSauce;
	src: url(../../../assets/fonts/OpenSauceOne-ExtraBold.ttf);
	font-style: normal;
	font-weight: 700;
}

html {
	min-height:100%;
	font-size: 18px;
	background: rgba(227,227,227,1);
	font-family: OpenSauce, sans-serif;
}

body {
	font-size: 1em;
	line-height: 1.5em;
	background: linear-gradient(0deg,rgba(227,227,227,1),rgba(227,227,227,1) 10%, rgba(200, 200, 255, 1) 20%, rgba(227,227,227,1));
	color:#000;
	margin: 40px auto 0;
}
a, a:link, a:visited {
	text-decoration: underline dotted;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 0;
	margin-top: 0;
	clear: both;
	color:#00F;
}

h1 {
	font-size: 2em;
	margin-bottom: .5em;
	background-image: repeating-linear-gradient(45deg, violet, indigo, blue, orange, red, violet);
	background-size: 800% 800%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: colorRotate 9s ease infinite;
}

h2 {
	font-size: 1.5em;
	padding: .75em 0;
}

h1::before, h2::before, h3::before {
	content: '/ ';
}

ol + h2, ul + h2 {
	padding-top: 1em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: .8em;
}

p, table {
  margin-bottom: 1em;
}

ol, ul {
  /* padding-left: 25px; */
  padding: 0;
  margin-bottom: 0em;
}

ul li {
	list-style-type: none;
	clear: both;
}


ul.marker li:before {
	content:"— ";
	color: #00F;
}

ul.marker .date {
	padding-left: 1.5em;
}

ol {
	margin-left: 2.5em;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

.post p:first-child {
	margin: 0;
}

.post p {
	margin-top: 0;
}

.post {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.post:nth-child(2n) {
	margin-right: 1%;
}

.post img.small {
	width: 100%;
}

.date {
	font-weight: 400;
	display: block;
	color: #33F;
}

abbr, acronym {
  cursor: help;
  border-bottom: 0.1em dotted;
}

td, td img {
  vertical-align: top;
}

td, th {
  padding: 0.25em 0.5em;
}

th {
  font-weight: bold;
  text-align: left;
  background: rgba(34,193,195,0.4);
	border-bottom: 0.1em solid rgba(253,187,45,0.4);
}

table {
	border-radius: 0.3em;
	border: 0.1em solid rgba(253,187,45,0.4);
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

code {
  font-family: monospace;
  background: #eee;
  color: #333;
  padding: 0px 2px;
}

pre {
  background: #eee;
  padding: 20px;
  margin-bottom: 1em;
  overflow: auto;
}

blockquote {
  font-style: italic;
  margin: 0 0 1em 15px;
  padding-left: 10px;
  border-left: 4px solid #ffff00;
}

hr {
	color:rgba(34,193,195,.6);
}

#header {
	font-size: 1.1em;
	padding: 2% 2% 2% 70%;
}

#content {
	margin: 0 auto;
	height:auto;
	width: 60%;
	max-width: 1200px;
}
.inner {
  width: 100%;
  padding-bottom: 5em;
  border-bottom: 10px solid #FFF;
}

.inner img {
	margin:auto;
  width:50%;
}

img.cover {
	width: 136px;
	float: left;
	margin: 0 1em 1em 0;
}

#navbar {
	display: block;
	/* width:90vw; */
	text-align:left;
	margin: 0 auto;
	width: 60%;
	max-width: 1200px;
	border-right:none;
}

.nav {
	border-bottom: 10px solid #FFF;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

#navbar ul {
	list-style-type:none;
	margin-top: 0;
}

#navbar a {
	text-decoration:none;
	color:#00F;
}

.nav li {
	display: inline;
	/* margin-right: .5em; */
	white-space: nowrap;
}

.nav li:first-child {
	margin-right: 0;
	font-weight: bold;
}

.nav li:after {
	content: "/";
	color: #00F;
}


#navbar li.active {
	font-weight: bold;
	text-decoration: underline;
	background-image: repeating-linear-gradient(45deg, violet, indigo, blue, orange, red, violet);
	background-size: 800% 800%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: colorRotate 9s ease infinite;
}

@keyframes colorRotate {
	0%{background-position:0% 50%}
	50%{background-position:100% 25%}
	100%{background-position:0% 50%}
}

#footer {
	font-size: 1em;
	width: 60%;
	margin: 0 auto;
	clear: both;
	color: #FFF;
	padding: 1em 0 2em;
}

#footer a {
	color:#FFF;
}

img.small {
	width:50%;
}

/* small screens */
@media screen and (max-width: 44em) {
	
	html {
		font-size: 16px;
	}
	
	body {
    	margin: 0;
	}
	#header {
		padding: 1% 2% 2% 5%;
	}

	#navbar {
		display: block;
		width:90vw;
		text-align:left;
		padding: 5vw 5vw 0 5vw;
		position: relative;
		min-height:0px;
		border-right:none;
	}

	.nav {
		border-bottom: 10px solid #FFF;
		padding-bottom: 1em;
	}

	.nav li {
		display: inline;
		/* margin-right: .5em; */
		white-space: nowrap;
	}

	.nav li:first-child {
		margin-right: 0;
		font-weight: bold;
	}

	.nav li:after {
		content: "/";
		color: #00F;
	}

	#content {
		display: block;
		width:90vw;
		clear: both;
		height:auto;
		padding: 0 5vw;
	}

	.inner {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 0;
	}

	.inner img {
		width: 100%;
	}

	.inner img.cover {
		width: 33%;
	}
	
	.post {
		width: 100%;
		display: block;
	}

	#footer {
		display: block;
		width:90vw;
		padding: 0 5vw 5vw;
		font-size: .75em;
	}
}
