body {
  font-family: "Helvectica", Arial, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
}

.left {
  float: left;
  width: 250px;
  margin: 0; 
  padding: 0;
}

.right {
  float: right;
  width: 250px;
  padding-top: 15px;
}
		
.middle {
  margin: 0 275px;
  width: 467px;
  padding-top: 15px;
}
				
.cleaner {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0px; 
  padding: 0px;
  background: transparent;
}

h1 {
  font-size: 1.5em;
  color: #626262;
  font-weight: normal;
}

a {
  color: #AC1110; 
}

a:visited {
  color: #9C9D9E;
}

a:hover {
  color: #626262;
}

a:active {
  color: #000;
}

.clear {
 clear: both; 
}

#site {
  width: 95%;
  margin: 0 auto 0 auto;
}

#main_pages {
  float: left;
  width: 1020px;
}

#main_home {
  float: left;
  width: 1020px;
}

.header {
  float: left;
  width: 1020px;
  background-image: url(../images/logos/losseveter01.png);
  background-repeat: repeat-x;
  padding: 0;
  margin: 0;
}

#sidebar  {
  float: left;
  width: 20%;
  margin: 0;
}

#logo {
  float: left;
  width: 20%;
  height: 72px;
  margin: 0 0 0 5px;
}

#logo h1 {
  font-size: 1em;
  margin: 0;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;  
  padding: 10px 0 0 0;
}

#logo h2 {
  font-size: 0.8em;
  margin: 0;
  font-style: italic;
}

.introduction {
  width: 250px;
  float: left;
  background: url("../images/sidebox.png");  
  color: #CCCCCC;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px #FF6666 solid;
  border-top: 5px #fff solid;
  padding-bottom: 15px;
}

.sitetitle {
 font-style: italic;
 font-size: 1.1em;
 font-family: "Times New Roman", Times, Georgia, serif; 
 margin: 10px 10px 10px 10px;
 margin-bottom: 30px;
}
 
#navigation {
  font-family: "Times New Roman", Times, Georgia, serif;  
  font-style: normal;
  text-decoration: underline;
  margin-left: 0;
  padding-left: 0;  
}

#navigation li {
  list-style-type: none;
  float: left;
  width: 100%;
  margin: 0 8px 0 0;
}

#navigation li a {
  color: #CCCCCC;
  font-size: 1em;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 3px 0 0 10px;
  height: 20px;
  display: block;
}

#navigation li a:hover {
font-weight: bold;
color: #fff;
}

#navigation li a:active {
  color: #000;
}

#logo {
  font-size: 20px;
  color: #fff;
}

#firstpost {
  width: 100%;
  margin: 0 5px 15px 0;
}

.post {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  background-color: #fff;
}

.post_page {
  width: 100%;
  float: left;
  background-color: #fff;
  margin-top: 15px;
}

.post_left {
  width: 250px;
  float: left;
  margin: 0;
  margin-bottom: 5px;
}

.post_left {
  clear: left;
}

.post_right {
  background-color: #fff;
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}

table#postsnav {
  width: 100%;
  padding: 10px;
  font-weight: bold;
  font-size: 0.8em;
}

td#navprev {
  text-align: left;
}

td#navnext {
  text-align: right;
}

.postheader {
  font-family: "Impact", Charcoal, Helvectica, Arial, Tahoma, sans-serif;  
  color: #fff;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #AC1110;
  padding: 3px 10px 0 20px;
  height: 17px;
}

#postheaderpage {
  font-family: "Impact", Charcoal, Helvectica, Arial, Tahoma, sans-serif;  
  color: #fff;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #fff;
  padding: 3px 10px 0 20px;
  height: 17px;
}

.date {
  float: left;
}

.ratings {
  float: right;
}

#posts {
  background: url("../images/posts.png");
}

.post-ratings {
  display: inline;
}

.post-ratings-text {
  background: #AC1110;
  padding: 2px 5px 2px 5px;
}

.postimage {
  background: no-repeat left;  
  height: 100px;
  background-color: #9C9D9F;
}

.postbody {
  padding: 0 20px 5px 20px;
  font-size: 0.8em;
}

.postbody img {
  margin: 0 0 0 -20px;
}
  
.postbody u{
}

.postfooter {
  background: #9c9d9f;
  padding: 5px 20px 5px 20px;
}

.postfooter ul, .comment ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.comment li {
  float: left;  
}

a.metacat, .commentcatmeta {
  font-family: "Impact", Charcoal, Helvectica, Arial, Tahoma, sans-serif;    
  background: #B3B3B6;
  color: #fff;
  padding: 0 5px 0 5px;  
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;  
}

a.metacat:hover, .commentmeta a:hover {
  color: #fff;  
  background: #626262;
}

a.metacat:active, .commentmeta a:active {
  background: #000;
}

a.meta, .commentmeta a {
  font-family: "Impact", Charcoal, Helvectica, Arial, Tahoma, sans-serif;    
  background: #e8e8e9;  
  color: #626262;  
  padding: 0 5px 0 5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;  
}

a.meta:hover, .commentmeta a:hover {
  color: #fff;
  background: #626262;
}

a.meta:active, .commentmeta a:active {
  background: #000;
}

a.readmore, a.readmore_first {
  font-family: "Impact", Charcoal, Helvectica, Arial, Tahoma, sans-serif;  
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: #000;
  color: #fff;
  padding: 2px 5px 0px 5px;
  border: 1px solid #246883;
}

a.readmore_first {
  float: right;
}

a.readmore:hover, a.readmore_first:hover {
  background: #626262;  
}

a.readmore:active, a.readmore_first:active {
  background: #000;
}


#main_footer a {
  font-family: "Impact", Charcoal, Helvectica, Arial, Tahoma, sans-serif;  
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  background: #AC1110;
  width: 100px;
  padding: 2px 5px 2px 5px;
  margin: 25px 0 0 0;
  display: block;
  text-decoration: none;
}

#main_footer a:hover {
  color: #fff;
  background: #000;  
}

#main_footer a:active {
  background: #000;
}

.sidebox {
  background: url("../images/sidebox.png");  
  color: #fff;
  margin: 0;
}

.searchbox {
  width: 240px;
  background-color: #fff;
  margin: 0;
  float: right;
  padding: 5px;
  margin-bottom: 75px;
}

.sideboxtitle {
  font-family: "Impact", Charcoal, Helvectica, Arial, Tahoma, sans-serif;  
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;  
  color: #fff;
  padding: 2px 5px 2px 5px;
  background: #700501;
}

#sideboxbodyimage {
  font-family: "Impact", Charcoal, Helvectica, Arial, Tahoma, sans-serif;  
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;  
  color: #fff;
  padding: 0px;
}


.searchboxtitle {
  font-family: "Times New Roman", Times, Georgia, serif;  
  font-style: italic;
  font-size: 0.75em;
  letter-spacing: 0.1em;  
  color: #666666;
  padding: 2px 5px 2px 5px;
  background: #fff;
}

.sideboxbody {
  font-size: 0.8em;
  color: #fff;
  padding: 15px 10px 20px 10px;
}

.sideboxbody ul {
  margin: 10px -10px 10px -10px;
  padding: 0 0 0 0;
}

.sideboxbody li {
  padding: 2px 10px 2px 10px;  
  margin: 0 0 2px 0;
  list-style-type: none;
}

#columns {
  font-family: "Times New Roman", Times, Georgia, serif;  
  font-size: 1em;
}

#sidebar_footer {
  font-family: "Impact", Charcoal, Helvectica, Arial, Tahoma, sans-serif;  
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.1em;  
  background: #AC1110;
  margin: 20px 0 0 0;
  padding: 5px 0 5px 10px;
}

#sidebar_footer a, #sidebar_footer a:visited {
  color: #fff;
  text-decoration: none;
}

#sidebar_footer a:hover {
  color: #626262;
}

#sidebar_footer a:active {
  color: #000;
}

#comments li, .categories li {
  background: url("../images/item.png");
}

#comments li {
  margin: 0 0 10px 0;  
}

#comments li a, .categories a {
  color: #fff;
  text-decoration: none;
}

#comments li a:hover, #comments li a:visited, .categories a:hover, .categories a:visited {
  color: #ccc;
}

#comments li a:active, .categories a:active {
  color: #333;
}

#paging {
  background-color: #fff;
}
  
a.greybutton, a.bluebutton {
  font-family: "Impact", Charcoal, Helvectica, Arial, Tahoma, sans-serif;  
  text-transform: uppercase;
  font-size: 0.85em;
  text-decoration: none;
  letter-spacing: 0.1em;  
  padding: 2px 5px 2px 5px;
}

a.greybutton:hover, a.bluebutton:hover {
  background: #626262;
  color: #fff;
}

a.greybutton:active, a.bluebutton:active {
  background: #000;
}

a.bluebutton {
  color: #fff;
  background: #000;
  padding: 2px 5px 2px 5px;
  border: 1px solid #246883;
}

a.greybutton {
  color: #626262;
  background: #cbcccd;
  border: 1px solid #b0b2b3;
}

.categories li {
  float: left;
  list-style-type: none;
  padding: 0 0 0 5px;
}

.comment {
  padding: 0 20px 0 20px;
}

.comment h2, #commentform h2 {
  margin: 15px 0 5px 0;
  font-size: 1.3em;
  font-weight: normal;
  color: #646566;
}

#commentform h2 {
  margin: 15px 0 0 10px;
}

textarea#comment {
  width: 95%;
  margin: 0 0 0 10px;
}

.comment hr, #commentform hr {
  margin: 10px 0 10px 0;
  border-width: 0;
  height: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: #000;
}

#commentform hr {
  margin: 0 10px 25px 10px;
}

.commentbody {
  font-size: 0.8em;
  margin: 10px 0 15px 0;
}

#commentform {
  margin: 0 10px 0 10px;
}

.comments_login {
  font-size: 0.8em;
  margin-left: 10px;
}

#archive {
  background: #fff;
}

.archivenavigation {
  font-size: 0.8em;
  padding: 15px 20px 15px 20px;
  text-align: right;
}

#category {
  font-weight: bold;
  padding: 15px 0 0 20px;
  color: #000;
}

ul.othernews {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.othernews li {
  margin: 10px 0 5px; 0;
  padding: 0 0 0 5px;  
}