/*
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 */

/*.boxed_posts .post span.date_bg { display:none; } */

.top_menu { height:40px; }
.wrapper { position:relative; }
.feed-spot { display:none; }
#pagenav li { line-height:40px; position:relative; }
.facebook { position:absolute; top:14px; right:200px; } 
.facebook a { background:url(images/facebook.png) no-repeat 0% 0%; padding:8px 5px 10px 40px; color:#fff; font-size:15px; font-weight:normal; font-family:Georgia; }
.rss-feed { position:absolute; top:14px; right:58px; } 
.rss-feed a { background:url(images/rss.png) no-repeat 0% 0%; padding:6px 5px 10px 35px; color:#fff; font-size:15px; font-weight:normal; font-family:Georgia; }

.share { float:left; width:100%;  }
.share .left { float:left; width:60%; }
.share .right { float:left; width:40%; }
.share .right a { float:right; padding:3px 5px 3px 26px; background: url(images/facebook19x19.png) no-repeat 0% 50%; }
