/* 
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: 1400px;
} 

#title {
	color: black;
}

#header {
	background: url('../images/acknowledgements.png') no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}

#navarea {
	min-height: 1400px;
}

.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;
 }
 
#columns {
	color: black;
}

#content {
	position: relative;
	top: 50px;
	left: 0;
	width: 1000px;

}

#content p {
	color: black;
	width: 980px;
	float: left;
	text-align: left;
}


h5 {
	font-size: 70%;
	font-weight: normal;
	color: black;
}


#content img {
	top: 10px;
	float: left;
	left: 60px;
	position: relative;
	height: 40px;
	width: auto;
	padding: 5px;
	display: inline-block;

}
 
A:link {
color: #0000ff;
text-decoration: none;
}

A:visited {
color: #0000ff;
text-decoration: none;
} 

A:hover {
color: #0000ff;
text-decoration: underline;
}
