img { 
  border: none;
} 

*{
    margin: 0;
    padding: 0;
    font-family: Arial;
}

body {
     margin: 0;
     padding: 0;
     background-image: url('images/bg.png');
     background-repeat: repeat;
}

h1 {
     font-size: 20px;
     padding: 0;
     line-height: 27px;
}

h1 a{
    text-decoration: none;
    font-family: arial;
    font-weight: bold;
    color: #171717;
}

h2 {
    font-size: 17px;
    text-align: center;
    color: #333333;
    margin-top: 12px;
    margin-bottom: 10px;
}
 
h2 a {
    font-family: arial;
    font-weight: bold;
}

h3 {
    font-size: 17px;
    text-align: left;
    color: #333333;
    margin-top: 12px;
}

h4 {
   font-style: italic;
   font-size: 80%;
   font-weight: normal;
   font-family: arial;
   color: #666666;
}


h5 {
   text-align: center;
}

h5 a{
    text-decoration: none;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    font-size: 180%;
}

p {
   line-height: 18px;
   padding-top: 5px;
   margin: 0;
   font-family: arial;
   font-size: 10pt;
   color: #000000;
}

p2 {
   line-height: 18px;
   padding-top: 5px;
   margin: 0;
   font-family: arial;
   font-size: 10pt;
   color: #000000;
}

p2 a {
   line-height: 18px;
   padding-top: 5px;
   margin: 0;
   font-family: arial;
   font-size: 10pt;
   color: #000000;
}

a {
  font-style: normal;
  font-weight: bold;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

#wrapper { 
     width: 1024px;
     height: 100%;
     margin-left: auto;
     margin-right: auto;
}

#header { 
     width: 1024px;
     height: 99px;
     background-image: url('images/headerbg.png');
     background-repeat: repeat-x;
     margin: 0;
     padding: 0;
}

#header #logo {
     float: left;
     width: 324px;
     height: 74px;
     margin-left: 40px;
     margin-top: 0px;
}

#menu {
    margin: 0;
    padding: 0;
    width: 1024px;
    height: 34px;
    border: 2px solid #000000;
    border-left: none;
    border-right: none;
    background: #0e3877;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul li {
    width: auto;
    float: left;
}

#menu ul li a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-family: arial;
    text-decoration: none;
    padding: 9px 13px;
    border-right: 1px solid #000000;
    font-size: 90%;
}

#menu ul li a:hover { 
    background: #3e9af8; 
}

#menu ul li.current_page_item {
	background: #3e9af8;
    font-weight: bold;
    font-family: arial;
    font-size: 100%;	
}

#menu #search {
   float: right;
   padding-right: 20px;
   width: 400px;
   height: 20px;
   padding-top: 1px;
   margin: 0;
}

#menu #search form {
	padding: 0 0 0 0;
}

#menu #search form div {
    float: left;
    background: url(images/searchbox.png) no-repeat 0 0;
	width: 228px;
	height: 28px;
	position: relative;
}

#menu #search form input.search_box {
    float: left;
	width: 160px;
	border: 0;
	padding-left: 10px;
    padding-top: 6px;
	height: 25px;
	background: transparent;
	font-size: 12pt;
	font-weight: bold;
	outline: none;
}

#menu #search form input.submit {
	position: absolute;
	right: 0;
}


#posttop {
   padding: 0;
   margin-top: 0;
   margin-bottom: 0;
   width: 1024px;
   height: 13px;
   clear: both;
   background: url(images/posttop.png);
}

#content {
   padding: 0;
   margin: 0;
   display: block;
   width: 1024px;
   background: url(images/postbg.png) repeat-y;
}

#sidebar {
  margin-right: 23px;
  padding-bottom: 10px;
  width: 270px;
  float: right;
  border: 1px dotted #333333;
  background: url('images/sidebar_container.png') repeat-y;
}


#sidebar ul li ul li{
 list-style: circle;
 text-align: left;
}

#sidebar ul li {
 margin-left: 10px;
 font-style: italic;
 list-style: none;
}

#sidebar li a {
 text-decoration: none;
 font-size: 90%;
 font-weight: normal;
}

#sidebar_container_top {
   margin-left: 8px;
   clear: both;
   width: 275px;
   height: 10px;
   background: url('images/sidebar_container_top.png');
}

#sidebar_container_bottom {
   margin-left: 8px;
   margin-bottom: 20px;
   clear: both;
   height: 12px;
   width: 275px;
   background: url(images/sidebar_container_bottom.png) no-repeat;
}

#sidebar_container {
  text-align: center;
  margin-left: 8px;
  width: 275px;
  clear: both;
  background: url(images/sidebar_container.png) repeat-y;
}

.left-col {
   padding: 8px;
   width: 700px;
   margin-left: 8px;
   float: left; 
}

.left-col-postprev {
   padding-top: 20px;
   float: left;
   width: 150px;
   height: 150px;
}

.left-col-post {
   text-align: justify;
   margin-top: 15px;
   margin-left: 10px;
   padding-bottom: 10px;
   margin-bottom: 40px;
   float: left;
   width: 400px;
   border-bottom: 1px dotted #808080;
} 

.left-col-comments {
  float: right;
  padding-top: 7px;
  width: 67px;
  height: 50px;
  margin-right: 20px;
  background: url(images/comments.png) no-repeat;
}
  

.authordata {
   border: 1px dotted #808080;
   clear: both;
   background: #FFCC66;
   margin-top: 10px;
   margin-bottom: 10px;
   width: 200px;
}

#single_post_page {
   text-align: justify;
   margin-top: 3px;
   padding-left: 2px;
   margin-bottom: 20px;
   float: left;
   width: 690px;
}

#postbot {
   padding: 0;
   margin-top: 0;
   margin-bottom: 0;
   width: 1024px;
   height: 9px;
   clear: both;
   background: url(images/postbot.png) no-repeat;
}

#footer {
   width: 1024px;
   height: 83px;
   margin: 0;
   padding: 0;
   background: url(images/footerbg.png);
}

#footertop {
   width: 1002px;
   height: 10px;
   background: url('images/footertop.png') no-repeat;
   background-position: 0 10px; 
   padding-top: 10px;
   margin-left: 6px
}

#footermain {
   margin: 0;
   padding: 0;
   clear: both;
   background: url(images/footer.png);
   width: 1024px;
   height: 40px;
}

#footerbot {
   width: 1003px;
   height: 14px;
   background: url(images/footerbot.png);
   clear: both;
   margin-left: 4px;
   padding: 0;
}


#more {
  margin-left: 20px;
  margin-top: 20px;
  clear: both;
  text-align: right;
  width: 680px;

}

.comments-template{
    clear: both;
    margin-left: 50px;
    width: 550px;
	padding: 10px;
}

.alt {
    background: #F0F0F0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin-top: 20px;
	line-height: 18px;
	border: 1px solid #ccc;
	padding: 10px;
}

.comments-template h2, .comments-template h3{
	font-family: Arial;
	font-size: 16px;
}

.commentmetadata{
    text-align: right;
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial;
	font-size: 12px;
}
