/*
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 */
.footer-background{ background:#B5DFDE }
#search-spot .search-form{ padding:15px 0 0 0; position:relative }
  #search-spot .search-form input{ border:1px solid #000000; width:248px; padding:6px 10px 5px 10px; color:#000000; font-size:14px }
  #search-spot .search-form button{ background:url(images/search-btn-trans.png) #000000 no-repeat; border:none; position:absolute; width:30px; height:30px; top:15px; right:0 }
