/*
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 */

/* KA NOTE: I updated all references to pagespot in page.php page template to pagespot-page to set post box width for pages separately */

.pagespot-page{ padding:10px 34px; margin:25px 75px; background:#ffffff; border:1px solid #dddddd; -moz-border-radius: 1% }

/*=== Footer ===*/
#footer .copyright{ font:normal 11px Georgia; background:transparent; padding:10px 25px 20px 25px }
  #footer a{ color:#000; text-decoration: none; border-bottom:1px dotted; padding:2px 1px }
    #footer a:hover{ color:#FFFFFF; text-decoration:none; border:none; background:#5B261B }

.footer-background{ background:#e9e9df }

#footer .copyright .fl li{ display:block; float:right; padding:0 0 0 10px; margin:0 0 0 10px; border-left:1px dotted #000000;  }

.fineprint { font:normal 11px Georgia; background:transparent; text-align: center;}
.fineprint a{ color:#000; text-decoration: none; border-bottom:1px dotted; padding:2px 1px }
.fineprint a:hover{ color:#FFFFFF; text-decoration:none; border:none; background:#5B261B }