/*
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.
*/

/*=== FEATURED SLIDER ===*/
.slider-post, .slider-post p{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }

/*=== Posts ===*/
.post{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
.post ul, .post ol{ padding:5px 3px; margin:0 0 5px 20px; }
.post ul li, post ol li{ margin: 0 0 5px 20px; }
.post ul li{ padding:0 0 5px 18px; background: url(images/list-star-trans.png) no-repeat left top; line-height: 13px; }
.post ul li ul, .post ol li ol{ padding:0; margin:10px 0 0 0; }
.post ol li{ list-style-type:decimal; }
.post blockquote { background:#e9e9df url(images/ico-quote-trans.png) no-repeat 10px 15px; width:80%; height:auto; margin:0 0 15px 10px; padding:15px 25px 1px 55px; display:block }
.post code{ background:#e7ffd3 }
.post p{ margin: 10px 0px; line-height: 150% }
.post .calendar p{ margin: 0px 10px; line-height: 140%; }
