body {
  background-color: #fff;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  color: #555;
  line-height: 180%;
  text-align: left;
}
.sidebar {
  color:#305493;
}
.sidebar p {
  text-align:left;
}
.subnavigation {
  right:40px;
}
.subnavigation a {
  height:50px;
  display:block;
  text-align:right;
  font-size: 17px;
  color:#305493;
  text-decoration:none;
}
.subnavigation a:hover {
  color:#6081AA;
}
.subnavigation a:visited {
}
.subnavigation a:active {
}

.main {
  width: 800px;
  float:left;
  display:inline;
  margin:0px;
  padding-bottom:100px;
}

#header {
  text-align:center;
  height:160px;
}
#header img {
  margin-top:20px;
}
a img {
  border: 0px none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 13px;
  margin:0px 0px 1em;
}
h1, h2 {
  font-size: 17px;
}
h3, h4 {
  font-size: 15px;
}

h4{
  margin-bottom: 3px;
  margin-top: 24px;
}

h5, h6 {
  font-size: 12px;
  margin:0px;
}
h1 {
  font-weight:bold;
  color: #999;
}
h2,h4 {
  font-weight:normal;
  color: #666;
}

h6 {
  font-weight:bold;
  color: #333;
}
a {
  color:#305493;
  text-decoration:none;
}
h2 a {
  color: #666;
}
p {
  text-align:justify;
  margin:0px 0px 1em;
}
span.published_at {
  font-size: 9px;
  color:#999;
  text-align: right;
  display:block;
}
img.portrait, img.portrait_landscape {
  width:120px;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom:10px;
  margin-left:10px;
  float: right;
}
img.portrait_landscape {
  width:180px;
}
hr {
  clear:both;
  height:1px;
  background-color:#ddd;
  border:0px none;
  margin: 20px 0px;
}