﻿/* gscale.css -- g-scale.org */

html {
	overflow: auto;
	height:100%;
}
@media screen and (min-width: 735px) {/* Width of centered content + 2*scrollbarWidth+1*/
	html {
		margin-left: calc(100vw - 100%);
		margin-right: 0;
	}
}

body {
	height:96%;
	font-size:14px;
	font-weight:normal;
	font-family: 'Lato',Helv;
	margin:0;
	background-color:#E8E8E8;
}

div.title {
	font-size:24px;
	font-weight:bold;
	margin-bottom:16px;
}

a, .contact {
	color:darkblue;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h2 {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	display:inline-block;	
	margin:0;
	padding:0;
	margin-bottom:0.5em;

}
h3 {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	display:inline-block;	
	margin:0;
	padding:0;
	margin-bottom:0.5em;
}

/* Page content */
div.content {
	position:relative;
	text-align:center;
	height:100%;
}

/* Page Columns table */
div.content table.page {
	position:relative;
	height:100%;
	width:750px;
	margin: 0 auto;
}

/* Page Column */
div.content td.col {
	margin: 0px;
	width: 100%;
	height: 100%;
	vertical-align: text-top;
}

span.hover-icon img.hover {
    visibility: hidden;
	font-family:Lato;
	font-size:13px;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: -2px;
    left: -2px;
    opacity: 0;
    transition: opacity 100ms;
}
span.hover-icon:hover img.hover {
	visibility: visible;
	opacity: 1;
}

/* Tabs.css overrides */

div.tabcontent { /* Tab content */
	display: none;
	position:relative;
	line-height: 18px;
	background-color:#FCFCFC;
	background-image:url(../clipart/grid.png);
	border:1px solid black;
	border-top:none;
	padding:20px;
	height:100%;
}

div.tabcontrol { 
	margin-bottom: 0px;
	color: blue;
}
div.tabcontrol div.tabs span.tab { /* unselected tab */
	padding-left: .7em;
	padding-right: .8em;
}
div.tabcontrol div.tabs span.tabSel { /* selected tab set by tabs.js only */
	padding-left: .7em;
	padding-right: .8em;
}

/* Links.css overrides */

div.links {
	font-size: 1.05em;
}
div.links div.heading {
	text-align:center;
	font-size:1.25em;
}

/* Places.css overrides */

div.places {
	width:100%;
	margin-bottom:1.5em;
}
div.places td.place {	/* right column item text, eg: Place */
	font-size:1em;
	font-family:'Roboto Slab';
}
div.places div.legend {
	max-width:450px;
}

/* EventLog.css overrides */

div.eventlog {
	margin-bottom:20px;
}
div.eventlog div.title {
	text-align: center;
}
div.eventlog th.heading {
	text-align:center;
}
div.eventlog td.desc {
	min-width:300px;
}
