hmm, that didn't work. here's all the sidebar css code:
#sidebar {
width: 300px;
float: right;
padding: 0;
margin: 0 0 25px;
font-family: "Droid-Serif", Georgia, Arial, serif;
}
#sidebar center {
display: none;
}
#sidebar .block ul {
border-top: 1px solid #636363;
border-bottom: none;
padding: 0;
}
#recent-posts-5 {
padding: 0;
}
#sidebar h3 {
font-size: 18px;
font-family: "Nimbus-Sans", Georgia, Arial, serif;
padding: 0 0 5px;
border-bottom: none;
padding: 0;
}
#sidebar .block ul .children {
padding: 0 0 0 8px;
border-bottom: none;
}
#sidebar .block li a {
background: transparent url('images/bullet_black.gif') no-repeat scroll 6px 10px;
font-size: 11px;
font-weight: none;
display: block;
border-bottom: none;
border-top: none;
padding: 0;
}
#sidebar .block li {
border-top: none;
border-bottom: none;
padding: 0;
}
#sidebar .block li a:hover {
background: rgba(255,255,255,0.5) url('images/bullet_red.gif') no-repeat scroll 6px 52%;
border-top: none;
border-bottom: none;
}
#sidebar .widget_search label {
display: block;
font-size: 18px;
margin: 0 0 5px;
padding: 25px 0 3px;
border: none;
border-bottom: none;
}
#sidebar .widget_recent_comments li {
background: transparent url('images/bullet_black.gif') no-repeat scroll 6px 52%;
padding: 2px 0 2px 15px;
border: none;
border-bottom: none;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover {
background: none;
border-bottom: none;
text-decoration: none;
color: #000;
font-weight: 600;
border-color: #000000;
border: none;
}
#sidebar .widget_recent_comments li a:hover {
color: #e12000;
border-bottom: none;
background-color: rgba(255,255,255,0.5);
}
#sidebar .widget_tag_cloud h3 {
border-bottom: none;
margin: 0 0 8px;
}
#sidebar .widget_text h3,#sidebar .calendar h3 {
border-bottom: none;
margin-bottom: 5px;
border-color: #000000;
}
#sidebar .calendar h3 {
display: none;
}
#sidebar #wp-calendar {
width: 95%;
text-align: center;
}
#sidebar #wp-calendar caption,#sidebar #wp-calendar td,#sidebar #wp-calendar th {
text-align: center;
}
#sidebar #wp-calendar caption {
font-size: 18px;
padding: 25px 0 3px;
}
#sidebar #wp-calendar th {
font-weight: bold;
border-top: none;
border-bottom: none;
border-color: #000000;
}
#sidebar #wp-calendar tfoot td {
border-top: none;
border-bottom: none;
border-color: #000000;
}
any ideas? and yes, i should fix the footer too. thanks for that!