/* ********************************************************** */
/* *****            New Lines added by jql              ***** */
/* ********************************************************** */
.nav-tabs > li > a,              /* jql 12/13/18 override */
.nav-pills > li > a {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 2px;
	line-height: 14px;
}
.calendar-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  /*border: 2px solid red;*/
}
.calendar-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-header h2 {            /* this section handles page headers jql */
	margin:  0px 0 0   0;  
	padding: 0px 0 0px 0; 
/*	font-family: 'tinos', 'slabo 27px', 'andale mono', serif; */
    color: #333; 
    font-weight: bold; 
	font-size: 22px; 
}
h2.moduletitle {            /* This section controls module titles jql */
  color: #333;
/*  font-family: 'tinos', 'slabo 27px', 'andale mono', serif; */
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  margin: 12px 0 0 0; 
}
h2.bookriver {            /* override!!! */
  color: #333;
}
h2.bookriver {
  margin: 1em 0 -1em 0;
}
h2.bookriver {              /* override!!! */
/*  margin: 2vh 0 -4vh 0; */
}
/*.moduletable h3 {
    padding-top: 0px;     * This section controls module titles jql *
  	font-family: 'tinos', 'slabo 27px', 'andale mono', serif;
    color: #333333; 
    font-weight: 400; 
	font-size: 28px;
	margin: 40px 0 10px 0;  * was 0px 0 20px 0  *
} */
.navigation .nav-pills {
    margin-bottom: 20px;   /* some space below menu jql */
}
.row-fluid:before {
	margin-top: 30px;     /* was 60px drop content below last moduletable jql */
}
div#aside.span3 {
	margin-top: 00px;     /* drop right side to match content left jql */
}
div#sidebar.span3 {
  	margin-top: 00px;     /* was 30px  */
}
body.site {
	border-top: 3px solid #0088cc;
	padding: 0px 0px 20px 0px;
	background-color: #f4f6f7;
}
footer.footer {
	background: linear-gradient(#6F8B2B 1%, #A7D33C 10%); 
  	opacity: 1.0; 
  	height: 300px; 
  	width: auto;
}
.footermenu {
	float:left;
	width:33%;
  	text-align: center;
	padding-top: 30px;
}
.footermenu a {
  color: black;
}
.clr
{
	clear:both;
}
.paddy10 {
  padding: 0 0 5px 20px;
}
@media only screen and (max-width: 768px) { /* reorder positions for phones */
    #sidebar {
        order: 2;
    }
    #content {
        order: 1;
    }
    #aside {
        order: 3;
    }
}
.jl-article-header {
  font-family: 'andale mono', times; 
  color: #0088CC; 
  font-weight: bold; 
  font-size: 1.2em; 
  line-height: 1.2em;
} 
.jl-display-topright {
    position: relative;
    right: 0;
    top: 0;
}
.jl-button {
    border: none;
    display: inline-block;
    padding: 1px 3px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: lightgrey;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
  	user-select: none;
  	float: left;
  	font-size: 10px;
}
.jl-item-title {
  	color: #08c;
}
div.topmost {
	position: fixed; top: 0; min-width: 100%; z-index: 9999;
}
#catalog-search {
  border-radius: 15px;
/*  background-image: url("/images/magnify.jpg");
  background-repeat: no-repeat; */
  padding: 5px 12px;
}
#catalog-submit {
  visibility: hidden;
}
.showra {
  display: none;
}

.showra:target {
  display: block;
}
.showri {
  display: none;
}

.showri:target {
  display: block;
}
.sh-buttons button {
  font-family: 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: white;
  border-radius: 10px;
  background-color: #08c; 
  padding: 5px 12px;
}
img.imgLoaded, .camera_wrap {
  box-shadow: 4px 4px 10px grey; 
  border-radius: 9px;
}
.blinking{
	animation:blinkingText 3s infinite;
}
@keyframes blinkingText{
	0%{		color: #F00;	}
	49%{	color: #F00;	}
	50%{	color: #F00;	}
	99%{	color: transparent;	}
	100%{	color: transparent;	}
}
/* .body .container {  	padding-top: 60px;} */
/*.header {position: fixed; background-color: white; z-index: 1000;}*/
/*.navigation {position: fixed; top: 0; background-color: white;}*/