/*
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{ background: url(images/bgr.gif) #FFFFFF repeat-x top; font-family:Georgia }
a{ color:#000; text-decoration: none; }
  a:hover{ color:#333333; text-decoration:none; background:#DFDFDF }

/*=== Footer ===*/
#footer .copyright{ font:normal 10px verdana; background:transarent; padding:10px 25px 20px 25px }
  #footer a{ color:#000; text-decoration: none; border-bottom:1px dotted; padding:2px 1px }
    #footer a:hover{ color:#000000; text-decoration:none; border:none; background:#E8E8E8 }
	
.footer-background{ background:#E8E8E8 }

#footer .copyright .fl li{ display:block; float:right; padding:0 0 0 10px; margin:0 0 0 10px; border-left:1px dotted #000000;  }