/*	Constants for different skins
Usage:
	<style type="text/css"> @import 'cssconst.php?b=css/skins.css&s=skin1&c=css/styles.css'; </style>
#	$colorBetween($color07,#FF8800,40%) - requires final colors to be in #FFFFFF format; resolves after $colorxx is finalized
#	images are stored in t1.gwilt.org/images

###################################################################################################
[default]
###################################################################################################
$color01 = '#FFFFFF';				#  0   0.00%	shades, white to black
$color02 = '#DDDDDD';				#  2  12.50%
$color03 = '#BBBBBB';				#  4  25.00%
$color04 = '#777777';				#  8  50.00%
$color05 = '#000000';				# 16 100.00%

$colorBackground = '$color01';			# bg: body, hdr & ftr
$colorFooterHdrBackground = '$color02';		# bg: .main table, h4
$colorFieldHdrBackground = '$color02';		# bg: even li rows, thead, th, radio, checkbox; bg: frontspace
$colorFieldBackground = '$color04';		# bg: fieldset, legend, code, table
$colorFooterForeground = '$color04';		# fg: hdr & ftr
$colorFooterHdrBackground = '#B8B8FF';		# main table
$colorFieldHdrForeground = '$color01';
$colorOutsideBackground = '$color04';		# bg: outside hdr ftr gradient
$colorA = '#006600';				# link
$colorAVisited = '#9933FF';			# link visited
$colorAHover = 'red';				# link & visited, THEN hover THEN active
$colorText = '$color05';			# fg: main text color
$colorBorder = '$color05';			# borders & symbol shadow
$colorButtonDownText = '$color02';		# fg: button down text
$colorSymbol = '$colorAHover';			# fg: symbol, li bullet, hover border for input
$colorTitle = '$color05';			# fg: h1
$colorShadow = '$color03';

$fontMain = 'Verdana';
$fontAlt = '"Helvetica Neue", Helvetica, Arial, clean, sans-serif';
$fontCode = '"Courier New", Courier, Fixed';
#$buttonUp = '../images/button.png';
#$buttonDown = '../images/button-down.png';
$bodyImage = 'none';
$footerHeight = '27px';
$borderRadius = '10px';
$imageForm = 'none';
$imagePage = 'none';

$colWidLeft = '232';				# width of left column
$colWidRight = '200';				# width of right column

###################################################################################################
[t6.gwilt.org]
###################################################################################################
$color01 = '#FFFFFF';				#  0   0.00%	shades, white to blue
$color02 = '#CCFFFF';				#  2  12.50%
$color03 = '#52CCFF';				#  4  25.00%
$color04 = '#3D99FF';				#  8  50.00%
$color05 = '#0000FF';				# 16 100.00%

$color06 = '#E1E3D9';				# white -> whiteSmoke -> color6 shade
$color07 = '#000000';				# black
$color10 = '$color03';
$colorA = 'blue';
$colorAVisited = '#FFFFFF';
$colorBackground = '#EAFFFF';
$colorBorder = '$color05';
$colorFieldBackground = 'white';		# ghostwhite=F8F8FF
$colorFieldHdrBackground = '$color02';
$colorFooterForeground = '$color07';
$colorFooterHdrBackground = '#EAFFFF';
$colorOutsideBackground = '$color03';		# bg: outside hdr ftr gradient
$colorSymbol = 'darkOrange4';
$colorText = '$color07';				# fg: main text color
$colorTitle = 'green';
$colorShadow = '$color05';

$buttonUp = '../images/button.png';
$buttonDown = '../images/button-down.png';
$footerHeight = '25px';

$fontMain = 'Calibri';
$fontAlt = 'Arial, Helvetica, clean, sans-serif';
$fontCode = '"Courier New", Courier, Fixed';

###################################################################################################
[t1.gwilt.org]
###################################################################################################
$color01 = '#FFFFFF';				#  0   0.00%	shades, white to orange
$color02 = '#FFEFDD';				#  2  12.50%
$color03 = '#FFDFBB';				#  4  25.00%
$color04 = '#FFC077';				#  8  50.00%
$color05 = '#FF8800';				# 16 100.00%

$color06 = '#E1E3D9';				# white -> whiteSmoke -> color6 shade
$color07 = '#000000';				# black
$color10 = '$color03';
$colorBackground = '#F0f2ec';
$colorBorder = '$color05';
$colorFieldBackground = 'WhiteSmoke';		# F5F5F5
$colorFieldHdrBackground = '$color02';
$colorFooterForeground = '$color07';
$colorFooterHdrBackground = '#F0f2ec';
$colorOutsideBackground = '$color03';		# bg: outside hdr ftr gradient
$colorSymbol = 'darkOrange4';
$colorText = '$color07';				# fg: main text color
$colorTitle = 'green';
$colorShadow = '$color05';

$buttonUp = '../images/button.png';
$buttonDown = '../images/button-down.png';
$footerHeight = '25px';

$fontMain = 'Verdana';
$fontAlt = '"Helvetica Neue", Helvetica, Arial, clean, sans-serif';
$fontCode = '"Courier New", Courier, Fixed';

###################################################################################################
[midweekworship.org]
###################################################################################################
$color01 = '#FFFFFF';				#  0   0.00%	shades, white to black
$color02 = '#EEEEEE';				#  2  12.50%
$color03 = '#DDDDDD';				#  4  25.00%
$color04 = '#888888';				#  8  50.00%
$color05 = '#000000';				# 16 100.00%

$color06 = '#FF9900';				# 12  75.00%	dark symbol color
$color07 = '#996600';				# 16 100.00%	shades, white to orange

$colorBackground = '$color01';			# bg: body, hdr & ftr
$colorFooterHdrBackground = '$color02';		# bg: .main table, h4
$colorFieldHdrBackground = '$color02';		# bg: even li rows, thead, th, radio, checkbox; bg: frontspace
$colorOutsideBackground = '#4B2800';		# bg: outside hdr ftr gradient
$colorFieldBackground = '$color03';		# bg: fieldset, legend, code, table
$colorFooterForeground = '$color04';		# fg: hdr & ftr
$colorText = '$color05';			# fg: main text color
$colorAVisited = '$color07';			# link visited
$colorAHover = '$color06';			# link & visited, THEN hover THEN active
$colorA = '$color07';				# link
$colorBorder = '$color06';			# borders & symbol shadow
$colorButtonDownText = '$color06';		# fg: button down text
$colorSymbol = '$color06';			# fg: symbol, li bullet, hover border for input
$colorShadow = '$color04';			# fg: table shadow
$colorTitle = '$color06';			# fg: h1
$footerHeight = '25px';
$borderRadius = '5px';

$fontMain = 'Calibri';
$fontAlt = 'Arial, Helvetica, clean, sans-serif';
$fontCode = '"Courier New", Courier, Fixed';

###################################################################################################
[shape.praisehimwith.me]
###################################################################################################
$color01 = '#FFFFFF';				# fg: header h1, h2, h3
$color02 = '#E1E3D9';				# bg: msg area; white -> whiteSmoke
$color03 = '#265555';				# bg: gradient; bdr: hr line; fg: login area
$color04 = '#689998';				# bg: gradient; button
$color05 = '#006600';				# bdr:, fg a link visited, hover, active
$color06 = '#000000';				# black
	
$color07 = '#CCEEEE';				# bg: gradient; bg: header
$color08 = '#AAEEEE';				# button hover background;
$color09 = '#A9DCDB';				# bdr: footer td; fg: footer a, footer td
$color10 = '#93C6C5';				# bg: gradient
$color15 = '#CE0316';				# a link & invalid border
$color16 = '#00FF00';				# border: type green/good
$color17 = 'Purple4';				# fg: type amber/caution
$color18 = 'orange';				# fg: type warning

$colorBorder = '$color02';			# borders & symbol shadow
$colorBackground = '$color03';			# bg: body, hdr & ftr
$colorFooterHdrBackground = '$color10';		# bg: .main table, h4, main table
$colorFieldHdrForeground = '$color06';		#
$colorText = '$color06';			# fg: main text color
$colorTitle = '$color05';			# fg: h1
$colorFieldHdrBackground = '$color09';		# bg: even li rows, thead, th, radio, checkbox; bg: frontspace
$colorFooterForeground = '$color10';		# fg: hdr & ftr

$colorFieldBackground = '$color04';		# bg: fieldset, legend, code, table
$colorOutsideBackground = '$color03';		# bg: outside hdr ftr gradient
$colorButtonDownText = '$color03';		# fg: button down text
$colorSymbol = '$color09';			# fg: symbol, li bullet, hover border for input

$buttonUp = 'url("../images/blank1.png")';			# being replaced by CSS
$buttonDown = 'url("../images/blank1-up.png")';			# being replaced by CSS
$bodyImage = 'radial-gradient(ellipse farthest-corner at 75% 75%, $color10 10%, $color04 20%, $color10, $color09);';
$imageForm = 'none';						# to be replaced by gradient
$imagePage = 'none';						# 

$fontMain = 'Verdana';
$fontAlt = '"Helvetica Neue", Helvetica, Arial, clean, sans-serif';
$fontCode = '"Courier New", Courier, Fixed';
$footerHeight = '27px';
$borderRadius = '10px';

$colWidLeft = '20';				# width of left column; affects the menu
$colWidRight = '200';				# width of right column

###################################################################################################
[t2.gwilt.org]
###################################################################################################
$color01 = '#FFFFFF';				#  0   0.00%	shades, white to orange
$color02 = '#FFEFDD';				#  2  12.50%
$color03 = '#FFDFBB';				#  4  25.00%
$color04 = '#FFC077';				#  8  50.00%
$color05 = '#FF8800';				# 16 100.00%

$color06 = '#E1E3D9';				# white -> whiteSmoke -> color6 shade
$color07 = '#000000';				# black
$colorBorder = '$colorBetween($color01,$color05,30%)';
$colorText = '$color07';			# fg: main text color
$colorFieldBackground = '$color02';		# F5F5F5
$colorFieldHdrBackground = '$color03';

$bodyImage = '../images/gradient-Blue7.jpg';

[t3]
$color2 = 'WhiteSmoke';
$colorBackground = '$color02';
$colorFieldBackground = '$color02';
$colorFieldHdrBackground = 'green';

[praisehimwith.me]
$colorFieldHdrBackground = '#F8EED8';		# beige

[gwilt.org]
$colorFieldHdrBackground = '#DDDDDD';

###################################################################################################
[gwilt.info]
###################################################################################################
$a1 : '#0000FF';
$a2 : '#000000';
$color01 = '#CCCCCC';					#  0   0.00%	shades, grey to purple
$color02 = '$colorBetween(#CCCCCC,$a1,12.5%)';	#  2  12.50%
$color03 = '$colorBetween(#CCCCCC,$a1,25%)';	#  4  25.00%
$color04 = '$colorBetween(#CCCCCC,$a1,50%)';	#  8  50.00%
$color05 = '$a1';					# 16 100.00%

$color06 = '#E1E3D9';				# white -> whiteSmoke -> color6 shade
$color07 = '#000000';				# black
$colorBackground = '$color01';			# bg: body, hdr & ftr
$colorBorder = '$color05';			# borders & symbol shadow
$colorFieldBackground = 'WhiteSmoke';		# bg: fieldset, legend, code, table (#F5F5F5)
$colorFieldHdrBackground = '$color03';		# bg: even li rows, thead, th, radio, checkbox; bg: frontspace
$colorFooterForeground = '$color07';		# fg: hdr & ftr
$colorFooterHdrBackground = '$color01';		# bg: .main table, h4
$colorOutsideBackground = '$color04';		# bg: outside hdr ftr gradient
$colorSymbol = '$color05';			# fg: symbol, li bullet, hover border for input
$colorText = '$color07';			# fg: main text color
$colorTitle = '$colorBetween($a1,$a2,50%)';	# fg: h1, h2, breadcrumb a
$colorShadow = '$color02';			# bg: table shadow
$colorButtonDownText = '$color05';		# fg: button down text

$buttonUp = 'none';
$buttonDown = 'none';
$footerHeight = '25px';

###################################################################################################
[empty]
###################################################################################################
$colorBackground = '';				# bg: body, hdr & ftr
$colorFooterHdrBackground = '';			# bg: .main table, h4
$colorFieldHdrBackground = '';			# bg: even li rows, thead, th, radio, checkbox; bg: frontspace
$colorFieldBackground = '';			# bg: fieldset, legend, code, table
$colorFooterForeground = '';			# fg: hdr & ftr
$colorFooterHdrBackground = '';			# main table
$colorFieldHdrForeground = '';
$colorOutsideBackground = '';			# bg: outside hdr ftr gradient
$colorText = '';				# fg: main text color
$colorBorder = '';				# borders & symbol shadow
$colorButtonDownText = '';			# fg: button down text
$colorSymbol = '';				# fg: symbol, li bullet, hover border for input
$colorTitle = '';				# fg: h1

$fontMain = 'Verdana';
$fontAlt = '"Helvetica Neue", Helvetica, Arial, clean, sans-serif';
$fontCode = '"Courier New", Courier, Fixed';

$buttonUp = '../images/button.png';
$buttonDown = '../images/button-down.png';
$bodyImage = 'none';

$footerHeight = '27px';
$borderRadius = '10px';

###################################################################################################
[SG]
###################################################################################################
$color01 = '#FFFFFF';				#  0   0.00%	shades, white to orange
$color02 = '#FFEFDD';				#  2  12.50%
$color03 = '#FFDFBB';				#  4  25.00%
$color04 = '#FFC077';				#  8  50.00%
$color05 = '#FF8800';				# 16 100.00%

$color06 = '#E1E3D9';				# white -> whiteSmoke -> color6 shade

$colorBackground = '#F0f2ec';
$colorBorder = 'darkorange';			#DACDB7
$colorFieldBackground = 'WhiteSmoke';		#F5F5F5
$colorFieldHdrBackground = '#F3D9C1';
$colorFooterForeground = 'black';
$colorFooterHdrBackground = '#F0f2ec';
$colorOutsideBackground = '$color03';		# bg: outside hdr ftr gradient
$colorSymbol = 'orange';
$colorText = 'black';				# fg: main text color
$colorTitle = 'green';
$bodyImage = 'url("../images/gradient-Barley2.jpg")';
$buttonUp = '../images/s-button.png';
$buttonDown = '../images/s-buttonDown.png';
$footerHeight = '25px';

###################################################################################################
[junk]
###################################################################################################
$fontMain = 'Candara, Verdana';
$color06 = '#E1E3D9';				# bg: msg area; white -> whiteSmoke
$color07 = '#CCEEEE';				# bg: gradient; bg: header
$color08 = '#AAEEEE';				# button hover background;
$color09 = '#A9DCDB';				# bdr: footer td; fg: footer a, footer td
$color10 = '#93C6C5';				# bg: gradient
$color15 = '#CE0316';				# a link & invalid border
$color16 = '#00FF00';				# border: type green/good
$color17 = 'Purple4';				# fg: type amber/caution
$color18 = 'orange';				# fg: type warning
$buttonUp = 'url("../images/blank1.png")';			# being replaced by CSS
$buttonDown = 'url("../images/blank1-up.png")';			# being replaced by CSS
$imageForm = 'none';						# to be replaced by gradient
$imagePage = 'none';						# 
$colWidLeft = '20';				# width of left column; affects the menu
$colWidRight = '200';				# width of right column

*/
