style "xfce-etria-default"
{
    GtkButton::default_border         = {0, 0, 0, 0}
    GtkButton::default_outside_border = {0, 0, 0, 0}
    GtkButton::default_spacing        = 11
    GtkCheckButton::indicator_size    = 11
    GtkMenuItem::selected_shadow_type = none
    GtkPaned::handle_full_size        = 1
    GtkRadioButton::indicator_size    = 11
    GtkRange::slider_width            = 11
    GtkRange::stepper_size            = 11
    GtkRange::stepper_spacing         = 0
    GtkRange::trough_border           = 1
    GtkScrollbar::min_slider_length   = 20
    GtkSpinButton::shadow_type        = out
    GtkStatusbar::shadow_type         = none
    GtkWidget::internal-padding       = 2
    GtkWidget::focus-padding          = 0
    GtkWidget::focus-line-pattern     = "\0"
    GtkWidget::focus-line-width       = 2
    GtkWidget::interior_focus         = 0
    
    xthickness = 1
    ythickness = 1

    base[ACTIVE]      = "#fef4d6"
    base[INSENSITIVE] = "#fdfdfd"
    base[NORMAL]      = "#fdfdfd"
    base[PRELIGHT]    = "#ffdd76"
    base[SELECTED]    = "#ffdd76"

    bg[ACTIVE]        = "#E4E0D5"
    bg[INSENSITIVE]   = "#E4E0D5"
    bg[NORMAL]        = "#eeeee6"
    bg[PRELIGHT]      = "#ffdd76"
    bg[SELECTED]      = "#ffdd76"

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

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

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

style "xfce-etria-menustyle" = "xfce-etria-default"
{
    xthickness = 0
    ythickness = 2
    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = plain
        }
    }
}
widget_class "*BonoboDockItem*"    style "xfce-etria-menustyle"
class "*BonoboDockItem*"           style "xfce-etria-menustyle"
widget_class "*HandleBox*"         style "xfce-etria-menustyle"
class "*HandleBox*"                style "xfce-etria-menustyle"
widget_class "*Tool*"              style "xfce-etria-menustyle"
class "*Tool*"                     style "xfce-etria-menustyle"
widget_class "*MenuBar*"           style "xfce-etria-menustyle"
class "*MenuBar*"                  style "xfce-etria-menustyle"

style "xfce-etria-buttonstyle" = "xfce-etria-default"
{
    xthickness = 1
    ythickness = 1
    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.1
            shade_end = 0.9
        }
    }
}
widget_class "*Button*"            style "xfce-etria-buttonstyle"
class "*Button*"                   style "xfce-etria-buttonstyle"

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

style "xfce-etria-titlebar"
{
    bg[SELECTED]      = "#3E91EB"
    fg[SELECTED]      = "#ffffff"
    bg[ACTIVE]        = "#8F9FB4"
    fg[NORMAL]        = "#ffffff"
}
widget "xfwm"                      style "xfce-etria-titlebar"
class "MetaFrames"                 style "xfce-etria-titlebar"
