/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

    1. Open style.css file and find any clasess you want to override
	2. Copy classes to override in this file, make sure you put classes outside
	3. Activate custom.css file in theme admin panel

*/
/* START OVERRIDING / ADDING NEW CLASESS BELOW THIS LINE */
a:hover{background: #5B261B}
.lifestream a:hover{background: #5B261B}
.sidebar ul, .sidebar ul li, .sidebar ol, #sidebar ul.lifestream, #sidebar ul.lifestream li {list-style-position: inside;}
.slider-post ul li{ background: none;}
.slider-post ul li a{border-bottom: 1px dotted #000000}
.slider-post ul li a:hover{background:#5B261B none repeat scroll 0 0; color:#FFFFFF;}