#pageContainer {
  max-width: 1000px;
  margin: auto;
  color: LightGray;
  background-color: #171717;
}

body {
  font-family: Verdana, Arial, Helvetica,  Sans-serif;
  font-size: 100%;
  color: LightGray;
  background: #171717;
  margin: 0;
}



#contentContainer {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 800px;
}

#contentContainer h0 {
  font-size: 200%;
}

#contentContainer h1 {
  font-size: 130%;
}

#contentContainer h2 {
  font-size: 120%;
}

#contentContainer h3 {
  font-size: 100%;
}

#articleContainer {
  margin: auto;
  padding: 20px;
}


#dividerBar {
  height: 10px;
  width: 100%;
  background: #808000;
}   

/*------------------------ Paragraphs ------------------------------   */
  .ShoppingCellPara	{
    color: yellow;
    text-align: center;
  }
/*------------------------ Links -----------------------------------   */
	a:link {
		text-decoration: none;
        color: #B8860B;
        background-color: transparent;
      }
      a:visited {
        text-decoration: none;
        color: #884488;
      }
      a:hover {
        text-decoration: none;
        color: #bb1122;
      }
      a:active {
        text-decoration: none;
        color: #808000;
      }
      
      
/*------------------------ Images ----------------------------------   */
.fig-floatRight {
  display: block;
  float: right;
  max-width: 100%;
  height: auto;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: 0;
}

.img-floatRight {
  float: right;
  margin: 10px;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: 0;
}

.fig-floatLeft {
  display: block;
  float: left;
  max-width: 100%;
  height: auto;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: 0;
}

.img-floatLeft {
  float: left;
  margin: 10px;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: 0;
}

.img-centred {
  display: block;
  margin: auto;
  max-width: 90%;
  height: auto;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: 0;
}

.fig-centred {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: 0;
}

.fig-FullPageImage {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: 0;
}

.img-FullPageImage {
  max-width: 90%;
  height: auto;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: 0;
}

img.Image {
  max-width: 100%;
  min-width: 60%;
}

img.gemTableImage {
 display: inline-block;
  max-width: 520px;
  height: auto;
  padding: 2px;
/*
  display: block;
*/
  margin: auto;
  border-radius: 20px;
}

img.designTableImage {
  max-width: 90%;
  height: auto;
  padding: 20px;
  display: block;
  margin: auto;
  border: 0;
}


img.blogImage {
  max-width: 80%;
  height: auto;
  padding: 10px;
  display: block;
  margin: auto;
  border: 0;
}

/*------------------------ Text Settings ----------------------------------   */

.text-centred {
  text-align: center;
}

p.sold {
  color: red;
}

p.textRed {
  color: red;
}

p.centered {
  text-align: center;
}

.bottom-three {
  margin-bottom: 2cm;
}

.top-three {
  margin-top: 1cm;
}

/*------------------------ Page layout ----------------------------------   */


#sidebar-a {
  float: right;
  width: 30%;
  min-width: 280px;
  font-size: 90%;
  color: #484848;
}

#sidebar-a .padding {
  padding: 5px;
  padding-top: 20px;
  line-height: 18px;
}

#sidebar-b {
  float: right;
  width: 30%;
  min-width: 180px;
  font-size: 90%;
  color: #484848;
}

#sidebar-b .padding {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 40px;
  line-height: 18px;
  border-radius: 15px;
}

#sidebar-c {
  float: right;
  width: 20%;
  min-width: 150px;
  font-size: 85%;
  border-radius: 15px;
}

#sidebar-c .padding {
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 40px;
  line-height: 18px;
}


/*------------------------ div Header Table-------------------------------   */
.bannerHeaderTable
{
	display: table;
	background-color: #000000;
	border-spacing: 0 0px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.Title
{
	display: table-caption;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}
.Heading
{
	display: table-row;
	font-weight: bold;
	text-align: center;
}
.HeaderRow
{
	display: table-row;
}
.HeaderCell
{
	display: table-cell;
	font-family: Verdana, Arial, Helvetica,  Sans-serif;
	padding: 5px;
	width: 100%;
	text-align: center;
	padding: 1px 1px;
	text-decoration: none;
	font-weight: bold;
	font-size: 140%;	
}

.subHeaderCell
{
	display: table-cell;
	font-family: Verdana, Arial, Helvetica,  Sans-serif;
	padding: 5px;
	width: 100%;
	text-align: center;
	padding: 1px 1px;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;	
}
.headerImageCell {
	display: table-cell;
	border-radius: 5px;
	padding: 5px;
	width: 70px;
    text-align: center;
}

/*------------- div topNav ----------   */
.topnav {
  overflow: hidden;
  background-color: #333;
  width: 100%;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: SlateBlue;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1100px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 100px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/*------------------------ youtube vids  ------------------------------   */
.containerVid {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  margin: auto;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 560px;
  max-height: 315px;
  border: none;
}

/*------------------------ Gem flex container -------------------------   */
.flex-container {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: auto;
}

.responsiveGemImage {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/*------------------------ Invisible Outer Gems Table-----------------   */
.OuterTableGems
{
	display: table;
	max-width: 800px;
	border: 0px solid #808000;
	border-spacing: 0 3px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 50px;
}

/*------------------------ GemsTable----------------------------------   */
.TableGems
{
	display: table;
	width: 90%;
	border: 2px solid #808000;
	border-radius: 5px;
	border-spacing: 0 3px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 50px;
}
.Title
{
	display: table-caption;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}
.Heading
{
	display: table-row;
	font-size: larger;
	font-weight: bold;
	text-align: center;
}
.Row
{
	display: table-row;
}
.Cell
{
	width: 80%;
	display: table-cell;
	border: 2px solid #808000;
	border-radius: 5px;
	border-width: thin;
	padding: 15px;
	padding-top: 15px;
	
}
.right{
    float:right;
}

.left{
    float:left;
}

/*------------------------ NewsTable----------------------------------   */
.TableNews
{
	display: table;
	width: 100%;
/*
		border: 2px solid #CC6600;
		border-radius: 5px;
*/
	border-spacing: 0 40px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}
.TitleNews
{
	display: table-caption;
	text-align: left;
	font-weight: bold;
	font-size: larger;
}
.HeadingNews
{
	display: table-row;
	font-size: larger;
	font-weight: bold;
	text-align: left;
}
.RowNews
{
	display: table-row;
}
.CellNews
{
	width: 98%;
	display: table-cell;
	border: 2px solid #CC6600;
	border-radius: 5px;
/*
	border: 2px solid #CC6600;

	border-radius: 5px;
	border-width: thin;
*/
	padding: 15px;
	padding-top: 5px;
	text-align: left;
	
}
.right{
    float:right;
}

.left{
    float:left;
}

/*------------------------ DesignsTable----------------------------------   */
.TableDesigns
{
	display: table;
	width: 90%;
/*
	border: 2px solid #808000;
	border-radius: 5px;
*/
	border-spacing: 0 3px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 50px;
}
.Title
{
	display: table-caption;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}
.Heading
{
	display: table-row;
	font-size: larger;
	font-weight: bold;
	text-align: center;
}
.Row
{
	display: table-row;
}
.Cell
{
	width: 80%;
	display: table-cell;
/*
	border: 2px solid #808000;
	border-radius: 5px;
*/
	border-width: thin;
	padding: 15px;
	padding-top: 15px;
	
}
.right{
    float:right;
}

.left{
    float:left;
}
/*------------------------ div  Footer-------------------------------   */
.divFooter
{
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 2px solid #808000;
	border-radius: 5px;
}
#divFooter a:hover {
  color: #DB1623;
}

.align-right-padded {
  float: right;
  margin: 0 1px 15px 30px;
}

