#content .overlay {
position: absolute;
right: 1em !important;
right: 2em;
bottom: 1em;
width: 15em;
}
#content .overlay .entry {
position: relative;
top: 0em;
left: 0em;
border-left: 1em solid rgb(185, 0, 101);
margin-bottom: 1px;
}
#content .overlay .teaser {
display: block;
position: relative;
top: 0em;
left: 0em;
padding: 0em 0.25em 0.5em 0.25em;
font-size: 0.75em;
z-index: 5;
}
#content .overlay .entry a {
display: block;
position: relative;
font-family: Times;
font-size: 1.25em;
padding: 1em 0.25em 0.25em 0.25em;
text-decoration: none;
color: rgb(0, 0, 0);
z-index: 5;
}
#content .overlay .background {
position: absolute;
top: 0em;
left: 0em;
width: 100%;
height: 100%;
height: expression(this.parentNode.offsetHeight);
filter: alpha(opacity=67);
-moz-opacity: 0.67;
background-color: rgb(255, 255, 255);
z-index: 0;
}
