/*

			3d Puzzles Stylesheet
			Home Page
			Sandy MacLean
			Nov 26, 2016
			
			
*/
header {	
	 font:normal bolder;
	 color: red;
	 text-shadow: 0 1px 0 #ccc,
	 0 2px 0 #c9c9c9,
	 0 4px 0 #b9b9b9,
	 0 5px 0 #aaa,
	 0 6px 1px rgba(0,0,0,.1),
	 0 0 5px rgba(0,0,0,.1),
	 0 1px 3px rgba(0,0,0,.3),
	 0 3px 5px rgba(0,0,0,.2),
	 0 5px 10px rgba(0,0,0,.25),
	 0 10px 10px rgba(0,0,0,.2),
	 0 20px 20px rgba(0,0,0,.15);
	 
	width: 100%;
	text-align: center;
	font-size: 90px;
	position: top-left;
	width: 100%;
	height: 200px;
	background: url("teamwork1.gif") ;
	padding: 5px;	 
}

header div{
	margin: 230px;
}
body{
   background-image:url("backgroundpuzzle.jpg") ;
   background-repeat: reapeat-y; 
}

#main p {
	font-size: 22px;
	background-color: rgba(252, 187, 116, .8);
	border-radius: 5px;
	padding: 4px;
}

#main h5{
	text-shadow: 3px 1px grey;
	font-size: 50px;
	text-align: center;
	color: navy;
	display: inline-block;
	margin-left: 150px;
	margin-top: 150px;
	background-color: gray;
	
}

.first  {
	float: left;
	width: 45%;
	margin-left:15px;
	padding: 10px;
}

.second {
	
	float: right;
	width: 40%;
	margin-left:40px;
	padding: 10px;
}

.third p{
	float: left;
	padding: 20px;
}

a.boat:hover {		
	position: absolute;
    display: block;
	background: url("Mississippi Steamboat.png") no-repeat;
	width: 300px;
	height: 150px;
	margin-left: 400px;
}

a.newyork:hover{
	position: absolute;
    display: block;
	background: url("New York, New York.png") no-repeat;
	width: 340px;
	height: 200px;
	margin-top: -50px;
	margin-left: 400px;
}

a.sanfran:hover{
	position: absolute;
    display: block;
	background: url("San Francisco.png") no-repeat;
	width: 360px;
	height: 240px;	
}

a.birdhouse:hover{
	position: relative;
    display: block;
	background: url("Birdhouse Collection.png") no-repeat;
	width: 300px;
	height: 300px;
	margin-left: -300px;
}

iframe{
	border: 5px double red;
	position: relative;
	top:2px;
	left:100px;
}

figcaption{
	font-size: 15px;
	text-decoration: bold;
	float: right;
	clear: right;
	color: black;
	margin-right: 65px;
	margin-top: 30px;
	padding: 5px;
	background-color: rgba(197, 192, 177, .9);
}
caption{
	display: relative;
	border: 2px outset;
	font-size: 30px ;
	text-shadow: 0px 2px;
	padding: 2px;
	border: solid green;
	margin: 20px 150px;
	background-color: gray;
}
table.puzztable{
	display: relative;
	border: 15px inset green;
	width: 60%;
	margin-left: 200px;
	margin-bottom: 200px;
	overflow: auto;
	text-align: center;
	background-color: rgba(197, 192, 177, .8);
 }

td{	
	font-size: 18px;
}

.own{
	background-color: green;
}
/*
.house vehicle city building castle other tower theme mechanical glow  */