style "default"
{
    GtkButton::default_border         = {0, 0, 0, 0}
    GtkButton::default_outside_border = {2, 2, 2, 2}
    GtkButton::child_displacement_x   = 0
    GtkButton::child_displacement_y   = 1
    GtkButton::default_spacing        = 10
    GtkButton::focus-line-width       = 1
    GtkButton::focus-padding          = 0
    GtkCheckButton::indicator_size    = 15
    GtkMenuBar::internal-padding      = 0
    GtkMenuBar::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::min_slider_length   = 20
    GtkSpinButton::shadow_type        = out
    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]      = "#cececa"
    base[INSENSITIVE] = "#ebe8e4"
    base[NORMAL]      = "#ffffff"
    base[PRELIGHT]    = "#b0c0d0"
    base[SELECTED]    = "#699dc9"

    bg[ACTIVE]        = "#cececa"
    bg[INSENSITIVE]   = "#ebe8e4"
    bg[NORMAL]        = "#ebe8e4"
    bg[PRELIGHT]      = "#b0c0d0"
    bg[SELECTED]      = "#b0c0d0"

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

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

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

style "menustyle" = "default"
{
    xthickness = 2
    ythickness = 2
    engine "xfce" 
    {
        smooth_edge = true
        grip_style = slide
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 0.95
            shade_end = 1.00
        }
    }
}
widget_class "*BonoboDockItem*"    style "menustyle"
class "*BonoboDockItem*"           style "menustyle"
widget_class "*HandleBox*"         style "menustyle"
class "*HandleBox*"                style "menustyle"
widget_class "*Tool*"              style "menustyle"
class "*Tool*"                     style "menustyle"
widget_class "*MenuBar*"           style "menustyle"
class "*MenuBar*"                  style "menustyle"

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

    engine "xfce" 
    {
        smooth_edge = true
        grip_style = slide
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 0.95
            shade_end = 1.00
        }
    }
}
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"
# widget_class "*Tree*"            style "button"
# class "*Tree*"                   style "button"
# widget_class "*Scale*"           style "button"
# class "*Scale*"                  style "button"

style "sbstyle" = "default"
{
    xthickness = 2
    ythickness = 2
    engine "xfce" 
    {
        smooth_edge = true
        grip_style = slide
        boxfill
        {
            fill_style = gradient
            orientation = automatic
            shade_start = 0.95
            shade_end = 1.00
        }
    }
}
widget_class "*Scrollbar*"         style "sbstyle"
class "*Scrollbar*"                style "sbstyle"
widget_class "*Scale*"             style "sbstyle"
class "*Scale*"                    style "sbstyle"

style "progress" = "default"
{
    xthickness = 1
    ythickness = 1
}
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"

# This is for the window borders (xfwm4 & metacity)
# 
style "titlebar"
{
    bg[SELECTED]      = "#699dc9"
    fg[SELECTED]      = "#ffffff"
    bg[INSENSITIVE]   = "#b0c0d0"
    fg[INSENSITIVE]   = "#000000"
}
widget "xfwm"                      style "titlebar"
class "MetaFrames"                 style "titlebar"
widget_class "MetaFrames"          style "titlebar"
