
body {
/*    background-color: #f0f4f9;
    background-color: #cedae8;*/
    background-color: #849db9;
    
    color: #333;
    font-family: Merriweather, Georgia, serif;
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin: 0;
}
div#page.site  * {
    box-sizing: border-box;
}
div#page.site {
    float: none;
    clear: none;
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-width: 1050px;
    min-width: 320px;
    min-height: 101%;
    margin: 0 auto 0;
    background-color: #fff;
    XXXbox-shadow: 2px 2px 3px #aaa;
    XXXborder-left: 1px solid #bbb;
    XXXborder-right: 1px solid #bbb;
}
.pageblock {
	width: 100%;
	clear: both;
}
#headblock {
	XXXbackground-color: #dbe9f7;
	min-height: 136px;
}
#headblock #toplane {
    min-height: 130px;
}
#headblock #logoblock {
	width: 175px;
	height: 106px;
	float: left;
	margin: 10px 0 0 0px;
	XXXbackground-color: #fff;
	float: left;
}
#headblock #tnetlogo {
    background-image: url(https://teachers.net/home/logos/logo-175-white.png);
    XXXbackground-image: url(https://teachers.net/home/logos/tnetlogo175blue.png);
    background-repeat: no-repeat;
    background-position: 5px 0px;
    width: 175px;
    height: 35px;
    margin: 0px auto 5px;
}
#logoblock #tnetjoin {
  border-width: 1px;
  border-color: rgb(111, 173, 243);
  border-style: solid;
  border-radius: 5px;
  background-color: #fff;
  width: 149px;
  margin: 10px auto 0;
}
#logoblock #tnetjoin {
  text-align: center;
  line-height: 1.4;
}
#logoblock #tnetjoin a {
  font-size: 13px;
  font-family: "Arial";
  color: rgb(61, 148, 246);
  font-weight: bold;
  text-decoration: none;
  margin: 1px auto;
}
#headblock #tnetsocial {
	margin: 10px auto 0;
	text-align: center;
}
#headblock .socicon {
	margin: 0 5px;
}

.pageblock #leaderblock {
	float: none;
    overflow: hidden;
	XXXwidth: 728px;
	XXXheight: 90px;
	padding: 20px 0 0 0;
    text-align: center;
}
.pageblock #avatarblock {
	XXXbackground-color: #fff;
	float: right;
	line-height: 1;
	text-align: center;
	padding-top: 15px;
	width: 120px;
	margin-right: 5px;
}
#headavatar {
	width: 65px;
	height: 65px;
	border: 0;
}
a#profiledrop {
	text-decoration: none;
	background-color: #fff;
	border-width: 0.44px;
	border-color: #999;
	border-style: solid;
	border-radius: 2px;
	width: 105px;
	height: 21px;
	font-size: 12px;
	font-family: "Verdana";
	color: rgb(85, 85, 85);
	line-height: 3.3;
	text-align: right;
	padding: 2px 6px 1px 8px;
}

#profiledrop #droptri {
	margin: 0 0 2px 7px;
}

.dropdown.drop-01a {
    display: none;
    z-index: 9999;
    position: absolute;
    margin-top: 80px;
    XXXtop: 20px;
    XXXmin-width: 15em;
	width: 150px;
    padding: 0;
    XXXborder-radius: 0 0 .2em .2em;
    XXXbackground: #fff;
    XXXborder: 1px solid #ddddd;
    XXXbackground: #fff !important;
    XXXbox-shadow: 1px 1px 2px 1px rgba(0,0,0,0.35);
    XXX-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.35);
    XXX-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.35);
    XXXborder-radius: 1px 1px 1px 1px;
    XXX-moz-border-radius: 1px 1px 1px 1px;
    XXX-webkit-border-radius: 1px 1px 1px 1px;
    font-weight: normal;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #737373;
    margin-left: -30px;
}

.drop-01a.dropdown.dropdown-tip:before, .drop-01a.dropdown.dropdown-tip:after {
	left: 120px;
}

.drop-01a a {
    white-space: nowrap;
    display: block;
    margin: 0px 25px 0 5px;
}
.drop-01a > div {
    margin: 0 0 10px 0;
}

#getin .button {
    width: 50%;
    margin-top: 7px;    
    float: left;
}
#getin .button.left {
    text-align: right;
}
#getin .button.right {
    text-align: left;
}
#getin .button.left div {
    float: right;
    margin-right: 8px
}
#getin .button.right div {
    float: left;
    margin-left: 8px
}
#getin .button div {
    background-color: #fff;
    border-width: 0.44px;
    border-color: #bbb;
    border-style: solid;
    border-radius: 1px;
    text-align: center;
    width: 42px;
    padding: 1px 0 2px 0;
}
#getin a {
    text-decoration: none;
    font-size: 12px;
    font-family: "Verdana";
    color: #11449e;
    line-height: 1;
}

#headblock #navabox {
  background-image: -moz-linear-gradient( 0deg, rgb(13,71,161) 0%, rgb(54,38,133) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(13,71,161) 0%, rgb(54,38,133) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(13,71,161) 0%, rgb(54,38,133) 100%);
  width: 100%;
  height: 30px;
  clear: both;
  color: #fff;
}
#headblock #navabox a {
	color: #fff;
	text-decoration: none;
	line-height: 1.9;
}
#headblock #navabox a div {
	XXXwidth: 100px;
	margin: 0 auto;
	text-align: center;
}

.dtable#navabox {
    display: table;
    vertical-align: top;
    line-height: 1;
    padding: 0;
    margin: 0;
    border: none;
    border-collapse: collapse;
}
#navabox .dtable-cell {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    width: 12.5%;
}

#headblock #navabox #goldstar15 {
	margin: 0px 4px -1px 0;
}

.pageblock #skyblock {
	XXXbackground-color: #f9f9f9;
	width: 175px;
	min-height: 700px;
	float: left;
}

.gridslotleft, .gridslotright, .gridslotleft *, .gridslotright * {
    box-sizing: border-box;
}



.pageblock #gutblock {
  XXXbackground-color: #eee;
  XXXwidth: 100%; 
  XXXmax-width: 565px;
    XXXmax-width: 735px;
  XXXmin-height: 700px;
  float: left;
    float: none;
    overflow: hidden;
}

.page-template-advertising-php .pageblock #gutblock {
  min-height: 700px;
}

.pageblock #gutblock {
    XXXwidth: 100%;
}

.pageblock #rightblock {
	XXXbackground-color: #ccc;
	width: 310px;
	min-height: 700px;
	float: right;
}


#skyblock .skylink, #skyblock .boardname, #skyblock .boardname a {
    line-height: 1;
}
div#skylinkbox {
    margin: 10px 0 0 10px;
}

#skyblock .skylink a {
    color: #3d5e8e;
    text-decoration: none;
    XXXfont-size: 1em;
    font-family: arial;	
    font-size: 13px;
}
#skyblock .skylink.toplink > a {
    XXXline-height: 2.0;
}
#skyblock .skylink.midlink {
    margin-top: 7px;
}
#skyblock .skylink.midlink > a {
    line-height: 1.0;
}


#skyblock .boardname {
    line-height: 1.2;
}


div.boardname:first-of-type {
	margin-top: 4px;
}

#skyblock .boardname a {
    font-size: 12px;
    margin: 0 0 0 10px;
}
#skyblock #ad-leftsky {
    margin-top: 10px;
}



.boardname .greyball {
    background: #b9b9b9;
    color: #fff;
    position: relative;
    top: 5px;
    vertical-align: top;
    display: inline;
    margin-left: 5px;
    padding: 1px 4px 1px 4px;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    border-radius: 10px 10px 10px 10px;
}




.dropdown.drop-boards {
    display: none;
    z-index: 999999999;
    margin-top: 0px;
    margin-left: 0px;
    XXXposition: absolute;
    XXXtop: 20px;
    XXXmin-width: 15em;
	width: 150px;
    padding: 0;
    border-radius: 0 0 .2em .2em;
    background: #fff;
    border: 1px solid #ddddd;
    background: #fff !important;
    XXXbox-shadow: 1px 1px 2px 1px rgba(0,0,0,0.35);
    XXX-webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.35);
    XXX-moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.35);
    border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    font-weight: normal;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #737373;
}
.drop-boards a {
    white-space: nowrap;
    display: block;
    margin: 2px 0px 0 5px;
    text-decoration: none;
    line-height: 1;
}
.drop-boards > div {
    margin: 0 0 10px 0;
}


.drop-boards > div {
}

a#boardlistlink {
    font-family: arial;
    font-size: 16px;
    color: #7d93b3;
    text-decoration: none;
}

#boardlistlink #droptri {
	margin: 0 0 2px 7px;
}
#boardlistlink #boardlistcarat {
	margin:0px 0 0px 5px; 
	width:10px; 
	height:10px;
}

.drop-boards .dropdown-menu li:first-of-type {
	font-weight: bold;
}

.drop-boards .dropdown-menu a {
    display: block;
    color: #555;
    text-decoration: none;
    line-height: 18px;
    padding: 3px 15px;
    white-space: nowrap;
}

#gutblock #localtitle {
	line-height: 1;
	margin: 10px 0 0 15px;
}

#gutblock #localtitle a {
	text-decoration: none;
    font-family: verdana, arial;
    font-size: 25px;
    color: #3d5e8e;
}

#gutblock #boardlistlink {
	margin: 35px 0 0 15px;
    display: block;
}
#gutblock #localtitle {
}

#rightblock a.supportlink {
    color: #3d5e8e;
    font: 13px arial;
    display: block;
    float: left;
    clear: both;
    margin: 15px 0 15px 6px;
    text-decoration: none;
    line-height: 1;
}

.csstable.logotable {
    width: 100%;
    display: table;
    vertical-align: top;
    text-align: center;
}
.tr {
    display: table-row;
}
.logotable .td {
    text-align: center;
}
.td {
    display: table-cell;
    vertical-align: top;
}
div {
    display: block;
}

#chatboard-inset-options .option {
    XXXfont-weight: bold;
}
#chatboard-inset-options .option.selected {
    XXXcolor: #666;
    XXXfont-weight: normal;
}


.ClusterBox.n1 {
    margin-top: 50px;
}
#gutblock .ClusterBox {
    border: solid 1px #ddd;
    border-radius: 1px;
    max-width: 530px;
    margin-left: 10px;
}

/*list group table*/
.listgroup .li {
    line-height: 1;
}
h2.headline {
    margin-bottom: 0;
}
  @media only screen and (max-width: 559px) {
    .listgroup .li {
        line-height: 1.75;
    }
    h2.headline {
        margin-bottom: 15px;
    }
  }






 
/* RESPONSIVE REFLOW */

  /*@media only screen and (min-width: 949px) and (max-width: 999px) {*/

	@media only screen and (max-width: 875px) {
		#headblock #leaderblock {
			display: none;
		}
	}
	@media only screen and (min-width: 875px) and (max-width: 1049px) {
		#contentblock #skyblock {
			display: none;
		}
	}
	@media only screen and (max-width: 874px) {
		#contentblock #rightblock {
			display: none;
		}
	}
	@media only screen and (max-width: 559px) {
		#contentblock #skyblock {
			display: none;
		}
	}




  /* HOMEPAGE CENTER CARD STYLING ----------------------------------------------------------- */

      .gridbuttons {
        padding: 24px 8px 12px 8px;
        margin-bottom: 4px;
        text-align: right;
      }
      .gridbuttons a {
        font: 700 .69em arial; background-color: #3f51b5; color: #fff;
        text-decoration: none;
        padding: 8px 12px;
        padding: 6px 8px;
        margin-right: 2px;
        border-radius: 2px;
      }
      .raised.gridbuttons a {
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition-delay: 0.2s;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.26);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px;
      }
    .gridbuttons.white a { background-color: #fff; }
    .gridbuttons a.whitebutton {
      color: #666 !important;
      background-color: #fff !important;
      border-bottom-color: rgb(182, 183, 185);
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-collapse: separate;
      -webkit-border-image: none;
      border-image-outset: 0px;
      border-image-repeat: stretch;
      border-image-slice: 100%;
      border-image-source: none;
      border-image-width: 1;
      border-left-color: rgb(197, 198, 200);
      border-left-style: solid;
      border-left-width: 1px;
      border-right-color: rgb(197, 198, 200);
      border-right-style: solid;
      border-right-width: 1px;
      border-top-color: rgb(204, 204, 204);
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      border-top-style: solid;
      border-top-width: 1px;
      bottom: auto;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px;
    }

        @media screen and (max-width: 900px){

            /* card adjustment to mobile */
            .site-inner     { padding: 0 2px; }

            .midnav-gear    { display: none; }
            #logocaret      { opacity: 0.4;  }

        }

  /* /END HOMEPAGE CENTER CARD STYLING ----------------------------------------------------------- */

  