/*
Theme Name: custom theme
Theme URI: custom theme
Description: custom theme
Version: 1
Author: custom theme
Author URI: custom theme
*/

.sidebar {
background-color: #B20000;
padding: 1px 5px;
}

.post h1 a{
color: #fff;
text-decoration: none;
font-size: 18px;
}
.post a{
color: #C80000;
}
.postmetadata a{
color: #C80000;
text-decoration: none;
}

.sidebar {
font-family: Arial;
}
.sidebar h2{
font-size: 14px;
color: #fff;
}
.sidebar ul{
padding: 0;
}
.sidebar li{
list-style: none;
}
.sidebar li li{
padding-left: 10px;
}
.sidebar li li a{
color: #FFFF33;
}

#quick_top {
	background-image: url(top-sidebar.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 210px;
}