/* Welcome to Custom CSS!

If you are familiar with CSS or you have a stylesheet ready to paste, you may delete these comments and get started.

CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. Here's an example:

img { border: 1px solid red; }

That line basically means "give images a red border one pixel thick."

CSS is not very hard to learn. If you already know a little HTML it will be fun to move things around on the web page by changing your stylesheet. There are many free references to help you get started. We have included some at the bottom of this page.

We hope you enjoy developing your custom CSS. Here are a few things to keep in mind:

You can not edit the stylesheets of your theme. Your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. You will have a new one Stylesheet created each time you change themes.  This way, you can have a custom stylesheet for each theme you try, or decide to use.   


CSS comments will be stripped from your stylesheet. */

/* This is a comment. Comments begin with /* and end with */

/*
Things we strip out include:
 * HTML code
 * import rules
 * expressions
 * invalid and unsafe code
 * URLs not using the http: protocol

Things we encourage include:
 * @media blocks!
 * sharing your CSS!
 * testing in several browsers!

Please use the contact form, or complete a Support Ticket, if you believe there is something wrong with the way the CSS Editor filters your code.
*/

/* 
BlogsOnUs can also customize a stylesheet for you.  Cost depends on what you want. If you want us to do the work, it is recommended you find a theme that is as close as posible to what you want.  The less we have to customize, they less the charge will be for your, since all of our customization is charged by the hour.  

Create a support ticket if you are interested in a custom style sheet for your selected theme.
*/

@charset "utf-8";

/* CSS Document */


