/* ++++++++++++++++++++++++
++  PYRAMID TEXTS ONLINE ++
+++++++++++++++++++++++++ */


/* The following little rule removes all the padding and margins from every element in the page for easier debugging and cross browser compatibility. For more info: http://www.clagnut.com/blog/1287/ */

* {
	margin: 0;
	padding: 0px;
}

/* MOO SLIDE */

.mooSlide {
	background-color: #000000;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #FFFFFF;
	font-size: 11px;
}

.mooSlide h1 {
	font-size: 17px;
}

.mooSlide img {
	float: left;
	margin-right: 20px;
}


/* FRONT PAGE */
.entrance {
	text-align: center;
}

.entrance img {
	align-images: center;
	max-width: 100%;
	height:auto;
}


/* BODY */
body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 3%;
	background: #000000 url(./images/780blank.jpg);
}

/* LINKS */
a:link { 
	text-decoration: none; 
	color: #bba168;
}

a:visited { 
	text-decoration: none;
	color: #808080;
}

a:hover { 
	text-decoration: none;
	color: #F7DE39;

}

a:active { 
	text-decoration: none;
	color: #999966;
}



/* HEADER */
.header {
	padding: 15px 0px 5px 30px;
    margin-left: 2%;
	display:flex;
	align-items: center;
}

.LeftLogo {
	background: #000000 url(./images/smallcartglow.jpg) no-repeat top left;
	float: left;
	height: 95px;
	width: 55px;
	max-width: 100%;
	flex: 0 0 auto;
}

.HeaderTitle {
	padding: 0px 0px 0px 0px;	
    margin: 0px;
	flex: 1;
}

.HeaderTitle img {	
  	padding: 15px 0px 5px 0px;
	height: auto;
	max-width: 100%;
	
}

.ViewGlyphs {
	background: #000000 url(./images/GbuttonOn.jpg) no-repeat top right;
	height: 65px;
	width: 100px;
	float: right;
}
/* ENDING OF HEADER */ 

/* HEADER Media Query for Mobile Phones */
@media (max-width: 767px) {
	.header {
		flex-direction: column;
		align-items: center;
		margin-left: 0%;	
		padding-left: 0px;	
	}

	.LeftLogo {
		margin-bottom: 0px;
		padding-left: 0px;		
	}

	.HeaderTitle {
		text-align: center;
		padding-left: 0px;	
	}
}




/* TITLE */
/* (Where was/is this used?) */
.Title {
	padding: 0px;
	margin-left; 2%;
	display: left;
	font: 2em;
}



/* CONTENT */
/* Used in the body of each page */
.Content {
	display: block;
	border-top-style: none;
	margin: 0 0 1em;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
	border: 1px;
}

.Content h1 {
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	padding: 0.6em 0 0 0;
	color: #cccccc; 
	font-weight: bold;	
}

.Content h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	color: #cccccc;
	text-align:left;  
}

.Content h3 {
	font-size: 1em;
   	line-height: 1.2em;
	margin-bottom: 0.2em;
	color: #cccccc;  
	text-align:left;
}

.Content h4 {
	font-size: 1.2em; 
	line-height: 1.2;
	margin-bottom: 0.2em;
	color: #cccccc;  
	font-weight: 100;
	text-align:left;
}

.Content p span {
  	font: 75px/55px Arial;
  	text-align:left;
	margin-right: 0.1em;
}

.Content p {
  	font: 1em/1.2em Arial;
  	text-align: left;
	margin-bottom: .5em;
	color: #BABABA;
}

.Content ul {
	font-family: Arial;
		color: #BABABA;
}

.Content li {
	font: 1.6em/1.2em Arial;
		color: #BABABA;

}

.Content blockquote {
	padding: 5px;
	width: 90%;
	margin: 15px 5%;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.7em;
	overflow: hidden;
	border: 1px solid #999999;     /* 40% BLACK */
	background: #101010;
}

.Content blockquote em {
	margin-left: 5px;      
	margin-right: 5px;
	font: 1.8em "Bookman Old Style";
	color: #336699;  
}
/* End of CONTENT */






.indent {
	margin-left: 1em;
}



.Map {
	width: 100%;
	text-align: center;
}
 
.textbox { 
	padding: 1em 2em 0em 2em;
	overflow: hidden;
	clear: both;
	margin: 0.5em 0em 1em 0em;
	font-size: 1em;
	line-height: 1.1em;
	border: 1px solid #c2a674;
	background: #000;          
	color: #c0c0c0;

}

.textbox img{
	max-width: 100%;
	height:auto;
}






.cleanbox { 
	padding: 0.5em 0.5em 0.5em 0.5em;
	overflow: hidden;
	margin: 0.5em 0.5em 1em 1em;
	text-align: center;
	font-size: 12px;
	line-height: 1em;
	font-style: italic;
	border: 0px;
}

.cleanbox img{
	padding: 0.5em 0.5em 0.5em 0.5em;
}


/* Media query for mobile devices */
@media (max-width: 767px) {
	.cleanbox {
		margin: 0.5em auto 1em auto;
		display: none;

	}
}



.box {
	padding: 0.5em 0.5em 0.5em 0.5em;
	overflow: hidden;
	margin: 0.5em 0em 1em 0em;
	text-align: center;
	font-size: 12px;
	line-height: 1em;
	font-style: italic;
	border: 1px solid #424242;
	background: #101010;  
	color: #ccc;
}

.halfbox {
	padding: 0.5em 0.5em 0.5em 0.5em;
	overflow: hidden;
	margin: 1em 1em 1em 1.5em;
	text-align: center;
	font-size: 12px;
	line-height: 1em;
	font-style: italic;
	border: 1px solid #424242;
	background: #101010;  
	color: #ccc;
	float: left;
	width: 45%; 
}



.box em {
	margin: 0.5em;
	display: block;
}




/* LEFT NAV */
/* This is used on the Translation & Library pages */
.LeftNav {
	font-size: 1em;
	line-height: 1.2em;
	text-decoration:none;	
	padding: 0em 0em 0em 1em;
	text-align: left;
}	

.LeftNav a:link{
	padding: 0em 0em 0em 1.4em;
	color: #bba168;         
	background: url(./images/bboff.jpg) no-repeat top left;
}

.LeftNav a:visited{
	padding: 0em 0em 0em 1.4em;
	color: #808080;
	background: url(./images/bboff.jpg) no-repeat top left;
}

.LeftNav a.current {
	padding: 0em 0em 0em 1.4em;
	color: #ffffff;      
	background: url(./images/bboff.jpg)  no-repeat top left;
}

.LeftNav a:hover{
	padding: 0em 0em 0em 1.4em;
	color: #F7DE39;       
	background: url(./images/bbon.jpg) no-repeat top left;
}

.LeftNav a:active{
	padding: 0em 0em 0em 1.4em;
	color: #ffffff;
	background: url(./images/bbon.jpg) no-repeat top left;
}
/* End of LeftNav */


/* TRANSLATION NAV BOX */


.TransNav { 
	padding: 0.5em;
	overflow: hidden;
	display: block;
	float: left;
	margin: 2%;
	text-align: left;
	font-size: 1em;
	line-height: 1.2em;
	width: 42%;
	border: 1px solid #424242;
	background: #000000;
	color: #c0c0c0;
}

.TransNav li {
  font: 14px/16px Helvetica, Arial;
  	color: #C0C0C0;
}


.TransNav ul {
  font: 14px/16px Helvetica, Arial;
  	color: #C0C0C0;
}


@media screen and (max-width: 767px) {
  .TransNav {
    width: 90%; /* Changes double columns to single colum */
  }
}


/* End of TRANSLATION NAV BOX */









.rightborder{
	border-right:1px solid gray;
}

.leftborder{
	border-left:1px solid gray;
}

.topborder{
	border-right:1px solid gray;
}

.bottomborder{
	border-left:1px solid gray;
}


.pusher {
	height: 250px;
	display: block;
}

.pusher-20 {
	height: 20px;
	display: block;
	width: 75%;
}

.HZRule {
	display:block;
	height: 1px;
	margin-top: 0.2em;
	margin-bottom: 1.5em;
		border-top: 1px solid gray;
}

.HZRuleDecorative {
width:99%;
	display: block;
	overflow: visible;
	height: 5em;
	margin-top: 2em;
	margin-bottom: 1.5em;
	margin-left: 1em;
	border-top:1px solid gray;
	background: url(./images/HZDecorGray.png) center -10px no-repeat;
}

.HZRuleDouble {
	width:99%;
	display: block;
	overflow: visible;
	height: 1em;
	margin-top: 2em;
	margin-bottom: 1.5em;
	margin-left: 1em;
	border-top:1px solid gray;
	border-bottom: 1px solid gray;
	background: #ffffff;
}
	
/* @end */




/* @group =Generic Stackables> */

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;

}

.ClearLeft {
	clear: left;
}

.ClearRight {
	display: block;
	clear: right;
}

.breaker {
	float: none;
	clear: both;
	height: 0;
}

.clearback {
	background: transparent;
}

.hide {
	display: none;
}

.whiteback {
	background: #ffffff;
}

.borders {
	border: 1px dotted green;
}




/* BREAK FLOAT */

.breakfloat-left {
	clear: left;
}

.breakfloat-right {
	clear: both;
}



	
/* PHOTOGRAPHS PAGE */

.container {
	background:#111;
	overflow:hidden;
	border:1px solid #333;
}

.container img {
	align-images: center;
	max-width: 100%;
	height:auto;
}

.container h2 {
	background:#222;
	padding:5px 0 0 7px;
	border-bottom:1px solid #333;
	line-height:1.6em;
	font-weight:bold;
	text-align: center;
}

.caption {
	background:#111;
	padding:10px;
	border-bottom:1px solid #111;
	font-size:0.6em/0.8;
	font-weight:normal;
}

.picture_section {
	padding:7px 0 7px 7px;
	overflow:hidden;
}
	
		
.picture_section img {
	border:0;
	width:180px;
	float:left;
	background:#333;
	margin-bottom:7px;
	margin-right:7px;
	cursor:pointer;
}	


.PhotoBox { 
	padding: 0.5em;
	overflow: hidden;
	display: block;
	float: left;
	margin: 2%;
	text-align: left;
	font-size: 14px;
	line-height: 1em;
	width: 19%;
	border: 1px solid #333;
	background: #141414;  /* Hover over: #ab9158 */
	color: #c0c0c0;
}


.PlateBox {
	padding: 0.5em 0.5em 0.5em 0.5em;
	overflow: hidden;
	margin: 0.5em 0em 1em 0em;
	text-align: center;
	border: 0;
	background: #101010;  
	color: #ccc;
	align-images: center;
	max-width: 100%;
	height:auto;
}


/* A BREAKER to seperate Rows of four photos */
.breaker{
float:none;
clear:both;
height:0px;
}

/* End of PHOTO GALLERY */




/* Used on the bottom of pages to link to the Hieroglyph pages */
.BoldCenter {
	text-align: center;
	font-weight: bold;
}

/* Used to centre the Nav Diagram on the top of every page. */
.DiagNav {
	text-align: center;
}


/* Used on the bottom of pages to link to the Hieroglyph pages */
.center {
	text-align: center;
}

/* Used on the bottom of pages to link to the Hieroglyph pages */
.bold {
	font-weight: bold;
}

/* Used on the Hieroglyphs page? 
.WallGlyphs {
	text-align: center;
} */

	
/* @end */







/* FOOTER */
/* (Where is/was this used?) */
.footer {
	width:100%;
	padding: 0.5em 0;	
	border-color: #2e2e2e;      
	border-style: solid;
	border-width: 1px 0;	
	font-size: 1.6em/1.8;
	text-align: center;
}
/* End of FOOTER */



/* Boookmark */
/* (Where is this used?) */
.bookmark {
	float: left;
	display: block;
	border-top-style: none;
	margin: -1em 0em 0em 0.2em;
}
/* End of BOOKMARK */






/* @group Accessibility Info */

.Access{
	overflow: hidden;
	margin: 0em 0em 0em 0em;	
	text-align: left;
	padding: 0em;
	background:#000000 none repeat scroll 0%;
}



.Access .font {
	display: inline;
}	


.Access .theme {
}



.Dockling {
	display: block;
	text-align: right;
	margin-top: -1px;
	float: right;
	margin-right: 5em;
}






/* New Photos Page Format */

.PhotosContainer{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  grid-gap: 10px;
}

.PlatesContainer{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 10px;
}

.PhotosBox{
  padding: 0.5em;
  text-align: center;
	font-size: 1em/1.2em;
	border: 1px solid #333;
	background: #141414;  
	color: #c0c0c0;
}




.PhotosCaption {
	background:#111;
	padding:10px;
	border-bottom:1px solid #111;
	font-size:0.6em/0.8em;
}

@media screen and (max-width: 767px) {
  .PhotosContainer {
    grid-template-columns: repeat(1, 1fr);
  }
}
