/* 
Name: Performing places
Date: May 2014 
Description: Dissemination of Prof Sally Mackey's Peforming Places research material. Version: 1.0 
Website Author: Shaun Canon (shauncanon@sky.com)
Site Designer: Dave Luff (dave@westaygold.com) */
	
#container {
	min-height: 1130px;
} 

#title {
	color: black;
}

#navarea {
	min-height: 1130px;
}

#header {
	background: url('../images/studio.png') no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
.yellow-circle:hover {
	z-index: 150;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
 }

.blue-circle {
	width: 122px;
	height: 122px;
	top: 480px;
	left: 42px;
  }

 h1 {
	color: black;
	margin: 40px 0 0 0;
 }
 
 h3 {
 	font-family: 'Amatic SC', cursive;
	font-size: 2em;
	margin: 20px 0 0 30px;
 }
 
#content p {
	color: black;
	width: 1000px;
}

#content1 {
	position: absolute;
	margin: 650px 0 0 240px;
	padding: 20px 20px 40px 20px;
	background-color: #8c4447;
	width: 309px;
	min-height: 300px;
	float: left;
	color: white;
	text-align: left; 
}

#content1 img {
	width: 250px;
	height: 150px;
	left: 30px;
	top: 120px;
}

#content2 {
	position: absolute;
	margin: 650px 0 0 590px;
	padding: 20px 20px 40px 20px;
	background-color: #f0ab77;
	width: 309px;
	min-height: 300px;
	float: left;
	color: white;
	text-align: left; 
}

#content2 img {
	width: 250px;
	height: 150px;
	left: 30px;
	top: 120px;
}

#content3 {
	position: absolute;
	margin: 650px 0 0 940px;
	padding: 20px 20px 40px 20px;
	background-color: #55897e;
	width: 309px;
	min-height: 300px;
	float: left;
	text-align: left; 
	color: white;
}

#content3 img {
	width: 250px;
	height: 150px;
	left: 30px;
	top: 120px;
}