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

#title {
	color: black;
}

#header {
	background: url('../images/theory.png') no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
	
#navarea {
	min-height: 3300px;
}

.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 {
	position: relative;
}

#content p {
	color: black;
	width: 1000px;
}

#content b {
	font-weight: 900;
}

blockquote {
	margin: 0 0 0 20px;
	font-style: italic;
}

#columns {
	position: absolute;
}

#columns ul {
	list-style-image: circle;
	text-align: left;
	color: black;
	padding: 0 0 0 40px;
}

#columns ul li {
	list-style-image: url('../images/bullet.png');
	text-align: left;
	padding: 5px 0 10px 30px;
}
 
 table {
	border-spacing: 8px;
 }
 
 table td {
	padding: 5px 10px 5px 0;
 }

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

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

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