style "default"
{
    GtkButton::default_border                    = {0, 0, 0, 0}
    GtkButton::default_outside_border            = {0, 0, 0, 0}
    GtkButton::child_displacement_x              = 0
    GtkButton::child_displacement_y              = 1
    GtkButton::default_spacing                   = 5
    GtkButton::focus-padding                     = 0
    GtkCheckButton::indicator_size               = 12
    GtkMenuBar::internal-padding                 = 2
    GtkMenuBar::shadow_type                      = out
    GtkHandleBox::shadow_type                    = out
    GtkMenuItem::selected_shadow_type            = etched-in
    GtkPaned::handle_full_size                   = 1
    GtkPaned::handle_size                        = 7
    GtkRadioButton::indicator_size               = 15
    GtkRange::slider_width                       = 15
    GtkRange::stepper_size                       = 15
    GtkRange::stepper_spacing                    = 0
    GtkRange::trough_border                      = 0
    GtkScrollbar::has_backward_stepper           = 1
#   GtkScrollbar::has_secondary_backward_stepper = 1
    GtkScrollbar::min_slider_length              = 20
    GtkToolbar::shadow_type                      = out
    GtkWidget::focus-line-width                  = 1
    GtkWidget::focus_padding                     = 2 
    GtkWidget::interior_focus                    = 5 
    GtkWidget::internal_padding                  = 2 
    
    xthickness = 2
    ythickness = 2

    base[ACTIVE]      = "#d4d3d2"
    base[INSENSITIVE] = "#e8e7e6"
    base[NORMAL]      = "#ffffff"
    base[PRELIGHT]    = "#d4d3d2"
    base[SELECTED]    = "#867d94"

    bg[ACTIVE]        = "#d4d3d2"
    bg[INSENSITIVE]   = "#e8e7e6"
    bg[NORMAL]        = "#e8e7e6"
    bg[PRELIGHT]      = "#d4d3d2"
    bg[SELECTED]      = "#d4d3d2"

    fg[ACTIVE]        = "#000000"
    fg[INSENSITIVE]   = "#8e8e8a"
    fg[NORMAL]        = "#000000"
    fg[PRELIGHT]      = "#000000"
    fg[SELECTED]      = "#000000"

    text[ACTIVE]      = "#000000"
    text[INSENSITIVE] = "#000000"
    text[NORMAL]      = "#000000"
    text[PRELIGHT]    = "#000000"
    text[SELECTED]    = "#ffffff"

    engine "xfce" 
    {
        smooth_edge = true
        grip_style = engrave
        boxfill
        {
            fill_style = plain
        }
    }
}
widget_class "*"                   style "default"

style "menu" = "default"
{
    xthickness = 3
    ythickness = 3
    engine "xfce" 
    {
        smooth_edge = true
        grip_style = engrave
        boxfill
        {
            fill_style = plain
        }
    }
}
widget_class "*BonoboDockItem"     style "menu"
class "*BonoboDockItem"            style "menu"
widget_class "*ToolBar"            style "menu"
class "*ToolBar"                   style "menu"
widget_class "*MenuBar"            style "menu"
class "*MenuBar"                   style "menu"

style "button" = "default"
{
    xthickness = 3
    ythickness = 3

    bg[PRELIGHT]      = "#d4d3d2"
    bg[NORMAL]        = "#d4d3d2"
    bg[ACTIVE]        = "#bfbebd"

    engine "xfce" 
    {
        smooth_edge = true
        grip_style = none
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.10
            shade_end = 0.95
        }
    }
}
widget_class "*Button*"            style "button"
class "*Button*"                   style "button"
widget_class "*button*"            style "button"
class "*button*"                   style "button"
widget_class "*OptionMenu*"        style "button"
class "*OptionMenu*"               style "button"

style "scrollbar" = "default"
{
    xthickness = 2
    ythickness = 2

    bg[PRELIGHT]      = "#d4d3d2"
    bg[NORMAL]        = "#d4d3d2"
    bg[ACTIVE]        = "#e8e7e6"

    engine "xfce" 
    {
        smooth_edge = true
        grip_style = none
        boxfill
        {
            fill_style = gradient
            orientation = automatic
            shade_start = 1.10
            shade_end = 0.95
        }
    }
}
widget_class "*Scrollbar*"         style "scrollbar"
class "*Scrollbar*"                style "scrollbar"
widget_class "*Scale*"             style "scrollbar"
class "*Scale*"                    style "scrollbar"

style "progress" = "default"
{
    xthickness = 2
    ythickness = 2

    bg[PRELIGHT]      = "#d4d3d2"
    bg[NORMAL]        = "#e8e7e6"
    bg[ACTIVE]        = "#e8e7e6"

    engine "xfce" 
    {
        smooth_edge = true
        grip_style = none
        boxfill
        {
            fill_style = gradient
            orientation = automatic
            shade_start = 1.10
            shade_end = 0.95
        }
    }
}
widget_class "*Progress*"          style "progress" 
class "*Progress*"                 style "progress" 

style "menuitem" = "default"
{
    xthickness = 1
    ythickness = 2
}

widget_class "*MenuItem*"          style "menuitem"
class "*MenuItem*"                 style "menuitem"

style "handlebox" = "default"
{
    xthickness = 0
    ythickness = 0
}
widget_class "*HandleBox"          style "handlebox"

# This is for ROX-Filer
# 
style "rox" = "default"
{
  bg[NORMAL] = "#ffffff"
  bg[ACTIVE] = "#ffffff"
}
widget_class "*Collection"         style "rox"

# This is for the window borders (xfwm4 & metacity)
# 
style "titlebar" = "default"
{
#    bg[SELECTED]      = "#70727f"
    bg[SELECTED]      = "#867d94"
    fg[SELECTED]      = "#ffffff"
    bg[INSENSITIVE]   = "#e8e7e6"
    fg[INSENSITIVE]   = "#a9a5a5"
}
widget "xfwm"                      style "titlebar"
class "MetaFrames"                 style "titlebar"
widget_class "MetaFrames"          style "titlebar"
