/*
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 */

.stepcarousel{ position: relative !important; overflow: scroll; height:200px; }
  .stepcarousel .belt{ position: absolute !important; left: 0; top: 0 }
  .stepcarousel .panel{ float: left !important; overflow: hidden !important; margin: 0px 18px 15px 3px; width: 240px }

 .slider-post .slider-cat{ padding:5px 0 }
    .slider-post .slider-cat a{ font:normal 11px Tahoma; text-transform:uppercase;}

.slider-post .slider-catr a{font:normal 11px Tahoma; text-transform:uppercase; text-align:right; float: right;}

.ts-titlef { padding:0 0 6px 0 }
.ts-titlef a { font:normal 14px Tahoma; color:#004276 }

.copyright .fr { font:normal 12px Tahoma; text-align:left; z-index:1000 }
.copyright .fr span{ font:normal 10px Tahoma; text-align:right; z-index:1000 }
.archive-spot .single img { float:left; margin:0 20px 0 0px }
