.sidebar_frame {
    height:100%;
    width:100%;
}
 
.copyright {
    background-color:transparent;
    color:#000000;
    font-size:xx-small;
    font-weight:bold;
}
 
.counter {
    background-color:transparent;
    color:#000000;
    font-size:x-small;
}
 
.sidebar {
    background-color:#FFFFFF;
    border-bottom:2px dotted black;
    border-left:2px dotted black;
    font-size:small;
    font-weight:bold;
    position:absolute;
    right:0%;
    text-decoration:none;
    vertical-align:top;
    width:15%;
}
 
.sidebar_item {
    font-size:small;
    padding:5px;
    text-align:center;
}
 
.sidebar_subtitle {
    font-weight:bold;
    font-size:small;
    color:#333333;
    text-decoration:none;
}
 
.sidebar_title {
    background-color:#446688;
    border:1px solid black;
    color:#FFFFFF;
    font-size:medium;
    font-weight:bold;
    width:100%;
}
 
.sidebar_date {
    font-size:small;
    font-weight:bold;
    padding-bottom:12px;
    text-align:center;
}
 
a.sidelink:link, a.sidelink:visited {
    background-color:transparent;
    color:#333333;
    font-family:arial, sans-serif;
    font-size:x-small;
    font-weight:bold;
    text-decoration:none;
}
 
a.sidelink:hover {
    text-decoration:underline;
}
 
img.moviepick {
    border:1px solid black;
    height:108px;
    width:75px;
}
 
img.musicpick {
    border:1px solid black;
    height:75px;
    width:75px;
}
 
img.photopost {
    border:1px solid black;
    width:150px;
}
 
.twitters {
    text-align:left;
    margin:10px;
}
 
.twitters ul {
    font-weight:normal;
    font-size:smaller;
    list-style: none;
    padding: 0;
}
 
.twitters span.twitterPrefix {
    font-weight: bold;
}
 
.twitters span.twitterTime {
    font-style: italic;
    color: #c5c5c5;
}
