/* Styles for longmoon.com */





 /************************/
/* General Styles BEGIN */


 /* General Styles END */
/**********************/
	




 /***********************/
/* Board Layout BEGINS */

div#layout {
	position: relative;
	width: 1024px;
	height: 700px;
	margin: auto;
}

div#board {
	width: 600px;
	height: 420px;
	left: 215px;
	top: 70px;
	background: url(../images/backgrounds/at-the-farm-BG-600x420.jpg);
}

img#title {
	position: absolute;
	width: 220px;
	top: 150px;
	left: 195px;
}

div#instructions {
	top: 235px;
	left: 205px;
	font-size: 12px;
}

 /* Board Layout ENDS */
/*********************/





 /**********************/
/* Shape Styles BEGIN */

	
	/* General Shape Styles BEGIN  */

	div.shape {
		width: 180px;
		height: 180px;
	}
	
	div.shape.shadow {
		background-position: -180px 0;
	}
	
	div.shape.highlight {
		background-position: -360px 0;
	}
	
	/* General Shape Styles END */


	/* shapes BEGIN */

	div#duck.shape {
		top: -10px;
		left: 20px;
		background-image: url(../images/floaters/shapes180/duck-4states.png);
	}
	
	div#cat.shape {
		top: 120px;
		left: 20px;
		background-image: url(../images/floaters/shapes180/cat-4states.png);
	}
	
	div#cow.shape {
		top: 260px;
		left: 20px;
		background-image: url(../images/floaters/shapes180/cow-4states.png);
	}
	
	div#horse.shape {
		top: 400px;
		left: 20px;
		background-image: url(../images/floaters/shapes180/horse-4states.png);
	}
	
	div#pig.shape {
		top: -10px;
		left: 830px;
		background-image: url(../images/floaters/shapes180/pig-4states.png);
	}
	
	div#dog.shape {
		top: 120px;
		left: 830px;
		background-image: url(../images/floaters/shapes180/dog-4states.png);
	}
	
	div#rooster.shape {
		top: 260px;
		left: 830px;
		background-image: url(../images/floaters/shapes180/rooster-4states.png);
	}
	
	div#sheep.shape {
		top: 400px;
		left: 830px;
		background-image: url(../images/floaters/shapes180/sheep-4states.png);
	}

	/* shapes END */


	/* targets BEGIN */
	
	.target {
		width: 180px;
		height: 180px;
	}

	#duck_target {
		top: -18px;
		left: 26px;
	}
	
	#cat_target {
		top: -34px;
		left: 214px;
	}
	
	#cow_target {
		top: -17px;
		left: 399px;
}
	
	#horse_target {
		top: 114px;
		left: 414px;
	}
	
	#pig_target {
		top: 246px;
		left: 410px;
	}
	
	#dog_target {
		top: 253px;
		left: 218px;
	}
	
	#rooster_target {
		top: 258px;
		left: 13px;
	}
	
	#sheep_target {
		top: 118px;
		left: 18px;
	}

	/* targets BEGIN */


 /* Shape Styles END */
/********************/
	


	
	
 /***********************/
/* Footer Styles BEGIN */

 /* Footer Styles END */
/*********************/