/******************************************************************************
/ file: ssdefault.css
/ author: gary wickham
/ purpose: cascading style sheet formatting for scalespot.com
******************************************************************************/

:root {
  --main-bg-color: #333333;
  --header-bg-color: #888888;
  --header-txt-color: #FFFFFF;
  --footer-bg-color: #888888;
  --header-txt-color: #FFFFFF;  
  --chapter-bg-color: #888888;
  --chapter-txt-color: #FFFFFF;
  --navbar-bg-color: #333333;
  --navbar-txt-color: #FFFFFF;  
}

div.sswelcome {
	max-width:1280px;
}

img {
	max-width:100%;
}

body {
	max-width:1280px;
}

body.navbody {
	margin-top:0;
}

body.mainbody {
	margin-top:0;
	max-width:1280px;
}

div.documentBody {
	width: 100%;
	overflow: auto;
}
/*
div.divider {
	padding: 0.5em;  	
	margin-bottom:1em; 
	border-bottom:1px solid #C0C0C0;
}
*/
div.divider {
	padding-top: 20px;
	margin-bottom: 20px; 
	border-bottom: 1px solid #C0C0C0;
}

/********************************************************
 Headers 
*********************************************************/
h2 {
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 18pt;
	font-family: Arial;
	color: var(--header-txt-color);
	vertical-align: middle;
}
h3 {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 18pt;
	font-family: Arial;
	font-weight: normal;
	color: var(--chapter-txt-color);
	vertical-align: middle;
}

h3.howto {
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial;
	color: black;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 10px;
}


/********************************************************
 Paragraphs 
*********************************************************/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 1.3;
	text-decoration: none;
/*	text-align: left */
}
p.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	text-align: left;
	margin-top: 3pt;
	margin-bottom: 0;
}
p.gallerylink {
	font-family: Arial Black;
	font-size: 14pt;
	text-align: center;
}
p.copyright {
	font-size: 18pt;
	color: #ffffff;
	text-align: left;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p.lastupdated {
	font-size: 14pt;
	color: #000000;
	margin-left: 10px;
	text-align:left
}
p.home {
	font-size: 18pt;
	font-weight: normal;	
	color: #FFFFFF;
	line-height: 1;	
	text-align: right;
	margin: 0px 10px 0px 0px;
}
p.howto {
	margin: 0px 10px 5px 10px;
}
p.nav {
	font-family: Arial Narrow;
	font-size: 14pt;
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/********************************************************
 LINKS
*********************************************************/
a:link, a:visited, a:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
}
a:hover {
	color: #096DD2;
}
a:link.imglink, a:visited.imglink, a:active.imglink {
	border-bottom-style: none;
}
a:link.home {
	font-weight: normal;
}
a:visited.home    {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
}
a:link.pop       {
	color: #000080;
	text-decoration: none;
	border-bottom: 1px dotted #0000ff;
}
a:hover.pop       {
	color: #000080;
	text-decoration: none;
	border-bottom: 1px dotted #0000FF;
}
a:visited.pop       {
	color: #0000FF;
	text-decoration: none;
	border-bottom: 1px dotted #0000FF;
}
a:link.nav       {
	font-family: Arial;
	font-size: 13pt;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
/*	text-align: left; */
	margin-left: 5px;
	border-bottom: 0px;
}
a:visited.nav    {
	font-family: Arial;
	font-size: 13pt;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
/*	text-align: left; */
	margin-left: 5px;
	border-bottom: 0px;
}
a:hover.nav      {
	font-family: Arial;
	font-size: 13pt;
	color: #F7AC08;
	font-weight: normal;
	text-decoration: none;
/*	text-align: center; */
	margin-left: 5px;
	border-bottom: 0px;
}
a:link.links      {
	text-align: left;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #6600FF;
	text-decoration: none;
}
a:visited.links    {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #6600FF;
	text-decoration: none;
}
a:hover.links      {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #9999FF;
	text-decoration: none;
}

a:link.search      {
	text-align: left;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}
a:visited.search    {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}
a:hover.search      {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}
a.link.header, a.visited.header, a.hover.header {
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 18pt;
	font-family: Arial;
	color: #000080;
	vertical-align: middle;
	text-decoration: none;
}
a img {
	outline : none;
	border-bottom: 0px;
}

/********************************************************
 Tables
*********************************************************/
table.header {
	background-color: var(--header-bg-color);
	width: 100%;
	border: 0;
	padding: 0px 0px 0px 0px;
	max-width: 1280px;
}
table.footer {
	background-color: var(--footer-bg-color);
	width: 100%;
	border: 0;
	max-width: 1280px;
	margin-bottom: 15px;
	margin-top: 15px;
}
table.headerthin {
	background-color: #9999FF;
	width: 100%;
	border: 0;
	max-width: 1024px;
}
table.intro {
	width: 100%;
	border: 0;
	padding: 0px 0px 0px 0px;	
	max-width: 1280px;
}
table.introthin {
	width: 100%;
	border: 0;
	max-width: 1024px;
}
table.body {
	width: 100%;
	border: 0;
	max-width: 1280px;
}
table.bodythin {
	width: 100%;
	border: 0;
	max-width: 1024px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	line-height:1.3;
	text-decoration: none;
/*	text-align: left */
}
td.buildintro {
  font-size: x-large;
  color: #000000;
}
td.reviewintro {
  font-size: xx-large;
  color: #000000;
}
td.chapter {
	background-color: var(--chapter-bg-color);
	width: 100%;
	border: 0;
	padding: 0px 0px 0px 0px;
}
td.imgnav {
	font-family: Arial;
	font-size: 14pt;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
td.imgcounter {
	font-family: Arial;
	font-size: 14pt;
	text-decoration: none;
	text-align: center;
}
td.nav {
	font-family: Arial;
	text-decoration: none;
	text-align: left;
	background-color: var(--navbar-bg-color);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 30px;
}
td.title {
	text-align: center;
}
td.gallerylink {
	text-align: center;
}
td.thumb {
	text-align: center;
}
td.updateHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #9999FF;
}
td.blogHead{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: 2px;
	margin:0;
	font-size:1.4em;
	color:#333;
}
td.blogDate{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: 2px;
	margin:0;
	font-size:0.9em;
	color:#6F6F6F;
}
td.blogBody{
	color:#111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14pt;
	line-height:1.3;
	margin-top:10px;
	padding:0;
	text-align:left;
}

