/*
contents:
  COLOR_PALETTE
  IMAGE_RESOURCES
  PLAIN
  COMMON
    galleria (cycle-photo-album)
  CUSTOM
  LAYOUT
  PAGE_SECTION
    home_page
  HTML5BOILERPLATE_COMMON
*/

/** PLAIN **/
html.ui-mobile {
  height: 100%;
  min-height: 300px;
}

.ui-mobile body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  height: 100%;
}

body.ui-mobile-viewport {
  margin: 0;
  overflow-x: hidden;
}

a, a:link, a:active, a:visited {
  color: #14487E;
  text-decoration: none;
}

h1 {
  display: block;
  font-size: 16px;
}

  h1.ui-title a.ui-link, h1.ui-title a.ui-link:link, h1.ui-title a.ui-link:visited, h1.ui-title a.ui-link:active {
    color: #fff !important;
  }

  h1.ui-title {
    display: block;
    font-size: 16px;
    margin: 0.6em auto;
    min-height: 1.1em;
    outline: 0 none !important;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
  }

table {
  border-collapse: collapse;
  width: 100%;
}

/** LAYOUT **/
.ui-loader {
  opacity: 1;
}
  .ui-loader .ui-icon {
    display: none;    
  }

  .ui-loader h1 {
    background: transparent url(img/loading.png) no-repeat;
    color: #fff;
    font-size: 25px;
    height: 135px;
    line-height: 135px;
    position: relative;
    text-align: center;
    width: 135px;
  }

.ui-page {
  -webkit-backface-visibility: hidden;
}

.ui-page .ui-header, .ui-page .ui-footer {
  position: relative;
}

.ui-header, .ui-footer, .ui-page-fullscreen .ui-header, .ui-page-fullscreen .ui-footer {
  border-left-width: 0;
  border-right-width: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.ui-header, .ui-footer {
    display: block;
}

.ui-header {
  background: #403e40;
	background-image: linear-gradient(#231f20 , #403e40 );
	background-image: -moz-linear-gradient(#231f20 , #403e40 );
	background-image: -ms-linear-gradient(#231f20 , #403e40 );
	background-image: -o-linear-gradient(#231f20 , #403e40 );
	background-image: -webkit-gradient(linear, left top, left bottom, from( #3c3c3c ), to( #403e40 ));
	background-image: -webkit-linear-gradient(#231f20 , #403e40 );
	border-bottom: 1px #231F20 solid;
  color: #fff;
  font-weight: bold;
}

.ui-page { /* BG editor: http://colorzilla.com/gradient-editor */
  background: #7ab2db; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYjJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2FiZDRmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2FiZDRmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2FiZDRmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #7ab2db 0%, #abd4f1 37%, #abd4f1 42%, #abd4f1 47%, #7db9e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7ab2db), color-stop(37%,#abd4f1), color-stop(42%,#abd4f1), color-stop(47%,#abd4f1), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #7ab2db 0%,#abd4f1 37%,#abd4f1 42%,#abd4f1 47%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #7ab2db 0%,#abd4f1 37%,#abd4f1 42%,#abd4f1 47%,#7db9e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #7ab2db 0%,#abd4f1 37%,#abd4f1 42%,#abd4f1 47%,#7db9e8 100%); /* IE10+ */
  background: linear-gradient(left, #7ab2db 0%,#abd4f1 37%,#abd4f1 42%,#abd4f1 47%,#7db9e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab2db', endColorstr='#7db9e8',GradientType=1 ); /* IE6-8 */
  color: #14487E;
  font-size: 1.6em;
  outline: medium none;
}


.ui-mobile [data-role="page"], .ui-mobile [data-role="dialog"], .ui-page {
  border: 0 none;
  display: none;
  left: 0;
  min-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.ui-mobile .ui-page-active {
  display: block;
  overflow: visible;
}

.ui-mobile fieldset, .ui-page {
  margin: 0;
  padding: 0;
}

.ui-loader {
  display: none;
  left: 50%;
  margin-left: -130px;
  margin-top: -35px;
  opacity: 0.85;
  padding: 10px 30px;
  position: absolute;
  width: 200px;
  z-index: 100;
}

.ui-header-fixed, .ui-footer-fixed {
  z-index: 1000;
}

.ui-bar-a .ui-link {
  color: #fff;
  font-weight: bold;
}

table.table_menu td {
  border-bottom: 1px solid #557c96;
  border-top: 1px solid #8fbede;
  font-size: 16px;
  padding: 16px 0;
}

table.table_menu td:first-child {
  padding-left: 25px;
}

  .table_menu.inner_menu {
    border-top:1px solid #557C96;
    left: -12px;
    position: relative;
    width: 110%;
    border-collapse: separate;
  }
  
    .table_menu.inner_menu td {
      margin: 0;
    }
    
ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

  #inner_content + .menu {
    border-top: 1px solid #557C96;
  }

  ul.menu li {
    border-bottom: 1px solid #557c96;
    border-top: 1px solid #8fbede;
    font-size: 16px;
    padding: 16px 0 16px 25px;
  }
  
    ul.menu li a {
      display: block;
    }
  
  ul.menu.inner_menu {
    border-top:1px solid #557C96;
    left: -12px;
    position: relative;
    width: 110%;
    border-collapse: separate;
  }
  
    ul.menu.inner_menu .more-button {
      left: -15px;
    }
  

table.listing {
  
}

  table.listing td:first-child {
    padding-right: 10px;
    text-align: center;
    width: 70px;
  }
  
  table.listing td:last-child {
    width: 30px;
  }

  table.listing td {
    border-bottom: 1px solid #557c96;
    border-top: 1px solid #8fbede;
    font-size: 14px;
    padding: 5px 0;  
  }
  
  table.listing th {
    background: #173c5d;
    border-bottom: 1px solid #0f2a40;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 0;
    text-align: left;
  }


div.ui-content {
  border-width: 0;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0;
}

  .ui-content #inner_content,
  .ui-content #weblog_article-page {
    padding: 8px 12px;
  }
  
  #inner_content.contains_listing {
    border-bottom: 1px solid #557C96;
  }

a.ui-btn-left {
  background: url(img/main.png) -34px 0px no-repeat;
  color: #fff;
  display: block;
  font-size: 13px;
  height: 26px;
  left: 15px;
  line-height: 24px;
  padding-left: 3px;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 47px;
}

#banner-ad {
  color: #fff;
  height: 44px;
  margin: 0px auto;
  padding: 0;
  position:relative;
  text-align: center;
  width: 320px;
}


/* common menu list */
.ui-content ul.ui-listview {
  counter-reset: listnumbering;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

  ul.ui-listview li.ui-li {
    border-top: 1px solid #8fbede;
    border-bottom: 1px solid #557c96;
    font-weight: bold;
    position: relative;
    text-indent: 80px;
  }
  
    .ui-listview a, .ui-listview a:link, .ui-listview a:visited {
      display: block;
      padding: 16px 0;
    }

  ul.ui-listview li.ui-li.ui-btn-hover-c a{
    color: #fff;
  }

  ul.ui-listview li.ui-ul.ui-listview li.ui-li .icon {
    background: url(img/main.png) no-repeat scroll 0 0 transparent;
    height: 33px;
    left: 27px;
    margin: 0 10px;
    position: absolute;
    top: 15%;
    width: 33px;
  }
  
#inner_content p,
#weblog_article-page p {
  color: #000;
  line-height: 24px;
}

  #batchlinks {
    padding: 15px 10px;
  }


  
/* footer/footer nav */
#footer {
  border-top: 1px solid #0f283f;
}

  #footer a.ui-btn-left {
    display:none;
  }
  
  div#nav {
    background: #173d5e; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3M2Q1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iIzE3NGQ3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzE3NGQ3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iIzE3NGQ3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzNkNWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #173d5e 0%, #174d7c 34%, #174d7c 40%, #174d7c 46%, #173d5e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#173d5e), color-stop(34%,#174d7c), color-stop(40%,#174d7c), color-stop(46%,#174d7c), color-stop(100%,#173d5e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #173d5e 0%,#174d7c 34%,#174d7c 40%,#174d7c 46%,#173d5e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #173d5e 0%,#174d7c 34%,#174d7c 40%,#174d7c 46%,#173d5e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #173d5e 0%,#174d7c 34%,#174d7c 40%,#174d7c 46%,#173d5e 100%); /* IE10+ */
    background: linear-gradient(left,  #173d5e 0%,#174d7c 34%,#174d7c 40%,#174d7c 46%,#173d5e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173d5e', endColorstr='#173d5e',GradientType=1 ); /* IE6-8 */
    border-top: 1px solid #406380;
    padding: 5px 0;
  }
    
    div#nav ul {
      counter-reset: listnumbering;
      list-style: none outside none;
      margin: 0px auto;
      padding: 0;
      width: 300px;
    }
    
      div#nav ul li:first-child {
        margin: 0 5px 0 0;
      } 
      div#nav ul li:last-child {
        margin: 0 0 0 5px;
      }

      div#nav ul li {
        background: url(img/main.png) no-repeat scroll -44px 0 transparent;
        background-size: 146px 102px;
        float: left;
        height: 33px;
        margin: 0 5px;
        position: relative;
        text-indent: -9999px;
        width: 33px;
      }
        #nav ul li a {
          display: block;
          height: 33px;
          width: 33px;
        }
        
        ul.ui-listview li.ui-li .icon {
          display: block;
          left: 36px;
          position: absolute;
          top: 8px;
        }
        
        #nav ul li#snow_report-button,
        ul.ui-listview li.ui-li .icon.snow_report {
          background: url(img/main.png) no-repeat scroll -44px -34px transparent;
          background-size: 146px 102px;
          height: 34px;
          width: 33px;
        }
        
        #nav ul li#hot_deals-button,
        ul.ui-listview li.ui-li .icon.hot_deals {
          background: url(img/main.png) no-repeat scroll -44px -68px transparent;
          background-size: 146px 102px;
          height: 34px;
          width: 33px;
        }
        
        #nav ul li#services-button,
        ul.ui-listview li.ui-li .icon.services {
          background: url(img/main.png) no-repeat scroll -112px 0px transparent;
          background-size: 146px 102px;
          height: 34px;
          width: 33px;
        }
        
        #nav ul li#events-button,
        ul.ui-listview li.ui-li .icon.events {
          background: url(img/main.png) no-repeat scroll -78px -68px transparent;
          background-size: 146px 102px;
          height: 34px;
          width: 33px;
        }
        
        #nav ul li#blog-button,
        ul.ui-listview li.ui-li .icon.blog {
          background: url(img/main.png) no-repeat scroll -78px 0px transparent;
          background-size: 146px 102px;
          height: 34px;
          width: 33px;
        }
        
        #nav ul li#media-button,
        ul.ui-listview li.ui-li .icon.media {
          background: url(img/main.png) no-repeat scroll -78px -34px transparent;
          background-size: 146px 102px;
          height: 34px;
          width: 33px;
        }
        
        ul.ui-listview li.ui-li .icon.full_site {
          background: url(img/main.png) no-repeat scroll -111px -33px transparent;
          background-size: 144px 100px;
          height: 34px;
          width: 36px;
        }
      
.right {
  float: right;
}

.left {
  float: left;
}

span.more-button {
  background: url(img/main.png) -34px -26px no-repeat;
  display: inline-block;
  height: 7px;
  left: -5px;
  margin: 5px 5px 2px;
  position: relative;
  width: 5px;
}

.monster_dump span.more-button {
  background: url(img/main.png) -51px -26px no-repeat;
  display: inline-block;
  height: 7px;
  margin: 5px 5px 2px;
  position: relative;
  width: 5px;
}

span.prev-button {
  background: url(img/main.png) -40px -26px no-repeat;
  display: inline-block;
  height: 7px;
  left: -5px;
  margin: 5px 0px 2px 5px;
  position: relative;
  width: 5px;
}

.monster_dump span.prev-button {
  background: url(img/main.png) -57px -26px no-repeat;
  display: inline-block;
  height: 7px;
  margin: 5px 0px 2px 5px;
  position: relative;
  width: 5px;
}

#full_site-link {
  padding: 10px 0;
}

iframe.youtube-player {
  width: 320px;
}

/** galleria (cycle-photo-album) **/
.content { /* wrapper around .galleria (yes, .content is a terrible name for this.) */
  /*
  Width is set here to control the width and height of fullsize images in
  cycle-photo-album. Will need to set the option: fill_parent_content as true.
  */
  width: 100%; /* only need to set width */
}
.galleria {
}
  .galleria .galleria-slides-block {
  }
    .galleria .galleria-slides-flipper-left,
    .galleria .galleria-slides-flipper-right {
      display:none !important;
    }
    .galleria .galleria-slides {
    }
    .galleria .galleriainfo-block {
      padding: 5px 0 0;
    }
      .galleria-title,
      .galleria-description,
      .galleria-author,
      .galleria-date {
        color: #000;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
      }
      .galleria-title {
        font-weight: bold;
      }

  .galleria-carousel-block {
    background-color: transparent;
  }
    .galleria-carousel-block .galleria-carousel-flipper-left {
      background: url(img/main.png) -40px -26px;
      height: 7px;
      top: 50%;
      width: 5px;
    }
    .galleria-carousel-block .galleria-carousel-flipper-right {
      background: url(img/main.png) -34px -26px;
      height: 7px;
      top: 50%;
      width: 5px;
    }
    .galleria-carousel {
      margin: 0 10px;
    }

      
/** CUSTOM **/
div#content_container {
  padding: 12px;
}

.book_now-button {
  background: orange;
  float: right;
  margin: 50px 0 0 0;
  padding: 8px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; /* future proofing */
  -khtml-border-radius: 5px; /* for old Konqueror browsers */
}



/** PAGE_SECTION **/

/* snow report */
#snow_report-table, .table_menu {
  border-collapse: collapse;
  width: 100%;
}

  #snow_report-table th.new_snow, #snow_report-table td.new_snow, 
  #snow_report-table th.base_snow, #snow_report-table td.base_snow {
    text-align: center;
  }

  #snow_report-table th.resort_name {
    padding-right: 5px;
  }

  #snow_report-table tr.monster_dump {
    background: #96c800; /* monster_green */
  }
/*  #snow_report-table th, .table_menu th {
    background: #173c5d;
    border-bottom: 1px solid #0f2a40;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 0;
    text-align: left;
  }
  
  #snow_report-table td {
    border-bottom: 1px solid #557c96;
    border-top: 1px solid #8fbede;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 0;
  }*/
    #snow_report-table tr span.resort_icon {
      display: block;
      margin: 0px auto;
      position: relative;
    }
    #snow_report-table tr#altaskiarea_row span.resort_icon {
      background: url(img/main.png) 0 -36px no-repeat;
      height: 20px;
      width: 23px;
    }
    
    #snow_report-table tr#beavermountainresort_row span.resort_icon {
      background: url(img/main.png) 0 -57px no-repeat;
      height: 8px;
      width: 30px;
    }
    
    #snow_report-table tr#brianheadresort_row span.resort_icon {
      background: url(img/main.png) 0 -66px no-repeat;
      height: 10px;
      width: 30px;
    }
    
    #snow_report-table tr#brightonskiresort_row span.resort_icon {
      background: url(img/main.png) 0 -77px no-repeat;
      height: 20px;
      width: 24px;
    }
    
    #snow_report-table tr#canyonsresort_row span.resort_icon {
      background: url(img/main.png) 0 -98px no-repeat;
      height: 20px;
      width: 16px;
    }
    
    #snow_report-table tr#deervalleyresort_row span.resort_icon {
      background: url(img/main.png) -30px -36px no-repeat;
      height: 20px;
      width: 18px;
    }
    
    #snow_report-table tr#eaglepoint_row span.resort_icon {
      background: url(img/main.png) -30px -57px no-repeat;
      height: 19px;
      width: 28px;
    }
    
    #snow_report-table tr#parkcitymountainresort_row span.resort_icon {
      background: url(img/main.png) -30px -77px no-repeat;
      height: 17px;
      width: 30px;
    }
    
    #snow_report-table tr#powdermountain_row span.resort_icon {
      background: url(img/main.png) -30px -93px no-repeat;
      height: 20px;
      width: 24px;
    }
    
    #snow_report-table tr#snowbasinasunvalleyresort_row span.resort_icon {
      background: url(img/main.png) -30px -118px no-repeat;
      height: 20px;
      width: 30px;
    }
    
    #snow_report-table tr#snowbirdskiandsummerresort_row span.resort_icon {
      background: url(img/main.png) 0px -120px no-repeat;
      height: 21px;
      width: 28px;
    }
    
    #snow_report-table tr#solitudemountainresort_row span.resort_icon {
      background: url(img/main.png) -51px -36px no-repeat;
      height: 21px;
      width: 30px;
    }
    
    #snow_report-table tr#sundanceresort_row span.resort_icon {
      background: url(img/main.png) -30px -141px no-repeat;
      height: 7px;
      width: 30px;
    }
    
    #snow_report-table tr#wolfmountain_row span.resort_icon {
      background: url(img/main.png) -58px -57px no-repeat;
      height: 14px;
      width: 30px;
    }
    
    #snow_report-table a, .table_menu a  {
      display: block;
      height: 100%;
      width: 100%;
    }
    #snow_report-table th.resort_icon {
      width: 45px;
    }
    
    #snow_report-table th.resort_name {
      width: 170px;
    }
    
    #snow_report-table th.new_snow {
      
    }
    #snow_report-table th.base_snow {
      
    }
    
/* Resort Snow Report Page */
.snow_report-data {
  background: #173d5e; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3M2Q1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM0JSIgc3RvcC1jb2xvcj0iIzE3NGQ3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzE3NGQ3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iIzE3NGQ3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzNkNWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  #173d5e 0%, #174d7c 34%, #174d7c 40%, #174d7c 46%, #173d5e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#173d5e), color-stop(34%,#174d7c), color-stop(40%,#174d7c), color-stop(46%,#174d7c), color-stop(100%,#173d5e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #173d5e 0%,#174d7c 34%,#174d7c 40%,#174d7c 46%,#173d5e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #173d5e 0%,#174d7c 34%,#174d7c 40%,#174d7c 46%,#173d5e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #173d5e 0%,#174d7c 34%,#174d7c 40%,#174d7c 46%,#173d5e 100%); /* IE10+ */
  background: linear-gradient(left,  #173d5e 0%,#174d7c 34%,#174d7c 40%,#174d7c 46%,#173d5e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#173d5e', endColorstr='#173d5e',GradientType=1 ); /* IE6-8 */
}

  .snow_report-data tr th {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 0;
  }
  
  .snow_report-data tr td {
    background: #fff;
    padding: 8px 0;
    text-align: center;
  }
    .snow_report-data tr td span.value {
      font-size: 50px;
    }
  
  div#content_container.monster_dump {
    background: #000;
    height: 100%;
  }
  
    div#content_container.monster_dump p,
    div#content_container.monster_dump a {
      color: #fff;
    }
    
      div#content_container.monster_dump .snow_report-data {
        background: #96c800;
      }
      
        div#content_container.monster_dump .snow_report-data th {
          color: #000;
        }
  
/* Hot Deals Page */


/* blog */
div.article_info_tagline, div.author_picture {
  float: left;
}

div.author_picture {
  margin-bottom: 5px;
  margin-right: 10px;
}
  
/** HTML5BOILERPLATE_COMMON **/
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.row:before, .row:after, /* include formui_viewspace row */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.row:after, /* include formui_viewspace row */
.clearfix:after { clear: both; }
.row, /* include formui_viewspace row */
.clearfix { clear:both; zoom: 1; }

