body {
	margin: 0px;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
header {
	background-color: #EEE;	
	padding: 0.2em 0em;
}

header img {
	padding-right: 0.7em;
	top: 10px;
	vertical-align: middle;
	transform: rotate(-10deg);
}

footer {
	background-color: #DDD;	
	text-align: center;
	padding: 1em;
	font-size: 80%;
}

footer a { 
	text-decoration: underline;
	color: #000 !important;
}

header p.icon-and-title {
	text-align: center;
	font-size: 150%;
	text-decoration: underline overline #505050;
	margin-top: 0.5em;
	margin-bottom: 0px;	
	vertical-align: middle;
}

a.no-decoration-link:link {
    color: #000000;
}

a.no-decoration-link:visited {
	color: #000000;
}

a.no-decoration-link:hover {
	color: #000000;
}

a.no-decoration-link:active {
	color: #000000;
} 

header h1 {
	text-align: center;
	padding: 0px 2em;
	margin-top: 1em;
	margin-bottom: 0.8em;
	font-style: italic;
	font-size: 80%;
}

header h5 {
	text-align: center;
	padding: 0px 2em;
	margin-top: 1em;
	margin-bottom: 0.8em;
	font-style: italic;
	font-size: 80%;
}

.main-container h2 {
	text-align: center;
	font-size: 130%;
}

.main-container h3 {
	font-size: 100%;
}

.main-container h2 a {
	color: #3466cc !important;
	font-weight: bold;  
	text-decoration-line: underline;
  	text-decoration-color: #DDD;
}

article a { 
	text-decoration: none;
	color: #3466cc !important;
	font-weight: bold;
	display: block;
}
.source {
	color: #999;
}
.main-container {
	margin: 1.5em 0.5em;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #505050;
	line-height: 150%;
}
@media only screen and (min-width: 768px) {
  .main-container {
	width: 600px;
  }
}			
@media only screen and (max-width: 768px) {
  .main-container {
	width: auto;
	line-height: 130%;
	padding-left: 1em;
	padding-right: 1em;
  }
  
	.separator {
		height: 2px !important;
	}
}
article {
	padding-bottom: 2em;
}

span.date {
	color: #3466cc;
	font-size: 70%;
	display: block;
}

span.tags {
	font-style: italic;
}

.separator {
	background-color: #D0D9EE;
	border:none;
	height: 3px;
	position:relative;
	margin-top: 4px;
	margin-bottom: 4px;
}

.separator:before {
	content: '';
	background-color: #EEE;
	width: 31.415%;
	height: 3px;
	position:absolute;
	right:0;
}