
html, body, form { margin: 0; padding: 0; }
ul, ol, li, h1, h2, h3, h4, h5, p { margin: 0 0 0.5em 0; padding: 0; }
body { 
  border-left: 3px solid #840909;
  margin-left: 10px;
  padding: 30px;
  color: #000000;
  font-family: "Verdana",geneva,Tahoma,sans-serif !important;
  font-weight: normal;   
  font-size: 10pt;
  padding-top: 100px;
  background: #fff url(images/recs-title-astolat.gif);
  background-repeat: no-repeat;
}


hr {border: 1px solid black;}


/* default link styles */
a 		{ color: #000000; text-decoration: none; font-weight: bold;} 
a:link		{ color: #840909; text-decoration: none; } 
a:visited	{ color: #840909; text-decoration: none; } 
a:active	{ color: #A93737; text-decoration: none; } 
a:hover		{ color: #A93737; text-decoration: underline; } 

/* main style */
.widthcontrol {
  margin-left: 5%;
  margin-right: 5%;
}

.widthcontrol li { 
/*     margin: 2em 0 2em 2em; */
     line-height: 1.4em !important; 
}

/* header styles */
h1 { 
    font-family: "Trebuchet MS", Arial, sans-serif !important;
    font-size: 140%; 
}
h2 { 
    font-family: "Trebuchet MS", Arial, sans-serif !important;
    font-size: 125%; 
    padding: 3px 10px; 
    background-color: #FDFFCB; 
    border: 1px solid black;
}
h3 { 
   font-family: "Trebuchet MS", Arial, sans-serif !important;
   font-size: 125%; 
}
h4 { 
  font: bold 1.0em "Trebuchet MS", Arial, sans-serif !important; 
  padding: 0.5em 0 0 0 !important; margin: 0.2em 0 !important; 
}
h5 { font-size: 100%; }

/* style for the posts ordered list */
.posts { list-style-type: none; padding: 0 0.3em 0 0.7em !important; }
.posts li { margin: 5px 0 !important; background-color: transparent !important; }
ol.posts li.post h4 a:before { content: ""; font-size: 60%; }
body.fp ol.posts li.post h4 a:before { content: ""; }

/* style for the individual posts */
.post { padding: 0 0 0 0; line-height: 1.3em !important; color: #333 !important; }
.post h4 a { font-weight:bold !important; color:#C20201 !important;}
.post a:link  {
    text-decoration: none; 
    color: #4d9b01 !important;
}
.post a:hover {  
    color: #2563BF !important; 
    background-color: #FDFFCB; 
    border-bottom: 1px solid #840909; 
    text-decoration:none !important; 
}
.post h4 a:visited { color: #2563BF !important; }
.post h4 a:visited:after { content: ""; }

/* style for the tags */
.post .meta { font-weight: normal; color: #999; font-size: 100%; }
.post .meta a { font-weight: normal; color: #999 !important; font-size: 100%; }
.post .meta a:visited { font-weight: normal; color: #444 !important; font-size: 100%; }
.post .meta .date { }

/* for the descriptive text */
.post .extended { font-size: 100% !important; line-height: 1.5em !important; padding: 0 0 0 0 !important;  color: #333 !important; }

.post .meta .extended { font-size: 100% !important; color: #333 !important; }

/* the appearance of the form */
.formitem { 
          font-weight: bold !important; 
          color: #000; 
          font-size: 0.8em; 
          line-height: 1.5em !important; 
}
select { border: 1px solid black; padding: 0;}
input { border: 1px solid black; font-family: "Trebuchet MS", Arial, sans-serif !important; }

