Hopefully this will help. It's from the CSS sticky post in question.
/* Sticky Post and Postmetadata */
.sticky {
margin: 0 0 5px 0;
padding: 0 5px 1px 5px;
background: #1f1511 url(images/post-image.gif) no-repeat;
width: 680px;
color: #e7dede;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sticky-post {
position: relative;
left:650px;
top:60px;
z-index: 100;
padding: 10px 1px 1px 1px;
margin: -94px 0 0 0;
}
.sticky p{
padding: 1px 1px 1px 1px;
}
.sticky-box {
position: absolute;
z-index: 100;
}
.tags-font h2 {
color: blue;
font-size: 180%;
font-weight: 500;
padding: 7px 0 4px 2px;
margin: 10px 0 2px 0;
line-height: 120%;
font-family: tahoma, Georgia;
}
.tags-font h2 a{
color: #910000;
text-decoration:none;
font-weight: 500;
font-family: tahoma, Georgia;
font-size: 28px;
}
.tags-font h2 a:hover{
text-decoration:underline;
color: #ff0024;
}
.postmetadata{
font-size:80%;
padding: 1px 8px 1px 6px;
margin: -2px 0 0 8px;
border-top: 0px solid #ccc;
}
Thanks again guys