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

#title {
	color: black;
}

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

#firstnav {
	min-height: 1980px;
	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;
}

.red-circle {
	position: absolute;
	width: 122px;
	height: 122px;
	top: 350px;
	left: 42px;
  }
 
#content {
	color: black;
}

#columns p {
	text-align: left;
	color: black;
}

em {
	font-style: italic;
}

b {
	font-weight: bold;
}

#columns ol {
	list-style-type: a;
	text-align: left;
	color: black;
	padding: 0 0 0 20px;
}

#columns ol li {
	list-style-type: 1;
	text-align: left;
	padding: 5px 0 10px 40px;
}

#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;
}
 
A:link {
color: #0000ff;
text-decoration: none;
}

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

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