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

#title {
	color: black;
}

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

#firstnav {
	min-height: 1300px;
	width: 200px;
	position: fixed;
	background: url('../images/paperBg.jpg') repeat;
	box-shadow: 0 0 30px -2px #707070;
	-webkit-box-shadow: 0 0 30px -2px #707070;
	-moz-box-shadow: 0 0 30px -2px;
	-o-box-shadow: 0 0 30px -2px #707070;
	z-index: 15;
}

.navy-circle {
	position: absolute;
	width: 122px;
	height: 122px;
	top: 350px;
	left: 42px;
  }
 
#content {
	color: black;
 }
 
 #content p {
 	width: 1000px;
 }
 
 #content p b {
	font-weight: bold;
 }
 
 h4 {
	font-size: 100%;
	color: #0000ff;
	font-weight: normal;
	display: block;
 }
 
 #linked {
	position: relative;
	background: url('../images/paperBg.jpg') repeat;
	height: 420px;
	width: 470px;
	padding: 20px;
	margin: 70px 0 0 0;
	}
 
#content footer {
	position: relative;
	top: 660px;
	left: 450;
	float: right;
	right: 0;
	display: inline-block;
}

#link:hover {
    color: black;
}

#link:hover #steps {
    display: inline;
}

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

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

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