
	/*Margins push the content away from the outsides of the image.*/
	/*padding: inside space between the element border and the element content. */


p {
	font-family: Roboto, Verdana, sans-serif;
	/*default size for normal text, like paragraphs, is 16px (16px=1em)*/
	font-size:1em;
	line-height: 1.3;
	/*text-align: justify;*/
}

/*
<div class="media-bar">
  <a href="#" class="media-button"></a>
</div>
*/
.media-bar a {
xxdisplay: block;
float: left;
ssmargin: 0em auto 0em auto;
}
.xxmedia-button {
margin: 0em 1em 0em 1em;
}
.xxmedia-button a:hover {
  background: red;
}

p.eb_date {
	font-size:.8em;
	color:#660000;
	margin: -20px 0px 0px 0px;
}


/*  class="eb_AuthorsQuote"  */
.eb_AuthorsQuote {
	/*float: right;*/
	font-size:1.2em;
	color:#660000;
	/*background-color: #deb887;*/
	text-align: right;
	/*margin: 0px 0px 0px 0px; */ /* top, right, bottom, left */
	/*padding:0px 0px 0px 0px;*/
	/*clear: right;*/
}
.eb_Author {
	font-size:1.2em;
	color:#660000;
	text-align: right;
	/*margin: -3.5em 0em 1.3em 0em;*/
	/*clear: right*/
}

div.eb_ChapHeading {
	font-size:1.3em;
	font-weight: bold;
	text-align: center;
	color:#9933FF ;
}

span.eb_dropcap {  /*Drop Cap*/
	float: left;
	font-size: 4.8em;
	line-height: .86em;
	color: #903;
	padding: 0em .07em 0em 0em;
	margin: 0 0 -.1em 0;
}

p.eb_ind {
	text-align: justify;
	text-indent: 2em;
/*
font-family: effra, sans-serif; adobe
font-style: normal;
font-weight: 300;
*/
}

p.eb_indj {
	text-align: justify;
	text-indent: 2em;
	color: #990000;
}

p.eb_noind { /*first p, no indent*/
	text-align: justify;
}

p.eb_noindj {
	text-align: justify;
	color: #ae0909;
}

p.eb_journal {
/*doesnt seem to work*/
	xxtext-align: justify;
	text-indent: 2em;
	xxtext-indent: 50px;
	xxcolor: #663300;
	/*margin: 0pt 0px 0pt 2em;*/
}

h1.eb{
	font-size:120%;
	text-align:left;
	/*margin: 0px 0px 0px 0px; */
	padding:0px 0px 0px 0px;
	text-shadow : 1px 2px 5px silver;
}

h1.eb_title{
	font-size:2.8em;
	font-weight: bold;
	color: blue;
	text-align: center;
	margin: 0px 0px 0px 0px;
	/*padding:0px 0px 0px 0px; */
	text-shadow: 1px 2px 5px silver;
}
h2.eb_subtitle{
	font-size:1.6em;
	font-weight: bold;
	color: #008b8b;
	text-align: center;
	margin: 0px 0px 0px 0px;
	/*padding:0px 0px 0px 0px; */
	text-shadow: 1px 2px 5px silver;
}
h2.eb_subtitle2{
	font-size:1.1em;
	xxfont-weight: bold;
	color: #008b8b;
	text-align: center;
	margin: 1em 0em -.4em 0em;
	/*padding:0px 0px 0px 0px; */
	text-shadow: 1px 2px 5px silver;
}

h2.eb{
	font-size:120%;
	text-align:left;
	margin: 50px 0px 20px 0px;
	/*padding:0px 0px 0px 0px; */
	text-shadow : 1px 2px 5px silver;
		clear: both;
}
h3.eb{ /*notused*/
	font-size:110%;
	line-height:90%;
	/*text-align: center;*/
	color: blue;
	xxfont-weight:bold;
	background: #ffffcc;
	margin: 3px 0px 0px 0px;
	clear:both;	
}
div.eb_block-callout {
	float: right;
	background-color: #ffffcc; 
	width: 20em;
	/*max-width: 20em;*/
	/*min-width: 10em;*/
	border-top: solid red;
	border-bottom: solid red;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin: 0px 0px 5px 15px;
	/*padding: 0px 3px 0px 3px;*/
}
.eb_text-callout {
	text-align: center;
	color:red;
	font-size: 1.3em;
	text-shadow: 1px 2px 5px silver;
	margin: .4em .4em .4em .4em;
}
.eb_center {
	text-indent: 0;
	text-align: center;
}

div.eb_photo_land {
	/* margin: 0em 0em 0em 0em; */
	/* padding: .5em .5em .5em .5em; */
	max-width: 700px;
	/* max-width: 100%; */
	height: auto;
	background-color: #ddd;
	border: 1px red solid;
	  xxdisplay: ; /**/
	  xxmargin-left: auto; /*this centers it*/
	  xxmargin-right: auto; /*this centers it*/
	margin: 0em 0em 0em 0em;
	padding: .5em; 0em 0em 0em;
}
div.eb_photo_land img {
	xxwidth: 100%;
}

div.eb_photo_land_noBorder {
	margin: 0em 0em 0em 0em;
	padding: .5em .5em .5em .5em;
	xxbackground-color: #ddd;
	xxborder: 1px red solid;
}	



div.photowrap {
	display: table;
	margin-left: auto;
	margin-right: auto;
	background-color: #ddd;
	border: 1px red solid;
	/*padding-top: 0;*/
	width:100%; 
	xxheight:100%; 
}
figure {
	display: table;
	margin-left: auto;
	margin-right: auto;
	
	xxwidth:100%; 
	xxheight:100%; 
}
figcaption {
	display: table-caption;
	caption-side: bottom;
	text-align: center;	
	color: #993300;
	xxwidth:100%; 
	xxheight:100%; 
}





img.eb_photo_port {
	xxwidth:100%; 
	xxheight:100%; 
	xxheight:auto;
	xxmax-width:100%; 
		xxdisplay: block;
		xxmargin-left: auto;
		xxmargin-right: auto;
		xxpadding: 5em; 0em 0em 0em;
}

p.eb_caption {
	display: table-caption;
	caption-side: bottom;
	xxwidth:100%; 
	xxtext-indent: 0;
	xxtext-align: center;	
	xxmargin: 0em 0m 0em 0em;
	/*padding: 0em 0em 1em 0em;*/
	/*font-style: italic;*/
	xxcolor: #993300;
}

div.eb_photo_port {
/*temp*/
	width:100%; 
	xxheight:auto;
	max-width:100%; 
	height:100%; 
	xxmargin: 0em 0em 0em 0em;
	xxpadding: .5em; 0em 0em 0em;
	xxbackground-color: #ddd;
	xxorder: 1px red solid;
	  display: block;
	  margin-left: auto;
	  margin-right: auto;

}


div.eb_photo_port img {
	height: 100%; /* 600px */
}

p.eb_days_stats {
	xxwidth: auto;
	xxborder: 1px solid red;
	margin:0em;
	padding: .2em .2em .2em .2em;
	background-color: #F6E3CE;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.SouthPoleA {
	font-size:120%;
	color: blue;
	}

.SouthPoleB {
	font-size:80%;
	color: #008b8b;
	xxtext-align: right;
	margin: -1.5em 1em .3em 0em;
	}

.retrospect {
	color: #CC00FF;
	}




