/*     General Styles     */

* {margin: 0; padding: 0;}

body{
	font: 11px/18px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: black url("images/kitschensLogo.gif") no-repeat 30px 660px;
	padding-top: 20px;
	}
	
h1{
	font: 16px/24px Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding-bottom: 18px;
	}
	
p{
	padding-bottom: 18px;
	}
	
img{
	border: 0;
	outline: 0;
	}
	
#wrap{
	width: 960px;
	height: 720px;
	margin: 0 auto;
	position: relative;
	}
	
#copyArea{
	width: 280px;
	height: 470px;
	padding-top: 290px;
	}
	
#socialMediaButtons{
	float: right;
	vertical-align: top;
	}
	
.twitter{margin-right: 10px; display: block; float: left;}

.facebook{display: block; float: left;}

.clear{
	clear: both;
	}


/*     Polaroids     */

#langostaPolaroid{
	width: 286px;
	height: 233px;
	background: url("images/langostaLoungePolaroid_off.png") no-repeat;
	position: absolute;
	top: 40px;
	left: 3px;
	z-index: 30;
	}
	
#langostaPolaroid:hover{
	background: url("images/langostaLoungePolaroid_on.png") no-repeat;
	}

#dauphinPolaroid{
	width: 226px;
	height: 179px;
	background: url("images/dauphinPolaroid_off.png") no-repeat;
	position: absolute;
	top: 80px;
	left: 263px;
	z-index: 200;
	}
	
#dauphinPolaroid:hover{
	background: url("images/dauphinPolaroid_on.png") no-repeat;
	}
	

#labradorLoungePolaroid{
	width: 213px;
	height: 242px;
	background: url("images/labradorLoungePolaroid_off.png") no-repeat;
	position: absolute;
	display: block;
	top: 0px;
	left: 445px;
	z-index: 20;
	}
	
#labradorLoungePolaroid:hover{
	background: url("images/labradorLoungePolaroid_on.png") no-repeat;
	}
	
#lightlySaltedPolaroid{
	width: 210px;
	height: 240px;
	background: url("images/lightlySaltedPolaroid_off.png");
	position: absolute;
	display: block;
	top: 250px;
	left: 270px;
	}
	
#lightlySaltedPolaroid:hover{
	background: url("images/lightlySaltedPolaroid_on.png") no-repeat;
	}

#simpleGoodnessPolaroid{
	width: 129px;
	height: 129px;
	background: url("images/simpleGoodnessPolaroid_off.png") no-repeat;
	position: absolute;
	top: 450px;
	left: 413px;
	z-index: 70;
	}
	
#simpleGoodnessPolaroid:hover{
	background: url("images/simpleGoodnessPolaroid_on.png") no-repeat;
	}
		
#popsGaragePolaroid{
	width: 206px;
	height: 207px;
	background: url("images/popsGaragePolaroid_off.png");
	position: absolute;
	display: block;
	top: 220px;
	left: 430px;
	z-index: 80;
	}
	
#popsGaragePolaroid:hover{
	background: url("images/popsGaragePolaroid_on.png") no-repeat;
	}
	
#foodForThoughtPolaroid{
	width: 180px;
	height: 180px;
	background: url("images/foodForThoughtPolaroid_off.png");
	position: absolute;
	display: block;
	top: 380px;
	left: 520px;
	z-index: 90;
	}
	
#foodForThoughtPolaroid:hover{
	background: url("images/foodForThoughtPolaroid_on.png") no-repeat;
	}
	
#trinityAndThePopePolaroid{
	width: 217px;
	height: 215px;
	background: url("images/trinityAndThePopePolaroid_off.png");
	position: absolute;
	display: block;
	top: 12px;
	left: 625px;
	z-index: 50;
	}
	
#trinityAndThePopePolaroid:hover{
	background: url("images/trinityAndThePopePolaroid_on.png") no-repeat;
	}
	
#kitschensCateringPolaroid{
	width: 254px;
	height: 207px;
	background: url("images/kitschensCateringPolaroid_off.png");
	position: absolute;
	display: block;
	top: 200px;
	left: 620px;
	z-index: 60;
	}
	
#kitschensCateringPolaroid:hover{
	background: url("images/kitschensCateringPolaroid_on.png") no-repeat;
	}
	
#asburyParkFilmInitiativePolaroid{
	width: 213px;
	height: 212px;
	background: url("images/asburyParkFilmInitiativePolaroid_off.png");
	position: absolute;
	display: block;
	top: 390px;
	left: 660px;
	z-index: 70;
	}
	
#asburyParkFilmInitiativePolaroid:hover{
	background: url("images/asburyParkFilmInitiativePolaroid_on.png") no-repeat;
	}
