@charset "utf-8";
#archiveitem {
		background: url(../img/seperator.gif) repeat-x bottom;
		padding-bottom: 5px;
}

#archiveitem H1 {
		display: block;
		background: url(../img/archive_icon.gif) no-repeat;
		padding-left: 25px;
		font-size: 13px;
		color: #4B97C6;
}

#archivetext {
		margin-left: 25px;
		margin-right: 10px;
		font-size: 10px;
		line-height: 20px;
}

#archivereadmore {
		background: url(../img/archive_readmore.gif) no-repeat right 0px;
		display: block;
		height: 22px;
		width: 215px;
                padding-right: 10px;
                }
#archivereadmore:hover {
		background: url(../img/archive_readmore.gif) no-repeat right -22px;
		display: block;
		height: 22px;
		width: 215px;
                padding-right: 10px;                
}
