//	All the images must be in the same folder as this file to be picked up.
//
//	All definitions should be of the format ${name with no space} = {Sigle CSS entry terminated with a semicolon};
//
//	Colours can be specified in any way that is understood by CSS, ie #FFF, #FFFFFF, white or rgb(255,255,255)
//	but it would be best if they were defined using 6 character HEX so that I can pick out the colours and use them in
//	the sIFR definitions. If you don't then things will turn an ugly shade of pink. :D
//
//	If you make changes to this file you will need to reapply it in the admin interface for sIFR to pick up any changes.
//	The CSS file will change immediately however.

$title=						After Midnight;

//Body
$body_colour=				#000000;		// Dominant background colour.
$body_foot_colour=			#BDCFBF;		// The colour that the bottom gradient terminates with.
$content_top=				#350000;		// Top layer just above the post border. 

//Header
$header_text=				#ffffff;		// Text colour.
$header_back=				#350000;		// Content and sidebar background colour
$header_link=				#ffffff;		// Normal links will use the standard background colour
$header_link_hover=			#ff7700;
$header_link_back_hover=	#350000;

//Navigation
$nav_border1 = 				#333333;
$nav_border2 =				#000000;		// The border arounf the outside of the whole navigation bar is arranged to you can give a basic 3d look with two colours.
$nav_text = 				#666666;		// Due to CSS limitations with IE6 I've opted to go with a single text colour. Be careful when choosing background colours.
$nav_back = 				#191919;

$nav_back_hover = 			#252525;
$nav_sub_back =				#333333;
$nav_sub_back_hover = 		#35536F;

//Content
$content_text=				#777777;		// Text colour.
$content_back=				#000000;		// Content and sidebar background colour
$content_highlight=			#222222;		// Title background colour.

$content_link1=				#666666;		// Normal links will use the standard background colour
$content_link1_hover =		#777777;		// Rollover colour for the above
$content_link2_text=		#666666;		// Links with background colour.
$content_link2_back=		#222222;
$content_link2_hover_text=	#000000;
$content_link2_hover_back=	#444444;

//Comments
$comment_author_back =		#222222;
$comment_author_border =	#ffffff;    // This is now just shown on the gravatar
$comment_altern_back =		#222222;
$comment_altern_border =	#2c2c2c;
$comment_back =                 #111111;

//Threaded Comments
$comment_lev1 =                 #ccc;
$comment_lev2 =                 #ddd;
$comment_lev3 =                 #aa0;
$comment_lev4 =                 #0a0;
$comment_lev5 =                 #00a;
$comment_lev6 =                 #aa0;
$comment_lev7 =                 #0a0;
$comment_lev8 =                 #00a;
$comment_lev9 =                 #aa0;
$comment_lev10 =                #0a0;

$comment_lev1 =                 #ccc;
$comment_lev2 =                 #ffd;
$comment_lev3 =                 #dfd;
$comment_lev4 =                 #ddf;
$comment_lev5 =                 #ffd;
$comment_lev6 =                 #dfd;
$comment_lev7 =                 #ddf;
$comment_lev8 =                 #ffd;
$comment_lev9 =                 #dfd;
$comment_lev10 =                #ddf;

//Footer 1
$footer1_back= 				#222222;		// Footer background colour
$footer1_text=				#555555;			// Footer text colour
$footer1_link1=				#999999;		// Links in the footer will use this it uses the footer body background color for its background.
$footer1_link1_hover = 		#dddddd;			// Rollover colour for the above

$footer1_link2_text=		#777777;		// Links with background colour.
$footer1_link2_back=		#282828;
$footer1_link2_hover_text=	#888888;
$footer1_link2_hover_back=	#333333;

//Footer 2
$footer2_text_hover=		#ffffff;
$footer2_text=				#cccccc;
$footer2_back=				#000000;

// Images
$content_title_icon     =   title-bullet.gif;
$footer_title_icon      =   title-bullet-2.jpg;
$background_layer_1     =   background-layer-1.jpg;
$background_layer_2     =   background-layer-2.jpg;
$background_layer_3     =   background-layer-3.jpg;
$content_1              =   content-1.jpg;
$content_2              =   content-2.jpg;
$content                =   content.gif;
$content_top_edge       =   content-top-edge.gif;
$content_bottom_edge    =   content-bottom-edge.gif;
$sidebar_right          =   sidebar-right.gif;
$sidebar_left            =   sidebar-left.gif;
$footer_img             =   footer.gif;
$li_a                   =   li-a.gif;
$li_a_hover             =   li-a-hover.gif;
$li_a2                  =   li-a.gif;
$li_a2_hover            =   li-a-hover.gif;