body {
	margin:0;padding:0;font-family:Arial, Helvetica, sans-serif;
	background: url('../images/iffley_road.jpg') no-repeat right top fixed;
-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
}

#menubar {
    position: fixed;
	clear:both;
    height: 50px;
	line-height:50px;
    width: 100%;
    top:0px;
    background-color: black;
	margin-top:-15px;
	z-index:10;
	padding-bottom:15px;
}

#menubar ul {
    list-style: none;
    padding-left:20px;
	height: 50px;
	line-height:50px;

}

#menubar ul li {
    display: block;
    padding:0px;
	float: left;
    width: 16.66%;
	font-family: "Times New Roman", Times, serif;
	height: 50px;
	line-height:50px;
}

#menubar ul li a {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size:140%;
    color: grey;
	height: 50px;
	line-height:50px;
}

#menubar ul li a:hover {
    color:gold;
    
}

#menubar li ul {
    display:none;
}

#menubar li:hover ul {
    display:block;
}

#menubar ul li ul li{
    background-color: black;
    width: 200px;
}

#menubar ul li ul li:hover{
    background-color: gold;
    
    
}

#menubar ul li ul li a{
    text-align:left;
    padding-left:9px;
}

#menubar ul li ul li a:hover{
    color:black;
}

main {
	z-index:1;
}

article {
	width:85%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:55px;
	margin-bottom:40px;
	line-height:26px;
	background-color:rgba(0,0,0,0.7);
	padding:1px 5% 35px 5%;
	position:relative;
	color: #ACACAC /* Grey */;
}

article p {
	font-size:18px;
}

article h1 {
	font-size: 40px;
	width:85%;
	border-bottom:1px solid #ACACAC; /* Grey */
	line-height:60px;
	margin-top:55px;
	margin-bottom:55px;
	
}

article #play_pause {
	position:absolute;
	top: 30px;
	right:30px;
	
}

figure {
	width: 100%;
	padding:0;margin:0;
}

figure.small {
	width:150px;
}

figure img {
	width:100%;
}

figcaption {
	font-size:13px;
	line-height:18px;
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	padding: 5px 15px 5px 5px;
	
}

article ul {
	list-style-type:none;
	
	columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
	margin-left:25px;
  
}

article ul li {
	border-bottom:1px solid #373737;
	width:210px;
}
article ul li a{
	color:#ACACAC;
	text-decoration:none;
	font-size: 13px;
	
}

article ul li#selected {
	color:gold;
	font-size: 13px;
}

article ul li:after {
	content: ">";
	float:right;
}

article ul li a:hover{
	color:gold;
}

footer {
	width:100%;
	clear:both;
	float:left;
	background-color:#1E1E1E;
	color:#999;
	font-size:10px;
	line-height:30px;
	text-align:center;
	height:20px;
}