style "curve-default"
{
    GtkButton::default_border         = {0, 0 ,0 ,0}
    GtkButton::default_outside_border = {0, 0 ,0 ,0}
    GtkButton::default_spacing        = 2
    GtkCheckButton::indicator_size    = 15
    GtkMenuItem::selected_shadow_type = out
    GtkPaned::handle_full_size        = 1
    GtkRange::slider_width            = 15
    GtkRange::stepper_size            = 15
    GtkRange::stepper_spacing         = 0
    GtkRange::trough_border           = 0
    GtkScrollbar::min_slider_length   = 20
    GtkSpinButton::shadow_type        = etched-in
    GtkStatusbar::shadow_type         = none
    GtkWidget::focus-line-pattern     = "\0"
    GtkWidget::focus-line-width       = 1
    GtkWidget::focus-padding          = 0
    GtkWidget::interior_focus         = 0
    GtkWidget::interior_focus         = 0
    GtkWidget::internal-padding       = 2
    GtkMenuBar::shadow_type           = out
    GtkToolbar::shadow_type           = out

    xthickness = 2
    ythickness = 2

    fg[NORMAL]        = "#000000" 
    fg[ACTIVE]        = "#000000" 
    fg[PRELIGHT]      = "#000000" 
    fg[SELECTED]      = "#ffffff" 
    fg[INSENSITIVE]   = "#7f7f7f" 

    bg[NORMAL]        = "#e5e5e5" 
    bg[PRELIGHT]      = "#f5f5f5" 
    bg[ACTIVE]        = "#cccccc" 
    bg[INSENSITIVE]   = "#d8d8d8" 
    bg[SELECTED]      = "#4464ac" 

    base[NORMAL]      = "#ffffff"       
    base[SELECTED]    = "#4464ac"       
    base[ACTIVE]      = "#99a6bf"       
    base[PRELIGHT]    = "#e5e5e5"       
    base[INSENSITIVE] = "#d8d8d8"       

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

    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
	    fill_style = plain
	}
    }
}

widget_class "*"                   style "curve-default"

style "curve-menu-color" = "curve-default"
{
    bg[PRELIGHT]    = "#4464ac"
    fg[PRELIGHT]    = "#ffffff"

    engine "xfce" 
    {
        smooth_edge = false
        boxfill
        {
	    fill_style = plain
	}
    }
}

style "curve-tool-bar" = "curve-menu-color"
{
    xthickness = 3
    ythickness = 3

    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
	    fill_style = plain
	}
    }
}
widget_class "*BonoboDockItem*"    style "curve-tool-bar"
class "*BonoboDockItem*"           style "curve-tool-bar"
widget_class "*HandleBox*"         style "curve-tool-bar"
class "*HandleBox*"                style "curve-tool-bar"
widget_class "*Tool*"              style "curve-tool-bar"
class "*Tool*"                     style "curve-tool-bar"
widget_class "*MenuBar*"           style "curve-tool-bar"
class "*MenuBar*"                  style "curve-tool-bar"

style "curve-menu" = "curve-menu-color"
{
    xthickness = 4
    ythickness = 4

    engine "xfce" 
    {
        smooth_edge = false
        boxfill
        {
	    fill_style = gradient
	    orientation = vertical
	    shade_start = 0.90
	    shade_end = 1.20
	}
    }
}
widget_class "*MenuItem*"          style "curve-menu"
class "*MenuItem*"                 style "curve-menu"

style "curve-progress" = "curve-menu-color"
{
    xthickness = 1
    ythickness = 1

    engine "xfce" 
    {
        smooth_edge = false
        boxfill
        {
	    fill_style = gradient
	    orientation = vertical
	    shade_start = 0.90
	    shade_end = 1.20
	}
    }
}
widget_class "*Progress*"          style "curve-progress"
class "*Progress*"                 style "curve-progress"

style "curve-button" = "curve-default"
{
    xthickness = 3
    ythickness = 2

    engine "xfce" 
    {
        smooth_edge = true
        boxfill
        {
	    fill_style = plain
        }
    }
}
widget_class "*Button*"            style "curve-button"
class "*Button*"                   style "curve-button"
