/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* Instead use the custom.css file that is located in crazydiamond/css/custom.css
* to add your styles. 
* You can copy a style rule and paste it in custom.css and it will override
* the original style. But remember that you need to increase the specificity
* of your CSS, a good way is prepend the "html" word in each rule. For example,
* if the original rule is "#content .selector {}", change it to
* "html #content .selector {}" in custom.css.
*
* For small CSS snippets you can use the option field in Theme Options > Custom CSS
*