/* CUSTOM CSS GOES HERE /*
This is where you can put your custom CSS rather than changing the other stylesheets. This ensures that when you change skins, it will not remove your custom work!

This stylesheet loads AFTER the style.css that wordpress needs. So anything you put in here will overwrite whatever loads from style.css. EXAMPLE: If you want to change the color of the body text, simply put an entry in here like this:

body: {
  #555;
}

This changes the color of the body font to lighter gray, rather than the black in the mothertheme main stylesheet. Play with that a little, it's fun! And don't worry about mistakes, because you can always just empty the entries you put here.

How cool!

Author: Tim Norton
Author URI: http://nortontim.com
*/

