@charset "UTF-8";
/* CSS Document */

@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
		}
	div#preloader img {
		display: block;
		}
	}
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
		}
	}

.noshadow {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ui-focus {
 -moz-box-shadow: none !important;
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
}


 .ui-listview .ui-li-has-thumb>.ui-btn>img:first-child, .ui-listview .ui-li-has-thumb .ui-li-thumb {
max-height: 7.5em;
max-width: 6.0em;
}


#ipublogo_side {
width: 100px;
height: 100px;
max-height: 5.0em;
max-width: 5.0em;	
}

p, ol, li {
	font-family: Helvetica Neue, Helvetica, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	border: 0;

}

h1 {
	font-size: 1.2em;	
}

.cover_head {
	line-height: 1em;	
	font-size: 1.2em;
}

.article_summary {
	font-size: 0.9em;
}

pre {
	margin: 0 0 0 0;
	padding: 0 4px 0 4px;
	white-space:normal;
	
}

img.fullscreen {
    max-height: 100%;
    max-width: 100%;
}   

input.ui-slider-input {
    display:none !important;
}

.caption {
	font-size: 0.9em;
	font-style:italic;
	font-weight:bold;

}

.listing {
    max-height: 7em;
	float: left; 
	display: block;
	break-inside: avoid-column;
	break-after: avoid-column; 
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-ms-column-break-inside: avoid-column;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	width: 100%; 
	margin-top: 0;
	border-bottom: 1px solid 		#bbb /*{d-bup-border}*/;
	background: 			#fff /*{d-bup-background-color}*/;
	font-weight: bold;
	color: 					#333 /*{d-bup-color}*/;
	text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #fff /*{d-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fafafa), to( #f6f6f6 /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/);

}

.column_break {
	column-break-after: always;
	break-after: avoid-column;
	-webkit-column-break-after: always;
	-moz-column-break-after: always;
	-ms-column-break-after: always;
	-o-column-break-after: always;
}	

.listing_inner {
	margin: 0;
	padding: 0 0 0 0;
}

.listing_inner_text {
	margin: 0;
	padding: 2px 8px 8px 0;
}

.listinghead {
	color:#000;
	font-size: 1.0em;
	line-height: 1.5em;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 0 0 0;
	padding: 2px 0 4px 0;	
}

.listingdescription1 {
	text-shadow:none;
	font-style:normal;
	color:#000;
	font-size:0.78em;
	line-height: 1.2em;
}
.summary {
    font-size: 0.8em;
    
}

.fos { 
	font-style:normal;
	font-weight:normal;
	text-shadow:none;
	height: 2.8em;
	font-size:0.78em; 
	line-height: 1.3em;
	overflow: hidden; }
	
.sum {
	padding: 0 10px 10px 10px;
    top: 50%;
    left: 50%;
    width:30em;
    height:30em;
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    position:fixed;
	display: none;
	z-index: 999;
}	

.css3button {
	display: inline-block;
	color: white;
	font-weight:bold;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.ui-listview-filter {
	width: 318px;
	height: 45px;
	margin-top: 0px;
	margin-left: 1px;
	margin-bottom: 0;
	padding: 0 0 0 0;
}

.title {
	font-size: 4em;
}

#popupPanel-popup {
    right: 0 !important;
    left: auto !important;
}
#popupPanel {
    width: 200px;
    border: 1px solid #000;
    border-right: none;
    background: rgba(0,0,0,.5);

}

#popupBookmark-popup {
    right: 0 !important;
    left: auto !important;
}

#popupBookmark {
    width: 200px;
    border: 1px solid #000;
    border-right: none;
    background: rgba(0,0,0,.5);

}

#popupNotes-popup {
    right: 0 !important;
    left: auto !important;
}
#popupNotes {
    width: 200px;
    border: 1px solid #000;
    border-right: none;
    background: rgba(0,0,0,.5);

}

#popupSearchPanel-popup {
    left: 0 !important;
    top: 0 !important;
/* remove this for now so search is only at top    
	height: 100% !important;
    */
}

#popupSearchPanel {
    top: 0;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow:auto;
	-ms-overflow-x: hidden;
	-ms-overflow-y: hidden;		
	display:block;
    width: 200px;
    border: 1px solid #000;
    border-left: none;
    background: rgba(0,0,0,0);
//*    margin: 0 0;  */
	
}

#popupSearchPanelinside {
	
}

#popupSearchPanel .ui-btn {
//*    margin: 0 0; *//
}

#popupMenuPanel-popup {
    left: 0 !important;
    top: 0 !important;
/* remove this for now so search is only at top    
	height: 100% !important;
    */
}

#popupMenuPanel {
    top: 0;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow:auto;
	-ms-overflow-x: hidden;
	-ms-overflow-y: hidden;		
	display:block;
    width: 200px;
    border: 1px solid #000;
    border-left: none;
    background: rgba(0,0,0,0);
//*    margin: 0 0;  */
	
}

#popupMenuPanelinside {
	
}

#popupMenuPanel .ui-btn {
//*    margin: 0 0; *//
}

#searchscroller {

//*	overflow-x: hidden;  *//
//*	overflow-y: hidden;  *//
	padding: 0 0 0 0;
	margin: 0 0 0 0; 
	float: left; 
	width: 100%;

}	


#publish_toolbar {
display: block; position: absolute; float:left; left: 0px;  width: 30; height: 90%; margin: 0 0 0 0; padding: 40px 0 0 0; z-index: 500; vertical-align:middle; text-align:center;
}


#previous {
display: block; position: absolute; float:left; left: 0px;  width: 30; height: 90%; margin: 0 0 0 0; padding: 40px 0 0 0; z-index: 500; vertical-align:middle; text-align:center;
}

#next {
display: block; position: absolute; float:right; right: 0px; width: 30; height: 90%; margin: 0 0 0 0; padding: 40px 0 0 0; z-index: 500; vertical-align:middle; text-align:center; 
}

#css3button {
	display: inline-block;
	color: white;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
	margin-top: 1.2em;
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.css3button hover {
	text-decoration:underline;
}

#css3button hover {
	text-decoration:underline;
}

/* blue */
.blue {
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
    background: -moz-linear-gradient(top,  #0095cc,  #00678e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
    color: #80bed6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top,  #0078a5,  #00adee);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* gray */
.gray {
    color: #e9e9e9;
    border: solid 1px #555;
    background: #6e6e6e;
    background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
    background: -moz-linear-gradient(top,  #888,  #575757);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
    background: #616161;
    background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
    background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
    color: #afafaf;
    background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
    background: -moz-linear-gradient(top,  #575757,  #888);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

.bigrounded {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.large {
    font-size: 14px;
    padding: .4em 1.5em .42em;
}
.medium {
    font-size: 12px;
    padding: .4em 1.5em .42em;
}
.small {
    font-size: 11px;
    padding: .2em 1em .275em;
}

.css3button1 {
	display: inline-block;
	color: white;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.css3button hover {
	text-decoration:underline;
}1

.ui-li-thumb-alt,.ui-listview-alt .ui-li-icon-alt{position:absolute;left:1px;top:0;max-height:118px;max-width:90px}


#mainfooter {
	display:block;
	float:left;
	font-size: 14px;
	width: 99%;	
	margin: 0 0 1px 0;
	padding: 1px 0 1px 0;
	border-top: 0px;
	border-top-color:#000;
	
}

#scrollcontainer {
	
	display:block;
	overflow-y: hidden;
	padding: 0 0 0 0; /* If you add top padding, then reduce height by the same amount */
	margin-top: 50px; 
	margin-bottom: 40px; 
	margin-left: 14px; 
	margin-right: 14px;
 	height: auto;   
}	

#scroller {
	overflow:auto;
	overflow-y: hidden;
	-ms-overflow:auto;
	-ms-overflow-x: hidden;
	-ms-overflow-y: hidden;	
//*	overflow-x: hidden;  *//
//*	overflow-y: hidden;  *//
	padding: 0 0 0 0;
	margin: 0 0 0 0; 
	float: left; 
	column-gap: 30px; 
	column-width: 318px;
	-webkit-column-gap: 30px; 
	-webkit-column-width: 318px;
	-moz-column-gap: 30px; 
	-moz-column-width: 318px;
	-o-column-gap: 30px; 
	-o-column-width: 318px;
	-ms-column-gap: 30px; 
	-ms-column-width: 318px; 
	column-fill: auto;
	-webkit-column-fill: auto; 
	-moz-column-fill: auto; 
	-ms-column-fill: auto; 
	height: 100%; /* If you add top padding, then reduce height by the same amount. Start 598 so it work in a browser on ipad by default */
	width: 100%;

}	


@media only screen and (orientation:portrait) and (min-device-width: 320px) {	
            .listing {
    max-height: 5em;
    }
	
p, ol, li {
	font-size: 0.95em;
	line-height: 1.2em;
	border: 0;

}

h2 {
	font-size: 1.2em;
	line-height: 1.4em;	
}

img.fullscreen {
    max-height: 100%;
    max-width: 100%;
}

.footer-docs {
	font-size: 0.75em;
}

.title {
	font-size: 2em;
}   	
	
#scrollcontainer {
	
	display:block;
	overflow-y: hidden;
	padding: 0 0 0 0; /* If you add top padding, then reduce height by the same amount */
	margin-top: 50px; 
	margin-bottom: 40px; 
	margin-left: 14px; 
	margin-right: 14px;
	height: auto;
}	

#scroller {
	overflow:auto;
	overflow-y: hidden;	
	-ms-overflow:auto;
	-ms-overflow-x: hidden;
	-ms-overflow-y: hidden;	
//*	overflow-x: hidden;  *//
//*	overflow-y: hidden;  *//
	padding: 0 0 0 0;
	margin: 0 0 0 0; 
	float: left; 
	column-gap: 30px; 
	column-width: 318px;
	-webkit-column-gap: 30px; 
	-webkit-column-width: 318px;
	-moz-column-gap: 30px; 
	-moz-column-width: 318px;
	-o-column-gap: 30px; 
	-o-column-width: 318px;
	-ms-column-gap: 30px; 
	-ms-column-width: 318px; 
	column-fill: auto;
	-webkit-column-fill: auto; 
	-moz-column-fill: auto; 
	-ms-column-fill: auto; 		
	height: 100%; /* If you add top padding, then reduce height by the same amount. Start 598 so it work in a browser on ipad by default */
	width: 100%;

}	

}

@media only screen and (min-device-width: 680px) {
        .listing {
    max-height: 5em;
    }    
	
.footer-docs {
	font-size: 0.75em;
}	
	
#scrollcontainer {
	
	display:block;
	overflow-y: hidden;
	padding: 0 0 0 0; /* If you add top padding, then reduce height by the same amount */
	margin-top: 50xp; 
	margin-bottom: 40px; 
	margin-left: 14px; 
	margin-right: 14px;
	height: auto;
}	

#scroller {
	overflow:auto;
	overflow-y: hidden;
	-ms-overflow:auto;
	-ms-overflow-x: hidden;
	-ms-overflow-y: hidden;	
//*	overflow-x: hidden;  *//
//*	overflow-y: hidden;  *//
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;	
	float: left; 
	column-gap: 30px; 
	column-width: 318px;
	-webkit-column-gap: 30px; 
	-webkit-column-width: 318px;
	-moz-column-gap: 30px; 
	-moz-column-width: 318px;
	-o-column-gap: 30px; 
	-o-column-width: 318px;
	-ms-column-gap: 30px; 
	-ms-column-width: 318px; 	
	column-fill: auto;
	-webkit-column-fill: auto; 
	-moz-column-fill: auto; 
	-ms-column-fill: auto; 	
	height: 100%; /* If you add top padding, then reduce height by the same amount. Start 598 so it work in a browser on ipad by default */
	width: 100%;

}	

}


@media only screen and (min-device-width: 1440px) {
    
        .listing {
    max-height: 7em;
    }    
    
	
.title {
	font-size: 6em;
}   	
	
#scrollcontainer {
	
	display:block;
	overflow-y: hidden;
	padding: 0 0 0 0; /* If you add top padding, then reduce height by the same amount */
	margin-top: 50px; 
	margin-bottom: 40px; 
	margin-left: 14px; 
	margin-right: 14px;
	height: auto;
}	

#scroller {
	overflow:auto;
	overflow-y: hidden;
	-ms-overflow:auto;
	-ms-overflow-x: hidden;
	-ms-overflow-y: hidden;	
//*	overflow-x: hidden;  *//
//*	overflow-y: hidden;  *//
	padding: 0 0 0 0;
	margin: 0 0 0 0; 
	float: left; 
	column-gap: 30px; 
	column-width: 318px;
	-webkit-column-gap: 30px; 
	-webkit-column-width: 318px;
	-moz-column-gap: 30px; 
	-moz-column-width: 318px;
	-o-column-gap: 30px; 
	-o-column-width: 318px;
	-ms-column-gap: 30px; 
	-ms-column-width: 318px;  
	column-fill: auto;
	-webkit-column-fill: auto; 
	-moz-column-fill: auto; 
	-ms-column-fill: auto; 		
	height: 100%; /* If you add top padding, then reduce height by the same amount. Start 598 so it work in a browser on ipad by default */
	width: 100%;

}	

}


@media all and (min-width: 650px){ 
        .listing {
    max-height: 5em;
    }
 
    .listing {
     padding-top: 10px; 
     margin-left: 2px;
     margin-right: 2px;
    }
	
	.type-home .ui-content {
		margin-top: 1px;
	}
	.ui-mobile #jqm-homeheader {
		max-width: 340px;
	}
	p.intro {
		margin: 2em 0;
	}
	.type-home .ui-content,
	.type-interior > .ui-content {
		padding: 0;
	}
	.type-interior > .ui-content {
		overflow: hidden;
	}
	.content-secondary {
		text-align: left;
		float: left;
		width: 45%;
	}
	.content-secondary,
	.type-interior .content-secondary {
		margin: 30px 0 20px 2%;
		padding: 20px 4% 0 0;
		background: none;
		border-top: none;
		position: relative;
	}
	.type-interior .content-secondary::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		height: 1px;
		width: 1px;
		margin-bottom: -9999px;
		padding-bottom: 9999px;
		background: #bbb;
	}
	.type-index .content-secondary {
		padding: 0;
	}
	.content-secondary .ui-collapsible {
		margin: 0;
		padding: 0;
	}
	.content-secondary .ui-collapsible-content {
		border-left: none;
		border-right: none;
	}
	.type-index .content-secondary .ui-listview {
		margin: 0;
	}
	.ui-mobile #jqm-homeheader {
		padding: 0;
	}
	.content-primary {
		width: 45%;
		float: right;
		margin-top: 30px;
		margin-right: 1%;
		padding-right: 1%;
	}
	.content-primary ul:first-child {
		margin-top: 0;
	}
	/* collapsible non-inset example */
	.content-primary .ui-collapsible-content ul:first-child {
		margin-top: -10px;
	}
	.content-secondary h2 {
		position: absolute;
		left: -9999px;
	}
	.type-interior .content-primary {
		padding: 1.5em 6% 3em 0;
		margin: 0;
	}
	/* fix up the collapsibles - expanded on desktop */
	.content-secondary .ui-collapsible-inset {
		margin-bottom: -1px;
	}
	.content-secondary .ui-collapsible-heading {
		display: none;
	}
	.content-secondary .ui-collapsible-contain {
		margin:0;
	}
	.content-secondary .ui-collapsible-content {
		display: block;
		margin: 0;
		padding: 0;
	}
	.content-secondary .ui-collapsible-content,
	.content-secondary .ui-collapsible-content > .ui-listview .ui-li-last {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.type-interior  .content-secondary .ui-li-divider {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.type-interior .content-secondary {
		margin: 0;
		padding: 0;
	}
	
}
@media all and (min-width: 750px){
    
        .listing {
    max-height: 7em;
    }
    

    
	.type-home .ui-content {
		background-position: 39%;
	}
	.content-secondary {
		width: 43%;
		padding-right:0;
		margin: 30px 0 20px 0;
		border-right: solid 2px #e9e9e9;
	}
	.content-primary {
		width: 56%;
		padding-right: 1%;
	}
}

@media all and (min-width: 1200px){
    .listing {
    max-height: 7em;
    }
    
	.type-home .ui-content{
		background-position: 38.5%;
	}
	.content-secondary {
		width: 44%;
		padding-right:0;
		margin: 30px 0 20px 0;
		border-right: solid 2px #e9e9e9;
	}
	.type-interior .content-secondary {
		margin: 0;
		padding: 0;
	}
	.content-primary {
		width: 45%;
		margin-right: 5%;
		padding-right: 3%;
	}
	.type-interior .content-primary {
		width: 60%;
	}
}


