img.flip{
	transform: rotateY(180deg);
}

ul{
	background:#fff;
	padding:0pt 20pt 20pt 20pt;
	border-style: solid;
	border-width:1pt;
}
ul li{
	list-style-type:none;
	background:#f0f0f0;
	border-style: solid;
	border-width:2pt;
	padding:0pt;
	margin:0pt;
}
img.IncImg{
	max-width:100%;
}
img.Thirds{
	max-width:32%;
}
img.Halfs{
	max-width:49%;
}
video.IncVid{
	max-width:100%;
}
li:hover{
	background:#e0e0e0;
	border-color:#0000af
}
li:focus{
	background:#e0e0e0;
	border-color:#0000af
}

ul > a{
	text-decoration:none;
	color:#000;

}

*{
	margin-left:1px;
	
}
main{
	width:80%;
	display:block;
	margin: auto;
	margin-top:5pt;
	height:100%;
	padding-bottom:60pt;
	padding-right:20pt;
	

}
article{

    font-size: 18px;
}



body {
	font-family: Arial, Helvetica, sans-serif;
    	font-size: 100%;
	height:100%;
	width:calc(100% - 2px);
}
footer {
	position:fixed;
	bottom:0;
	width:calc( 100% - 1px);
	text-align:center;
	padding-top:20pt;
	padding-bottom:20pt;
	background-color: #454545;

}

tr{
	background-image:none;
}


h1{
	display:block;
	position: relative;
	margin-left:10px;
	margin-top:0pt;
	background-color:transparent;
font-size:45pt;
clear: right;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#title{
	
	background-image:url("../images/youtube_picture.png");
	background-repeat: no-repeat;
    background-size: 100%;
	background-position: center; 
	width:calc(100% - 2px);
	max-width:100%;
	max-height:100%;
}
h2{
	margin:0;
	font-size: 200%;
	clear:right;
}




table{
	background-color:transparent;
	min-width:95%;
	max-width:100%;
	margin-left:5px;
	margin-right:5px;
}
.body {
	vertical-align: top;
	margin:5pt;

}

iframe.youtube{
	max-width:100%;
	width:500px;
	height:340px
}

/* the styles for the header */
header img {
	float: left;
}
header{
	text-align: center;
	
}



.column {
    float: left;
    width: calc( 100% / 7 - 1%);
}


.row:after {
    content: "";
    display: table;
    clear: both;
}
.icon{
	width:20pt;
	float:left;
	vertical-align:middle;
	margin-left:5pt;
	background-color:transparent;
	background-image:none;
	display:inline-block;
}
.social{
	width:30%;
	margin:0pt;
	vertical-align:middle;
	text-decoration: none;
}

.social:hover, .social:focus{
	outline-color:white;
	outline-style:solid;
	outline-width: 2pt;
}
.location{
	background: #4CAF50; /* Green */
	width:100%;
	min-height:30pt;
}

.navItem:hover, .navItem:focus{
	background:orange;
	outline:none;

}
.location:hover, .location:focus{
	background:	yellow;
}
.socialLinks a{
	text-decoration:none;
}

.mobleButton{
		background:gray;
		display:none;
}
.cover{
	float:right;
	margin-left:5pt;
	
}
img.mobleButton{
		width:20px;
		margin:auto;
		vertical-align:middle;
		background:none;
		
	}
.navCon{
	float:left;
	width:16%;
	clear:left;
	height:100%;
}
.redacted span {
    background: black;

}
audio{
	display:block;
}
audioblock{
	display:inline-block;
	padding:1em;
	margin:.5em;
}
inlinemedia{
	display:block;
}
audioblock,figure {
    display: inline-block;
    box-shadow:
        inset 0 0 2px 0 rgba(255,255,255,.4),
        inset 0 0 3px 0 rgba(0,0,0,.4),
        inset 0 0 3px 5px rgba(0,0,0,.05),
        2px 2px 4px 0 rgba(0,0,0,.25);
    border-radius: 1em;
    padding: 1em;
    font-size: 18px;
    position: relative;
}
audioblock center {
	margin-bottom:.5em;
}
figure{
	width:100%;
	border-style:solid;
	border-width:1pt;
	border-radius:1em;
	margin:0.5em
}
figure img{
	width:90%;

	border-style:solid;
	border-width:1pt;
	margin:.7em;
}
figure center{
	width:90%;
}
sup a, a.ref {
    text-decoration: none;
    font-weight: bold;
}
figure audioblock{
	width:27%;
}
figure audio{
	width:90%;
}	
table {
  border-collapse: collapse;
}
table, td, th {
 
  text-align:center;
}
author{
	display: inline;
	white-space: nowrap;
}
links{
	clear:both;
	display:block;
	width:100%;
}
links > a{
	display:block;
	
}
figure{
	position: relative; 
	display: inline-block;
}
figures > figure{
	
	width:345px;
	height:260px;
	position: relative; 
	display: inline-block; 
	cursor: pointer;
}
figure > *{
	width:100%;
	height:100%;
}
description{
	width:30%;
	float:left;
}
authors{
	clear:both;
	display: block;
}
figures{
	width:69%;
	display:block;
	float:right;
}
hr{
	height: 2px;
	background-color: black;
    border: none;
}