/* 
	Home page styles
	
	Author: Steve Largaespada
	Date: 11/7/2015
	File name: homestyle.css
*/

article#about{
	display: block;
	margin: 0px auto;
	width: 50%;
}
/* Why Fete styles*/
div#whyFete{
	display: block;
	float: right;
	margin-top: 20px;
	font-size: 18pt;
	letter-spacing: .2em;
}

div#whyFete table tr{
	display: block;
	clear: left;
	margin-right: 30px;
	border-bottom: solid #a6405f 2px
}

/*Montly color styles*/
section#color{
	display: block;
	float:left;
	margin-top: 20px;
	margin-left: 30px;
}


/*A la Carte nav styles*/
nav.alaCarte{
	display: block;
	clear: both;
	margin: 50px auto;
	max-width: 75%;	
}

nav.alaCarte li#linen{
	background-image: url(../Images/tableLinen.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 5px 15px;
	height:100px;
}
nav.alaCarte li#napkins{
	background-image: url(../Images/linenNapkins.jpg);
	background-size: cover;
	background-origin: center;
	background-position: center center;
	margin: 5px 15px;
	height:100px;
}
nav.alaCarte li#accessories{
	background-image: url(../Images/accessories.jpg);
	background-size: cover;
	background-origin: center;
	background-position: center center;
	height:100px;
	margin: 5px 0px 5px 15px;
}
nav.alaCarte li#chairs{
	background-image: url(../Images/chairCovers.jpg);
	background-size: cover;
	background-origin: center;
	background-position: center center;
	margin: 5px 15px;
	height:100px;
}
nav.alaCarte li#centerPieces{
	background-image: url(../Images/centerPieces.jpg);
	background-size: cover;
	background-origin: center;
	background-position: center center;
	margin: 5px 15px;
	height:100px;
}
nav.alaCarte li#contact{
	background-image: url(../Images/planner.jpg);
	background-size: cover;
	background-origin: center;
	background-position: center center;
	margin: 5px 0px 5px 15px;
	height:100px;
}