/*
Theme Name: NDJ Overeasy
Version: 1.0
Description: Child theme for WooThemes.
Author: WooThemes
Author URI: http://www.woothemes.com
Template: overeasy
*/
 
@import url("../overeasy/style.css");


/*Import jQuery UI stuff */
@import url("./themes/base/ui.all.css");


/*widgets have no margins by default */
div.widget + div.widget{
margin-top:20px;
}

.widget #searchform{
padding:0; /*Wraps wrong with padding */
}

a.post-edit-link{
font-size:small;
padding-left:15px;
}

