style "default"
{
    GtkWidget::interior_focus          = 2
    GtkWidget::interior_padding	       = 2	
    GtkButton::default_border          = {0, 0, 0, 0}
    GtkButton::default_outside_border  = {0, 0, 0, 0}
    GtkButton::default_spacing         = 12
    GtkRange::slider_width             = 15
    GtkRange::stepper_size             = 15
    GtkCheckButton::indicator_size     = 15
    GtkPaned::handle_full_size         = 1
    GtkRange::trough_border            = 1
    GtkScrollbar::min_slider_length    = 20
    GtkScrollbar::has_forward_stepper  = 1
    GtkScrollbar::has_backward_stepper = 1
    GtkMenuBar::shadow_type            = out
    GtkToolbar::shadow_type            = out

    xthickness = 2
    ythickness = 2
    
    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = plain
        }
    }
}
widget_class "*"                style "default"

style "thin" = "default"
{
    xthickness = 1
    ythickness = 1
}

widget_class "*Progress*"       style "thin" 
class "*Progress*"              style "thin" 

style "menustyle" = "default"
{
    xthickness = 3
    ythickness = 3
    engine "xfce"
    {
        smooth_edge = true
        boxfill
        {
            fill_style = plain
        }
    }
}
widget_class "*BonoboDockItem*"    style "menustyle"
class "*BonoboDockItem*"           style "menustyle"
widget_class "*HandleBox*"         style "menustyle"
class "*HandleBox*"                style "menustyle"
widget_class "*MenuBar*"           style "menustyle"
class "*MenuBar*"                  style "menustyle"


style "toolbar" = "default"
{
	engine "xfce"
	{
		smooth_edge = true
	        boxfill
        	{
	            fill_style = plain
	        }

	}	
}
widget_class "*Toolbar*"            style "toolbar"
class "*Toolbar*"                   style "toolbar"

style "button" = "default"
{
    xthickness = 3
    ythickness = 3
    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.1
            shade_end = 0.90
        }
    }
}
widget_class "*Button*"            style "button"
class "*Button*"                   style "button"

style "scrollbar" = "default"
{
    xthickness = 1
    ythickness = 1
    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = auto
            shade_start = 1.1
            shade_end = 0.90
        }
    }
}
widget_class "*Scrollbar*"         style "scrollbar"
class "*Scrollbar*"                style "scrollbar"
widget_class "*Scale*"             style "scrollbar"
class "*Scale*"                    style "scrollbar"

