html {
	background: #F0F2EB;
}

a {
	text-decoration: inherit;
	color: inherit;
}

a:visited {
	color: inherit;
}

blockquote {
	display: block;
	padding: 5px;
	margin: 5px 10px 10px 25px;
	border-left: 3px solid #c8dcdc;
	color: #839496;
}

.article ul, .article ol {
	list-style: circle inside;
	display: block;
	padding-bottom: 10px;
}

li ul {
	padding-left: 20px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

pre {
	padding: 10px;
	background: #c8dcdc;
	white-space: pre-line;
}

p.italic {
	font-style: italic;
}

#stripe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: #586e75;
}

#top-container {
	position: relative;
	width: 800px;
	margin: 0 auto 50px;
}

#header-container {
	width: 100%;
	clear: both;
}

.header-text {
	margin-bottom: 150px;
}

.header-illustration {
	margin-bottom: 20px;
}

#header-container a {
	border-bottom: 4px solid #F0F2EB;
	-webkit-transition: border-bottom 0.15s ease-out;
	-moz-transition: border-bottom 0.15s ease-out;
	-o-transition: border-bottom 0.15s ease-out;
}

#header-container .navlink-active {
	border-bottom: 4px solid #dc322f;
}

#header-container a:hover {
	border-bottom: 4px solid #dc322f;
}

#milen-me {
	cursor: default;
	float: left;
	color: #dc322f;
	font-size: 65px;
	text-shadow: #073642 0px 2px 0;
	padding-left: 4px;
}

#milen-me-dot {
	color: #073642;
	padding-left: 2px;
	padding-right: 2px;
	text-shadow: none;
}

.navigation-link {
	float: right;
	margin-left: 15px;
	font-size: 25px;
	margin-top: 30px;
	color: #073642;
}

.article {
	position: relative;
	width: 100%;
	margin-bottom: 75px;
}

div.article a {
	text-decoration: underline;
}

div.article a:hover {
	color: #dc322f;
}

.article-heading {
	width: 100%;
}

div.article-heading h1 {
	float: left;
	font-size: 70px;
	color: #073642;
}

div.article-heading h2 {
	float: right;
	font-size: 35px;
	padding-top: 15px;
	color: #586e75;
}

.article-heading-clear {
	clear: both;
	width: 100%;
	height: 5px;
	margin-top: 2px;
	margin-bottom: 10px;
	background: #c8dcdc;
}

.article-subtitle {
	width: 100%;
	font-size: 25px;
	color: #839496;
}

.article-date {
	float: left;
}

.article-link {
	float: right;
}

.article-subtitle-clear {
	clear: both;
}

.article-content {
	margin-top: 25px;
	font-size: 18px;
	color: #073642;
	line-height: 130%;
}

.article-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.article-content h2 {
	display: block;
	float: none;
	width: 100%;
	font-size: 40px;
	color: #586e75;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 15px;
	border-bottom: 2px solid #c8dcdc;
}

div.article-content h3 {
	display: block;
	float: none;
	width: 100%;
	font-size: 30px;
	color: #586e75;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 40px;
	border-bottom: 2px solid #c8dcdc;
}

.article-content > p {
	margin-bottom: 15px;
}

#footer-container {
	margin-top: 50px;
	text-align: center;
	color: #839496;
	font-size: 14px;
}

.footer-dash {
	padding-left: 5px;
	padding-right: 5px;
}

#footer-container a {
	text-decoration: underline;
}

#footer-container a:hover {
	color: #dc322f;
}

.quote-container {
	width: 100%;
	color: #586e75;
	font-size: 25px;
	padding-bottom: 15px;
	margin-top: 25px;
}

.quote {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #c8dcdc;
}

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

.quote-first {
	padding-left: 32px;
	background: url(/images/open-quote.png) no-repeat;
	background-position: 0% 0%;
}

.quote-last {
	padding-right: 32px;
	background: url(/images/close-quote.png) no-repeat;
	background-position: 100% 100%;
}

/* illustratiosn */

#milen-illustration {
	background: url(/images/illustrations/milen.png) no-repeat;
	width: 800px;
	height: 350px;
	margin-bottom: 20px;
}

/* figure */

figure {
	border: 1px solid #d9d9d9;
	padding: 3px;
	background: #fff;
	display: block;
	margin: 20px auto 20px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
}

figure > img {
	margin: 0 auto;
	display: block;
}

figure > figcaption {
	margin: 10px 30px;
	text-align: center;
	font-size: 15px;
}

/* article images */

.article-content > img {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0;
	max-width: 100%;
}

.article-content > figure {
  border-radius: 5px;
}

/* article highlight */

.highlight > pre {
	white-space: pre;
	font-family: Menlo, Monaco, monospace;
	font-size: 9pt;
	line-height: 120%;
	overflow: auto;
  border-radius: 5px;
}

/* social updates */

.social-updates-container {
	text-align: center;
	color: #4B6E6E;
}

.social-updates {
	border-radius: 10px;
	background: #CADCDC;
	text-align: center;
	display: inline-block;
	padding: 5px 15px;
	margin: 10px 0 20px;
}

/* code */

.code-box {
	font-size: 85%;
  margin: 15px auto 15px;
  padding: 10px;
  border-radius: 5px;
}

.code-box-error {
	background: #FAAC9A;
	color: #000000;
  border: 1px solid #BF4529;
}

.code-box-warning {
	background: #FFE395;
	color: #000000;
  border: 1px solid #E8AA00;
}

.inline-code {
	font-family: Menlo, Monaco, monospace;
  white-space: pre;
	background: #c8dcdc;
  line-height: 100%;
  font-size: 80%;
}

.code-box > .inline-code {
  background: inherit;
}

.code-box-warning > .inline-code {
  background: #FEF1CC;
}

.code-box-error > .inline-code {
  background: #F9D1C8;
}

/* opinions */

.opinions-notice {
	margin: 10px 110px 15px 110px;
	font-size: 90%;
	text-align: center;
	background: #E0E0E0;
	border-radius: 10px;
	padding: 5px 10px;
	color: #808080;
}