/* 
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 {
	margin: -10px auto;
	width: 1290px;
	min-height: 3000px;
	background: url('../images/paperBg.jpg') repeat;
	box-shadow: 0 0 30px #707070;
	-webkit-box-shadow: 0 0 30px #707070;
	-moz-box-shadow: 0 0 30px #707070;
} 

#header {
	background: url('../images/local.png') no-repeat;
	width: 760px;
	height: 320px;
	display: block;
	float: right;
}

h1 {
	font-family: 'Amatic SC', cursive;
	font-size: 3em;
	float: left;
}

h4 {
	font-size: 85%;
	font-weight: normal;
}

#logo {
	background: url('../images/logo.png') no-repeat;
	margin: 35px 0 0 40px;
	width: 150px;
	height: 250px;
	float: left;
}

#home {
	background: url('../images/homeIcon.png') no-repeat;
	margin: 265px 0 0 80px;
	width: 55px;
	height: 55px;
	position: absolute;
	float: left;
	z-index: 99;
}

#firstnav {
	height: 600px;
	width: 400px;
	position: absolute;
}

.object {
	position: absolute;
	top: 40%;
	left: 15%;
	width: 120px;
	height: 120px;
	border: none;
}

.red-circle {
	top: 22%;
	left: 50%;
  }
 
.red-circle:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
 }

.yellow-circle {
	top: 50%;
	left: 58%;
  }
 
.yellow-circle:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
 }

.navy-circle {
	top: 70%;
	left: 24%;
	}
 
  .navy-circle:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
 }

#content {
	margin: 10px 40px 0 520px;
	padding: 20px 20px 60px 20px;
	background-color: none;
	width: 520px;
	min-height: 300px;
	font-family: 'Montserrat';
	font-size: 100%;
	float: left;
	text-align: left; 
}

#content iframe {
	position: auto;
	display: block;
	float: left;
	width: 480px;
	height: 310px;
	right: 5px;
	margin: 10px 20px 40px 20px;
}

h4 {
	font-size: 85%;
	font-weight: normal;
}

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

#content img {
	padding: 10px;
	display: inline;
}

em {
	font-style: italic;
}

b {
	font-weight: bold;
}

#share-buttons img {
width: 40px;
padding: 2px;
border: none;
box-shadow: none;
display: inline;

}
 
#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;
}
 
