/*
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 */

#pagenav, #pagenav ul{float:left; list-style:none; padding:0; font-size: 11px }

  #footwidgets-front .widget-spot .widget h3{ text-transform:lowercase; font-weight:normal; font-size:20px }

.post img { border:0px solid #f6f5ed }

.pagespot{ padding:10px 20px; margin:15px 0; background:#ffffff; border:1px solid #dddddd; -moz-border-radius: 1% }
