* { padding: 0; margin: 0; }

body {
  margin: 0 auto 0 auto;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: "Avenir", "Avenir Next", Helvetica Neue, Arial;
  font-size: 0.95em;
}

a, a:visited { text-decoration: none; color: #7533f4; }
a:hover { text-decoration: underline; color: #f4b014; }
img, a.img, a:hover.img { border: none; }

img {
  max-width: 800px;
}

h1, h2, h3, h4, h5 {
  color: #492a7c;
  background-color: inherit;
  font-weight: normal;
  padding: 0 0 5px 0;
  margin: 15px 0 0 0;
  border: none;
  clear: right;
}
h1 { font-size: 18pt; margin:  5px 0 10px 0; line-height: 28px; }
h2 { font-size: 14pt; margin: 30px 0 15px 0; letter-spacing: 0.01em; border-bottom: 1px solid #ccc;  line-height: 20px;}
h3 { font-size: 13pt; }
h4 { 
    font-size: 12pt; 
    color: black;
    font-weight: bold;
}
h5 { font-size: 11pt; }
p { margin: 0 0 10px 0; }
hr { border: 0px; border-top: 1px solid #ccc; height: 0px; }
ol { margin: 1em; }
ul { line-height: 1.4em; list-style-type: circle; list-style-image: none; margin: 0 0 0.5em 1.2em; }

.content {
  margin: 0;
  padding: 15px 20px;
  background-color: #ffffff;
}

.title, .title a {
  color: #492a7c;
  font-size: 24pt;
  margin-bottom: 10px;
  margin-top: 5px;
}

.article {
  margin-left: 150px;
  margin-right: 50px;
  padding: 0;
  line-height: 1.5em;
  position: relative;
  min-height: 200px;
}
.article ul{
  line-height: 1.5em;
}

.entry  {
  border-top: 1px solid #ddd;
  padding-top: 2px;
  margin-top: 3em;
}

.sidebar {
  margin: 3px 0 0 0;
  padding: 0;
  float: left;
  width: 125px;
  font-size: 9.5pt;
}
.sidebar div {
  line-height: 12pt;
  margin-bottom: 15px;
}
.sidebar h1 {
  font-size: 10.5pt;
  font-weight: normal;
  font-variant: small-caps;
  letter-spacing: 0.1em;
  margin: 0 0 2px 0;
  padding: 0;
  line-height: 20px;
}
.sidebar a, .sidebar a:visited { color: #000; }
.sidebar a:hover { color: #8a5ed3; }

.footer {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 4px;
  text-align: right;
  font-size: 12px;
}
.footer a {
  color: #21346B;
}
.footer a:hover {
  color: #ce3333;
}
