/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
/*BEFORE UPDATING THEME PLEASE BACK UP ALL FILES< TAKE SNAPSHOT OF ALL PHP AND CSS FILES FOR REFERRAL*/

/*modified colors in css category sections*/

/*modified css for post slider- added arrow for slider handle- added below:*/
/*.ui-slider-handle { background: url(/wp-content/themes/modularity/images/arrow.png) no-repeat; height: 16px; width: 32px; overflow: hidden; position: absolute; top: -3px;margin-left:-10px;}*/



/*Modified footer.php also included below:*/
/* <a href="http://www.facebook.com/home.php?#!/pages/Poby/139084680450?ref=ts" target="_blank"> <img src="wp-includes/images/facebook_visit.png" border="0"> </a>
<br/> <br/><br/> */


/*Modified nav.php- removed ssubscribe list- below*/

<li class="subscribe-list">
	    <a href="#" title="<?/*php _e('subscribe','gpp_i18n'); */?>"><?/*php _e('subscribe','gpp_i18n'); */?></a>
	    <ul>
	        <li><a href="<?/*php if ( get_option('gpp_feedburner_url') <> "" ) { echo get_option('gpp_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } */?>" class="<?/*php _e('feed','gpp_i18n'); */?>"><?/*php _e('posts','gpp_i18n'); */?></a></li>
            <li><a href="<?/*php bloginfo('comments_rss2_url'); */?>" class="icon comments" title="<?/*php _e('comments','gpp_i18n'); */?>"><?/*php _e('comments','gpp_i18n'); */?></a></li>
        </ul>
    </li>


