style "default"
{
#GtkRadioButton::indicator_size = 12	#increase if using larger alternative button-image 
}


style "radiobutton" = "default"
{
  font_name = "Sans bold 12"
	fg[ACTIVE]		= "#E14100"		#textcolor of chosen burnmode
	fg[PRELIGHT]	= "#E4642F"		#textcolor when mouse is over button
 
  engine "pixmap" {
    image 
    {
      function        = OPTION
	  recolorable     = TRUE
	  shadow          = OUT
	  overlay_file    = "pburn20_inactive.png"
	  overlay_border  = { 0, 0, 0, 0 }
	  overlay_stretch = FALSE
    }
    image 
    {
      function        = OPTION
	  recolorable     = TRUE
	  shadow          = IN
	  overlay_file    = "pburn20.png"
	  overlay_border  = { 0, 0, 0, 0 }
	  overlay_stretch = FALSE
    }
  }
}
widget_class "*RadioButton*" style "radiobutton"
class "GtkRadioButton" style "radiobutton"

style "button" {
	fg[ACTIVE]		= "#E14100"
	fg[PRELIGHT]	= "#E14100"
}
widget_class "*.GtkButton*Label"			style "button"

style "progressbar" {
#  font_name    = "bold"
  fg[PRELIGHT] = "#950000"
  fg[NORMAL]   = "#286E28"          #E4000F

  xthickness            		= 1
  ythickness            		= 1
  engine "pixmap" 
  {
    image {
      function			= BOX
      detail			= "trough"
      file				= "progress_green.png"
      border			= { 2, 2, 2, 2 }
      stretch			= TRUE
#z     orientation		= HORIZONTAL
    }

    image {
      function			= BOX
      detail			= "bar"
      file				= "progress_red.png"
      border			= { 2, 2, 2, 2 }
      stretch			= TRUE
#     orientation		= HORIZONTAL
    } 
  }
}

class "GtkProgress"					style "progressbar"
class "GtkProgressBar"     			style "progressbar"