/* This stabilizes the html so pages don't jump around when navigating through the site   */
html {
        min-height: 100%;
        margin-bottom: 1px;
		position: relative;
} 

body {
   	margin-top: 0;
	padding-right:1%;
	padding-left: 1%;
	overflow-y: auto;	
	margin: 0 0 100px; 	
	font-size:1.1em;
	font-family: "EB Garamond", serif;
	background-color:#000;		
}


#container {
		 z-index: 2;
		margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
        max-width: 1060px;
		min-width: 280px;
        padding: 1%;
		padding-top:0;
		line-height: 1.4em;
        color: #ffffff;
        font-weight: 300;

		}

#header { /* holds all the header elements: */
	z-index: 2;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    max-width: 1060px;
	min-width: 280px;
	height: auto;
 	z-index: 2;
	}

#content {
	width: 99%;
	float: left;
	height: auto;
	z-index: 25;
	background-color:#000;
	margin-top: 0;
			 opacity: 1.0;
        -moz-opacity: 1.0;
        filter: alpha(opacity=100);
	}	

#home-content {
	width: 99%;
	float: left;
	height: auto;
	z-index: 25;
	margin-top: 0;
			 opacity: 1.0;
        -moz-opacity: 1.0;
        filter: alpha(opacity=100);
	}		

#contentbox {
	float: left;
	height: auto;
	padding: 0;
	margin-top:1%;
	padding-right: 1%;
	margin-right: 1%;
	z-index: 12;
	
	}


#title { /* holds the org name and subtitle */
	float:left;
	position:relative;
	width: 44%;
	padding-top: 4%;
	padding-right: 0;
	margin-bottom: 1%;
	}

#bartlett-title { /* holds the org name and subtitle */
	float:left;
	position:relative;
	width: 80%;
	padding-top: 4%;
	padding-right: 0;
	margin-bottom: 1%;
	}

.video-holder {
	position: relative;
	float:left;
	width:50%;
	height:auto;
	padding:1%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-top:1%;
	border: 1px solid #FFF;
}

.toc-holder {
	position: relative;
	float:right;
	width: 18em;
	border: 1px solid #FFF;
	padding:1%;
	margin-left:3%;
	margin-bottom:2%;
	}

.toc {
	font-size:.8em;
	height: 500px;
	overflow:scroll;
	margin-top:5%;
	}

#org-name {
	display: block;
	float:left;
	position:relative;
	width: 290px;
	height: 52px;
	background-image: url(../images/tom-pixton.svg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:96%;
	}

#org-name:hover {
	background-image: url(../images/tom-pixton-on.svg);
	}


#subtitle {
	display:block;
	width: auto;
	color: #8A8B8C;
	font-size: 1.7em;
	line-height: 1em;
	text-align:center;
	}

#searchbox {
	float: right;
	width: auto;
	height: auto;
	z-index: 16;
	padding: 0px;
	margin-top: 6px;
}


/* basic text formats */

p {
	color: #ededed;
	margin-top: 0;
	margin-bottom: 1.15em;
	}

/* link color and behavior */
a { 
color: #acd4f6; 
text-decoration: none;
font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #acd4f6;
}	
a:hover {
	text-decoration: none;
	color: #0a81e7;
}	
a:active {
	text-decoration: none;
	color:#903;
}	


.buy-now {
	color:#000;
	font-weight:normal;
	font-size:1em;
	line-height:1.1em;
	margin-top:4%;
}

.buy-now a {
	color:#a31f34;
	font-weight:bold;
}

h1 {
	font-size: 1.6em;
	color: #ededed;
	font-weight:normal;
	margin-bottom: 2%;
	margin-top: 0;
}

h2 {
	font-size: 1.2em;
	color: #ededed;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 1em;
	color: #ededed;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2%;
}

h4 {
	font-size: 1.4em;
	color: #ededed;
	font-weight:bold;
	margin-bottom: 1.1%;
	margin-top: 0;
}

.indent {
	margin-left: 2%;
}

#home-page-video {
	position:relative;
	float:left;
	margin-left: -16vw;
	margin-top:22vw;
	
	}

.flipbook {
	float:right;
	position:relative;
	width: 68%;
	padding: 0;
	height: 420px;
	margin: 2%;
	margin-bottom: 1%;
	margin-top: 1%;
	border: 1px solid #CCC;
	border-radius: 3px 3px 3px 3px;
	}	
	
#sliderbox {
	float: right;
	width: 50%;
	padding: 0;
	margin: 2%;
	margin-top: 0;
}

.thumbnail {
	float: left;
	width: 20%;
	padding: 0;
	margin: 3%;
	margin-left: 0;
	margin-top: 0;
	}

.photo {
	position:relative;
	float: left;
	width: 30%;
	margin-right: 2%;
	height: auto;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #000;
	margin-bottom: 2%;
	}	

.photo-right {
	position:relative;
	float: right;
	width: 25%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: auto;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #000;
	}
	
.mp3-holder {
	position:relative;
	float: right;
	width: 25%;
	padding:2%;
	padding-top: 0;
	}
	
.mp3-player {
	position:relative;
	float: left;
	border: 1px solid #039;
	border-radius: 3px 3px 3px 3px;
	margin-right: 2%;
	margin-bottom:2%;
	width: 312px;
	height: 360px;
	}

.cd-holder {
	float:left;
	width: 29%;
	margin-right: 2%;
	margin-bottom:2%;
	border: 1px solid #CCC;
	padding: 1%;
	border-radius: 4px 4px 4px 4px;
	background-color:#ededed;
	}

.audio-player {
	position:relative;
	float:left;
	width: 90%;
	margin-top: 1%;
	margin-bottom: 2%;
	}

.cd-cover {
	position:relative;
	width: 99%;
	height: auto;
	border-radius: 3px 3px 3px 3px;  /* for Chrome */
	margin-bottom: 0;	
	}
	
.mission {
	display:none;
	}
	
.width20 {
	width: 20%;
	}

.width30 {
	width: 30%;
	}

.width36 {
	width: 36%;
	}		

.width40 {
	width: 40%;
	}

.width50 {
	width: 50%;
	}

.width56 {
	width: 58%;
	}

.width60 {
	width: 60%;
	}

.width64 {
	width: 64%;
	}

.width70 {
	width: 70%;
	}

.width80 {
	width: 80%;
	}
	
.width90 {
	width: 90%;
	}

.top {
	margin-top: 18px;
	}

.rule {
	width: 100%;
	height: 6px;
	border-bottom: 1px solid #fff;
	margin-bottom: 3%
	}
	
.mobile-show {
	display: none;
	}

#followuswidget {
	position: relative;
	float: right;
	margin-top: -2.6%;
	margin-bottom: 1.4%;
	margin-right: 2%;
	width: 184px;
	}

.icon {
	float: right;
	width: 24px;
	height: auto;
	margin-left: 4%;
	}
	

.indented-text {
	margin-left: 5%;
	margin-right: 3%;
	margin-top: 0;
	}

.video {
	float:left;
	width: 31%;
	height: 188px;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-right: 2%;
	border: 1px solid #ffffff;
	border-radius: 5px 5px 5px 5px;  /* for Chrome */
	overflow:scroll;
	}	
	
.video-right {
	float:right;	
	margin-top: .6%;
	margin-left: 2%;
}

.margin-right {
	margin-right: 3%;
	}
	
		
#vertical-spacer {
	float: left;
	position:relative;
	width: 100%;
	height:400px;
	}	
	
.floatright {
	float: right;
	margin-top: 2%;
	}
	
.float-clear {
	width: 100%;
	float: left;
	height: 2px;
	}	
	
	
.caption {
	font-size: .8em;
	font-style:italic;
	color:#CCC;
	width: auto;
	margin-left:1%;
	}
.cd-caption {
	font-size: .8em;
	line-height:1.1em;
	margin-bottom:4%;
	width: 100%;
	color:#000;
	}
	
#footer {
	position:relative;
	float:left;
	margin-top: 1%;
	margin-left: 0;
	margin-bottom:5%;
	}
	
.footertext {
	color:#ededed;
	font-size: 1em;
	line-height: 1.2em;
	text-shadow: 2px 2px 2px #000;
	float: left;
	
	margin-top: 0;
	z-index: 100;
	}	

.footertext a {
	font-weight: normal;
	text-decoration:none;
	color: #ededed;
	}

.footertext a:visited {
	font-weight: normal;
	text-decoration:none;
	color: #ededed;
	}

.footertext a:hover {
	color: #fff;
	text-decoration:none;
}

#socialmediawidget {
	color:#fff;
	font-size: 1.2em;
	line-height: 1.3em;
	text-shadow: 2px 2px 2px #000;
	float: right;
	margin-top: 0;
	margin-bottom: 8%;
	margin-right: 8%;
	}
.pdf-icon {
	margin-bottom: -12px;	
	}


@media screen and (max-width: 940px) {
	
.flipbook {
	float:right;
	position:relative;
	width: 98%;
	padding: 0;
	height: 50vw;
	margin-left: 2%;
	margin-bottom: 4%;
	border: 1px solid #CCC;
	}	

.cd-holder {
	width: 40%;
}
	
.mobile-show {
	display: block;
	}

	
#searchbox {
	padding-top: 1%;
	padding-bottom: 4%;
}

.photobox {
	width: 20%;
}

.video {
	width: 46%;
	height: 224px;
	margin-right: 3%;
	margin-bottom: 3%;
	}
	
.width20,
.width30,
.width40,
.width50,
.width56,
.width60,
.width70,
.width80 {
	width: 94%;
	}	

}

@media screen and (max-width: 720px) {
.video {
	width: 96%;
	height: 280px;
	margin-bottom: 4%;
	}
}

@media screen and (max-width: 640px) {

.cd-holder {
	width: 90%;
}

.photo, .photo-right, .mp3-holder {
	width: 40%;
	}

#subtitle {
	margin-bottom: 2%;
}


#logo-holder {
	margin-top: 2%;
	margin-left: 6%;
	margin-right: 2%;
	}

#searchbox {
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
}

#sliderbox {
	float: left;
	width: 98%;
	margin-left: 0;
}

#newsfeed {
	float: left;
	width: 100%;
	margin-top: 4%;
}


.photobox {
	width: 26%;
	margin-right: 3%;
}

.video {
	width: 96%;
	height: 240px;
	margin-bottom: 4%;
	}
	

}

@media screen and (max-width: 460px) {

#content {
	padding-top: 4%;
	margin-bottom:12%;
}

#title {
	float:none;
	}

.photo, .photo-right, .mp3-holder {
	width: 92%;
	margin-bottom: 4%;
	float:left;
	margin-left: 1%;
	}

p {
	margin-bottom: 4%;
	}

#footer {
		margin-top:-8%;
		padding-bottom: 5%;
	}


#footerlogo {
	margin-left: 0;
	margin-top: 1%;
	margin-bottom:4%;
	margin-right: 3%;	
	}

	
.footertext {
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0;
	}
		
#socialmediawidget {
	color:#fff;
	font-size: 1.1em;
	line-height: 1.3em;
	float: left;
	margin-top: 0;
	margin-bottom: 14%;
	margin-left: 6%;
	}		
		
.margin-left2 {
	margin-left: 2%;
	}
	
.video {
	width: 97%;
	height: 160px;
	margin-bottom: 4%;
	}

}