style "default" {
  GtkButton::default_border = { 0, 0, 0, 0 }
  GtkButton::default_outside_border = { 0, 0, 0, 0 }
  GtkRange::trough_border = 0
  GtkWidget::focus_padding = 1
  GtkPaned::handle_size = 6
  GtkRange::slider_width = 15
  GtkRange::stepper_size = 15
  GtkScrollbar::min_slider_length = 30
  GtkCheckButton::indicator_size = 12
  GtkMenuBar::internal-padding = 0
  GtkTreeView::expander_size = 14
  GtkExpander::expander_size = 16

  xthickness = 1
  ythickness = 1

  fg[NORMAL]		= "#000000"
  fg[ACTIVE]		= "#000000"
  fg[INSENSITIVE]	= "#b5b3ac"
  fg[PRELIGHT]		= "#000000"
  fg[SELECTED]		= "#ffffff"
  
  bg[NORMAL]       	= "#ede9e3"
  bg[ACTIVE]       	= "#dcd4c9"
  bg[INSENSITIVE]       = "#efebe5"
  bg[PRELIGHT]     	= "#e7e2db"
  bg[SELECTED]     	= "#716968"

  base[NORMAL]		= "#ffffff"
  base[ACTIVE]		= "#a69f91"
  base[INSENSITIVE]	= "#e8e5de"
  base[PRELIGHT]	= "#5f8ec4"
  base[SELECTED]   	= "#716968"

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

  engine "rezlooks" {
    scrollbar_color	= "#b7C05a"
    menubarstyle      	= 2
    menuitemstyle     	= 2
    listviewitemstyle 	= 1
    progressbarstyle  	= 0
    animation		= FALSE
  }
}

style "progressbar" = "default" {
  fg[PRELIGHT]	= "#ffffff"
  xthickness	= 1
  ythickness	= 1
}

style "wide" = "default" {
  bg[NORMAL]	= "#ede9e3"
  xthickness	= 2
  ythickness	= 2
}

style "button" = "default" {
  xthickness	= 3
  ythickness	= 3
  bg[NORMAL]	= "#ede9e3"
}

style "notebook" = "wide" {
  bg[NORMAL]	= "#ede9e3"
  bg[ACTIVE]	= "#dcd4c9"
}

style "tasklist" = "default" {
  xthickness = 5
  ythickness = 3
}

style "menu" = "default" {
  xthickness = 3
  ythickness = 3
}

style "menu-item" = "default" {
  xthickness = 2
  ythickness = 3
  fg[PRELIGHT] 		= "#ffffff"
  text[PRELIGHT] 	= "#ffffff"
}

style "tree" = "default" {
  xthickness = 2
  ythickness = 2
  #GtkTreeView::odd_row_color = "#eaeaea"
  #GtkTreeView::even_row_color = "#cdcdcd"
}

style "frame-title" = "default" {
  fg[NORMAL] = "#000000"
}

style "panel" = "default" {
  xthickness = 3
  ythickness = 3
}

style "tooltips" = "default" {
  xthickness = 4
  ythickness = 4
  bg[NORMAL] = { 1.0,1.0,0.75 }
}

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

style "metacity-frame" {
  fg[SELECTED]  = "#ffffff"
}

class "GtkWidget" style "default"
class "GtkButton" style "button"
class "GtkCombo" style "button"
class "GtkRange" style "wide"
class "GtkFrame" style "wide"
class "GtkMenu" style "menu"
class "GtkEntry" style "button"
class "GtkMenuItem" style "menu-item"
class "GtkStatusbar" style "wide"
class "GtkNotebook" style "notebook"
class "GtkProgressBar" style "progressbar"

class "MetaFrames" style "metacity-frame"
widget_class "*MenuItem.*" style "menu-item"

widget_class "*.GtkComboBox.GtkButton" style "combo"
widget_class "*.GtkCombo.GtkButton" style "combo"

widget_class "*.tooltips.*.GtkToggleButton" style "tasklist"
widget "gtk-tooltips" style "tooltips"

widget_class "*.GtkTreeView.GtkButton" style "tree"
widget_class "*.GtkCTree.GtkButton" style "tree"
widget_class "*.GtkList.GtkButton" style "tree"
widget_class "*.GtkCList.GtkButton" style "tree"
widget_class "*.GtkFrame.GtkLabel" style "frame-title"

widget_class "*.GtkNotebook.*.GtkEventBox" style "notebook"
widget_class "*.GtkNotebook.*.GtkViewport" style "notebook"
