@charset "utf-8";
/* CSS Document */

/*  HOME PAGE  */
#content.home {
	background-image:url(/images/wood/wood_contentBkgnd.jpg);
	padding:20px;
	padding-top:87px;
}

#content object {
	text-align:center;
}

#news-area {
	background:url(/images/wood/wood_newsAreaBkgnd.jpg) top center no-repeat;
	width:789px;
	height:250px;
	margin-bottom:40px;
	text-align:left;
}

	#news-content {
		width:215px;
		padding:40px 370px;
		padding-right:0px;
		float:left;
	}
	
		#news-content .newsTitle {
			margin-bottom:5px;
			font-family:"Times New Roman", Times, serif;
			font-size:14px;
			font-weight:bold;
		}

	#news-links {
		margin-top:20px;
		margin-right:15px;
		float:right;
		}
		
	#news-links .button {
		background:url(/images/wood/wood_newsBtn.png);
		width:166px;
		height:34px;
		margin-top:10px;
	}
	
	#news-links a {
		padding-left:15px;
		font-family:"Times New Roman", Times, serif;
		font-size:20px;
		font-weight:bold;
		font-style:italic;
		color:#ffffff;
		line-height:34px;
	}
		
		#news-links a:hover {
			color:#e39b35;
		}

		#news-links a.twitterBtn {
			background:url(/images/wood/wood_twitterIcon.gif) center right no-repeat;
			padding-right:80px;
		}
		
		#news-links a.facebookBtn {
			background:url(/images/wood/wood_facebookIcon.gif) center right no-repeat;
			padding-right:57px;
		}
		
		#news-links a.myspaceBtn {
			background:url(/images/wood/wood_myspaceIcon.gif) center right no-repeat;
			padding-right:63px;
		}

#home-left-column,
#home-right-column {
	background:top left no-repeat;
	margin-top:10px;
	padding-top:50px;
	text-align:left;

}
#home-left-column {
	background-image:url(/images/wood/wood_theStoryThusFar.png);
	width:400px;
	float:left;
}

#home-right-column {
	background-image:url(/images/wood/wood_wreckinCrew.png);
	width:365px;
	float:right;
}

	#profile {
		width:175px;
		height:65px;
		margin-bottom:15px;
		vertical-align:middle;
	}
	
	#profile img {
		float:left;
		padding-right:7px;
	}
	
	#profile .name {
		padding-top:15px;
		font-weight:bold;
	}
	
	#profile .title {
		font-family:"Times New Roman", Times, serif;
		font-size:14px;
		font-weight:bold;
		font-style:italic;
		color:#d08f33;
	}
	
	
/*  end HOME PAGE  */

/*  MENU PAGE  */

#content.menu {
	width:830px;
	text-align:left;
}

#downlaod {
	
}

#hot-treats,
#cold-treats {
	height:700px;
}

	#frame {
		width:367px;
		margin-left:20px;
		margin-bottom:20px;
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;
	}
	
		#frame .title {
			margin-left:12px;
			margin-bottom:10px;
			padding:0px 5px;
			font-size:18px;
			text-transform:uppercase;
			line-height:12px;
			float:left;
		}
		
		#frame .item {
			margin-top:7px;
			margin-left:20px;
			font-size:16px;
			font-weight:bold;
			clear:left;
		}
		
		#frame .desc {
			margin-left:20px;
			font-size:14px;
			font-weight:normal;
		}
	
#hot-treats {
	background:url(/images/wood/wood_hotTreats.png) top center no-repeat;
	width:414px;
	padding-top:115px;
	border-right:#e2dad2 solid 1px;
	float:left;
}
	
	#hot-treats #frame {
		background:url(/images/wood/wood_hotFrameBkgnd.gif) top center no-repeat;
	}
	
		#hot-treats #frame .title {
			background:#f4ebe2;
		}
	
	#add-extras {
		margin-top:150px;
		margin-left:20px;
		font-family:"Times New Roman", Times, serif;
		font-size:14px;
		line-height:45px;
	}
		
		#add-extras p {
			background:url(/images/wood/wood_50cents.png) center left no-repeat;
			margin-bottom:5px;
			padding-left:50px;
			font-style:italic;
		}

#cold-treats {
	background:#fff6ec url(/images/wood/wood_coldTreats.png) top center no-repeat;
	width:414px;
	padding-top:115px;
	border-left:#f7eee5 solid 1px;
	float:right;
}

	#cold-treats #frame {
		background:url(/images/wood/wood_coldFrameBkgnd.gif) top center no-repeat;
	}

		#cold-treats #frame .title {
			background:#fff6ec;
		}


/*  end MENU PAGE  */

/*  ARTISTS PAGE  */

#content.artists {
	background-image:url(/images/wood/wood_artistsBkgnd.png);
	padding:20px;
	padding-top:95px;
}


/*  end ARTISTS PAGE  */

/*  BLANK PAGE  */

#content.blank {
	padding:20px;
}

	#content.blank p, ul {
		margin-top:10px;
	}
	
	#content.blank li {
		margin-top:5px;
		margin-left:20px;
	}
	
	#news-item {
		
	}

/*  end BLANK PAGE  */