#wrapper
{
  margin: 0 auto;
}

.invisible
{
  visibility: hidden; /* but still occupying physical space */
}

#too_old
{
  background: #faa;
  color: #222;
  font-size: 20pt;
  padding: 100px 150px;
  line-height: 30pt;
  border: 4px dashed #800;
}

#tier1bg
{
  background-color: #f1f1f1;
}

#dirt
{
  background-color: #333;
}

#tier1bg
{
  height: 45px;
  margin: 0 auto;
  overflow: hidden;
}

#LoginBar
{
  height: 45px;
  overflow: hidden;
}

#LoginBar ul
{
  color: #000000;
  list-style: none;
  margin: 0;
  padding-left: 12px;
}

#LoginBar li
{
  color: #333;
  height: 45px;
  margin: 0;
  float: left;
  font-size: 14px;
  font-weight: bolder;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

#LoginBar li a, #LoginBar li span
{
  padding-top: 13px;
  display: block;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  color: #333;
  text-decoration: none;
}

#LoginBar li.logo a
{
  padding-top: 8px;
}

#LoginBar li a:hover
{
  color: #333;
  background: #B7DF17;
}

#LoginBar li.menu-button.internal
{
  border: none;
}

#ContentMargin
{
  background: white;
  margin: 0 auto;
}

.floating-menu
{
  position: absolute;
  top: 45px;
  left: 150px;
  width: 200px;
  background: #f1f1f1;
  border: 1px solid #888;
  border-top: none;
  z-index: 1000;
}

.floating-menu.closed {
  display: none;
}

.floating-menu h2.green
{
  margin: 0;
  height: 30px;
  padding-left: 15px;
  padding-top: 16px;
}

.floating-menu li a
{
  text-decoration: none;
  color: #333;
  padding-top: 13px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  height: 30px;
  font-weight: bolder;
  font-size: 14px;
}

.floating-menu li a i.fa
{
  width: 18px;
}

.floating-menu li a:hover
{
  background: #B7DF17;
}

.rss_feed h4
{
  margin-bottom: 8px;
}

#admin-menu
{
  width: 250px;
}


#ContentWide
{
  min-height: 400px;
  padding: 30px;
}

/* begin paragraph styles */

/* Replacement for navbar title, for unbranded pages w/ no navbar,
 * intended to display inline following the unbranded logo.
 * */
h2.unbranded-title
{
  display: inline-block;
  margin-top: 0px;
  margin-left: 20px;
  line-height: 60px;
  vertical-align: middle;
}


h1
{
  color: black;
  font-size: 43px;
  font-weight: lighter;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 0px;
  text-decoration: none;
}

h2
{
  color: #000;
  font-size: 26px;
  margin-top: 20px;
  text-decoration: none;
}

h2.lineright
{
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  margin-right: 30px;
}
/* FYI h2.green is defined in tukios-public.css */
h2.green2
{
  background-color: #BBEA00;
  color: #4C2F1A;
  font-size: 15px;
  font-weight: bolder;
  letter-spacing: 1px;
  line-height: 45px;
  /*padding-left: 37px;*/
  /*text-align: center;*/
  text-decoration: none;
  text-transform: uppercase;
}
h2.pdivide
{
  background: none;
  margin: 0;
  /*margin-bottom: -20px;*/
  /*margin-right: -47px;*/
  /*margin-top: -5px;*/
}

p
{
  color: #333;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 38px;
  margin-top: 20px;
}

/* end paragraph styles */


form
{
  margin: 0;
}



/* between content and footer */
#buffer
{
  background: white;
  height: 70px;
  margin: 0 auto;
}

#footer
{
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #333;
  overflow: auto;
}

#footlinks
{
  display: inline;
  float: left;
}

/* Fake UL/LI classes because inline-list spacing won't render properly in IE despite CSS! */
#footer div.ul
{
  display: inline;
  float: left;
  height: 130px;
  margin: 0 30px 0 0;
  min-width: 50px;
}
#footer div.ul div
{
  margin-bottom: 4px;
}

#footer div.ul a
{
  color: #BBEA00;
  font-size: 18px;
  font-weight: bolder;
  text-decoration: none;
}
#footer div.ul a:hover
{
  text-decoration: underline;
}

#footer div.ul div.sublink a
{
  color: white;
  font-size: 14px;
  font-weight: lighter;
  line-height: 14px;
  text-decoration: none;
}
#footer div.ul div.sublink a:hover
{
  text-decoration: underline;
}


#footcopy
{
  color: white;
  float: right;
  font-size: 12px;
  display: inline;
  height: 80px;
  margin-top: 15px;
  width: auto;
}


td.grayline
{
  background-color: #AFB1B3;
  border-color: #AFB1B3;
  height: 2px;
}


/* These are styles for the Error Alert flash messages */

.erroricon, .successicon, .maybeicon {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}

.erroricon {
	background-image: url(../../img/exclamation.png);
}

.successicon {
  background-image: url(../../img/success.png);
}

.maybeicon {
	background-image: url(../../img/maybe.png);
}

/* Because IE adds a colored, heavy border by default to any anchored image */
a img
{
  border: none;
}

/***********   ORDER TABLE OVERRIDES   **************/
.order-table p
{
  margin-top:0px;
  margin-bottom:0px;
}

.order-table th
{
  text-align: left;
}

.order-table td, .order-table th
{
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.order-table .r
{
  text-align: right;
}

.order-table .product-image
{
  min-width: 50px;
}

@media only screen and (max-width: 600px) {
  .order-table .hide-xs
  {
    display: none;
  }

  .order-table td, .order-table th
  {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.finger
{
  cursor: pointer;
}

.internal
{
  border: 2px solid #e3409f;
  background: rgba( 227, 64, 159, 0.5 );
}

.disabled_caption
{
  color: #888888
}
.disabled_input
{
  background-color: #BBBBBB;
  color: #888888
}


@media print {
  .noprint {
    display: none !important;
  }

  #ContentWide {
    padding: 0
  }
}

@media (max-width: 600px) {
  #ContentWide
  {
    padding: 16px;
  }
}
