#Yes, GrandMasta...I am mucking in the code... :)
#Strestout1
#GnoMetal gtkrc   MacOSX inspired brushed/graphite theme

include "icons/iconrc"

gtk-icon-sizes = "gtk-large-toolbar=28,28:panel-menu=28,28:gtk-menu=19,19"

style "default"
{
  #solid black text for most widgets
fg[NORMAL] = "black"
fg[ACTIVE] = "black"
fg[PRELIGHT] = "black"

#solid Black text for most selected widgets
fg[SELECTED] = "black"

#a dark-gray text for most insensitive/disabled widgets
fg[INSENSITIVE] = "#753075307530"

#silver/gray background for most widgets
bg[NORMAL] = "#d6d6d6d6d6d6"

#light silver/gray background for most active widgets
bg[ACTIVE] = "#c350c350c350"

#semi-bright silver/gray background for most prelight widgets
bg[PRELIGHT] = "#ea60ea60ea60"

# blue background for most selected widgets
bg[SELECTED] = "#7fbcfa"

#silver/gray background for most insensitive/disabled widgets
bg[INSENSITIVE] = "#d6d6d6d6d6d6"

#solid black text for entry & tree widgets
text[NORMAL] = "black"
text[ACTIVE] = "black"
text[PRELIGHT] = "black"

#solid BLACK text for selected entry & tree widgets
text[SELECTED] = "black"

#a dark-gray text for insensitive/disabled entry & tree widgets
fg[INSENSITIVE] = "#753075307530"

#solid white background for entry & tree widgets
base[NORMAL] = "white"

#Inactive Selected
base[ACTIVE] = "#7fbcfb"

#light gray/silver background for prelighted entry & tree widgets
base[PRELIGHT] = "#c350c350c350"

#semi-dark gray/blue background for selected entry & tree widgets
base[SELECTED] = "#7fbcfa"

#solid grey background for insensitive/disabled entry & tree widgets
base[INSENSITIVE] = "grey"


#  bg_pixmap[NORMAL]    = "background.png"

#  GtkNotebook::tab_vborder = 1
#   GtkNotebook::tab_hborder = 1 
#xthickness = 1
#ythickness = 1 


#Transparent Icon Text Background
  NautilusIconContainer::frame_text = 0

#Translucent Selected Icon Background
  NautilusIconContainer::highlight_alpha=80


#Window Text Info 
  NautilusIconContainer::dark_info_color="black"
#Desktop Text Info
  NautilusIconContainer::light_info_color="white"
  
  GtkButton::default_border = { 0, 0, 0, 0 }
  GtkButton::default_outside_border = { 0, 0, 0, 0 }  

  #GtkWidget::interior_focus = 0
  
  GtkScrollbar::has_backward_stepper = 0
  GtkScrollbar::has_secondary_forward_stepper = 0
  GtkScrollbar::has_secondary_backward_stepper = 1
  GtkScrollbar::min_slider_length = 28

  GtkRange::trough_border = 0

  GtkVScale::slider_length = 16
  GtkVScale::slider_width = 19

  GtkHScale::slider_length = 17
  GtkHScale::slider_width = 18
  
  GtkRange::stepper_size = 15

  GtkTreeView::expander_size = 12

  GtkStatusbar::shadow_type = GTK_SHADOW_NONE
  GtkContainer::border_width = 0
  GtkPaned::handle_size = 6
  GtkFrame::shadow_type = GTK_SHADOW_NONE

  engine "pixmap"
  {
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "slider"
	state           = PRELIGHT
	file            = "scrollbar_horiz2.png"
	border          = { 15, 15, 2, 2 }
	stretch         = TRUE
	orientation     = HORIZONTAL
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "slider"
	file            = "scrollbar_horiz2.png"
	border          = { 13, 12, 2, 2 }
	stretch         = TRUE
	orientation     = HORIZONTAL
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "slider"
	state           = PRELIGHT
	file            = "scrollbar_vert2.png"
	border          = { 2, 2, 15, 15 }
	stretch         = TRUE
	orientation     = VERTICAL
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "slider"
	file            = "scrollbar_vert2.png"
	border          = { 2, 2, 15, 15 }
	stretch         = TRUE
	orientation     = VERTICAL
      }

#
# Any trough....
#
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "trough"
	file            = "vertical_trough.png"
	border          = { 3, 3, 23, 23 }
	stretch         = TRUE
	orientation     = VERTICAL
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "trough"
	file            = "horizontal_trough.png"
	border          = { 23, 23, 3, 3 }
	stretch         = TRUE
	orientation     = HORIZONTAL
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "bar"
	file            = "scrollbar_horiz2.png"
	border          = { 13, 12, 2, 2 }
	stretch         = TRUE
      }
#
# Handlebox
#
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "handlebox_bin"
	file            = "toolbar_background.png"
	border          = { 0, 0, 0, 0 }
	stretch         = FALSE
      }
#
# Paned widget
#
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "paned"
	file            = "trans.png"
	border          = { 10, 10, 10, 10 }
	stretch         = TRUE
      }

#
# Tooltips
#
    image
      {
        function        = FLAT_BOX
	recolorable     = TRUE
	detail          = "tooltip"
	file            = "tooltip.png"
	border          = { 1, 1, 1, 1 }
	stretch         = TRUE
      }

#
#Text Entry
#
image 
      {
	function        = FLAT_BOX
	recolorable     = TRUE
	state           = INSENSITIVE
        detail          = "entry_bg"
	file            = "text.png"
	border		= { 8,8,4,4 }
	stretch         = TRUE
      }
    image 
      {
	function        = FLAT_BOX
	recolorable     = TRUE
	state           = NORMAL
        detail          = "entry_bg"
	file            = "text.png"
	border		= { 8,8,4,4 }
	stretch         = TRUE
      }

 ## Entry Shadow

      image 
      {
        function        = SHADOW
	recolorable     = TRUE
	shadow          = IN
	file            = "text2.png"
	border          = { 4, 4, 2, 2 }
	stretch         = TRUE
      }

#
#ToolBar Shadow/BG/..mmm pretty toolbar
    image 
      {
       function        = SHADOW
 	recolorable     = TRUE
	shadow          = OUT
	file            = "toolbar_background.png"
	border          = { 2, 2, 2, 2 }
	stretch         = FALSE
      }

################################
##Other Shadows..

    image 
      {
        function        = SHADOW
	recolorable     = TRUE
	shadow          = ETCHED_IN
	file            = "etch.png"
	border          = { 10, 10, 10, 10 }
	stretch         = TRUE
      }
    image 
      {
        function        = SHADOW
	recolorable     = TRUE
	shadow          = ETCHED_OUT
	file            = "etch.png"
	border          = { 10, 10, 10, 10 }
	stretch         = TRUE
      }

#
# Selected text in entries, text widget, lists and trees
#
    image
      {
        function        = FLAT_BOX
	recolorable     = TRUE
	state           = INSENSITIVE
	detail          = "selected"
	file            = "progressbar_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image
      {
        function        = FLAT_BOX
	recolorable     = TRUE
	detail          = "selected"
	file            = "progressbar_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image
      {
        function        = FLAT_BOX
	recolorable     = TRUE
	state           = INSENSITIVE
	detail          = "text"
	file            = "progressbar_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image
      {
        function        = FLAT_BOX
	recolorable     = TRUE
	detail          = "text"
	file            = "progressbar_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }

## xchat tab bg etc... maybe

    image
      {
        function        = FLAT_BOX
	recolorable     = TRUE
	detail          = "viewportbin"
	file            = "background.png"
	border	    = { 0, 0, 0, 0 }
	stretch         = FALSE
      }
#
# Hline and Vline widgets
#
    image
      {
        function        = HLINE
	recolorable     = TRUE
	file            = "hline.png"
	border          = { 0, 0, 1, 1 }
	stretch         = TRUE
      }
    image
      {
        function        = VLINE
	recolorable     = TRUE
	file            = "vline.png"
	border          = { 1, 1, 0, 0 }
	stretch         = TRUE
      }
#
# Check marks
#
    image
      {
        function        = CHECK
	recolorable     = TRUE
	shadow          = OUT
	overlay_file    = "check1.png"
	overlay_stretch = FALSE
      }
    image
      {
        function        = CHECK
	recolorable     = TRUE
	shadow          = IN
	overlay_file    = "check2.png"
	overlay_stretch = FALSE
      }
#
# Option marks
#
    image
      {
        function        = OPTION
	recolorable     = TRUE
	shadow          = OUT
	overlay_file    = "option1.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = FALSE
      }
    image
      {
        function        = OPTION
	recolorable     = TRUE
	shadow          = IN
	overlay_file    = "option2.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = FALSE
      }

#
# The handle on Handleboxes AKA GRABBERS
#
    image
      {
        function        = HANDLE
	recolorable     = TRUE
	file            = "background.png"
	border          = { 0, 0, 0, 0 }
	stretch         = FALSE
	overlay_file    = "handle_vert_thumb.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = FALSE
	orientation     = VERTICAL
      }
    image
      {
        function        = HANDLE
	recolorable     = TRUE
	file            = "background.png"
	border          = { 0, 0, 0, 0 }
	stretch         = FALSE
	overlay_file    = "handle_vert_thumb.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = FALSE
	orientation     = HORIZONTAL
      }



#
# How to draw the focus around a widget - transparent
#
    image
      {
        function        = FOCUS
	recolorable     = TRUE
	overlay_file    = "focus.png"
	overlay_border  = { 4, 4, 4, 4 }
	overlay_stretch = TRUE
      }
#
# Some defaults as to how to draw boxes if they haven't already been covered
#
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "hruler"
	file            = "progressbar_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "vruler"
	file            = "empty.png"
	border          = { 0, 0, 0, 0 }
	stretch         = FALSE
      }
	# fixme - 
    image
      {
        function        = BOX
	recolorable     = TRUE
	shadow          = IN
	file            = "progressbar_bg.png"
	border          = { 0, 0, 0, 0 }
	stretch         = TRUE
      }
   }
}

# common default
class "GtkWidget" style "default"


style "eventbox" {
  bg_pixmap[NORMAL] = "<parent>"
  bg_pixmap[INSENSITIVE] = "<parent>"
  bg_pixmap[PRELIGHT] = "<parent>"
  bg_pixmap[SELECTED] = "<parent>"
  bg_pixmap[ACTIVE] = "<parent>"
}

class "GtkEventBox" style "eventbox"

#
# Buttons
#

#checkmark prelight bg, Trans!
style "checkradiobutton" {
  engine "pixmap" {
    image
      {
        function        = FLAT_BOX
	recolorable     = TRUE
	file            = "trans.png"
	border          = { 10, 5, 5, 10 }
	stretch         = TRUE
      }
  }
}

class "GtkRadioButton" style "checkradiobutton"
class "GtkCheckButton" style "checkradiobutton"

style "togglebutton"
{
   engine "pixmap" {
    image
      {
        function        = BOX
	recolorable     = TRUE
	shadow          = IN
	file            = "button_selected.png"
	border          = { 9,9,9,9 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	shadow          = OUT
	file            = "button_normal.png"
	border          = { 9,9,9,9 }
	stretch         = TRUE
      }
  }
}

class "GtkToggleButton" style "togglebutton"

style "button"
{
   engine "pixmap"
    {
    image
      {
        function        = BOX
	recolorable     = TRUE
	state           = NORMAL
	shadow          = OUT
	file            = "button_normal.png"
	border          = { 10,10,10,10}
	stretch         = TRUE
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	state           = PRELIGHT
	shadow          = OUT
	file            = "button_selected.png"
	border          = { 10,10,10,10 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	state           = NORMAL
	shadow          = IN
	file            = "focus.png"
	border          = { 9,9,9,9 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	state           = INSENSITIVE
	shadow          = IN
	file            = "button_disabled.png"
	border          = { 10,10,10,10 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	state           = INSENSITIVE
	shadow          = OUT
	file            = "button_disabled.png"
	border          = { 10,10,10,10 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	state           = SELECTED
	shadow          = IN
	file            = "progressbar_bg.png"
	border          = { 2,2,2,2 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	state           = ACTIVE
	shadow          = IN
	file            = "button_pressed.png"
	border          = { 10,10,10,10 }
	stretch         = TRUE
      }
   }
}

class "GtkButton" style "button"

style "notebook"
{
  engine "pixmap"
    {
    image
      {
        function        = EXTENSION
	recolorable     = TRUE
	state           = ACTIVE
	file            = "notebook3.png"
	border          = { 10, 10, 10, 10 }
	stretch         = TRUE
	gap_side	= BOTTOM
      }
    image
      {
        function        = EXTENSION
	recolorable     = TRUE
	state           = ACTIVE
	file            = "notebook5.png"
	border          = { 10, 10, 10, 10 }
	stretch         = TRUE
	gap_side	= TOP
      }
    image
      {
        function        = EXTENSION
	recolorable     = TRUE
	state           = ACTIVE
	file            = "trans.png"
	border          = { 10, 10, 10, 10 }
	stretch         = TRUE
	gap_side	= RIGHT
      }
    image
      {
        function        = EXTENSION
	recolorable     = TRUE
	state           = ACTIVE
	file            = "trans.png"
	border          = { 10, 10, 10, 10 }
	stretch         = TRUE
	gap_side	= LEFT
      }
    image
      {
        function        = EXTENSION
	recolorable     = TRUE
	file            = "notebook2.png"
	border          = { 10, 10, 10, 10 }
	stretch         = TRUE
	gap_side        = BOTTOM
      }
    image
      {
        function        = EXTENSION
	recolorable     = TRUE
	file            = "notebook4.png"
	border          = { 5, 5, 5, 5 }
	stretch         = TRUE
	gap_side        = TOP
      }
    image
      {
        function        = EXTENSION
	recolorable     = TRUE
	file            = "menu_selected.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	gap_side        = RIGHT
      }
    image
      {
        function        = EXTENSION
	recolorable     = TRUE
	file            = "menu_selected.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
	gap_side        = LEFT
     }
#
# How to draw boxes with a gap on one side (ie the page of a notebook)
#
    image
      {
        function        = BOX_GAP
	recolorable     = TRUE
	file            = "notebook-well.png"
	border          = { 10, 10, 10, 10 }
	stretch         = TRUE
      	gap_side        = TOP
      }
    image
      {
        function        = BOX_GAP
	recolorable     = TRUE
	file            = "well.png"
	border          = { 10, 10, 10, 10 }
	stretch         = TRUE
        	gap_side        = BOTTOM
      }
    image
      {
        function        = BOX_GAP
	recolorable     = TRUE
	file            = "well.png"
	border          = { 10, 10, 10, 10 }
	stretch         = TRUE
        	gap_side        = LEFT
      }
    image
      {
        function        = BOX_GAP
	recolorable     = TRUE
	file            = "well.png"
	border          = { 10, 10, 10, 10 }
	stretch         = TRUE
        	gap_side        = RIGHT
      }
#
# How to draw the box of a notebook when it isnt attached to a tab
#
    image
      {
        function        = BOX
	recolorable     = TRUE
	file            = "well.png"
	border          = { 10, 10, 10, 10 }
	stretch         = TRUE
	gap_side	= TOP
      }
  }
}

class "GtkNotebook" style "notebook"

style "menu"
{
  engine "pixmap" {
    image
      {
        function        = BOX
	recolorable     = TRUE
	file            = "background.png"
	border          = { 0, 0, 0, 0 }
	stretch         = FALSE
	overlay_file    = "menu_shadow.png"
	overlay_border  = { 5, 5, 5, 5 }
	overlay_stretch = TRUE
      }
  }
}

class "GtkMenu" style "menu"

style "menuitem"
{
  engine "pixmap" {
    image
      {
        function        = BOX
	recolorable     = TRUE
	file            = "menu_selected.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
  }
}

class "GtkMenuItem" style "menuitem"

style "menubar"
{
  engine "pixmap" {
    image
      {
        function        = BOX
	recolorable     = TRUE
	file            = "background.png"
	border          = { 0, 0, 0, 0 }
	stretch         = FALSE
      }
  }
}

class "GtkMenuBar" style "menubar"

style "optionmenu"
{
  engine "pixmap" {
    image
      {
        function        = BOX
	recolorable     = TRUE
	state		    = NORMAL
	file            = "option_menu.png"
	border          = { 12, 32, 2, 3 }
	stretch         = TRUE
      }
	image
      {
        function        = BOX
	recolorable     = TRUE
	state		    = PRELIGHT
	file            = "option_menu_prelight.png"
	border          = { 12, 32, 2, 3 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	state		    = INSENSITIVE
	file            = "option_menu_insensitive.png"
	border          = { 12, 32, 2, 3 }
	stretch         = TRUE
      }
	image {
            function        = TAB
            recolorable     = TRUE
            overlay_file    = "menubar_option_arrow.png"
            overlay_stretch = FALSE
        }   
  }
}

class "GtkOptionMenu" style "optionmenu"
widget_class "GtkOptionMenu" style "optionmenu"

style "progressbar"
{
  engine "pixmap"
    {
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "bar"
	file            = "progressbar_fg.png"
	border          = { 5, 5, 5, 5 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
        recolorable     = TRUE
        detail          = "trough"
        file            = "progressbar_bg.png"
        border          = { 2, 2, 2, 2 }
        stretch         = TRUE
        orientation     = HORIZONTAL
      }
    }
}

class "GtkProgressBar" style "progressbar"
class "GtkBar" style "progressbar"

style "ruler"
{
  engine "pixmap" {
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "vruler"
	file            = "progressbar_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "hruler"
	file            = "progressbar_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
  }
}

class "GtkRuler" style "ruler"

style "item"
{
  engine "pixmap" {
    image
      {
        function        = FLAT_BOX
	recolorable     = TRUE
	state           = INSENSITIVE
	file            = "progressbar_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image
      {
        function        = FLAT_BOX
	recolorable     = TRUE
	file            = "menu_selected.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
  }
}

class "GtkTreeItem" style "item"
class "GtkListItem" style "item"


########
#Whole Window BG
########
#style "window"
#{
#  engine "pixmap" {
#    image
#     {
#	function        = FLAT_BOX
#	recolorable     = TRUE
#	file            = "background.png"
#	stretch         = TRUE
#      }
#  }
#}

#class "GtkWindow" style "window"

style "curve"
{
  engine "pixmap" {
    image
      {
        function        = FLAT_BOX
	recolorable     = TRUE
	detail          = "curve_bg"
	file            = "progressbar_bg.png"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
  }
}

class "GtkCurve" style "curve"

###########################################
# Scrollbars 
###########################################

style "scrollbar" {
    engine "pixmap" {
        image {
            function        = BOX
            recolorable     = TRUE
            detail          = "trough"
            file            = "vertical_trough.png"
            border          = { 0, 0, 50, 50 }
            stretch         = TRUE
            orientation     = VERTICAL
        }
        image {
            function        = BOX
            recolorable     = TRUE
            detail          = "trough"
            file            = "horizontal_trough.png"
            border          = { 50, 50, 0, 0 }
            stretch         = TRUE
            orientation     = HORIZONTAL
        }
        image {
            function        = SLIDER
            recolorable     = TRUE
            state           = NORMAL
            file            = "scrollbar_horiz2.png"
            border          = { 15, 9, 0, 0 }
            stretch         = TRUE
            orientation     = HORIZONTAL
        }
        image {
            function        = SLIDER 
            recolorable     = TRUE
            state           = PRELIGHT
            file            = "scrollbar_horiz_prelight.png"
            border          = { 15, 9, 0, 0 }
            stretch         = TRUE
            orientation     = HORIZONTAL
        }
	  image {
            function        = SLIDER 
            recolorable     = TRUE
            state           = INSENSITIVE
            file            = "scrollbar_horiz_insensitive.png"
            border          = { 15, 9, 0, 0 }
            stretch         = TRUE
            orientation     = HORIZONTAL
        }
        image {
            function        = SLIDER
            recolorable     = TRUE
            state           = NORMAL
            file            = "scrollbar_vert2.png"
            border          = { 0, 0, 15, 9 }
            stretch         = TRUE
            orientation     = VERTICAL
        }
        image {
            function        = SLIDER 
            recolorable     = TRUE
            state           = PRELIGHT
            file            = "scrollbar_vert_prelight.png"
            border          = { 0, 0, 15, 9 }
            stretch         = TRUE
            orientation     = VERTICAL
        }
	  image {
            function        = SLIDER 
            recolorable     = TRUE
            state           = INSENSITIVE
            file            = "scrollbar_vert_insensitive.png"
            border          = { 0, 0, 15, 9 }
            stretch         = TRUE
            orientation     = VERTICAL
        }
        image {
            function        = BOX
            recolorable     = TRUE
            state           = NORMAL 
            file            = "vscroll_down.png"
            border          = { 0, 0, 0, 0 }
            stretch         = TRUE
        }
        image {
            function        = BOX
            recolorable     = TRUE
            state           = PRELIGHT
            file            = "vscroll_down.png"
            border          = { 0, 0, 0, 0 }
            stretch         = TRUE
		orientation     = HORIZONTAL
        }
        image {
            function        = BOX
            recolorable     = TRUE
            state           = ACTIVE
            file            = "vscroll_down.png"
            border          = { 0, 0, 0, 0 }
            stretch         = TRUE
	}
     image {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	overlay_file	= "vscroll_up.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= UP
      }
    image {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	overlay_file	= "vscroll_down.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= DOWN
      }
    image {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	overlay_file	= "hscroll_left.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= LEFT
      }
    image  {
	function	= ARROW
	recolorable	= TRUE
	state		= NORMAL
	overlay_file	= "hscroll_right.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= RIGHT
      }
    image {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	overlay_file	= "vscroll_up.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= UP
      }
    image {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	overlay_file	= "vscroll_down.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= DOWN
      }
    image {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	overlay_file	= "hscroll_left.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= LEFT
      }
    image {
	function	= ARROW
	recolorable	= TRUE
	state		= PRELIGHT
	overlay_file	= "hscroll_right.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= RIGHT
      }
    image {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	overlay_file	= "vscroll_up.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= UP
      }
    image {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	overlay_file	= "vscroll_down.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= DOWN
      }
    image {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	overlay_file	= "hscroll_left.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= LEFT
      }
    image {
	function	= ARROW
	recolorable	= TRUE
	shadow		= IN
	overlay_file	= "hscroll_right.png"
	overlay_border	= { 0, 0, 0, 0 }
	overlay_stretch	= FALSE
	arrow_direction	= RIGHT
      }
  }
}

class "GtkScrollbar" style "scrollbar"


###########################################

style "range"
{
  engine "pixmap" {

    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "trough"
	file            = "slider_vert_bg.png"
	border          = { 5, 2, 2, 2 }
	stretch         = TRUE
	orientation     = VERTICAL
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "trough"
	file            = "slider_horiz_bg.png"
	border          = { 2, 2, 5, 2 }
	stretch         = TRUE
	orientation     = HORIZONTAL
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "slider"
	file            = "slider_triangle_horiz.png"
	border          = { 0, 0, 0, 0 }
	stretch         = TRUE
	orientation     = HORIZONTAL
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	detail          = "slider"
	file            = "slider_triangle_vert.png"
	border          = { 2, 2, 15, 15 }
	stretch         = TRUE
	orientation     = VERTICAL
      }
  }
}
class "GtkRange" style "range"

#
# Spin Buttons
#
style "spin"
{
  engine "pixmap" 
   {
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state		    = PRELIGHT
	file            = "button_selected.png"
	border          = { 0,0,0,0 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	shadow          = IN
	file            = "spin_bg.png"
	border          = { 0,0,0,0 }
	stretch         = TRUE
      }

    image 
      {
        function        = BOX
	recolorable     = TRUE
	state		= INSENSITIVE
	file            = "button_disabled.png"
	border          = { 0,0,0,0 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	file            = "trans.png"
	border          = { 4,5,4,5 }
	stretch         = TRUE
      }
    }
}

class "GtkSpin*" style "spin"

#
# VOLUME SLIDERS
#

style "Scale" {
    engine "pixmap" {
        image {
            function        = BOX
            recolorable     = TRUE
            detail          = "trough"
            file            = "slider_vert_bg.png"
            border          = { 2, 2, 1, 1 }
            stretch         = TRUE
            orientation     = VERTICAL
        }
        image {
            function        = BOX
            recolorable     = TRUE
            detail          = "trough"
            file            = "slider_horiz_bg.png"
            border          = { 1, 1, 2, 2 }
            stretch         = TRUE
            orientation     = HORIZONTAL
        }
        image {
            function        = SLIDER
            recolorable     = TRUE
            state           = NORMAL
            file            = "slider_triangle_horiz.png"
            border          = { 0, 0, 0, 0 }
            stretch         = TRUE
            orientation     = HORIZONTAL
        }   
        image {
            function        = SLIDER 
            recolorable     = TRUE
            state           = PRELIGHT
            file            = "slider_triangle_horiz_pre.png"
            border          = { 0, 0, 0, 0 }
            stretch         = TRUE
            orientation     = HORIZONTAL
        }
        image {
            function        = SLIDER
            recolorable     = TRUE
            state           = INSENSITIVE
            file            = "slider_triangle_horiz_insensitive.png"
            border          = { 0, 0, 0, 0 }
            stretch         = TRUE
            orientation     = HORIZONTAL
        }   
        image {
            function        = SLIDER
            recolorable     = TRUE
            state           = NORMAL
            file            = "slider_triangle_vert.png"
            border          = { 0, 0, 0, 0 }
            stretch         = TRUE
            orientation     = VERTICAL
        }
        image {
            function        = SLIDER
            recolorable     = TRUE
            state           = PRELIGHT
            file            = "slider_triangle_vert_pre.png"
            border          = { 0, 0, 0, 0 }
            stretch         = TRUE
            orientation     = VERTICAL
        }
        image {
            function        = SLIDER
            recolorable     = TRUE
            state           = INSENSITIVE
            file            = "slider_triangle_vert_insensitive.png"
            border          = { 0, 0, 0, 0 }
            stretch         = TRUE
            orientation     = VERTICAL
        }
    }
}

class "GtkScale" style "Scale"

#List aka Column Headers w00t.

style "list-header"
{
   engine "pixmap" {
    image
      {
        function        = BOX
	recolorable     = TRUE
	shadow          = IN
	file            = "menu_selected.png"
	border          = { 1,1,1,1 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	shadow          = OUT
	file            = "tooltip.png"
	border          = { 1,1,1,1 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
	recolorable     = TRUE
	shadow	    = OUT
	state		    = PRELIGHT
	file            = "menu_selected.png"
	border          = { 1,1,1,1 }
	stretch         = TRUE
      }
  }
}

widget_class "*List" style "list-header"
widget_class "*Tree*" style "list-header"
widget_class "GtkCList" style "list-header"
