/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0; padding:0; border:0; outline:0; 
	font-size:100%; 
	vertical-align:baseline; background:transparent;
} 
body {line-height: 1;}
ol, ul{list-style:none;} 
blockquote, q{quotes:none;} 
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
:focus{outline:0;} 
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse; border-spacing:0;}



body {
	background-color: #fff;
/*	font-family: Calibri, Courier; */
	font: 400 15px/1.8 "Lato", sans-serif;
	color: #777;
/*	min-width:400px; */
}

header {
	display:table;
	height: 160px;
	width: 100%;
	font-family: Calibri;
	z-index: 2;
/* , "Times New Roman", Courier; */
}

div.logo {
	width: 100px;
	height: 100%;
	display:table-cell;
	margin: auto;
}

img.logo {
	width: 100;
	max-width:200px;
	margin-top:40px;
	margin-left:10px;
}

#logo {
	visibility: hidden;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 3;
}

header div {
	vertical-align:top;
	text-align:center;
	width:auto;
	display:table-cell;
	z-index: 2;
}

h1 {
	text-align: center;
	font-size:200%;
}


.title h1 {
	font-family:"Times New Roman";
	font-style:italic;	
	font-size:550%;
/*	color:#0b00e0;     */
	color:#fbd700;   /* gold */
}

#menubox {
	width:100%; 
	margin-top:0px;
	background-color: #0b1485;
	float:left;
	border-bottom:3px solid #000;
	z-index: 2;
}

#menu-button {
	display: none;
	float: right;
	width: 24px;
	height: 24px;
	background: url(images/list-256.png) center;
	background-size:24px 24px;
	border:0;
}

#menu-button:hover {

	background-color: #444;

}


#main-menu {
	 width: 100%;
	 display: table;
	 float:left;
	 list-style:none;
	 margin:0;
	 padding:0;
	 position:relative;
	 text-align:center;
	 table-layout: fixed;
}

#main-menu li {
	 display: table-cell;
	 list-style:none;
	 margin:0;
	 padding:0;
	 position: relative;
}

#main-menu li a {
	 display:block;
	 margin:0 0 0 1px;
	 padding:3px 10px;
	 background:#ddd;
	 color:#000;
	 text-decoration:none;
	 line-height:1.3em;
}

#main-menu li a:hover {
	 background:#369;
	 color:#fff;
}

#main-menu li a.active, #main-menu li a.active:hover {
	 color:#fff;
	 background:#000;
	 font-weight:bold;
}

#sub-menu { 
	display: none;
	position: absolute;
	padding: 1px;
	background: #fff;
	border: 2px solid #0b1485;
	right: 20px;
	top: 10px;
	z-index: 10;

}

#sub-menu li {
	display: list-item;
	text-align: center;
	width: 100%;
	padding: 1px 0;
	margin: 0;

}

li:hover #sub-menu {
	display: block;
}


/*
*/

/*------------------------------------*/
     /* start of large tablet styles */

@media screen and (max-width: 991px) {
.title h1 {
	font-size:400%;
}
header {
	height: 100px;
}
.timeline
{
	font-size: 85%;
}
}

     /* start of medium tablet styles  */
@media screen and (max-width: 767px) {

header {
	height: 80px;
}
.title h1 {
	font-size:280%;
}
img.logo {
	width: 75px;
	max-width:150px;
	margin-top:40px;
	margin-left:5px;
}
h1 {
	font-size:150%;
}
.timeline, td.date_value
{
	font-size: 50%;
}
}

@media screen and (max-width: 479px) {
     /* start of phone styles */
.title h1 { font-size:200%; }
header {
	height: 60px;
}
img.logo {
	width: 50px;
	max-width:100px;
	margin-top:40px;
	margin-left:5px;
}
h1 {
	font-size:130%;
}
.timeline, td.date_value
{
	font-size: xx-small;
}

#menu-button {
	display:inline-block;
}

#main-menu, nav:active #main-menu { 
	display: none;
	position: absolute;
	padding: 3px;
	background: #fff;
	border: 3px solid #0b1485;
	right: 20px;
	top: 10px;
	width: 50%;
	z-index: 10;

}

#main-menu li {
	display: list-item;
	text-align: center;
	width: 100%;
	padding: 3px 0;
	margin: 0;

}

nav:hover #main-menu {
	display: block;
}

}



/*------------------------------------*/


.side_spacer {
	width:15%;
	float:left;
}

.center_column {
	width:70%;
	float:left;
}

.content {
/*
	border: 2px solid black;
	background-color: #FFF5C9;
*/
	border: 0px;
	background-color: #ffffff;
	width:90%;
	margin-left: auto ;
	margin-right: auto ;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

footer {
	float: left;
	width:100%
	margin-top: 10px;
	padding-top: 5px;
	border-top: 2px solid black;
}

footer table {
	width:100%;
	table-layout: fixed;
	margin-left: auto ;
	margin-right: auto ;
	font-size: 80%;

}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.biblio {
	list-style: none;
}

.biblio li {
	margin-top: 10px;
}

h2 {
	text-align: center;
}
h1 {
	text-align: center;
}

.main_fig {
	display:block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}


.floater {
	float:right;
	position: relative;
  	right: 20px;
	top: 50px;
	z-index: 1;
	opacity: 0.7;
	margin-right: 10px;
	max-width: 50px;
}

#share-buttons img {
	width: 35px;
	padding: 5px;
	border: 0;
//	box-shadow: 0;
	display: inline;
}

.media {
	margin: 5px;
//	box-shadow: 5px 5px 3px;
	display:inline-block;
	border-radius:3px; 
	background:red;
}

.fb {
	background-color:#7b95c9;
}
/*------------------------------------*/

/* now print media */

@media print {
nav, .media {
	display: none;
}
}

/*------------------------------------*/

.timeline
{
	border: 2px solid white;
	color: black;
	vertical-align: middle;
	padding: 2px;
}
td.date_value
{
	border: 2px solid white;
	color: black;
	vertical-align: bottom;
}
span.date_value
{
	position: relative;
	top: -4px;
}


}

