body {
	margin: 0 auto;
    padding-top: 2px;
	padding: 0;
	color: #333;
	background: #000000 url("./images/responsive/background_stars.jpg");
        z-index: 2;
        font-family: Arial, Helvetica, Sans-serif;
}
a:link {
    background-color: transparent;
    text-decoration: none; 
    color: #1f7208;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px
}
a:visited {
    background-color: transparent;
    text-decoration: none;
    color: #1f7208;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px
}
a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #62d262;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px
}

/*Id's*/

.theCenter {
    display: block;
    min-width: 310px;
    max-width: 1200px;
    background-color: transparent;
    color: black;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    /*border: 3px solid silver;
    padding: 3px;*/
}

#theBlog {
    display: flex;
    background-color: #F5F5F5;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-style: solid;
    border-color: silver;
    border-width: 3px 3px 3px 3px;
}

#leftColumn {
    display: inline-block;
    width: 150px;
    min-width: 150px;
}

#middleColumn {
    display: inline-block;    
    flex-grow: 1;
    /*flex-direction: row;*/
    -ms-flex: 1;
}

#rightColumn {
    display: inline-block;
    width: 300px;
    min-width: 300px;
}

#socialMediaWide {
    display: block;
    margin-left: 5px;
}

#tos {
  margin: 5px 0 20px 0;
}

#tos a {
  color: silver;
}

#tos a:hover {
  color: white;
}

/*Classes*/

.fullBorder {
    border: 3px solid silver;
}

.header
{
    text-align: center;
    background-color: Black;
    border-bottom: 3px solid silver;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #F5F5F5;
    padding-top: 2px;
    padding-bottom: 3px;
}

.rightBorderWhite {
    border-right: 1px solId white;
}

.leftBorderWhite {
    border-left: 1px solId white;
}

.centerContent {
    display: block;
    align-items: center;
    text-align: center;
    flex-grow: 1;
    flex-direction: column;
}

.blueGradient {
    background: #64a6e7;
    background: linear-gradient(#b7dbff, #64a6e7);        
    background: -moz-linear-gradient(#b7dbff, #64a6e7);        
    background: -o-linear-gradient(#b7dbff, #64a6e7);        
    background: -webkit-linear-gradient(#b7dbff, #64a6e7);        
    
}

.blackGradient {
    background: black;
    background: linear-gradient(black, lightgray);        
    background: -moz-linear-gradient(black, lightgray);
    background: -o-linear-gradient(black, lightgray);
    background: -webkit-linear-gradient(black, lightgray);
}

.blackToBlogGradient {
    background: black;
    background: linear-gradient(black, #F5F5F5);        
    background: -moz-linear-gradient(black, #F5F5F5);
    background: -o-linear-gradient(black, #F5F5F5);
    background: -webkit-linear-gradient(black, #F5F5F5);
}


.blackLGGradient {
    background: black;
    background: linear-gradient(black 0%, gray 10%, lightgray 66%, #dbdbdb 100%);
    background: -moz-linear-gradient(black 0%, gray 10%, lightgray 66%, #dbdbdb 100%);
    background: -o-linear-gradient(black 0%, gray 10%, lightgray 66%, #dbdbdb 100%);
    background: -webkit-linear-gradient(black 0%, gray 10%, lightgray 66%, #dbdbdb 100%);
}

.grayToBlueGradient {
    background: #F5F5F5;
    background: linear-gradient(#64a6e7, #F5F5F5);
    background: -moz-linear-gradient(#64a6e7, #F5F5F5);
    background: -o-linear-gradient(#64a6e7, #F5F5F5);
    background: -webkit-linear-gradient(#64a6e7, #F5F5F5);        
}

.reverseBlueGradient {
    background: #64a6e7;
}

.rightColumnBody {
    padding: 0px 5px 0px 5px;
}


.rightColumnBody ul {
    margin-top: 0px;
    padding-top: 5px;
}

.rightColumnEntry {
    padding: 0px;
    border: none;
    background-color: #F5F5F5;
    font-size: 14px;
    vertical-align: top;
    border-left: 1px solid #ebeaea;
    border-right: 1px solid #ebeaea;
}


.rightColumnContent {
    padding: 0px 5px 5px 10px;
}

.rigthColumnTitle {
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 5px;
    background-color: #ebeaea;
}

.mobileAd {
    display: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #64a6e7;
}

.desktopLeader {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-style: solid;
    border-color: silver;
    border-width: 3px 3px 0px 3px;
}

.desktopLeader2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-style: solid;
    border-color: silver;
    border-width: 0 3px;
}


.socialMediaWide {
    display: block;
    padding-left: 5px;
    margin-top: 5px;
    overflow: hidden;
}

.socialMediaWide a {
    font-size: 10px;
}

.lightGrayBackground {
   background-color: #F5F5F5; 
}

/* common formatting classes */

.boldFont {
    font-weight: bold;
}

.italics {
    font-style: italic;
}

.strike {
    text-decoration: line-through;
}

.centerMe {
    display: block;
    text-align: center;
    align-content: center;
}

.floatLeft {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.displayInline {
	display: inline-block;
}

.maxWidth40_100 {
	max-width: 100%;
}

.maxwidth40 {
	max-width: 40%;
}

.figureOutter {
  border-style: solid;
  border-color: darkslategray;
  border-width: 1px;
  background-color: #F5F5F5;
}

.figure {
    padding: 5px;
    font-size: .875em;
    display: table;
}

.figure img {
    display: block;
    max-width: 100% !important;
}

.figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 0 5px 5px;
    color: darkslategray;
    font-size: .9em;
}

.clearFloat {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.super {
  vertical-align: super;
  font-size: .6em;
}

.super a {
  vertical-align: super;
  font-size: .6em;
}

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 5px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 1em;
  font-style: italic;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #95c5f5;
  border-right: 2px solid #95c5f5;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #6f6969;
  -webkit-box-shadow: 2px 2px 15px #6f6969;
  box-shadow: 2px 2px 15px #6f6969;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 2em;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

#HasLab {
    display: inline-block;
    width: 300px;
    height: 300px;
    background-color: black;
    background: url("./images/responsive/HasLabBarge4.jpg");
    color: white;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid silver;
}

.hasLabPill {
   display: inline-block;
   background-color: #dd5932;
   padding: 5px 10px;
   border-radius: 10px;
}

#sceneItImg {
   display: block;
   width: 150px;
   height: 240px;
   border: none;
   margin-left: auto;
   margin-right: auto;
}

#sponsorBlock {
   display: block;
   background-color: silver;
   border-top: 3px solid silver;
   border-bottom: 3px solid silver;
}

.grayScale {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.keyTable {
    display: block;
}

.keyRow {
    display: flex;
    flex-direction: row;
}

.keyWord {
    display: inline;
    flex: 1;
    max-width: 20%;
    text-align: right;
}

.keyDef {
    display: inline;
    flex: 1;
    margin-left: 5px;
}


/*Media Queries*/
@media (max-width: 800px) {
    #leftColumn {
        display: none;
    }
}

@media (max-width: 727px) {
    .desktopLeader {
        display: none;
    }
    .mobileAd {
        display: block;
    }

}

@media (max-width: 1099px) {
    #rightColumn {
        display: none;
    }
}

@media (max-width: 737px) {
    #theBlog {
            border-width: 3px 0px 0px 0px;
    }
    .theCenter {
        border: none;
        padding: 0px;
    }
    blockquote{        
        border-left: 5px solid #95c5f5;
        border-right: 1px solid #95c5f5;  
    }
}

@media (max-width: 374px) {
    .maxWidth40_100 {
        max-width: 40%;
    }
}