a,a:visited
{
  color: #000;
  text-decoration: underline;
}

a:hover
{
  color: #FF4500;
  text-decoration: none;
}

body
{
  font-family: Arial;
  font-size: 12pt;
  padding: 0 20px;
}

body > header
{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

body > header img {
  margin-right: 20px;
}

body > header .header-title {
  text-align: left;
}

body > header .header-title h1 {
  padding: 0;
  margin: 0;
  font-size: 32pt;
  font-weight: 400;
}

body > header .header-title h6 {
  font-size: 10pt;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

article {
  margin-bottom: 40px;
  padding-bottom: 10px;
  clear: left;
}

article:nth-child(n+1) {
  border-bottom: dotted 1px #888;
}

article header h2 {
  padding: 0;
  margin: 0;
  font-weight: 200;
  font-size: 18pt;
}

article header .subtitle {
  color: #888;
  margin-bottom: 10px;
}

article.private header h2 a {
  color: red;
}

article.friends header h2 a {
  color: green;
}

article .content {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

article .content img {
  border: solid 1px #000;
  max-width: 100%;
}

article .content a, aside a, nav a, nav a:visited {
  color: #5c24a0;
}

article .content p {
  margin-block-start: 1em;
  margin-block-end: 1em;
}

article .content p:first-child {
  margin-block-start: 0;
}

article .content p:last-child {
  margin-block-end: 0;
}

article footer {
  display: flex;
}

article footer .tags {
  flex-grow: 1;
}

article footer .tags a {
  display: inline-block;
  font-size: 10pt;
  color: #FFF;
  background-color: #5c24a0;
  padding: 4px 8px;
  border-radius: 6px;
  text-decoration: none;
  margin-right: 4px;
}

nav ul {
  text-align: center;
}

nav ul li {
  display: inline;
  padding: 0 4px 0 6px;
  border-left: solid 1px #DDD;
}

nav ul li:first-child {
  border: 0;
}

nav {
  text-align: center;
}

nav .pages {
  margin-bottom: 10px;
}

nav .pages a {
  text-decoration: none;
}

aside {
  width: 180px;
  float: right;
  margin-left: 20px;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}

aside section h2 {
  font-size: 12pt;
  text-align: center;
  margin-bottom: 10px;
}

section.friends, section.tags-cloud {
  margin: 20px 0 0 0;
}

.calendar table {
  width: 100%;
}

.calendar tr.Header th {
  font-weight: 200;
  text-align: center;
  padding: 0 0 4px 0;
  margin: 0;
}

.calendar tr.Week td {
  text-align: right;
  padding: 0 4px 0 0;
  color: #AAA;
  font-size: 11pt;
  height: 24px;
}

.calendar tr.Week td a {
  font-weight: 600;
  text-decoration: none;
}

.calendar tr.DayNames td {
  text-align: center;
  padding: 0;
  font-size: 7pt;
  padding-bottom: 2px;
}

.calendar tr.Navigation td {
  text-align: center;
}