@charset "utf-8";
/* CSS Document */
#archive{
float: right;
width: 175px;
padding: 5px;
font-weight: bold;
text-align: right;
margin-top: 10px;
margin-right: -15px;
}
<!--[ie]
#archive table{
float:right;
margin-right: -15px;
}
-->
#archive a{ 
padding: 5px;
font-weight: bold;
text-decoration: none;
}
#archive ul{
padding: 0px;
list-style-type: none;
margin-left: 5px;
}
#archive ul li{
list-style:none;
text-align: left;
padding:0px;
}
.submit{
width: 25px;
border: 1px solid gray;
cursor: pointer;
}
.submit:hover{
border: 1px solid #f4ac5f;
}
#archive ul li{
list-style:none;
padding: 2px;
}
#blogs{
width: 445px;
}
#blogs table td{
width: 300px;
}
.smallText{
font-size: .65em;
margin-top: 5px;
}
.blogtitle{
font-size: 1em;
margin-top: 10px;
}
#blogs .blogbody{
line-height: 1em;
padding-top: 20px; 
padding-bottom: 12px;
font-size: .85em;
}
.blogdate{
font-size: .65em;
}
#blogs .newstitle{
color: #df8928; 
font-size: .65em;
}
.newsbody{
line-height: 1em; 
font-size: .65em;
font-weight: 100; 
padding-top: 5px; 
padding-bottom: 12px;
}
.search-box{
width: 70%;
}
.pagelinks{
float:right;
padding-top: 5px;
}
.pageprevdead{
display:none;
}
.pagenextdead{
display:none;
}