@charset "UTF-8";
/* CSS Document */

body {
	background: #F3F1EC url(/National_Library/20181105034639oe_/https://blogtrottr.com/images/body-bg.jpg) top repeat-x;
	color:#653500;
}

@font-face {
	font-family: 'Museo500';
	src: url('/National_Library/20181105034639oe_/https://blogtrottr.com/fonts/Museo500-Regular.eot');
	src: local('Museo 500'), local('Museo-500'), url('/National_Library/20181105034639oe_/https://blogtrottr.com/fonts/Museo500-Regular.ttf') format('truetype'), url('/National_Library/20181105034639oe_/https://blogtrottr.com/fonts/Museo500-Regular.svg#Museo-500') format('svg');
}


h1, h2, h3, h4, h5, .nav {
	font-family: 'Museo500', sans-serif;
	font-weight: normal;
}


a {
	color:#C06300;
	text-decoration:none;
}

a:hover {
	color:#F9A132;
}

.navbar-inner {
	border-radius: 0 0 10px 10px;
	box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.1);
	border-top: 0;
	background: rgba(202,195,174,0.5);
}
.navbar .nav > li > a {
	color: #C06300;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.navbar .nav > li > a:hover {
	color:#F9A132;

}

.hero-unit {
	margin-top: 20px;

	background-color: #311900;
  *background-color: #311900;

	background-image: -moz-linear-gradient(top, #653400, #311900);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#653400), to(#311900));
	background-image: -webkit-linear-gradient(top, #653400, #311900);

	background-image: -o-linear-gradient(top, #653400, #311900);
	background-image: linear-gradient(to bottom, #653400, #311900);
	background-repeat: repeat-x;

	border-color: #1a0e00 #1a0e00 #311900;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff653400', endColorstr='#ff311900', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.4);

	-webkit-border-radius:10px;
	-moz-border-radius:10px;

	font-family: 'Museo500', sans-serif;

	padding:2em;

}

.hero-unit strong {
	font-weight:normal;
	color:#fff;
	text-shadow:0 0 0.2em rgba(200,200,200,0.35);
}

hr {
	border-bottom: 1px solid #E2DED0;
	border-top: none;
}

.btn-orange {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #EC5306;
	*background-color: #EC5306;
	background-image: -moz-linear-gradient(top, #F59643, #EC5306);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F59643), to(#EC5306));
	background-image: -webkit-linear-gradient(top, #F59643, #EC5306);
	background-image: -o-linear-gradient(top, #F59643, #EC5306);
	background-image: linear-gradient(to bottom, #F59643, #EC5306);
	background-repeat: repeat-x;
	border-color: #EC5306;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F59643', endColorstr='#EC5306', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    
    font-family: 'Museo500', sans-serif;
    
    vertical-align: top;
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange.active,
.btn-orange.disabled,
.btn-orange[disabled] {
	color: #FFFFFF;
	background-color: #EC5306;
	*background-color: #003bb3;
}

.well {
background-color: #fff;
}

.pop-item {
    padding: 0.5em;
    
    text-align: center;
    border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.pop-item img {
    margin-bottom: 0.75em;
}

h1.page-title {
  background: url(/National_Library/20181105034639oe_/https://blogtrottr.com/images/layout/intro.png) 0 -20px;
	padding:20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.4);
	margin-bottom:0.75em;  
    
    font-size: 200%;
}

.btn {
    font-family: 'Museo500', sans-serif;
}

#register-new-form {
    display:none;
}

.fi_label {
    float: left;
    width: 8em;
    font-weight: bold;
}



@media (min-width: 768px) {
    .col{ 
        margin-bottom: -99999px;
        padding-bottom: 99999px;  
    }

    .col-base{ 
        margin-top: -15px;
    }
}

@media (max-width: 767px) {
    .row-fluid.base{
        display:none;
    }
}

.col-wrap{
    overflow: hidden; 
}


.help-item {
    display: none;
}

.help-entry h3:hover {
    cursor: pointer;
}

.defo-text-center {
    text-align: center !important;
}

.alert a {
    text-decoration: underline;
}

a.close {
    text-decoration: none;
}

.sparkcell {
    width:100px;
}

.sparksubtotal {
    width: 100px;
}


#subscriber_hist {
    padding: 0.1em;
}

#subscriber_curr {
    font-size: 20px; 
    text-align: center;
    vertical-align: middle;
    padding: 0.1em;
    height: 196px;
}

#subscriber_curr span {
    font-size: 4em; 
    line-height: 150%;
}

#subscriber_curr .weekly_movement {
    font-size: 0.8em; 
}

#subscriber_curr .movement_up {
    font-size: 0.8em;  
    padding-left: 20px;
    background: url(/National_Library/20181105034639oe_/https://blogtrottr.com/images/icons/arrow_up.png) no-repeat left center;
    line-height: 32px;
    display: block;
    height: 32px;
}

#subscriber_curr .movement_down {
    font-size: 0.8em; 
    padding-left: 20px;
    background: url(/National_Library/20181105034639oe_/https://blogtrottr.com/images/icons/arrow_down.png) no-repeat left center;
    line-height: 32px;
    display: block;
    height: 32px;
}

#sub_map {
    padding: 0.1em;
}

#views {
    padding: 0.1em;
}

#pricing-trial {
    vertical-align: middle;
    background-color: #fff;
    padding: 0;
    margin: 0;
    text-align: center;
}

.bdcb {
    width: 1em;
}

#bulk-schedule {
    margin-left: 5px;
    margin-top: 0;
}

#bulk-bar {
    margin-top: 0;
}

img.feature {
    -webkit-box-shadow: 2px 2px 10px 0px rgba(128, 128, 128, 0.25);
    -moz-box-shadow: 2px 2px 10px 0px rgba(128, 128, 128, 0.25);   
    box-shadow: 2px 2px 10px 0px rgba(128, 128, 128, 0.25);   
}

#select-all-pages {
    display:none;
    text-align: center;
}

#select-all-pages span{
    text-decoration: underline;
}

#select-all-pages span:hover {
    cursor: pointer;
}

#unselect-all-pages {
    display:none;
    text-align: center;
}

#unselect-all-pages span{
    text-decoration: underline;
}

#unselect-all-pages span:hover {
    cursor: pointer;
}

#digest-sort-block, #advanced-options {
    display: none;
}

.planb {
    width: 20%;
}

#pricing-trial {
    padding: 0.5em;
    
    text-align: center;
    
    background-color: #311900;
  *background-color: #311900;

	background-image: -moz-linear-gradient(top, #653400, #311900);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#653400), to(#311900));
	background-image: -webkit-linear-gradient(top, #653400, #311900);

	background-image: -o-linear-gradient(top, #653400, #311900);
	background-image: linear-gradient(to bottom, #653400, #311900);
	background-repeat: repeat-x;

	border-color: #1a0e00 #1a0e00 #311900;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff653400', endColorstr='#ff311900', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,0.4);

	-webkit-border-radius:10px;
	-moz-border-radius:10px;

	font-family: 'Museo500', sans-serif;

	padding:2em;
}



#pricing-trial h2 {
    font-size: 250%;
}

.sub-legend {
    font-size: 120%;
}

.pointer:hover {
    cursor: pointer;
}