#blog h2 {
  background-image: url(/images/titles/blog.png);
}
#blog h2 a {
  display: block;
  width: 50%;
  outline: none;
}

h4 {
  text-align: center;
  margin: 2em 0;
  width: 525px;
}

hr {
  border: 0;
  border-bottom: 1px dashed #50516d;
  width: 525px;
  margin: 1em 0;
}

.post {
  width: 525px;
  margin-bottom: 2.5em;
  line-height: 1.3em;
}
.post .top {
  margin: 15px 0px;
  height: 50px;
}

.post .date {
  float: right;
  height: 29px;
  width: 34px;
  background-color: #ffe200;
  color: #112264;
  margin-top: 3px;
  text-align: center;
  padding-top: 4px;
  border: 1px solid #47505c;
}
.post .date .month {
  font-size: 88%;
}
.post .date .year {
  font-size: 105%;
}

.post .top img.avatar {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 10px;
}

.post h3 {
  float: left;
  font-size: 190%;
  padding-top: 2px;
  width: 425px;
  font-weight: normal;
  color: #fff;
}
.post h3 a {
  color: #fff;
}
.post h3 a.visit {
  font-size: 60%;
  color: #a1a6c2;
  background: transparent url(/images/navigation/visit.gif) no-repeat 2px;
  padding-left: 15px;
}
.post h3 a.visit:hover {
  color: #c1c6e2;
}

.post .top p.posted-by {
  color: #B1B8D9;
  float: left;
  font-size: 85%;
  font-weight: bold;
  margin-top: 4px;
  text-transform: uppercase;
  width: 425px;
}

.post .content .image-side {
  float: left;
  padding-right: 12px;
  text-align: right;
  margin-bottom: 5px;
}
.post .content .image-side p a {
  background: transparent url(/images/navigation/visit.gif) no-repeat 2px;  
  padding-left: 15px;
}
.post .content p {
  line-height: 140%;
}
.post .content ul {
  margin: 0.5em 0;
  list-style-position: inside;
}
.post .content ul li {
  margin-bottom: 0.5em;
}

.post .footer {
  clear: both;
  margin-top: 15px;
}
.post .footer a {
  color: #FFE100;
}

.post ul.characteristics {
  margin: 10px 0px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #50516d;
}
.post ul.characteristics li {
  display: inline;
  margin-right: 6px;
}


/* Sidebar */
#sidebar {
  position: absolute;
  right: 160px;
  top: 65px;
  width: 158px;
  min-height: 100px;
  padding: 0 16px 16px 16px;
}
#sidebar h3 {
  font-size: 95%;
  color: #ffe200;
}
#sidebar ul {
  margin-top: 5px;
  margin-bottom: 24px;
  list-style: none;
}
#sidebar ul li {
  margin-top: 0.3em;
}
#sidebar a {
  color: #9099cd;
  background: transparent url(/images/link_bullet.png) no-repeat;
  padding-left: 10px;
	display: block;
}

.comments {
  width: 525px;
}
.comments .flash {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.comments #error { color: #e00; }
.comments #message { color: #0e0; }

.post-comment {
  margin-left: 75px;
  width: 400px;  
}
.post-comment .row {
  padding: 5px;
}
.post-comment label {
  display: block;
  float: left;
  width: 100px;
  margin: 5px 0px;
}
.post-comment input, .post-comment textarea {
  border: 2px solid #CCD2ED;
  padding: 2px; 
}
.post-comment input:focus, .post-comment textarea:focus {
  background-color: #FBF9DF;
}
.post-comment textarea {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 110%;
  height: 100px;
  width: 347px;
}
.post-comment .submit {
  margin: 5px;
}

.comment {
  margin: 40px 15px;
}
.comment h3 {
  width: 100%;
  font-size: 130%;
  margin-bottom: 0.5em;
}

img#captcha {
  margin-top: 5px;
}