

/* 
		Site: 		Crafts for Kids
		Author:		Alison Endacott
		File:		Master Screen CSS
		Date:		December 2006
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: small arial, helvetica, sans-serif;
	color: #005C9C;	
}

#template_content a:link {
	text-decoration:none;
	color: #005C9C;	
}
	#template_content a:hover {
		color: #005078;
		border-bottom: 1px dotted #7FB2CC;
	}
	
	#template_content a:visited {
		color: #456D81;
		text-decoration:none
		}

h1 {
	overflow: hidden;
	border-bottom: 10px solid #769fda;
}
	h1 a {
		display: block;
		position: relative;	
		width: 582px;
		height: 115px;

	}
		h1 a span {
			background: #fff url(/content/v4/au/crafts/img/crafts_header.jpg) no-repeat;
			width: 582px;
			height: 115px;
			position: absolute;
			display: block;
		}
			#template_content h1 a:hover {
				border-bottom: 0;
				}
		
#template_content ul li {
	list-style: none;
	background: url(/content/v4/img/crafts/bullet.gif) no-repeat 0 6px;
	padding: 0 0 0 6px;
}

/* Landing Page */

p.intro {
	font-size: 85%;
	margin: 1em 0 0 0;
}

	/* Featured Craft */
	
		#featuredCraftBox {
			min-height: 210px;
			width: 417px;
			_height: 210px; /*ie 6*/
			padding:  0 165px 10px 0;
		}
		
			#featuredCraftBox h2 {
				display: block;
				position: relative;
				height: 52px;
				}
				
				#featuredCraftBox h2 span {
					width: 422px;
					height: 52px;				
					position: absolute;
					}
					
			#featuredCraftBox img {
				float: left;
				_display: inline; /*ie 6*/
				margin: 5px 10px 5px 10px;
			}
			
			#featuredCraftBox h3 {
				margin-bottom: .4em;
				margin-top: 5px;
				font-size: 110%;
			}
			
			#featuredCraftBox p {
				font-size: 90%;
			}
			
				p#featuredCraftMore {
					margin-top: .3em;
					text-align: right;
				}
					
		/* Craft Boxes */
			#seasonalCraftsBox,
			#scribbleCraftsBox,
			#edibleCraftsBox,
			#natureCraftsBox,
			#educationalCraftsBox,
			#searchBox {
				width: 285px;
				min-height: 132px;
				_display: inline; /*ie 6*/
				_height: 132px; /* ie 6*/
				float: left;
				margin-top: 2px;
			}
				#seasonalCraftsBox,
				#edibleCraftsBox,
				#educationalCraftsBox {
					margin-right: 12px;
				}
						
				#scribbleCraftsBox {
					background: #fadeec url(/content/v4/img/crafts/crafts_scribble_shapes.gif) no-repeat bottom;
					border-bottom: 12px solid #E759A2;
				}
				
				#edibleCraftsBox {
					background: #fcf2df url(/content/v4/img/crafts/crafts_edible_shapes.gif) no-repeat bottom;
					border-bottom: 12px solid #EEBC5D;
				}
				
				#natureCraftsBox {
					background: #e7f6e1 url(/content/v4/img/crafts/crafts_nature_shapes.gif) no-repeat bottom;
					border-bottom: 12px solid #86D169;
				}
				
				#educationalCraftsBox {
					background: #dbe1f0 url(/content/v4/img/crafts/crafts_edu_shapes.gif) no-repeat bottom;
					border-bottom: 12px solid #4967B3;
				}
				
				/* Seasonal Box */
						
					.crafts_winter_seasonBox {
						background: #DEEDFC url(/content/v4/img/crafts/crafts_winter_shapes.gif) no-repeat bottom;
						border-bottom: 12px solid #5CA4EE;
					}
						#seasonalCraftsBox.crafts_winter_seasonBox h2 span {
							background: url(/content/v4/au/crafts/img/winter_subhead.gif) no-repeat;
						}
						
					.crafts_summer_seasonBox {
						background: #FFF1D3 url(/content/v4/img/crafts/crafts_summer_shapes.gif) no-repeat bottom;
						border-bottom: 12px solid #FFB20F;
					}
						.crafts_summer_seasonBox h2 span {
							background: url(/content/v4/au/crafts/img/summer_subhead.gif) no-repeat;
						}
					
					.crafts_spring_seasonBox {
						background: #EDFADB url(/content/v4/img/crafts/crafts_spring_shapes.gif) no-repeat bottom;
						border-bottom: 12px solid #A5E44C;
					}
						.crafts_spring_seasonBox h2 span {
							background: url(/content/v4/au/crafts/img/spring_subhead.gif) no-repeat;
						}
					
					.crafts_fall_seasonBox {
						background: #FDEDDB url(/content/v4/img/crafts/crafts_fall_shapes.gif) no-repeat bottom;
						border-bottom: 12px solid #F7A44C;
					}
						.crafts_fall_seasonBox h2 span {
							background: url(/content/v4/au/crafts/img/fall_subhead.gif) no-repeat;
						}
					
				/* END Seasonal Box */
				
			#seasonalCraftsBox h2,
			#scribbleCraftsBox h2,
			#edibleCraftsBox h2,
			#natureCraftsBox h2,
			#educationalCraftsBox h2 {
				display: block;
				width: 285px;
				height: 46px;
				overflow: hidden;
				position: relative;
			}
				#seasonalCraftsBox h2 span,
				#scribbleCraftsBox h2 span,
				#edibleCraftsBox h2 span,
				#natureCraftsBox h2 span,
				#educationalCraftsBox h2 span {
					width: 285px;
					height: 46px;
					position: absolute;
				}
				
					#scribbleCraftsBox h2 span {
						background: url(/content/v4/au/crafts/img/scribble_subhead.gif) no-repeat;
					}
					
					#edibleCraftsBox h2 span {
						background: url(/content/v4/au/crafts/img/edible_subhead.gif) no-repeat;
					}
					
					#natureCraftsBox h2 span {
						background: url(/content/v4/au/crafts/img/nature_subhead.gif) no-repeat;
					}
					
					#educationalCraftsBox h2 span {
						background: url(/content/v4/au/crafts/img/edu_subhead.gif) no-repeat;
					}
			
			#seasonalCraftsBox li,
			#scribbleCraftsBox li,
			#edibleCraftsBox li,
			#natureCraftsBox li,
			#educationalCraftsBox li {
				margin-left: 25px;
				font-size: 90%;
			}
			
				p.moreCrafts {
					font-size: 90%;
					text-align: right;
					margin: .2em 25px .4em 0;
				}
				
		/* END Craft Boxes */

		/* Search Box */
			#searchBox {
				background: #e4ecf8 url(/content/v4/img/crafts/crafts_search_shapes.gif) no-repeat bottom;
				border-bottom: 12px solid #769FDA;
				position: relative;
			}

				#searchBox h3 {
					display: block;
					width: 285px;
					height: 32px;
					overflow: hidden;
					text-indent: -9999px;
					padding-bottom: 2px;
					background: #fff url(/content/v4/au/crafts/img/search_subhead.gif) no-repeat;
				}
				
				#searchBox form {
					padding: 10px 10px 0 10px;
				}
				
					#searchBox label {
						font-weight: bold;
						font-size: 85%;
					}
				
					#searchBox select {
						border: 1px solid #005C9C;
						color: #005C9C;
						font-weight: bold;
						font-size: 90%;
						display: block;
						margin-bottom: 5px;
					}
					
					#searchBox input {
						position: absolute;
						top: 92px;
						left: 240px;
					}

		/* END Search Box */
		
/* Inner Detail Craft */

#sectionContainer {
}
	
	#activity {
		padding: .5em 1em 0 1em;
		position: relative;
	}
	
	#activity p {
		margin-top: .8em;
	}
		#activity ul,
		#activity ol {
			margin-left: 10px;
			font-size: 90%;
		}
		
		#activity ol {
			margin-left: 25px;
		}
    
	p.subHeading {
	    margin: 10px 0px 10px 0px;
	    font-size: 95%;
	}
    
	#sectionContainer #more-info {
		float: right;
		padding: 1em 2em 1em 2em;
		font-size: 95%;
		position: relative;
	}
	
		#sectionContainer #more-info img {
			margin: 0;
			}

		#sectionContainer #more-info h3 {
			margin: 0;
			margin: .8em 0 .2em 0;
		}

	#sectionContainer h2 {
		height: 50px;
		width: 582px;
		position: relative;
		overflow: hidden;
	}
		#sectionContainer h2 span {
			height: 50px;
			width: 582px;
			display: block;
			position: absolute;
		}
		
	#sectionContainer h2#activity-name {
		display: inline;
		font-size: 115%;
		padding-bottom: .8em;
	}
	
	#activity h3 {
		font-size: 100%;
		margin-top: .8em;
		margin-bottom: .2em;
	}
		
	h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
		display: block;
		color: #fff;
		font-weight: bold;
		font-size: 90%;
		padding-left: 5px;
		margin-top: 1em;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		position: relative;
		margin-bottom: 1em;
	}
	
	#moreCrafts {
		*padding-bottom: 2.2em;
	}
	
		#moreCrafts ul {
			position: relative;
			padding: 0 15px 0 15px;
			display: block;
			margin-bottom: .4em;
			top: -.5em;
			*top: 0;
		}
				
			#moreCrafts ul li {
				font-size: 90%;
				width: 170px;
				float: left;
				display: block;
				padding-bottom: .1em;
				margin-right: 5px;
			}	

.search {
	background: #E4ECF8;
	border-bottom: 8px solid #769FDA;
}

	.search h2 {
		position: relative;
		width: 582px;
		height: 50px;
	}
		.search h2 span {
			width: 582px;
			height: 50px;
			position: absolute;
			background: url(/content/v4/au/crafts/img/search_header.gif) no-repeat;
		}

	/* Section Nav */
		
		ul#sectionNav {
			clear: both;
			margin: 14px 10px 0 0;
			width: 285px;
			float: left;
			list-style:none;
		}	
		
			ul#sectionNav li {
				display: block;
				height: 20px;
				wdith: 285px;
				text-indent : -9999px;
				overflow: hidden;
				background: none;
				padding: 0;
				margin-bottom: 8px;
			}
			
				ul#sectionNav li a{ 
					display: block;
					height: 20px;
					}
					ul#sectionNav li a:hover { 
						display: block;
						border: none;
						}
					
					li#crafts_edu a {
						background: url(/content/v4/au/crafts/img/crafts_edu_nav_btn.gif) no-repeat;
					}
					li#crafts_scribble a {
						background: url(/content/v4/au/crafts/img/crafts_scribble_nav_btn.gif) no-repeat;
					}
					li#crafts_edible a {
						background: url(/content/v4/au/crafts/img/crafts_edible_nav_btn.gif) no-repeat;
					}
					li#crafts_nature a {
						background: url(/content/v4/au/crafts/img/crafts_nature_nav_btn.gif) no-repeat;
					}
					li.crafts_winter a {
						background: url(/content/v4/au/crafts/img/crafts_winter_nav_btn.gif) no-repeat;
					}
					
					
					li#Template_PageContentHolder_InnerBodyControl_seasonalCategoryNavItem a {
						background: url(/content/v4/au/crafts/img/crafts_winter_nav_btn.gif) no-repeat;
					}
			
	/* End Section Nav */
					
	/* ---------------- Themes ---------------- */
			.crafts_christmas {
				background: #fddedc url(/content/v4/img/crafts/christmas_feature.jpg) no-repeat top;
			}
					.crafts_christmas h2 span {
						background: url(/content/v4/au/crafts/img/christmas_fheader.gif) no-repeat;
					}
				.crafts_christmas img,
				.christmas img  {
					border: 2px solid #f55655;
				}		 
					div.christmas,
					 .christmas #moreCrafts {
							background-color: #fddedc;
						}
						 .christmas h2 span {
							background: url(/content/v4/au/crafts/img/christmas_header.gif) no-repeat;
						}
							.christmas 	h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #f55655;
								}	
								
							.christmas #moreCrafts {
								border-bottom: 8px solid #f55655;
								}
					
			.crafts_winter {
				background: #E0EDFD url(/content/v4/img/crafts/winter_feature.jpg) no-repeat top;
			}
					.crafts_winter h2 span {
						background: url(/content/v4/au/crafts/img/winter_fheader.gif) no-repeat;
					}
				.crafts_winter img,
				.winter img {
					border: 2px solid #5EA3F0;
				}
					div.winter,
					.winter #moreCrafts {
						background-color: #deedfc;
					}
						 .winter h2 span {
							background: url(/content/v4/au/crafts/img/winter_header.gif) no-repeat;
						}
							.winter h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #5ca4ee;
								}	
							.winter #moreCrafts {
								border-bottom: 8px solid #5ca4ee;
								} 	
						
			.crafts_edible {
				background: #FDF2E0 url(/content/v4/img/crafts/edible_feature.jpg) no-repeat top;
			}
					.crafts_edible h2 span {
						background: url(/content/v4/au/crafts/img/edible_fheader.gif) no-repeat;
					}
				.crafts_edible img,
				.edible img {
					border: 2px solid #EAC05E;
				}
					div.edible,
					.edible #moreCrafts {
						background-color: #fcf2df;
					}
						 .edible h2 span {
							background: url(/content/v4/au/crafts/img/edible_header.gif) no-repeat;
						}
							.edible h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #eebd5e;
								}	
								
							.edible #moreCrafts {
								border-bottom: 8px solid #eebd5e;
								} 				
			
			.crafts_scribble {
				background: #FADEEC url(/content/v4/img/crafts/scribble_feature.jpg) no-repeat top;
			}
					.crafts_scribble h2 span {
						background: url(/content/v4/au/crafts/img/scribble_fheader.gif) no-repeat;
					}
				.crafts_scribble img,
				.scribble img {
					border: 2px solid #E759A1;
				}
					div.scribble,
					.scribble #moreCrafts {
						background-color: #FADEEC;
					}
						 .scribble h2 span {
							background: url(/content/v4/au/crafts/img/scribble_header.gif) no-repeat;
						}
							.scribble h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #E759A2;
								}	
							.scribble #moreCrafts {
								border-bottom: 8px solid #E759A2;
								} 
												
			.crafts_nature {
				background: #E7F6E1 url(/content/v4/img/crafts/nature_feature.jpg) no-repeat top;
			}
					.crafts_nature h2 span {
						background: url(/content/v4/au/crafts/img/nature_fheader.gif) no-repeat;
					}
				.crafts_nature img,
				.nature img  {
					border: 2px solid #84D36A;
				}
					div.nature,
					.nature #moreCrafts {
						background-color: #E7F6E1;
					}
						 .nature h2 span {
							background: url(/content/v4/au/crafts/img/nature_header.gif) no-repeat;
						}
							.nature h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #86D169;
								}	
							.nature #moreCrafts {
								border-bottom: 8px solid #86D169;
								} 
								
			.crafts_educational {
				background: #DBE3F0 url(/content/v4/img/crafts/educational_feature.jpg) no-repeat top;
			}
					.crafts_edu h2 span {
						background: url(/content/v4/au/crafts/img/educational_fheader.gif) no-repeat;
					}
				.crafts_educational img,
				.educational img  {
					border: 2px solid #4C65B9;
				}
					div.educational,
					.educational #moreCrafts {
						background-color: #DBE1F0;
					}
						 .educational h2 span {
							background: url(/content/v4/au/crafts/img/edu_header.gif) no-repeat;
						}
							.educational h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #4967B3;
								}	
								
							.educational #moreCrafts {
								border-bottom: 8px solid #4967B3;
								} 
								
			.crafts_valentines_day {
				background: #FFE5F0 url(/content/v4/img/crafts/valentines_feature.jpg) no-repeat top;
			}
					.crafts_valentines_day h2 span {
						background: url(/content/v4/au/crafts/img/valentines_fheader.gif) no-repeat;
					}
				.crafts_valentines_day img,
				.valentines_day img {
					border: 2px solid #FF68A1;
				}					
					div.valentines_day,
					valentines_day #moreCrafts {
						background-color: #FFE7F7;
					}
						 .valentines_day h2 span {
							background: url(/content/v4/au/crafts/img/valentines_header.gif) no-repeat;
						}
							.valentines_day h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #FF69A5;
								}	
								
							.valentines_day #moreCrafts {
								border-bottom: 8px solid #FF69A5;
								} 
								
			.crafts_st_patricks_day {
				background: #D9F3D6 url(/content/v4/img/crafts/stpatricks_feature.jpg) no-repeat top;
			}
					.crafts_st_patricks_day h2 span {
						background: url(/content/v4/au/crafts/img/stpatricks_fheader.gif) no-repeat;
					}
				.crafts_st_patricks_day img,
				.st_patricks_day img {
					border: 2px solid #42C039;
				}
					div.st_patricks_day,
					st_patricks_day #moreCrafts {
						background-color: #D9F3D7;
					}
						 .st_patricks_day h2 span {
							background: url(/content/v4/au/crafts/img/stpatricks_header.gif) no-repeat;
						}
							.st_patricks_day h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #41C137;
								}	
							.st_patricks_day #moreCrafts {
								border-bottom: 8px solid #41C137;
								} 
			
			.crafts_passover {
				background: #FFF3D0 url(/content/v4/img/crafts/passover_feature.jpg) no-repeat top;
			}
					.crafts_passover h2 span {
						background: url(/content/v4/au/crafts/img/passover_fheader.gif) no-repeat;
					}
				.crafts_passover img,
				.passover {
					border: 2px solid #FECB10;
				}
					div.passover,
					.passover #moreCrafts {
						background-color: #FFF4CF;
					}
						 .passover h2 span {
							background: url(/content/v4/au/crafts/img/passover_header.gif) no-repeat;
						}
							.passover h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #FFCA10;
								}	
							.passover #moreCrafts {
								border-bottom: 8px solid #FFCA10;
								} 
			
			.crafts_spring {
				background: #E1CFF7 url(/content/v4/img/crafts/spring_feature.jpg) no-repeat top;
			}
					.crafts_spring h2 span {
						background: url(/content/v4/au/crafts/img/spring_fheader.gif) no-repeat;
					}
				.crafts_spring img,
				.spring img {
					border: 2px solid #B790E9;
				}
					div.spring,
					.spring #moreCrafts {
						background-color: #EDFADB;
					}
						 .spring h2 span {
							background: url(/content/v4/au/crafts/img/spring_header.gif) no-repeat;
						}
							.spring h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #A5E44C;
								}	
							.spring #moreCrafts {
								border-bottom: 8px solid #A5E44C;
								} 
								
			.crafts_easter {
				background: #F1E9FE url(/content/v4/img/crafts/easter_feature.jpg) no-repeat top;
			}
					.crafts_easter h2 span {
						background: url(/content/v4/au/crafts/img/easter_fheader.gif) no-repeat;
					}
				.crafts_easter img,
				.easter img {
					border: 2px solid #C39BFC;
				}
					div.easter,
					.easter #moreCrafts {
						background-color: #F3EBFE;
					}
						 .easter h2 span {
							background: url(/content/v4/au/crafts/img/easter_header.gif) no-repeat;
						}
							.easter h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #C59AFB;
								}	
							.easter #moreCrafts {
								border-bottom: 8px solid #C59AFB;
								} 		
					
			.crafts_fathers_day {
				background: #F2E9FC url(/content/v4/img/crafts/father_feature.jpg) no-repeat top;
			}
					.crafts_fathers_day h2 span {
						background: url(/content/v4/au/crafts/img/father_fheader.gif) no-repeat;
					}
				.crafts_fathers_day img,
				.fathers_day img {
					border: 2px solid #C59AFB;
				}
					div.fathers_day,
					.fathers_day #moreCrafts {
						background-color: #F3EBFE;
					}
						 .fathers_day h2 span {
							background: url(/content/v4/au/crafts/img/father_header.gif) no-repeat;
						}
							.fathers_day h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #C59AFB;
								}	
							.fathers_day #moreCrafts {
								border-bottom: 8px solid #C59AFB;
								} 
								
			.crafts_mothers_day {
				background: #FEE7F1 url(/content/v4/img/crafts/momday_feature.jpg) no-repeat top;
			}
					.crafts_mothers_day h2 span {
						background: url(/content/v4/au/crafts/img/momday_fheader.gif) no-repeat;
					}
				.crafts_mothers_day img,
				.mothers_day img {
					border: 2px solid #F492C5;
				}
					div.mothers_day,
					.mothers_day #moreCrafts {
						background-color: #FDE9F3;
					}
						 .mothers_day h2 span {
							background: url(/content/v4/au/crafts/img/momday_header.gif) no-repeat;
						}
							.mothers_day h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #F691C4;
								}	
							.mothers_day #moreCrafts {
								border-bottom: 8px solid #F691C4;
								} 
			
			.crafts_summer {
				background: #FFF2D2 url(/content/v4/img/crafts/summer_feature.jpg) no-repeat top;
			}
					.crafts_summer h2 span {
						background: url(/content/v4/au/crafts/img/summer_fheader.gif) no-repeat;
					}
				.crafts_summer img,
				.summer img  {
					border: 2px solid #FEB109;
				}
					div.summer,
					.summer #moreCrafts {
						background-color: #FFF1D3;
					}
						 .summer h2 span {
							background: url(/content/v4/au/crafts/img/summer_header.gif) no-repeat;
						}
							.summer h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #FFAF05;
								}	
							.summer #moreCrafts {
								border-bottom: 8px solid #FFAF05;
								} 
								
			.crafts_july_4 {
				background: #EBF1FD url(/content/v4/img/crafts/july4th_feature.jpg) no-repeat top;
			}
					.crafts_july_4 h2 span {
						background: url(/content/v4/au/crafts/img/july4th_fheader.gif) no-repeat;
					}
				.crafts_july_4 img,
				.july_4 img {
					border: 2px solid #F74948;
				}
					div.july_4,
					.july_4 #moreCrafts {
						background-color: #E7EFFF;
					}
						 .july_4 h2 span {
							background: url(/content/v4/au/crafts/img/july4th_header.gif) no-repeat;
						}
							.july_4 h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #F74942;
								}	
							.july_4 #moreCrafts {
								border-bottom: 8px solid #F74942;
								} 
								
			.crafts_fall {
				background: #FDECDC url(/content/v4/img/crafts/fall_feature.jpg) no-repeat top;
			}
					.crafts_fall h2 span {
						background: url(/content/v4/au/crafts/img/fall_fheader.gif) no-repeat;
					}
				.crafts_fall img,
				.fall img {
					border: 2px solid #F6A54C;
				}
					div.fall,
					.fall #moreCrafts {
						background-color: #FDEDDB;
					}
						 .fall h2 span {
							background: url(/content/v4/au/crafts/img/fall_header.gif) no-repeat;
						}
							.fall h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #F7A44C;
								}	
							.fall #moreCrafts {
								border-bottom: 8px solid #F7A44C;
								} 
			
			.crafts_halloween {
				background: #FEEBDC url(/content/v4/img/crafts/halloween_feature.jpg) no-repeat top;
			}
					.crafts_halloween h2 span {
						background: url(/content/v4/au/crafts/img/halloween_fheader.gif) no-repeat;
					}
				.crafts_halloween img,
				.halloween img {
					border: 2px solid #FFA04C;
				}
					div.halloween,
					.halloween #moreCrafts {
						background-color: #FFECDB;
					}
						 .halloween h2 span {
							background: url(/content/v4/au/crafts/img/halloween_header.gif) no-repeat;
						}
							.halloween h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #FFA04C;
								}	
							.halloween #moreCrafts {
								border-bottom: 8px solid #FFA04C;
								} 
				
			.crafts_thanksgiving {
				background: #FAEDDD url(/content/v4/img/crafts/thanksgiving_feature.jpg) no-repeat top;
			}
					.crafts_thanksgiving h2 span {
						background: url(/content/v4/au/crafts/img/thanksgiving_fheader.gif) no-repeat;
					}
				.crafts_thanksgiving img,
				.thanksgiving img {
					border: 2px solid #E77C38;
				}				
					div.thanksgiving,
					.thanksgiving #moreCrafts {
						background-color: #FFECDB;
					}
						 .thanksgiving h2 span {
							background: url(/content/v4/au/crafts/img/thanksgiving_header.gif) no-repeat;
						}
							.thanksgiving h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #FFA04C;
								}	
							.thanksgiving #moreCrafts {
								border-bottom: 8px solid #FFA04C;
								} 
			
			.crafts_hanukkuh {
				background: #DBE1F9 url(/content/v4/img/crafts/hanukkuh_feature.jpg) no-repeat top;
			}
					.crafts_hanukkuh h2 span {
						background: url(/content/v4/au/crafts/img/hanukkuh_fheader.gif) no-repeat;
					}
				.crafts_hanukkuh img,
				.hanukkuh img {
					border: 2px solid #5068CA;
				}					
					div.hanukkuh,
					.hanukkuh #moreCrafts {
						background-color: #DBE1F6;
					}
						 .hanukkuh h2 span {
							background: url(/content/v4/au/crafts/img/hanakkuh_header.gif) no-repeat;
						}
							.hanukkuh h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #4D69D1;
								}	
							.hanukkuh #moreCrafts {
								border-bottom: 8px solid #4D69D1;
								} 
			
			.crafts_kwanzaa {
				background: #FFCD6A url(/content/v4/img/crafts/kwanzaa_feature.jpg) no-repeat top;
			}
					.crafts_kwanzaa h2 span {
						background: url(/content/v4/au/crafts/img/kwanzaa_fheader.gif) no-repeat;
					}
				.crafts_kwanzaa img,
				.kwanzaa img {
					border: 2px solid #F55249;
				}
					div.kwanzaa,
					.kwanzaa #moreCrafts {
						background-color: #FCDCDC;
					}
						 .kwanzaa h2 span {
							background: url(/content/v4/au/crafts/img/kwanzaa_header.gif) no-repeat;
						}
							.kwanzaa h3#Template_PageContentHolder_InnerBodyControl_moreHeader {
								background-color: #F2504E;
								}	
							.kwanzaa #moreCrafts {
								border-bottom: 8px solid #F2504E;
								} 
			
	/* ---------------- End Themes ---------------- */
/* EASY CLEARING */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

<!--/* -0.659240422512461 [10.89.198.137] */-->