/*
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 */
/* Body */
body {background: #FFFFFF url(images/bgr.gif) repeat-x scroll center top}
a {color: #FF5C00}
a:hover {background-color:#FF5C00; color:#FFFFFF; text-decoration:none;}
/* Other */
#breadcrumb {color: #FF5C00}
/* Search Bar */
#search-spot .search-form button {background-color: #FF5C00;}
#search-spot .search-form input {border:1px solid #000; color:#FF5C00;}
/* Top Navigation */
#pagenav li a:hover {background-color: #000000}
#pagenav .hometab a {border-left:5px solid #FF5C00;}
#pagenav li a {border-right:5px solid #FF5C00;}
#top_menu li a {color:#FFFFFF;}
#top_menu li a:hover, #top_menu li.active a {color:#FF5C00;}
#pagenav li {line-height:38px;}
#breadcrumb p strong  {background-image: none}
/* Home Page Slider */
.featslider {background-color: #FFF}
.slider-post .slider-title{text-transform:none;}
.slider-post p a {text-decoration: none; color: #FF5C00}
.slider-post p a:hover {text-decoration: none;background-color: #FF5C00;color: #FFFFFF;}
/* Main Content */
.pagespot {border:2px solid #000;}
/* Footer */
.footer-background {background-color: #000000; color: #FFFFFF}
/* Widgets */
#footwidgets-front .widget-spot .widget {border-right:1px solid #FF5C00;}
#footwidgets-front .widget-spot .widget h3{ text-transform:none;} 
/* UL */
.post ul li {background-image:url(images/ico-ok-trans.png);}