style "xfce-redmondxp-default"
{
    GtkWidget::interior_focus         = 1
    GtkButton::default_border         = {0, 0, 0, 0}
    GtkButton::default_outside_border = {0, 0, 0, 0}
    GtkButton::default_spacing        = 10
    GtkCheckButton::indicator_size    = 15
    GtkPaned::handle_full_size        = 1
    GtkRange::trough_border           = 0
    GtkRange::slider_width            = 15
    GtkRange::stepper_size            = 15
    GtkRange::stepper_spacing         = 0
    GtkSpinButton::shadow_type        = out
    GtkMenuItem::selected_shadow_type = none
    GtkScrollbar::min_slider_length   = 20
    GtkWidget::internal-padding       = 2

    xthickness = 2
    ythickness = 2

    base[ACTIVE]      = "#e5e5e5"
    base[INSENSITIVE] = "#f7efe7"
    base[NORMAL]      = "#ffffff"
    base[PRELIGHT]    = "#f7efe7"
    base[SELECTED]    = "#0055ef"

    bg[ACTIVE]        = "#d4d4ce"
    bg[INSENSITIVE]   = "#f7efe7"
    bg[NORMAL]        = "#f7efe7"
    bg[PRELIGHT]      = "#f7efe7"
    bg[SELECTED]      = "#0055ef"

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

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

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

style "xfce-redmondxp-colored" = "xfce-redmondxp-default"
{
    xthickness = 1
    ythickness = 1

    bg[ACTIVE]        = "#0055ef"
    bg[PRELIGHT]      = "#0055ef"
    fg[ACTIVE]        = "#ffffff"
    fg[PRELIGHT]      = "#ffffff"
    text[PRELIGHT]    = "#ffffff"

    engine "xfce" 
    {
	smooth_edge = true
	boxfill
	{
	    fill_style = gradient
	    orientation = vertical
	    shade_start = 0.9
	    shade_end = 1.1
	}
    }
}
widget_class "*GtkList*"           style "xfce-redmondxp-colored"
class "*GtkList*"                  style "xfce-redmondxp-colored"
widget_class "*GtkEntry*"	   style "xfce-redmondxp-colored"
class "*GtkEntry*"	           style "xfce-redmondxp-colored"
widget_class "*GtkTree*"	   style "xfce-redmondxp-colored"
class "*GtkTree*"	           style "xfce-redmondxp-colored"
widget_class "*GtkProgress*"	   style "xfce-redmondxp-colored"
class "*GtkProgress*"	           style "xfce-redmondxp-colored"

style "xfce-redmondxp-menu" = "xfce-redmondxp-colored"
{
    xthickness = 1
    ythickness = 2

    bg[INSENSITIVE]   = "#ffffff"
    bg[NORMAL]        = "#ffffff"

    engine "xfce" 
    {
	smooth_edge = true
	boxfill
	{
	    fill_style = plain
	}
    }
}
widget_class "*.GtkMenu*"          style "xfce-redmondxp-menu"
class "*.GtkMenu*"                 style "xfce-redmondxp-menu"

style "xfce-redmondxp-menubar" = "xfce-redmondxp-colored"
{
    xthickness = 0
    ythickness = 3
}

widget_class "*BonoboDockItem*"    style "xfce-redmondxp-menubar"
class "*BonoboDockItem*"           style "xfce-redmondxp-menubar"
widget_class "*HandleBox*"         style "xfce-redmondxp-menubar"
class "*HandleBox*"                style "xfce-redmondxp-menubar"
widget_class "*Tool*"              style "xfce-redmondxp-menubar"
class "*Tool*"                     style "xfce-redmondxp-menubar"
widget_class "*MenuBar*"           style "xfce-redmondxp-menubar"
class "*MenuBar*"                  style "xfce-redmondxp-menubar"

style "xfce-redmondxp-button" = "xfce-redmondxp-default"
{
    bg[NORMAL]        = "#fafaf2"
    bg[ACTIVE]        = "#ffcb39"
    bg[PRELIGHT]      = "#fafaf2"
    bg[INSENSITIVE]   = "#fafaf2"
    fg[SELECTED]      = "#000000"
    text[SELECTED]    = "#000000"

    engine "xfce" 
    {
	smooth_edge = true
	boxfill
	{
	    fill_style = gradient
	    orientation = auto
	    shade_start = 1.1
	    shade_end = 0.9
	}
    }
}
widget_class "*Button*"            style "xfce-redmondxp-button"
class "*Button*"                   style "xfce-redmondxp-button"
widget_class "*OptionMenu*"        style "xfce-redmondxp-button"
class "*OptionMenu*"               style "xfce-redmondxp-button"

style "xfce-redmondxp-notebook" = "xfce-redmondxp-default"
{
    xthickness = 1
    ythickness = 1

    bg[NORMAL]        = "#fafaf2"
    bg[ACTIVE]        = "#d4d4ce"
}

widget_class "*Notebook*"          style "xfce-redmondxp-notebook"
class "*Notebook*"                 style "xfce-redmondxp-notebook"

style "xfce-redmondxp-scroll" = "xfce-redmondxp-default"
{
    base[ACTIVE]      = "#d4d4ce"
    base[INSENSITIVE] = "#f7efe7"
    base[NORMAL]      = "#f7efe7"
    base[PRELIGHT]    = "#c6d3ff"
    base[SELECTED]    = "#c6d3ff"
    bg[NORMAL]        = "#c6d3ff"
    bg[PRELIGHT]      = "#c6d3ff"
    bg[SELECTED]      = "#f7efe7"
    fg[SELECTED]      = "#000000"
    text[SELECTED]    = "#000000"

    engine "xfce" 
    {
	smooth_edge = true
	boxfill
	{
	    fill_style = gradient
	    orientation = auto
	    shade_start = 1.1
	    shade_end = 0.9
	}
    }
}
widget_class "*Scrollbar*"         style "xfce-redmondxp-scroll"
class "*Scrollbar*"                style "xfce-redmondxp-scroll"
widget_class "*Scale*"             style "xfce-redmondxp-scroll"
class "*Scale*"                    style "xfce-redmondxp-scroll"

style "xfce-redmondxp-titlebar"
{
    bg[SELECTED]      = "#0055ef"
    fg[SELECTED]      = "#ffffff"
    bg[ACTIVE]        = "#7b96de"
    fg[NORMAL]        = "#dee7f7"
}
widget "xfwm"                      style "xfce-redmondxp-titlebar"
class "MetaFrames"                 style "xfce-redmondxp-titlebar"
