/*
Theme Name: HTML Guard
Theme URI: http://www.htmlguard.com/
Description: HTML Guard Website WordPress Theme
Version: 1.0
Author: Wulfsoft
Author URI: http://www.wulfsoft.com/
*/

.post {
  margin-bottom: 35px;
  padding-left: 30px;
  background: url(images/post.png);
  background-repeat: no-repeat;
}

.post small {
  font-style:italic;
}

#main h2, #main .pagetitle {
  margin-top: 2px;
}

#main .pagetitle {
  border: none;
}

#main .post h2 a, #main .post h3 a {
  text-decoration: none;
}

#main hr {
  border: none;
  border-top: 1px solid #e3e4e3;
}

.alignright {
  float: right;
}

.alignleft {
  float: left
}

.sidebox {
  font-size: 1.2em;
}

.sidebox ul {
  padding: 0px;
}

.sidebox ul li {
  padding: 4px 0px 0px 13px;
  /*background: none;*/
  background: url(/images/arrow.gif) no-repeat 4px 9px;
}

.sidebox ul li a {
  text-decoration: none;
}

.sidebox ul li a:hover {
  text-decoration: underline;
}

.sidebox .widget {
  padding-bottom: 14px;
  padding-left: 0px;
  background: none;
}

.widgettitle {
  font-weight: bold;
  padding-bottom: 1px;
}

.code {
  margin: 5px 0;
  padding: 2px 10px;
  text-align: left;
  /*display: block;
  overflow: auto;*/
  background: #fafafa;
  border: 1px solid #f2f2f2;
  border-left: 4px solid #92bc40;
}